/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 20px;
}
#wrapper { 
 margin: 0 auto;
 width: 756px;
}

#header {
 color: #333;
 width: 754px;
 height: 110px;
 border: 1px solid #ccc;
 margin: 5px 0px 5px 0px;
 background: #fff;
}

#welcome {
 color: #333;
 width: 754px;
 float: left;
 padding: 0px;
 height: 170px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #fff;
}




/***************  NAVIGATION  **********/
#navigation {
 float: left;
 width: 760px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 5px 0px;
 background: #fff;
 display: block;
}

#navigation ul {
list-style:none;
float:left;
padding:0px;
margin:0px;
}

#navigation li{
float:left;
margin:0px;
}

#navigation li a:link, #navigation li a:visited {
  line-height: 25px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 16px;
	font-family: Tahoma, Arial;
	background-color: #394c92;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}



#navigation li a:hover {
	background-color: #bdb7ac;
	color: #2E2B27;
} 

#navigation a#active_menu {
	color: #333333;
	background-color: #EAE7D2;
}

/******** MAIN COLUMN *************/
#leftcolumn { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 600px;
 float: left;
 background: #fff;
 height: 100%;
}

#leftcolumn p {
 padding-left: 30px;
}

#leftcolumn img {
 padding-right: 20px;
 padding-bottom: 10px;
}

/************* EXTRA CONTENT *************/
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 106px;
 display: inline;
 background: #fff;
}

/************** FOOTER ****************/
#footer { 
 width: 734px;
 clear: both;
 color: #333;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 text-align: center;
}

/*********** LINKS **************/
a:link {
	color: #065395;
	line-height: 15px;
	text-decoration: none;
}

a:visited {
	color: #8f8f8f;
	line-height: 15px;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #fff5e2;
}

/************   ***********/
.title {
  line-height: 30px;
	font-size: 175%;
  color: #1f374b;
	text-align: left;
	text-decoration: bold;
	font-family: Georgia, Times New Roman, serif-font;
}

.highlight {
  color: #1f374b;
	text-decoration: bold;
	font-family: Georgia, Times New Roman, serif-font;
}

