/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	color: #666666;
}

#container{
	margin: 0 auto;
	width: 955px;
}

#header{
	height: 123px;
	width: 955px;
}
	
	#logo{
		float:left;
	}
	
	#topRightNav{
		height: 20px;
		width: 575px;
		color: #a9aeae;
		font-size: 70%;
		text-align: right;
		padding-right: 15px;
		padding-top: 5px;
		margin-left: 363px;
	}
	
	#topRightNav a{
		color: #a9aeae;
	}
	
	#mainNav{
		float: right;
		padding-top: 51px;
		width: 630px;
		text-align: right;
	}
	
		#mainNav ul{
			list-style: none;
			margin:0;
			padding:0;
		}
		
		#mainNav li{
			margin:0;
			padding:0px;
			display: inline;
		}

/* Update ie_only.css if below is changed */
#homeContainer{
	/*background-image: url(../_images/home_img.jpg);
	background-repeat: no-repeat;*/
	
	width: 955px;
	padding: 0;
	position: relative;
	top: -2px;
}

	
#homeContent{
	width: 955px;
	height: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#homeContent h3{
	margin-top: 0;
	padding-top: 0;
}

	#highlightLeft{
		width: 460px;
		float: left;
		border-right: #d1d1d1 1px solid;
		margin-left: 15px;
	}
	
	#highlightLeftText{
		width: 250px;
		margin-left: 160px;
		font-size: 72%;
		height: 165px;
	}
	
	#highlightRight{
		float: right;
		width: 440px;
	}
	
	#highlightRightText{
		width: 250px;
		margin-left: 160px;
		font-size: 72%;
		height: 165px;
	}
	
	.imgPaddingLeft{
		width: 139px;
		height: 166px;
		float:left;
	}
	
	.highlightBtnLeft{
		float: right;
		margin-top: 10px;
		margin-right: 50px;
	}
	
	.highlightBtnRight{
		float: right;
		margin-top: 10px;
		margin-right: 30px;
	}
	
#footer{
	padding-top: 20px;
	width: 920px;
	clear: both;
	text-align: right;
	font-size: 80%;
	border-top: #d1d1d1 1px solid;
	padding-right: 15px;
	margin-bottom: 40px;
}
