/* 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;
}

a {
	color: #1B5CBD;
	text-decoration: none;
}

a:visited{
	color: #333;
}

a:hover {
	color:#C9522A;
}

a:active{
	color: #000;
}

p{
	margin: 0 0 1.5em 0;
}

p a{
	text-decoration: underline;
}

h2{
	color: #2A6594;
	border-bottom: 2px solid #FFCB57;
	font-size: 1.4545em;
	padding: 0 0 3px 0;
	font-weight: normal;
}

h2#news-heading{
	background: transparent url(/images/template/newsHeader.gif) top left no-repeat;
	width: 54px;
	height: 26px;
	text-indent: -5000em;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

h3{
	color: #2A6594;
}

img{display: block; margin: 0;}

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

body{
	background-color: #233D51;
	color: #454545; font: .6875em/1.5em Verdana, Arial, sans-serif;
}

#pageWrapper{
	position: relative;
	margin: 0 auto;
	width: 955px;
	background-color: #FFCB57;
}

body.home #pageWrapper{
	background-color: #DEB542;
}

#header{
	position: relative;
	width: 955px;
	height: 85px;
	background: transparent url(/images/template/header.jpg) top left no-repeat;
}

body.home #header{
	height: 152px;
	background: transparent url(/images/template/mainHeader.jpg) top left no-repeat;
}

#header h1{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 140px;
	height: 65px;
}

body.home #header h1{
	top: 10px;
	left: 15px;
	width: 240px;
	height: 110px;
}

#header h1 a{
	display: block;
	width: 140px;
	height: 65px;	
}

body.home #header h1 a{
	width: 240px;
	height: 110px;	
}

#header h1 a span{
	display: none;
}

#student-login{
	display: block;
	position: absolute;
	text-indent: -5000em;
	top: 15px;
	right: 30px;
	width: 78px;
	height: 45px;
	cursor: pointer;
}

body.home #student-login{
	width: 77px;
	height: 47px;
	right: 22px;
	top: 100px;
}

#header p{
	text-indent: -5000em;
}

body.home #content{
	position: relative;
	z-index: 5;
	padding: 0 0 0 0;
}

#content:after{
  clear: both;
  display: block; 
  visibility: hidden; 
  height: 0; 
  content: ".";
}

#sideBar{
	position: relative;
	width: 186px;
	float: left;
	padding: 25px 0 0 0;
}

body.home #sideBar{
	width: 228px;
	padding: 0 0 0 0;
}

#sideBar ul{
	border-top: 1px solid #877242;
	margin: 15px 0 0 0;
}

#sideBar ul li a{
	color: #003E70;
	border-bottom: 1px solid #877242;
	display: block;
	width: 161px;
	padding: 3px 0 3px 25px;
}

body.home #sideBar ul li a{
	width: 203px;
}

#sideBar ul li a:hover{
	color: #FFF;
}

#sideBar ul li.acitve a:hover,
#sideBar ul li.active a{
	background-color: #FFF;
	color: #233D51 !important;
}

#sideBar ul li a:active{
	color: #000;
}

#mainContent{
	padding: 25px 40px 25px 45px;
	background-color: #FFF;
	float: right;
	width: 684px;
}

#mainContent .side-photo{
	float: right;
	width: 250px;
	color: #323232;
	background: #FFCB57 url(/images/template/imageBackground.gif) bottom left no-repeat;
}

#mainContent .side-photo p{
	padding: 5px 20px 13px 10px;
	margin: 0;
	line-height: 1.2;
}

#mainContent .side-photo h3{
	color: #323232;
	padding: 3px 0 3px 10px;
}

#mainContent .interior{
	float: left;
	width: 394px;
	padding: 5px 40px 0 0;
}

body.home #mainContent{
	padding: 0 15px 0 470px;
	width: 242px;
	min-height: 350px;
	background-color: transparent;
}

#mainImage{
	position: absolute;
	background: #3C4B77 url(/images/template/mainImageBackground.gif) bottom left no-repeat;
	top: -135px;
	left: 275px;
	width: 395px;
	z-index: 10;
}

#mainImage p{
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 10px 0;
}



#footer{
	clear: both;
	background-color: #3277AE;
	color: #B1CEE7;
}

#footer p{
	margin: 0;
	padding: 6px 0 6px 20px;
}

#footer a{
	color: #B1CEE7;
	text-decoration: none;
}

div.interior table td {
    vertical-align:top;
}

div.interior a {
	color: #1B5CBD;
	text-decoration: underline;
}

div.interior a:hover {
	text-decoration: none;
}

/* ADDITIONAL */
#mainContent .side-photo img{
	max-width: 250px;
}

#mainContent .right_sidebar{
	padding: 20px 5px 20 5px;
	float: right;
	width: 250px;
	color: #323232;
	background: #FFCB57;
}

#mainContent .right_sidebar ul{
	padding: 10px 5px 10px 5px;
	margin: 0;
}

