/* ------------------------------ MAIN LAYOUT  ------------------------------ */
body {
	background-color: #093a6d;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #363636;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
img {
	border: 0;
}
#wrapper {			/* full screen container */
	width: 1003px;
	margin: 0 auto;
	padding: 0;
}
#header-left { 			/* left header "wrap-around" image */
	width: 12px;
	float: left;
	margin: 0;
	padding: 0;
}
#content {				/* "main" content div */
	width: 979px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#header-right { 		/* right header "wrap-around" image */
	width: 11px;
	float: left;
	margin: 0;
	padding: 0;
}
/* ------------------------------  FEATURE PHOTO  ------------------------------ */
#header-image {
	width: 779px;
	float: right;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background: url(/cms3/skeleton_32/files/img/header.jpg); 
	height: 180px;
}
.headertext {
	background: transparent url(/cms3/skeleton_32/files/img/textbackground.png) repeat scroll 0 0;
	color: #fff;
	font-size: 32px;
	height: 40px;
	margin: 140px 0 0;
	padding: 1px 15px 0 15px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}
.header-alert {
	background-position: 12px center;
	background-repeat: no-repeat;
	opacity: .90; /* Non-IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 (must be before IE 5-7) */
	filter: alpha(opacity=90); /* IE 5-7 */
	border: 1px solid #333;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
		
	-moz-box-shadow: 2px 3px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	box-shadow: 2px 2px 1px #333;

	margin: 24px;
	font-size: 16px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	
	min-height: 38px;
	
	position: absolute;
	width: 645px;
}
.header-alert strong {
	clear: both;
	display: block;
	margin: 0 0 6px 0;
}


/* ------------------------------  PAGE CONTENT AREA  ------------------------------ */
#page-content {
	width: 739px;
	margin: 220px 20px 20px 220px; /* for Safari, (FF kind of considers this too, but works without it) */
	.margin: 40px 20px 20px 220px; /* for only IE7, IE6 would work with either this line or the one above, since it seems to disregard the top-margin */
	overflow: hidden;
}
* html #page-content {
	width: 739px;
	margin: 20px 10px 20px 220px; /* for IE8, FF */
	overflow: hidden;
}
#page-content-toolbar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 248px;
	right: 0;
}
#page-content-toolbar ul {
	float: right;
	margin: 6px 18px 16px 0;
	.margin: 6px 12px 16px 0;
	padding: 0;
}
#page-content-toolbar ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 18px;
	text-transform: lowercase;
	font-size: 90%;
}
#page-content-toolbar ul li a {
	text-decoration: none;
	padding: 0 0 0 14px;
}
#page-content-toolbar ul li#page-content-toolbar-print a {
	background: transparent url(/cms3/skeleton_32/files/img/toolbar-print.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-siteindex a {
	background: transparent url(/cms3/skeleton_32/files/img/toolbar-siteindex.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-contact a {
	background: transparent url(/cms3/skeleton_32/files/img/toolbar-contact.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-facultydirectory a {
	background: transparent url(/cms3/skeleton_32/files/img/toolbar-facultydirectory.gif) no-repeat scroll left center;
}
#page-content-boxes {
	float:right;
	width:200px;
	height:auto;
}
.sb_development {
	background: red;
	color: #FFF;
	padding: 16px;
	border: 3px dashed #FFF;
	margin-bottom: 16px;
}
.sb_development strong.sb_development_header {
	text-decoration: blink;
	font-size: 120%;
	color: yellow;
}
.sb_development hr {
	border: 2px solid #FFF;
}
/* ------------------------------  HOMEPAGE MODULES  ------------------------------ */
.box {
	background: transparent url(/cms3/skeleton_32/files/img/div-bottom3.gif) repeat scroll left bottom;
	width: 180px;
	float: right;
	margin: 0 15px 15px 15px;
	clear: right;
}
* html .box {
	margin: 0 10px 15px 15px;
}
.box h3 {
	background: transparent url(/cms3/skeleton_32/files/img/h3-bg.gif) no-repeat scroll left top;
	border-bottom: 1px solid #C4C4C4;
	color: #fff;
	font-size: 130%;
	margin: 0;
	padding: 6px 8px 4px 10px;
}
.box h3 a {
	color: #fff;
	text-decoration: none;
}
.box ul {
	list-style: none;
	margin: 0;
	padding: 14px 10px 6px 10px;
}
.box li {
	padding-bottom: 8px;
}
.box img {
	border: 0;
}
.box div {
	margin: 14px 10px;
}
.box .box-bottom {
	background: transparent url(/cms3/skeleton_32/files/img/div-bottom2.gif) no-repeat scroll left bottom;
	margin: 0;
}
.box .box-date {
	font-size: 80%;
	color: #636363;
}
.box .box-photogallery {
	margin: 0;
	padding: 0;
}
.box .box-photogallery div {
	width: 50px;
	height: 50px;
	padding: 0;
	float: left;
	margin: 0 3px 3px 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.box .box-photogallery div img {
	width: 50px;
	height: 50px;
}
/* ------------------------------ FOOTER ------------------------------ */
#footer {
	background: transparent url(/cms3/skeleton_32/files/img/footer-bg.jpg) no-repeat top center;
	height: 159px;
	width: 919px;
	margin: 5px auto 0;
	padding: 0 0 10px;
	color: #fff;
	clear: both;
}
#footer-left { 				/* left column of the footer */
	width: 165px;
	height: 159px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer-left ul {
	margin: 11px 0 0;
	padding: 0;
	list-style-type: none;
}
#footer-left ul li {
	padding: 4px 15px 3px 30px;
	margin: 0;
}
#footer-left a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer-center { 			/* center column(s) of the footer */
	float: left;
	width: 305px;
	margin: 0;
	padding: 4px 15px;
	font-weight: bold;
}
* html #footer-center {
	padding: 12px 15px;
}
#footer-center ul {
	float: left;
	width: 150px;
	margin: 8px 0 5px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#footer-center li {
	width: 100%;
	padding: 4px 0 3px;
}
#footer-center a {
	color: #fff;
	text-decoration: none;
}
#footer-center li img {
	padding-right: 4px;
}
#footer-center img.footer-icon {
	vertical-align: middle;
}
#footer-right { 		/* right column of the footer, with the copyright statement, etc. */
	float: left;
	width: 376px;
	height: 119px;
	margin: 20px;
	padding: 0;
	font-size: .9em;
	position: relative;
}
#footer-right a {
	color: #fff;	
}.clear {
	clear:both;
}

/** site-specific overrides **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia,Times,serif;
}

h1 {
    border-bottom: 1px solid #999;
    color: #666;
    font-weight: normal;
    padding-bottom: 4px;
    text-transform: uppercase;
}

h2 {
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}

#navigation-contact,
#page-content-boxes {
	font-family: Georgia, Times, serif;
}

#page-content h2,
#page-content h3,
#page-content h4,
#page-content h5,
#page-content h6,
#page-content p {
	margin: 10px 0;
}

/** wide header bar **/
#page-content-toolbar {
	position: relative;
	top: 0;
}
#page-content {
    margin-top: 0;
	line-height: 18px;
}

/** custom homepage image header **/
#header {
	height: 280px;
	width: 979px;
	background: #000;
}
#header-text {
	float: left;
	height: 240px;
	width: 374px;
	overflow: hidden;
	background: url("/business/files/img/header_bg.jpg") repeat-x top left;
	color: #FFF;
	padding: 20px;
	line-height: 1.7em;
	font-size: 1.2em;
	font-family: Georgia,serif;
}
#header-text h2 {
	color: #FFF;
	text-transform: none;
	font-weight: bold;
}
#header-pic {
	float: left;
	height: 280px;
	width: 565px;
	overflow: hidden;
	text-align: center;
}

/** left navigation classes **/
#navigation p {
    margin: 8px 0 0 8px;
}
#navigation-search {
	overflow: hidden;
	margin: 0;
}
form#navigation-search {
    background: none repeat scroll 0 0 #E4E4E4;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    width: 200px;
}
form#navigation-search p {
    background: url("/business/files/img/search.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    width: 189px;
}
form#navigation-search p input {
    background: none;
    border: 0 none;
    color: #246DA3;
    float: left;
    font-family: Georgia,serif;
    font-style: italic;
    text-align: left;
    width: 90px;
}

#navigation-contact {
	overflow: hidden;
	padding: 0 0 8px 0;
}

#navigation-footer img {
	padding: 0 6px;
}

/** homepage modules **/
.box,
.box h3,
.box .box-bottom {
	background: none;
}
.box {
	margin-bottom: 5px;
}
.box h3 {
	color: #636363;
	padding: 6px 0;
	text-transform: uppercase;
	font-weight: normal;
}
.box ul {
	padding: 5px 0 0;
}
.box li {
	padding-bottom: 10px;
}
.box .box-date {
	font-size: 125%;
	color: #000;
}

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
*html #navigation {
	margin-left: 10px;
}
#navigation ul, #navigation ul li, #navigation ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation ul li {
	display: block;
	float: left;
	position: relative;
}
#navigation ul li a {
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 1.4em;
	padding: 8px 18px;
	text-decoration: none;
	background: #005691 none repeat scroll 0 0;
	color: #fff;
}
#navigation ul li a.navparent {
	background: #006599 url(../img/nav-arrow.jpg) left center no-repeat;
}
#navigation ul li li a, #navigation ul li li a {
	background: #629cbb;
	color: #fff;
	padding-left: 28px;
}

#navigation ul li li li a {
	padding-left: 40px;
	background-color: #abcbdd;
	color: #005289;
}

#navigation-footer {
	margin: 10px 18px;
	color: #005d9b;
}
#navigation-footer a {
	color: #005d9b;
}
