/*--- COLORS
Dark - #434034
Light - #e0dcce
Blue - #02808C
Orange - #e66d00
Grey - #989587

---*/

/*--- DEFAULTS ---*/

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,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td 
    {
    margin: 0;
    padding: 0;
    border: 0;
    }

body
	{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
	background: #343128;
	}

h1,
h2,
h3
	{
	color: #e66d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2;
	}

h1
	{
	font-size: 2.3em;
	margin-bottom: .2em;
	font-style: italic;
	}
	
h2 
	{
	font-size: 1.8em;
	margin: 1em 0 .2em 0;
	}
	
h3
	{
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: .5em 0;
	color: #02808C;
	}

p
	{
	padding: 0 0 1em 0;
	}

a,
a:link,
a:active,
a:visited
	{
	color: #02808C;
	text-decoration: none;
	border-bottom: 1px dotted #02808C;
	outline: none;
	}

a:hover
	{
	color: #e66d00;
	border-bottom: 1px dotted #e66d00;
	}

a.imglink
	{
	background: transparent;
	border: none;
	outline: none;
	}

a[name]
	{
	color: #e66d00;
	text-decoration: none;
	border: none;
	outline: none;
	}

hr
	{
	height: 8px;
	background: url(images/hr.png);
	color: #B5B8A4;
	border: none;
	margin: 2em 0;
	}

/*--- MAIN STRUCTURE ---*/

div.container
	{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	}

div.header
	{
	background: #e0dcce url(images/header-bg.jpg) bottom left repeat-x;
	padding: 14px 0;
	border-top: 4px solid #434034;
	}

div.banner
	{
	background: #434034;
	min-height: 40px;
	border-top: 8px solid #989587;
	}
	
div.content
	{
	padding: 40px 0;
	background: #e0dcce url(images/content-bg.jpg) top left repeat-x;
	font-size: 1.3em;
	}

div.main /*--main content paired with sidebar--*/
	{
	float: left;
	width: 560px;
	}

div.sidebar
	{
	float: right;
	width: 200px;
	}

div.sidebar h1
	{
	font-size: 1.3em;
	margin-bottom: .5em;
	font-style: normal;
	}

div.footer
	{
	clear: both;
	padding: 20px 0;
	border-top: 4px solid #989587;
	color: #FFF;
	font-size: 1.2em;
	background: url(images/footer-bg.jpg) bottom left repeat-x;
	}


/*--- NAVIGATION ---*/

ul#nav
	{
	float: right;
	margin-top: 50px;
	}

#nav li
	{
	display: inline;
	list-style: none;
	list-style-type: none;
	}

#nav li a
	{
	float: left;
	padding: 2px 14px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	text-decoration: none;
	border: none;
	font-style: italic;
	color: #000;
	outline: none;
	}

#nav li a:hover
	{
	color: #e66d00;
	}


/*--- FOOTER ---*/

div.footer a
	{
	color: #e66d00;
	text-decoration: none;
	border: none;
	}

div.footer a:hover
	{
	color: #e66d00;
	text-decoration: underline;
	}

div.footer strong
	{
	color: #FFF;
	}

div.footer div.left,
div.footer div.left-center,
div.footer div.right-center,
div.footer div.right
	{
	float: left;
	width: 120px;
	margin-left: 30px;
	padding-left: 40px;
	list-style-type: none;
	border-left: 1px solid #989587;
	}
	
div.footer div.left
	{
	width: 184px;
	margin: 0;
	padding: 0;
	border: none;
	color: #75705b;
	font-size: 11px;
	}

div.footer ul
	{
	list-style-type: none;
	}


/*--- HOMEPAGE ---*/

div.homepage-banner
	{
	position: relative;
	background: url(images/homepage.png) top left no-repeat;
	height: 300px;
	width: 800px;
	}

a.homepage-button
	{
	position: absolute;
	top: 222px;
	left: 24px;
	display: block;
	background: url(images/homepage-button.png) top left no-repeat;
	height: 28px;
	width: 324px;
	border: none;
	}
	
a.homepage-button:hover
	{
	background-position: bottom left;
	}
	
div.homepage-top
	{
	
	}
	
div.homepage-btm
	{
	clear: both;
	padding-top: 40px;
	}

div.homepage-col1,
div.homepage-col2,
div.homepage-col3
	{
	float: left;
	width: 240px;
	}

div.homepage-col2
	{
	margin: 0 40px;
	}

img.imgborder
	{
	border: 4px solid #fff;
	}

div.quote-box
	{
	float: left;
	width: 525px;
	background: url(images/quote-box-top.png) top left no-repeat;
	}

div.quote-box div
	{
	background: url(images/quote-box-btm.png) bottom left no-repeat;
	padding: 20px 26px 76px 26px;
	}
	
div.homepage-links
	{
	float: right;
	width: 240px;
	}
	

/*--- LOCATIONS ---*/

ul.location /*-- styles list of states --*/
	{
	list-style-type: none;
	margin-top: 20px;
	margin-right: 30px;
	width: 250px;
	float: left;
	}

ul.location li
	{
	}

ul.location ul /*-- styles list of campus --*/
	{
	list-style-type: none;
	margin: 0 0 30px 0;
	}

ul.location ul li /*-- styles list of campus --*/
	{
	margin: 5px 0;
	}

ul.location h3 span /*-- styles state abbreviation --*/
	{
	margin-right: 5px;
	padding: 1px 8px;
	background: #e66d00;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

span.city
	{
	display: block;
	margin: 4px 0 15px 0;
	padding: 2px 10px;
	background: #e66d00;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

	

/*
//////////////////////////////////////////////
///
///
///  MISC
///
///
//////////////////////////////////////////////
*/

div.clear
	{
	clear: both;
	line-height: 0;
	height: 0;
	}

div.quote {
	background: url(images/quote.gif) left top no-repeat;
	padding-left: 25px;
}

ul.normal
	{
	padding: 0 0 .5em 1.5em;
	}

.float-left {
	float: left;
	margin-right: 1.0em;
}

.float-right {
	float: right;
	margin: 1em 0 1em 1em;
}