/* CSS Document */


body{
	font:normal normal normal 11px Arial;
	background-color: #999999;
	color: #ffffff;
}

body#home td#homero a#homenav, 
body#service td#servicero a#servicenav, 
body#why td#whyro a#whynav, 
body#contact td#contactro a#contactnav {
	color: #333333;
	text-decoration: none;
}

p{
	padding: 3px 10px 3px 10px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:link.bluelink, a:visited.graylink{
	color: #028dd0;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a.bodylink:visited, a.bodylink:link{ color: #028dd0; text-decoration: underline;}

.blueheader{
	color: #028dd0;
	font-size: 12px;
	width: 685px;
	float: left;
	border-bottom: 2px #cccccc solid;
	padding-bottom: 10px;
	letter-spacing: .21em;
}

#container{
	width: 715px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 715px;
	height: 100px;
	margin-top: 30px;
	background-image:url(images/gradient-header.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	border: 0;
	height: 44px;
	width: 218px;
	padding-top: 20px;
	margin-left: 20px;
}

#moto {

	float: left;
	height: 44px;
	width: 350px;
	font-size: 12px;
	color: #003466;
	padding-left: 75px;
	margin-top: 20px;
	padding-top:10px;
	letter-spacing: .2em;
	word-spacing: 1.2em;
}

#navbox {
	width: 715px;
	float: left;
	padding-left: 5px;
}

.menuitem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}


#bodycontent{
	float: left;
	width: 690px;
	padding-left: 25px;
	padding-top: 20px;
	background-color: #003466;
}

.leftside{
	float: left;
	width: 500px;
	border-right: 1px solid #fc6605;
}

.rightside{
	float:left;
	width: 160px;
}

.pageimage{
	float: left;
	border: 0px;
}


#bottompage{
	background-image:url(images/gradient-bottom.jpg);
	background-repeat: repeat-x;
	height: 67px;
	width: 715px;
	float: left;
	border-top: 1px orange solid;
}

#footer{
	border-top: 1px solid #cccccc;
	color: #ffffff;
	width: 715px;
	height: 29px;
	float: left;
	line-height: 29px;
	font-size: 12px;
	background-image:url(images/gradient-footer.jpg);
	background-repeat: repeat-x;
}


#belowfooter {
	padding-top: 5px;
	float: left;
	width: 715px;
	padding-bottom: 20px;
}
