/*
 *	The structure of this stylesheet follows these rules:
 *	- first are generic tag and class definitions
 *	- next we proceed from outer wrappers inside and from top to bottom
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

a.button-green {
	display: block;
	background: url(../images/buy-btn.jpg) no-repeat 0px 0px;
	width: 142px;
	height: 42px;
	text-indent: -5000px;
	float: left;
	margin: 20px 20px 0px 0px;
}

a.button-blue {
	display: block;
	background: url(../images/quote-btn.jpg) no-repeat;
	width: 142px;
	height: 42px;
	text-indent: -5000px;
	float: left;
	margin: 20px 20px 0px 0px;
}

a.button-blue:hover, a.button-green:hover {
	background-position: 0px -42px;
}
.clear {
	clear: both;
	float: none !important;
}

/* this wrapper is used with some bacground variations that require shadow */
#wrapper-shadow {
	width: 1030px;
	margin: auto;
}

#wrapper {
	background-color: white;
	width: 1020px;
	margin: auto;
}

#header, #billboard, #featured, #content, #footer {
	margin: 0px 40px 0px 40px;;
}

#header {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/logo.jpg) no-repeat top left;
	
}

#heading {
	float: left;
}

#header h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

#heading h3 {
	font-size: 18px;
	color: #5b5b5b;
	letter-spacing: -1px;
}

/* navigation */

#cat_533030_divs{
float:right;
}

#menu {
	margin-top: 34px;
	float: right;
}

#menu ul {
	
}

#menu ul li {
	float: left;
	display: block;
}

#menu ul li ul li {
	padding: 2px 0px;
	border: 1px solid #e7e7e7;
	border-top: 1px solid white;
	background-color: white;
}

#menu ul li ul li a{
	font-size: 12px;
}

#menu ul li a {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}

#menu ul li a:hover, #menu ul li.selected a {
	color: #242424;
}


#menu ul li.selected a {
	color:#000000;
}

#nav_533030, #nav_533030 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#nav_533030 li{
	float:left;
	position:relative;
}

#nav_533030 ul {
	background-color: white;
	position:absolute;
	display:none;
	width:12em;
	top: 20px;
	z-index: 1000;
}

#nav_533030 li ul a{
	width:12em;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav_533030 ul ul{
	top:auto;
}	

#nav_533030 li ul ul {
	left:11em;
	margin:0px 0 0 10px;
}

#nav_533030 li:hover ul ul, #nav_533030 li:hover ul ul ul, #nav_533030 li:hover ul ul ul ul{
	display:none;
}
#nav_533030 li:hover ul, #nav_533030 li li:hover ul, #nav_533030 li li li:hover ul, #nav_533030 li li li li:hover ul{
	display:block;
}

/* billboard */

#billboard {
	margin-top: 30px;
	width: 940px;
	height: 376px;
	overflow: hidden;
}

#billboard img {
	width: 940px;
	height: 376px;
}

/* featured services */

#featured {
	margin-top: 30px;
	background-color: #f4f4f4;
	border: 1px solid #e7e7e7;
}

#featured div {
	float: left;
	text-align: center;
}

#featured p {
		text-align: center;
		font-weight:bold;
		color:#333333;
}

#featured div h4, #featured div h5 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#featured div h5 {
	font-size: 12px;
	font-weight: normal;
}

#featured div img {
	margin-top: 25px;
	max-height: 80px;
	max-width: 230px;
	overflow: hidden;
}

#featured div.center {
	padding-top: 25px;
	width: 338px;
	height: 145px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

#featured div.first, #featured div.last {
	padding-top: 25px; 
	width: 300px;
	height: 145px;
}

#countdown {
font: 24px Arial, Helvetica, sans-serif;
text-align:center;
padding: 20px 0px;
width: 940px;
margin: 0 auto;
}

#countdown h2{
font: 24px Arial, Helvetica, sans-serif;
text-align:center;
color:#999999;
}

/* main content */

#content {
	margin-top: 0px;
	border-bottom: 1px solid #e7e7e7;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content.half div {
	width: 450px;
	float: left;
	margin-top:20px;
}

#content.half div h2 {
	padding:10px;
	background: #f4f4f4;
	border-bottom: 1px solid #e7e7e7;
	border-top:0;
	border-left:0;
	border-right:0;
}

#content.half div.signup h2 {
	padding:10px;
	background: #ea4124;
	border-bottom: 1px solid #e7e7e7;
	border-top:0;
	border-left:0;
	border-right:0;
}

#content.half div.campus h2 {
	padding:10px;
	background: #6fbf46;
	border-bottom: 1px solid #e7e7e7;
	border-top:0;
	border-left:0;
	border-right:0;
}

#content.half div.bloglist h2 {
	padding:10px;
	background: #f3ec22;
	border-bottom: 1px solid #e7e7e7;
	border-top:0;
	border-left:0;
	border-right:0;
}

#content.half div.bloglist {
	width: 475px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

#content.half div.bloglist p, h4, ol {
padding: 0 10px;
}

#content.half div.signup {
	width: 220px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 0;
	margin-right:10px;
	float:left;
}

#content.half div.signup div.form {
margin:0;
}

#content.half div.captchaimg{
margin:0px; !important
}

#content.half div.signup div.item {
padding:4px 0;
margin:5px;
}

#content.half div.campus {
	width: 210px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

#content.half div.networking div.col1{
width:205px;
float:left;
margin-top:0px;
border-right: 1px #CCCCCC solid;
} 

#content.half div.networking div.col2{
width:200px;
float:right;
margin-top:0px;
margin-right:10px;
} 

#content.half div.campus p, h4 {
padding: 0 10px;
}


#content.half div.half-1 {
	margin-right: 15px;
}

#content .features-row {
	margin-bottom: 40px;
}

#content .half-2 .feature {
	float: left;
	width: 215px;
}

#content .half-2 .feature.first {
	margin-right: 20px;
}

#content .half-2 .feature img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px; 
}

#content .half-2 .feature div {
	width: 155px;
}

#content .half-2 .feature div h6 {
	font-size: 15px;
	font-weight: bold;
	color: #0686b0;
	margin-bottom: 5px;
}

#content.half div.networking{
margin-top:40px;
}

#content .networking img{
padding:0 10px 0 0;
margin: 0;
border:0;
}

.text{
margin-top:10px;
}

/* footer */

#footer p {
	color: #5b5b5b;
	margin: 20px 0px 0px;
	padding-bottom: 20px;
	font: 9px Arial, Helvetica, sans-serif;
}

#footer a:link a:visited {
	color: #5b5b5b;
	font: 9px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#billboard_navigation {
	margin:0 40px 0px 0px;
	position:relative;
	top:-20px;
	z-index:1000;
	text-align:right;
	float:right;
}

#billboard_navigation a{
	background:url(/images/slide-bg-2.png) no-repeat center ;
	padding:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#billboard_navigation a.activeSlide { 
	color:#ffffff;
	background:url(/images/slide-bg.png) no-repeat center ;
}

a:focus { 
	outline: none; 
}