/* CSS Document */
body{ 
	font:normal normal 72.5% Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	text-align:center;
	background-color:#fff;
}
h1,h2,h3,h4,form,input,select,button,img,p,ul,ul li{
	margin:0;
	padding:0;
}
h1{
	font-size:1.8em;
	margin-bottom:10px;
}
h2{
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:8px;
}
h3{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:8px;
}
ul{
	margin-top:5px;
	margin-bottom:10px;
}
li{
	list-style:none;
	color:#333;
	font-weight:normal;
}
#page{
	background-color:#fff;
	margin:0px auto;
	text-align:left;
	width: 725px;
}
#header {
	margin-bottom: 20px;
	margin-top: 100px;
	float: left;
}
#header h1 {
	background:url(images/34logo.png) 5px 0px no-repeat;
	height:50px;
	text-indent:-99999px;
	width:240px;
	margin:0;
	padding:0;
	}
#menu {background: url(/images/menu_bg.gif) repeat-x center;width:100%;float:left;}
#menu ul {
	float:left;
	margin:0;
	padding:0;
	width:500px;
}
#menu li{
	float:left;
	list-style:none;
	margin-right:8px;
	padding:0;
	display:inline;
	text-align:center;
}
#menu a,#menu li a:link,#menu li a:visited{
	display:block;
	color:#fff;
	font-weight:normal;
	letter-spacing:2px;
	text-decoration:none;
	padding:6px 12px;
	height:15px;
	width:15%;
}
#menu li a:hover{
	color:#00AA4C;
/*	background: #F8FFF0; */
}
/*.navhome {
	width: 39px;
	}
.navabout {
	width: 45px;
	}
.navservices {
	width: 68px;
	}
.navclients {
	width: 58px;
	}
.navcontact {
	width: 65px;
	}
*/
body.home .navhome a,
body.about .navabout a,
body.services .navservices a,
body.clients .navclients a,
body.contact .navcontact a{
}
#menu form{float:right;}
#menu input.text{background:transparent url(/images/menutextfield.gif) no-repeat;border:0 solid #000;height:15px;width:168px;padding:6px 4px 2px 6px;display:inline;}
#menu input.submit{background:transparent url(images/menubutton.gif) no-repeat;border:0 solid #000;height:24px;margin:0 5px 0 0;padding:0;width:27px;display:inline;}
#content{
	width:725px;
	clear:both;
}
#col1{
	float:left; 
	width:480px;
	height:300px;
	margin-left:10px;
}
#col1 h2{color:#006699}
#col1 p{color:#444;margin-left:5px;}
#col2{
	float:right; 
	margin:0 10px;
	text-align:left;
	width:200px;
}
#col2 h3{color:#015580;}
#col2 ul{
	margin-left: 5px; 
}
#col2 ul li {
	list-style:none;
	background:url(images/arrow2.gif) no-repeat left center;
	margin:3px 0;
	padding:3px 0 3px 20px;
	font-size:1em;
	letter-spacing:2px;
	}
#footer {
	clear:both;
	margin-top:40px;
	padding:10px 0;
	width:100%;
}
#footer p {
	color:#0B7FBF;
	font-size:.95em;
	text-align:center;
}
	
.small {
	font: normal normal .8em Verdana, Arial, Helvetica, sans-serif;
}
th {
	font: normal normal .9em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 20px 0 0;
}
input {
	font-size: .9em;
}
select {
	font-size: .9em;
}
.submit {
	letter-spacing: 1px;
	padding: 1px 10px;
}
#content a:link, #content a:visited {
	color: #069;
	font-size: 1em;
	padding: 2px 0;
	text-decoration: none;
}
#content a:hover, #content a:active {
	background: #F8FFF0;
	color:#0c3;
	font-size: 1em;
	border-bottom: 1px solid #0c3;
}
.error {
	background: #FFFFDF;
	border: 1px solid #F00;
	color: #f00;
	font-size: .9em;
	letter-spacing: 1px;
	padding: 10px;
	margin: 2px 0 15px 0;
} 
