﻿@charset "UTF-8";
/* CSS Document */

/* ------------------------  EASY RESET - All properties will be redifined where necessary after the reset */
* {
	margin: 0 0;
	padding:0 0;
	}

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;
}
/* Duane added 1/22/10 */
a	{ text-decoration:none; color:#0066ff  }
a:hover 	{ text-decoration:underline }

/* -------------------- */
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 RESET */

img, div, serch-form, input { behavior: url(iepngfix.htc) }

/* -- Body Structure and Layout -- */
body					{ background-color:#fff1e7; background-image:url(../img/current-student/hdr-gradient.jpg); background-repeat:repeat-x; background-position:top; }
.wrapper				{ width:904px; text-align:left; }
/* -- End Body Structure and Layout -- */


/* Header Structure -- */
.header					{ width:100%; text-align:left; margin-top:16px; height:95px; font-weight:normal; }

ul#hdr-nav				{  font-family:Helvetica, Arial, sans-serif; font-size:16px; line-height:16px; text-align:center; padding-top:20px; clear:both; margin-left:40px; font-weight:normal; }	
ul#hdr-nav li 			{ color:#fff; display:block; float:left; padding:0px 4px 0px 5px; font-weight:normal; }	  
ul#hdr-nav a  			{ text-decoration:none; color:#fff; }
ul#hdr-nav a:hover		{ text-decoration:underline; }

.search-form			{ float:right; margin-top:0px; padding-top:25px; margin-right:0px; }
.search-form .submit 	{ border:none; margin:0 0 0 0; padding:0 0 0 0; }
.search-form .input  	{ width:165px; height:21px; display:block; border:none; background-image:url(../img/search-input-box.png); background-repeat:no-repeat; background-color:transparent; margin-left:22px; margin-top:-22px; padding:0 0 0 0; }
/* End Header Structure -- */

/* Left Bar -- */
.leftbar				{ width:197px; background:#FFFFFF; text-align:center; float:left; clear:left; padding:5px 9px 0px 6px; margin-top:1px; }
.leftbar .content		{ width:197px; margin-top:7px; }
ul#left-bar-nav			{ width:200px; font-family:Helvetica, Arial, sans-serif; font-size:12px; }
ul#left-bar-nav li		{ width:200px; height:27px; color:#FFF; display:inline-block; background-image:url(../img/current-student/leftbar-navigation.jpg); background-repeat:no-repeat; text-align:left; padding-bottom:4px; }
ul#left-bar-nav a		{ text-decoration:none; color:#fff; line-height:27px; padding-left:5px; }
ul#left-bar-nav	a:hover	{ text-decoration:underline; }
/* End Left Bar --*/

/* left bar sub nav */
ul.sub-nav				{ width:208px; font-family:Helvetica, Arial, sans-serif; font-size:12px; margin-left:200px; background-color:#FFFFFF; position:absolute; z-index:3; padding-top:4px; padding-left:4px; padding-right:0px; text-align:center; margin-top:-4px; }
ul.sub-nav li			{ width:200px; height:27px; color:#FFF; display:inline-block; background-image:url(../img/adult/leftbar-navigation.jpg); background-repeat:no-repeat; text-align:center; padding-bottom:4px; }
ul.sub-nav a			{ text-decoration:none; color:#fff; line-height:27px; padding-left:5px; width:185px; }
ul.sub-nav a:hover		{ text-decoration:underline; }
/* end left bar sub nav */

/* banner */
.banner 				{ background-color:#FFFFFF; width:676px; height:215px; margin-left:228px; padding-bottom:5px; margin-top:1px; }
.banner img				{ padding-top:5px; padding-left:5px; float:left; }
.top-left				{ float:left; }
.bottom-left			{ float:left; margin-top:99px; margin-left:-122px; }	
.bottom-left2			{ float:left; margin-top:99px; margin-left:-275px; }
.banner a				{ color:#FFFFFF; }				
/* End banner -- */

/* main copy content */
.main-content			{ width:676px; margin-left:228px; margin-top:0px; font-family:Helvetica, Arial, sans-serif; padding-top:25px; padding-left:5px; }
.main-content h3		{ color:#000000; font-weight:bold; font-size:16px; padding-bottom:15px; }
.main-content p			{ color:#000000; padding-bottom:20px; font-size:12px; line-height:16px; }
/* end main copy content */

/* main copy lists */
ul#normal-list			{ padding-left:20px; list-style:disc; }
ul#normal-list li		{ font-family:Helvetica, Arial, sans-serif; font-size:12px; line-height:16px; }
/* end main copy lists */

/* Sub-navigation begin */
ul#campus_nav				{ font-size: 14px; display:block; position:absolute; width:300px; background-color:#FFFFFF; border:1px solid #fff; padding:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; z-index:99; }	
ul#campus_nav li 			{ text-align:center; font-size:14px; display:block; float:left; list-style-type:none; color:#231f20; padding: 5px 8px 5px 8px; clear:left; }	  
ul#campus_nav a  			{ text-decoration:none; color:#231f20; display:block; letter-spacing:1px; font-stretch:condensed; }  
ul#campus_nav a:hover 		{ color:#222; }
ul#campus_nav a:active 		{ color:#222; }
/* end sub-navigation */

/* Sub-navigation begin */
ul#au_nav				{ font-size: 14px; display:block; position:absolute; width:100px; background-color:#FFFFFF; border: 1px solid #fff; padding:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; z-index:99; }	
ul#au_nav li 			{ text-align:center; font-size:14px; display:block; float:left; list-style-type:none; color:#231f20; padding: 5px 8px 5px 8px; clear:left; }	  
ul#au_nav a  			{ text-decoration:none; color:#231f20; display:block; letter-spacing:1px; font-stretch:condensed; }  
ul#au_nav a:hover 		{ color:#222; }
ul#au_nav a:active 	{ color:#222; }
/* end sub-navigation */

/* BANNER TEXT */
.banner-text-1			{ position:absolute; margin-top:45px; margin-left:5px; width:271px; text-align:center; font-size:20px; font-weight:bold; font-family:Helvetica, Arial, sans-serif; color:#FFFFFF; }
.banner-text-2			{ position:absolute; margin-top:140px; margin-left:5px; width:271px; text-align:center; font-size:20px; font-weight:bold; font-family:Helvetica, Arial, sans-serif; color:#FFFFFF; font-stretch:condensed; }
.banner-text-1short		{ position:absolute; margin-top:45px; margin-left:5px; width:117px; text-align:center; font-size:18px; font-weight:bold; font-family:Helvetica, Arial, sans-serif; color:#FFFFFF; }
.banner-text-2short		{ position:absolute; margin-top:135px; margin-left:5px; width:117px; text-align:center; font-size:18px; font-weight:bold; font-family:Helvetica, Arial, sans-serif; color:#FFFFFF; font-stretch:condensed; }
/* END BANNER TEXT */

/* Footer */
.footer					{ clear:left; text-align:left; padding-top:20px; }

ul.footer-nav			{ font-family:Helvetica, Arial, sans-serif; font-size:10px; line-height:14px; margin-left:180px; width:650px; float:left; clear:left; }	
ul.footer-nav li 		{ color:#000; display:inline-block; float:right; padding:0px 4px 0px 3px; }	  
ul.footer-nav a  		{ text-decoration:none; color:#000; }
ul.footer-nav a:hover	{ text-decoration:underline; }
/* end footer */

/* tuition rates table */
.tuition				{ width:890px; background-color:#FFFFFF; margin-left:-230px; padding:5px 7px 5px 5px; }
.tuition-border			{ width:890px; border-style:solid; border-width:1px; }
.column1				{ width:425px; margin-left:25px; margin-top:25px; min-height:500px; }
.column2				{ width:425px; float:right; margin-top:-500px; }

.alternate-color		{ background-color:#e0d6cf; }
.head-color				{ background-color:#c2733d; color:#FFFFFF; }

ul#col1-programs		{ width:275px; float:left; }
ul#col1-programs li		{ font-size:10px; line-height:24px; padding-left:10px; padding-right:5px; text-align:left; }

ul#col1-length			{ float:left; }
ul#col1-length li		{ font-size:10px; line-height:24px; padding-left:5px; padding-right:5px; text-align:left; }

ul#col1-cost			{ float:left; }
ul#col1-cost li			{ font-size:10px; line-height:24px; padding-left:5px; padding-right:10px; text-align:left; }
/* end tuition rates table */

#crime_stats table {
	border: 1px #BCD2E6 solid ;
	border-style:solid solid solid solid;
	font-family:Arial, Helvetica, sans-serif;
	}
#crime_stats td {
	
	border-top: 0px solid #BCD2E6;
	border-bottom: 0px solid #BCD2E6;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	background-color:#CCCCCC


}
#crime_stats th {
	text-align: left;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #BCD2E6;
	font-size:14px;
	font-weight:bold;
	border-width: 1px 1px 1px 1px;
	background-color: #e2ebf4;
	text-align:center;	
}

#crime_stats tr.odd td {
	background-color: #dddddd;
}
