/* CSS Document */
<!--
body {
	background-color: #717C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { 
	color: #FF6600;
}
h1 { 
	font-size: 20px; 
	font-family:Futura, Verdana, Arial, Helvetica; 
	color: #333399;
	font-weight: normal;
} 

h2 { 
	font-size: 18px; 
	font-family:Futura, Verdana, Arial, Helvetica; 
	color: #000;
	font-weight: normal;
} 
p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%; 
} 
fieldset { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%; 
	font-weight: normal;
	font-size: 12px;
	border: 1px dotted #f60;
	margin-bottom: 30px;
} 
legend { 
	font-weight: normal;
	font-family:Futura, Verdana, Arial, Helvetica; 
	color: #339;
	font-size: 22px;
} 

.headline { 
	font-size: 24px;
}
.panels { 
	margin: 3px; 
	border: 1px solid #CCC;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	padding: 5px;
	background-image: url(/images/backgrounds/panel_bgrd.png); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}

#footer { 
	background-color: #333399; 
	background-image: none; 
	color:#AAC7FF;
	font-size: 10px;
	margin: 0;
	padding: 10px;
	border: 1px solid #339;
	width: 860px;
}

.mainContent { 
	padding: 20px;
}

.sidebar { 
	background-image: url(/images/backgrounds/sidebar.png); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	border-left: 1px dotted #666;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 280px;
	background-color: #AAC7FF;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #999;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background-color: #339;
	background-image: url(/images/bgrds/table_headers.gif);
	color: #ffffff;
	border-bottom: 1px solid #CCC;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 280px;
	padding: 0 10px 0 10px;
}
	
.accordion_content span {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/* New NAV STYLE */

#navcontainer
{
padding: 0;
background: #F60;
height: 25px;
border-top: 1px solid #FFF; 

}

#navlist
{
margin: 0px;
padding: 0px 0px;
display: block;
}

#navlist li
{
list-style: none;
float: left;
margin-left: 10px;
}

#navcontainer a, #navlist li.extend
{
margin: 0px;
margin-top: 3px;
display: block;
padding: 1px 6px;
text-decoration: none;
background: #F60;
font: normal 11px futura, verdana, serif;
color: #FFF;
}

#navcontainer a:hover, #navcontainer a#current
{
padding: 1px 5px;
background: #FFF;
border-right: 1px solid #666;
border-left: 1px solid #666;
border-top: 1px solid #FFF;
border-bottom: 1px solid #666;
color: #FF6600;
}


/************  page selector *******/

#home #navcontainer #home,
#company #navcontainer #company,
#services #navcontainer #services,
#spotlight #navcontainer #spotlight,
#customers #navcontainer #customers,
#contactus #navcontainer #contactus,
#login #navcontainer #login,
#opco #navcontainer #opco,
#stats #navcontainer #stats,
#getstarted #navcontainer #getstarted { 	
	padding: 1px 5px;
	background: #FFF;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #FF6600;
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}



/******************/

#subnav { 
	background-color: #336;
	padding: 11px 7px 0 7px;
	border-bottom: 4px solid #AAC7FF;
	border-top: 4px solid #AAC7FF;
}
#subnav a { 
	margin-left: 10px;
	padding: 5px;
	text-decoration: none;
	
}

#subnav a.selected { 
	background-color: #F1F1F1;
	border-top: 1px solid #AAC7FF;
}	


.testimonialContainer { 
	background-image: url(/images/backgrounds/megaphone.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom: 1px dotted #666;
	margin-bottom: 50px;
	padding: 7px;
	padding-bottom:17px;
}


.msg { 
	
	color: #990000;
	line-height: 150%;
	background-color: #FFF;
	padding: 10px;
	border: 1px dotted #999999;

}


-->

