/* @override http://www.everest-college.com.marketing/main-style.css */

/* @group CSS Reset */

/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body{
	background: #F3F3F3 url(images/bg1.jpg) repeat-x 0 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
hr.clearFix{
	display: block;
	clear: both;
	border-style: none;
	background-image: none;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}
hr.border{
	display: block;
	height: 22px;
	margin: 0;
	background-image: url(images/border1.gif);
	border-style: none;
}
#wrapper{
	width: 845px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Header */

#header{
	padding-top: 12px;
	position: relative;
	border-bottom: 1px solid #CCC;
	padding-bottom: 23px;
	margin-bottom: 10px;
}
#header #home-link{
	position: relative;
	top: 6px;
}
#header #rss-email{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 22px;
	text-align: right;
}
#header #rss-email p{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
#header #rss-email form{
}
#header #rss-email form p{
	width: 242px;
	height: 38px;
	background: url(images/email_sub_bg.gif) no-repeat;
	text-align: left;
}
#header #rss-email form input{
	background-image: none;
	background-color: transparent;
	border-style: none;
	margin-left: 11px;
	margin-top: 9px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
#header #rss-email form #envelope{
	position: relative;
	top: 2px;
	left: 19px;
}

/* @end */

/* @group hero nav */

#hero-nav{
	margin-top: 26px;
}
.hero-shot{
	float: right;
}
div.navigation {
	background-color: #C9C9C9;
	padding: 22px;
	margin-bottom: 11px;
}
div.navigation li a{
	text-decoration: none;
	color: #333;
}
div.navigation li a:hover{
	color: #000;
	text-decoration: underline;
}
div.navigation li{
	line-height: 21px;
	font-size: 14px;
	color: #333;
	list-style-type: none;
}

/* @end */

#main-columns{
	padding-top: 30px;
}
#left-col {
	width: 491px;
	float: left;
}
#left-col h1{
	color: #266D9D;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 16px;
	display: block;
}
#left-col h2{
	margin-bottom: 18px;
	font-size: 17px;
}
#left-col h1 a:hover{
	text-decoration: underline;
}
#left-col abbr{
	color: #E57F38;
	display: block;
	margin-top: 12px;
	margin-bottom: 10px;
}
#left-col p{
	font-size: 12px;
	color: #555;
	line-height: 186%;
	margin-bottom: 13px;
}
#left-col small{
	font-size: 9px;
	margin-bottom: 15px;
	display: block;
}
img.read-more{
	padding-left: 17px;
}
#left-col .postwrap{
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 26px;
}
#left-col .postwrap li{
	list-style-type: disc;
	font-size: 13px;
	line-height: 176%;
}
#left-col .postwrap ul, #left-col .postwrap ol{
	padding-left: 30px;
	margin-bottom: 17px;
}
#left-col .links{
	font-size: 13px;
	color: #555;
	line-height: 164%;
	margin-bottom: 0;
}
#left-col .links li{
	margin-bottom: 21px;
	font-size: 12px;
	line-height: 151%;
	list-style-type: none;
}
#left-col .links li.last{
	margin-bottom: 0;
}
#left-col .links a{
	font-weight: bold;
	text-decoration: none;
	color: #266D9D;
	background: url(images/asterisk_orange.png) no-repeat;
	padding-left: 20px;
	font-size: 13px;
}
#left-col .links a:hover{
	text-decoration: underline;
}
#right-col{
	width: 297px;
	float: right;
}
#right-col #allstars{
	border: 2px solid #C9C9C9;
	padding: 17px;
}

/* @group allstars */

#allstars p{
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 8px;
}
#allstars h2{
	background: url(images/star.gif) no-repeat;
	padding-left: 19px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 8px;
	line-height: 16px;
}
#allstars h2 a{
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	color: #E57F38;
}

/* @end */


#footer{
	padding: 25px;
	border-top: 1px solid #999;
	background: #C9C9C9 url(images/footerlogo.gif) no-repeat 25px 25px;
	height: 77px;
	position: relative;
	margin-top: 48px;
}
#footer small.copyright{
	position: absolute;
	bottom: 16px;
	font-size: 12px;
}
#footer .footerlinks{
	font-size: 12px;
	float: right;
}
/* @group Lead Form */

form#form1{
	font-size: 13px;
	line-height: 150%;
} 
form#form1 td{
	padding-bottom: 13px;
}
form#form1 input.text{
	border-style: solid;
	border-color: #888;
	padding: 4px;
}
form#form1 .error{
	color: red;
}
form#form1 .noerror, form#form1 .error{
	padding-right: 3px;
}
/* @end */
small{
	font-size: 12px;
	color: #444;
	line-height: 120%;
}

