/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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;}/* 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;}

ul{
	margin-left: 20px;
}

a:link, a:visited{
	color: #ff0000;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration: underline;
	cursor: pointer;
}

body{
	background-color: #360000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body#index{
	background-image: url('../images/bg_home.jpg');
	background-repeat: repeat-x;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background-color: #red;
	background-image:url('../images/bg_wrapper.jpg');
	border:0;
	position: relative;
}

#masthead{
 border:0;
 margin-bottom:0;
 padding: 15px 15px 0 15px;
}

#logo{
 float:none;
 margin:0;
 position: relative;
 padding:0;
}

#logo p{
 font-size:36px;
}

#logo p span.extension{
 font-size:50%;
}

#logo p.tagline{
 font-size: 24px;
 display:none;
}

#logo p a{
 text-indent: -999em;
 display:block;
 height:73px;
 width:240px;
 background-image: url('../images/logo_slide.jpg');
 background-color: #666;
}

#logo p a:hover{
 background-position: -240px 0;
}

#core-nav{
	padding: 10px;
	border: 2px solid #ccc;
	margin-bottom: 2px;
	overflow: hidden;
	display:none;
}

#core-nav ul{
	margin-left: 0;
}

#core-nav ul li{
	float: left;
	margin-right: 15px;
}

#core-nav ul li a{
	background-color: #e5e5e5;
	display: block;
	padding: 4px;
}

#index #content-container{
	margin-top:250px;
}

#right-column{
	float:left;
	width:265px;
}

.column-block{
	border: 0;
	margin-bottom: 2px;	
	padding: 10px;
	display: none;
}

div#sub-navigation{
 border:0;
 margin:15px; 
 padding:20px 0;
	background-color: #fff;
 -webkit-border-radius:5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

#sub-navigation ul{
 list-style: none;
 margin: 0;
 padding: 0;
 border-top: 1px solid #ccc;
}

#sub-navigation ul li{
	padding: 10px 5px 10px 15px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#sub-navigation ul li a{
 background-color: transparent;
 display: block;
 padding:0 20px 0 0;
 margin: 0;
 background-image: url('../images/arrow_slide.gif');
 background-position:205px center;
 background-repeat: no-repeat;
 color: #000;
 text-decoration: none;
 font-size: 12px;
 font-weight: normal;
}

#sub-navigation ul li.current a{
	color: #ccc;
}

#sub-navigation ul li a:hover{
	background-position-x: -95px;
 text-decoration: underline;
}

#content-container{
	border:1px solid #590906;
}

div#content{
 margin:0px 10px 0 10px; 
	float: left;
	width: 609px;
	border: 0;
	padding:0 50px 50px;
 -webkit-border-radius:5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

div#content .snippet{
	margin: 0;
	padding: 0;
}

#content #intro{
	position: absolute;
	top:95px;
	left: 0;
	height: 190px;
	background-image: url('../images/bg_intro.jpg');
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	padding: 50px 80px 0 345px;
}

#content #intro h1{
	margin-top: 0;
}

#content #intro h1 a{
	text-decoration: underline;	
	color: #fff;	
}

#content #intro p{
	color: #fff;	
}

#content #intro p a{
	color: #fff;
}

#content h1{
 font-size: 32px;
 font-weight: normal;
 margin-top: 50px;
 margin-bottom: 15px;
}

#content h2{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 15px;
 margin-top: 50px;
}

#index #content h2{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 15px;
 margin-top: 50px;
}

#content h3{
 font-size: 18px;
}


#content p{
 font-size: 14px;
 margin-bottom: 15px;
 line-height: 130%;
}

#content #intro p.more{
	float: right;
}

#content #intro p.more a{
	background-image: url('../images/button_big_slide.png');
	width: 172px;
	height: 35px;
}

#content p.more a{
	background-image: url('../images/button_small_slide.png');
	width: 113px;
	height: 20px;
	display: block;
	text-indent: -999em;
}

#content #intro p.more a:hover{
	background-position: -172px 0;
}

#content p.more a:hover{
	background-position: -113px 0;
}

#content p a span.back{
 display: inherit;
 border: inherit;
 float: none;
 padding: 0;
}

#content ul{
 margin-bottom:15px; 
 font-size: 14px;
}

#content ul li{
 margin-bottom: 10px;
 padding-left: 20px;
 list-style: disc;
 line-height: 130%;
}

#contact-form fieldset{
 border: 0;
 overflow: hidden;
}

#contact-form ol li{
 list-style: none;
 overflow: hidden;
 margin-bottom: 20px;
}

#contact-form label{
 float: left;
 clear: left;
 width: 180px;
 font-size: 14px;
 padding-top: 5px;
}

#contact-form input, #contact-form textarea{
 float: left;
 clear: none;
 width: 300px;
 border: 1px solid #333;
 padding: 2px 10px;
 font-size: 16px;
}

#contact-form textarea{
 height: 200px;
}

#contact-form input.submit{
 background-image: url('../images/button_submit_slide.png');
 border: 0;
 background-color: transparent;
 display: block;
 width:113px;
 height: 20px;
	text-indent: -999em;
	margin-left: 180px;
}

#contact-form input.submit:hover{
	background-position: -113px 0;
}


#footer{
	clear: both;
	background-color: transparent;
	border:0;
	padding:40px 0 20px 15px;
	color: #fff;	
	font-size: 12px;
	text-align: center;
	margin: 0;
}

#footer ul{
	margin: 0;
	padding: 0 0 10px 0;
}

#footer ul li{
	display: inline;
	padding: 0;
	margin-right: 15px;
}

#footer ul li a{
	color: #ccc;
}

#footer ul li a:hover{
	color: #fff;
}

#footer p{
	clear: both;
}

span.mg_edit{
	display: block;
	position: absolute;
	top:-8px;
	right:-8px;
}

span.mg_edit a img{
	border: 1px solid white;
}

span.mg_edit a:hover img{
	border: 1px solid red;
}

/* Mark Edits */
#content #intro {padding-left:265px; padding-right:60px;}

#intro h1 {font-weight:bold; color:#FFF;}

#intro ul {list-style:none; border:1px solid #FFF; padding:0; margin:0; float:left;}
#intro ul li {list-style:none; float:left; padding:0; margin:0;}
#intro a {display:block; float:left; width:171px; height:50px; color:#FFF; background:url(../images/linkslider.png) top left no-repeat; text-align:center; padding:12px 10px 0 43px; font-size:15px;}
#intro a:hover {background-position:0px -62px;}

.college-info-container {
width:400px;
}
#content .school-programs li {
background-image:url("/themes/base/images/arrow-grey.gif");
background-position:1px 6px;
}
p, ul, ol, table {
margin-bottom:-1px;
}

#content ol{list-style:decimal}
#content ul{list-style:disc}


