/* CSS Document */
html,body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#7990b1;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */		
}

img {
	border: 0;
}

/*HEADER--------------------------------------------*/

#headerContainer{
	width: 800px;
	height: 118px;
	margin-bottom: 9px;
	background-image: url(Images/header_img.jpg)
}

#logo{
	width: 234px;
	height: 80px;
	padding-top: 62px;
	float: left;
}

/*NAV--------------------------------------------*/

#navLeft{
	width: 178px;
	height: 342px;
	float: left;
	background-image: url(Images/navBG_img.jpg);
}

#navItems{
	margin-top: 35px;
	width: 178px;
	text-align: center;
}

#navItems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navItems li{
	width: 178px;
	height: 53px;
	position:relative;
	float: left;
	list-style:none;
	margin-bottom: 1px;
}

#navItems a{
	width: 178px;
	height: 23px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-size:16px;
	font-weight: bold;
	padding-top: 30px;
}

#navItems li a:hover{
	width: 178px;
	height: 53px;
	text-decoration: none;
	color: #666666;
	background: url(Images/rollover_img.jpg) no-repeat;
}

/*CONTENT----------------------------------------*/

#imgContainer{
	width: 613px;
	height: 172px;
	float:right;
}

#textColumn{
	width: 583px;
	padding: 15px;
	float: right;
	text-align: left;
	border-bottom: solid 1px #ffffff;
	line-height: 18px;
	background: #8a9ebb;
}

#textColumn a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: dashed 1px #FFFFFF;
}

#textColumn a:hover{
	color: #ffffff;
	text-decoration: none;
}

#contact-right {
	width: 200px;
	height: 100px;
	border: 1px #FFF dotted;
	float: right;
	padding: 5px;
}

/*FOOTER----------------------------------------*/

#footer{
	width: 613px;
	height: 50px;
	padding: 15px 0px;
	float: right;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*TEXT STYLES----------------------------------------*/

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	margin: 0;
}

/*LOGIN SWITCH----------------------------------------*/

.iconspan{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 2px;
	color: #FFFFFF;
	text-align: left;
}

div.eg-bar{
	width: 260px;
}

.icongroup1{
	color: #FFFFFF;
	text-align:right;
	width: 260px;
}

