
body{
	background-color: #f8f8f8;
	height: 100%;
	margin:0;
	padding: 0;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #777777;
}

a{
	color: #0073bd;
	text-decoration: none;
}

a:hover{
	color: #04568b;
}

a img{
	border: none;
}

ul{
	list-style-image: url(../images/list_arrow.gif);
}

#shadowcontainer{
	background-image: url(../images/shadows.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;	
	margin-top: 0px;
	padding-left: 6px;
	width: 926px;
}

#container{
	background-color: #e7e6e3;
	height: 100%;
	margin: 0px;
	padding: 0 0 50px 8px;
	width: 912px;
}

/*HEADER STYLES*/

#header{
	background-color: #FFF;
	height: 91px;
	margin-left: -8px;
	padding: 35px 24px 0 24px;
	width: 872px;
}

*html #header{
	width: 872px;
}

#border-bar{
	border-bottom: 10px solid #0073bd;
	height: 0px;
	margin: -10px 0 0 -8px;
	position: relative;
	width: 912px;
}

*html #border-bar{
	height: 1px;
	margin-top: -25px;
	width: 915px;
}

#top_right{
	float: right;
	color: #CCC;
	font-size: 11px;
}

#top_nav{
	margin-top: 12px;
}

#top_nav a{
	display: block;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

#top_nav .top_pipe{
	border-right: 1px solid #eee;
}

#top_nav .no_space{
	margin-left: 0;
}

#nav_utes{
	background: url(../images/nav_utes.gif) no-repeat bottom left;
	height: 12px;
	width: 170px;
}
#nav_utes:hover{
	background-position: top left;
}

#nav_govt{
	background: url(../images/nav_govt.gif) no-repeat bottom left;	
	height: 12px;
	width: 207px;
}
#nav_govt:hover{
	background-position: top left;
}

#nav_comp{
	background: url(../images/nav_comp.gif) no-repeat bottom left;
	height: 12px;
	width: 79px;
}
#nav_comp:hover{
	background-position: top left;
}

#nav_unis{
	background: url(../images/nav_unis.gif) no-repeat bottom left;
	height: 12px;
	width: 89px;
}

#nav_unis:hover{
	background-position: top left;
}

/*NAV STYLES*/


#nav{
	background-color: #f9f8f5;
	float: left;
	height: 429px;
	width: 222px;
	z-index: 1000;
}
	/*ie6*/
	* html #nav{
		height: 429px;
		width: 222px;
	}

#nav a.nav_header{
	margin: 0 0 5px 10px;
}

#nav_marketinfo{
	background: url(../images/sidenav_marketinfo.gif) no-repeat top left;
	display: block;
	height: 34px;
}

#nav_marketinfo:hover{
	background-position: bottom left;
}

#nav_software{
	background: url(../images/sidenav_software.gif) no-repeat top left;
	display: block;
	height: 34px;
	width: 200px;
}

#nav_software:hover{
	background-position: bottom left;
}

#nav_services{
	background: url(../images/sidenav_services.gif) no-repeat top left;
	display: block;
	height: 34px;
	width: 200px;
}

#nav_services:hover{
	background-position: bottom left;
}

#nav ul{
	border-top: 2px solid #dfdfdf;
	clear: both;
	list-style-image: none;
	list-style-type: none;
	margin: 10px auto;
	padding: 6px 0 0 2px;
	width: 170px;
}
	*html #nav ul{
		padding-right: none;
	}

#nav a{
	color: #a5a5a5;
	padding: 4px 0;
}

#nav a:hover{
	color: #0073bd;
}

#nav li{
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
}

#nav li:hover{
	list-style-type: disc;
	color: #0073bd;
}

#content{
	background-color: #FFF;
	background-image: url(../images/fake_column.gif);
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
	min-height: 414px;
	padding-bottom: 15px;
}


#page_container{
	margin-left: 222px;
	padding-top: 15px;
}
*html #page_container{padding-top: 0;}

/*PAGE STYLES*/

.service_mark{
	font-weight: normal;
}

/*home page*/

#home_top{
	background: url(../images/landing_image.jpg) no-repeat top left;
	color: #fff;
	height: 383px;
	margin: -15px 0 0 0;
	position: relative;
}
*html #home_top{margin-top: 0px;}


#main{
	height: 135px;
	float: left;
	margin: 5px 0 0 30px;
	position: relative;
}
*html #main{margin: 10px 0 0 15px;}

#main h1{
	font-size: 28px;
	margin: 15px 0 0 0;
	padding: 0;
}

#main ul{
	font-size: 14px;
	list-style-image: none;
	margin-top: 5px;
	padding: 0 0 0 20px;
}
	/*ie7*/
	* + html #main ul{
		font-size: 16px;
		margin-left: 2px;
	}

#main ul li{
	padding: 3px 0;
}

#focus{
	float: left;
	margin: 120px 0 0 15px;
	position: relative;
}
*html #focus{margin: 120px 0 0 5px;}

#focus h2{
	float: left;
	margin-bottom: 0px;
	position: relative;
	width: 385px;
}
	/*ie6*/
	* html #focus h2{
		font-size: 18px;
		margin: 5px 0 0 0;
		padding: 0;
		width: 400px;
	}
	/*ie7*/
	* + html #focus h2{
		font-size: 18px;
		margin: 10px 0 0 0;
		padding: 0;
		width: 400px;
	}

#focus p{
	float: left;
	line-height: 16px;
	margin-top: 8px;
	position: relative;
	width: 385px;
}

#focus img{
	border :1px solid #77c200;
	float: left;
	margin: -30px 0px 0 9px;
	position: relative;
}
* html #focus img{margin: -27px 0 0 14px;}
* + html #focus img{margin: -24px 0 0 9px;}

#featured{
	background: url(../images/featured.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin: 15px 0 0 15px;
	width: 180px;
}

#featured_press{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
	height: 85px;
	margin: 10px 0 10px 15px;
	width: 660px;
}

.press{
	float: left;
	margin: 8px;
	padding: 15px 0px;
	width: 204px;
}

.press p{
/*	margin: 10px 20px;*/
	color: #0073bd;
	font-size: 12px;
	line-height: 22px;
	font-weight:bold;
	text-align: center;
}


/*main category pages*/

#category_header{
	background: url(../images/category_header.jpg) no-repeat top left;
	color: white;
	font-weight: normal;
	padding: 14px 12px;
	height: 56px;
	margin: 0 20px -20px 20px;
	width: 642px;
}
	/*ie6*/
	* html #category_header{
		font-size: 26px;
		margin: 20px 0 0 20px;
	}

#category_list h2{
	color: #0f78a4;
	margin: 0;
	padding: 7px 0 0 0;
}
	/*ie6*/
	* html #category_list h2{
		font-size: 20px;
		margin: 6px 0 0 0;
		padding:0;
	}

#category_list p{
	color: #828282;
}
* html #category_list p{margin-top: 6px; width: 600px;}

/*about pages*/
#about_header{
	background: url(../images/about_header.jpg) no-repeat top left;
	color: white;
	font-weight: normal;
	padding: 14px 12px;
	height: 56px;
	margin: 0 20px -20px 20px;
	width: 622px;
}
	/*ie6*/
	*html #about_header{
		font-size: 26px;
		margin-top: 20px;
	}

ul.about_list{
	list-style-image:none;
	text-align: center;
	padding: 0;
}

ul.about_list li{
	display:inline-block;
	padding: 4px 30px;
	border-right: 1px solid #ddd;
	margin: 0;
}

ul.about_list li:hover{
	background-color: #f1f1f1;
}

ul.about_list li:last-child{
	border:none;
}

ul.about_list li a{
	font-size: 14px;
	margin: 0;
}

.full_width{
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	margin: 20px;
	width: 600px;
}

.full_width h4{
	color: #636363;
	margin: 0;
	padding: 0;
}

.about_info{
	margin: 0 0 20px 0;
	padding: 0;
}

hr{
	border: none;
	border-top: 1px solid #eee;
	margin: 20px 0;
}

#press img.left{
	float: left;
	margin: 0 10px 0 0;
}

#press h4.pub,
#press p.pub{
/*	margin-left: 135px;*/
}

/*shared text styles*/
.banner{
	background-color: #0073BD;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	height: 62px;
	margin: -15px 0 0 0;
	padding: 20px 0 0 25px;
	width: 657px;
}
*html .banner{margin: 0;}

.inner_header{
	background: url(../images/inner_header.jpg) no-repeat top left;
	color: #0f78a4;
	font-weight: normal;
	padding: 14px 12px;
	height: 56px;
	margin: 0 20px -20px 20px;
	width: 622px;
}
	/*ie6*/
	* html .inner_header{
		font-size: 26px;
		margin: 20px 0 0 20px;
	}

#page_text{
	font-size: 13px;
	line-height: 18px;
	margin: 20px;
	width: 450px;
}

#page_text h2{
	color: #3b8611;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

#page_text ul{
	margin:  0 0 0 15px;
	padding: 0;
}

#page_text li{
	margin: 20px 0;
}

#page_text strong{
	color: #636363;
}

#right-side{
	float: right;
	right: 0px;
	width: 165px;
	margin-right: 30px;
	padding-top: 50px;
}

*html #right-side{
	margin-right: 5px;
}

#right-side.alt{
	padding-top: 15px;
}

#right-side img{
	width: 165px;
	border: 1px solid #CCC;
	margin-bottom: 8px;
}

#right_note{
	color: #9F9F9F;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	width: 165px;
	padding: 10px;
	margin-top: 10px;
}

#right_note h3{
	border-bottom: 1px solid #ccc;
	color: #00709f;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}

.top_category{
	min-height: 495px;
}

*html .top_category{
	height: 495px;
}

.top{
	background-color: #f9f8f5;
}
.bottom{
	background-color: #e4f8d9;
}
.blue{
	background-color: #EFF7FF;
}

.inner_bottom{
	background-color: #f1faff;
	margin: 195px -185px 15px 0px;
}

#right_note ul{
	padding: 0;
	list-style-image: none;
	list-style-type:none;
}

#right_note ul li{
	background:transparent url(../images/page_white_acrobat.png) no-repeat scroll 0 50%;
	padding-left: 20px;
}

/*banner images*/

#government_banner{
	background-image: url(../images/government_banner.jpg);
}

#utility_banner{
	background-image: url(../images/utility_banner.jpg);
}

#company_banner{
	background-image: url(../images/company_banner.jpg);
}

#university_banner{
	background-image: url(../images/university_banner.jpg);	
}

/*FOOTER STYLES*/


#blue_foot{
	background-color: #d2e5fa;
	clear: both;
	color: #81807f;
	height: 30px;
	padding-top: 15px;
	width: 912px;
}

#blue_foot a{
	color: #609bdd;
	padding: 0 10px;
}

#blue_foot a:hover{
	color: #4874a5;
}

#copy{
	float: right;
	margin-right: 10px;
}

#gray_foot{
	bottom: 0px;
	padding: 10px;
	position: relative;
}

#gray_foot a{
	color: #676767;
}

#gray_foot a:hover{
	color: #555;
}

/* EOF */
