
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h2 {
	font-size:18px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h3 {
	font-size:25px;
	color:#000;
	display:inline; 

}

h4 {
	font-size:25px;
	color:#060;
	display:inline; 
}

h5 {
	font-size:18px;
}
#wrap {
	
	width: 960px;
	background-color: white;
	margin: 0 auto;
}


#header {
	width:960px;
}

#logo_left{
	float:left;
	width:490px;
	height:158px;
	left:50px;
	background-image:url(../images/logo_left.png);
	background-repeat:no-repeat;
	background-position:center;	
}

#logo_right{
	float:right;
	width:200px;
	height:160px;
	background-image:url(../images/logo_right.png);
	background-repeat:no-repeat;
	background-position:center;		
}

#navigation{
	    padding-top:180px;
}


#topnav{
	height: 36px;
	width:960px;
	background-image:url(../images/navigation.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

#nav-menu li{
float: left;
}

#nav-menu li a{
height: 2.1em;
line-height: 2em;
float: left;
width: auto;
padding: 10px 20px 0 20px;
display: block;
color: #FFF;
text-decoration: none;
text-align: center;
}

#nav-menu ul{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu a{
	float:left;
	padding-top:10px;
	width:110px;
	height:34px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	border-color:#000;
	background-image: url(../images/divide.png);
	background-position: right;
	background-repeat: no-repeat;
	
}

#nav-menu a:hover{
	float:left;
	padding-top:10px;
	text-align:center;
	background-image: url(../images/rollover2.png);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFF;
}


#slider {
height:auto;	
}

#imageRotator{
	float:left;
	height:219px;
	width:684px;
}

#sideNav li
{
float: right;
margin: 0 0.0em;
}

#sideNav li a
{
	padding-top:10px;
height: 26.00px;
line-height:25.5px;
float:right;
float: left;
width: 23em;
display: block;
color: #FFF;
text-decoration: none;
text-align: center;
background-image:url(../images/sidebar_bg.png);
}

#sideNav a:hover{
	float:left;
	text-align:center;
	background-image: url(../images/rollover2.png);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFF;
}

#content{	
width:960px;
}

#leftCol{
	padding-bottom:50px;
	padding-top: 30px;
	padding-left: 10px;
    float:left;
    width:500px

}

#leftCol-fullwidth{
	padding-bottom:50px;
	padding-top: 30px;
	padding-left: 10px;
    float:left;
    width:960px

}

#clients{
 	margin: auto;
}

#rightCol{
	float:right;
	padding-bottom:50px;
	padding-top: 30px;
	padding-right: 0px;
	width:310px
}

#footerWrap{
	float:left;
	height: 26px;
	width:960px;
	background-image:url(../images/navigation.png);
}

#footerContent{
	padding-top:5px;
	padding-right:15px;
	float:right;
	color:#FFF;
}

