/*
	(1) html elements
	(2) structures
	(3) formatting for structures
	(4) general purpose
	(5) hacks
		made in washington */

/************************************************
	(1) html elements
*************************************************/
html, body, form, h1, h2, h3, h4, h5, h6, p, td, ul, li {
	margin: 0;
	padding: 0;
}

form {
	display: inline;
}

body {
	background-color: #b5aa8e;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
}

a {
	text-decoration: none;
	color: #0b4b80;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
}

strong	{ font-weight: bold; }

h1 {
	color: #0a4b7f;
	font-size: 1.7em;
	clear: both;
	overflow: auto;
	margin: 10px 0;
}

h1 span {
	background-color: #e4e883;
	float: left;
	padding: 6px 10px 6px 35px;
}

h2 {
	font-size: 1.3em;
	margin: 10px 0;
	color: #c21c16;
}

h3 {
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

/************************************************
	(2) structures
*************************************************/
#main {
	width: 1004px;
	margin: 0 auto;
	background-color: #fff;
}

#global-nav {
	height: 16px;
	background-color: #b5aa8e;
	color: #fff;
}

#masthead {
	background: transparent url(../images/bg_masthead.gif) bottom left no-repeat;
	margin: 20px 12px 10px 12px;
	padding-bottom: 13px;
	height: 49px;
}

#logo {
	margin-left: 10px;
	float: left;
}

#utility-nav {
	float: right;
	clear: right;
	margin-top: 6px;
}

#header {
	margin: 10px 24px 10px 24px;
	padding-bottom: 12px;
	border-bottom: 6px solid #c21c16;
}

#login {
	background: transparent url(../images/bg_login.gif) top right no-repeat;
	color: #333;
	width: 505px;
	height: 64px;
	float: right;
	padding: 20px 15px 0 0;
}

#content {
	background: transparent url(../images/bg_content.gif) 0 0 repeat-y;
	margin: 0 23px;
	padding-bottom: 25px;
	overflow: auto;
}



#flash-content {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	width: 956px;
	height: 230px;
}


#primary-nav {
	float: left;
	width: 214px;
	margin-left: 10px;
}

#body {
	float: left;
	width: 501px;
	margin-right: 40px;
	position: relative;
}


#content.two-column #body {
	width: 692px;
}


#sidebar {
	width: 191px;
	float: left;
	background: transparent url(../images/bg_sidebar.gif) 0 0 repeat-y;
	overflow-y: hidden;
}

#sidebar-outer {
	background: transparent url(../images/bg_sidebar_bottom.gif) bottom left no-repeat;
}

#sidebar-inner {
	background: transparent url(../images/bg_sidebar_top.gif) top left no-repeat;
	padding: 12px 13px;
}

#footer {
	background: transparent url(../images/bg_footer.gif) 0 0 repeat-x;
	clear: both;
	height: 13px;
	margin: 10px 10px 20px 10px;
	padding: 20px;
}

/************************************************
	(3) formatting for structures
*************************************************/

/* masthead */

#masthead .wrapper {
    height: 47px;
    overflow: hidden;
}


/* global-nav */
#global-nav ul {
	float: right;
	margin-right: 35px;
	font-size:10px;
}

#global-nav a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 10px;
	font-weight: bold;
}

#global-nav a.last {
	border-right: none;
	padding-right: 0;
}


/* utility-nav */
#utility-nav ul {
	float: left;
	margin-right: 20px;
}

#utility-nav a {
	color: #c2161c;
	font-weight: bold;
	font-family: "Segoe UI", tahoma, helvetica, sans-serif;
	padding: 0 8px;
	margin-top: 3px;
	float: left;
}

#utility-nav a.sep {
	border-right: 1px solid #c2161c;
}

#utility-nav form {
	float: left;
}

#utility-nav #query {
	background-color: #eae5dc;
	border: 1px solid #6a747c;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	width: 114px;
	font-size: .9em;
	padding: 3px;
}

/* flash-content */
#flash-content object,
#flash-content embed {
	width: 956px;
	height: 230px;
	overflow: hidden;
}

/* primary-nav */

#primary-nav ul {
	list-style: none;
}

#primary-nav li {
	display: inline;
	float: left;
	clear: both;
	width: 213px;
}

#primary-nav li a {
	display: block;
	padding: 12px 5px 6px 15px;
	background: transparent url(../images/nav_dot.gif) 0 12px no-repeat;
	width: 193px;
}

#primary-nav li.active a:hover,
#primary-nav li a:hover, 
#primary-nav li.tall a:hover
 {
	background-image: url(../images/nav_active.gif);
	background-position: 0 6px;
	color: #fff;
	text-decoration: none;
}

#primary-nav li.tall a:hover{
	background-image: url(../images/nav_active_tall.gif) !important;
}

#primary-nav li.active a {
	background-image: url(../images/nav_dot_active.gif);
	background-position: 0 12px;
	text-decoration: none;
}


/* primary-nav - second level */

#primary-nav ul #nav-sub ul {
	display: none;
}

#primary-nav li.active #nav-sub ul,
#primary-nav li.tall #nav-sub ul {
	display: block;
}

#primary-nav li.active ul#nav-sub li a,
#primary-nav li ul.nav-sub li a,
#primary-nav li.tall ul#nav-sub li a {
	background: transparent url(/images/nav_L2.gif) 0 6px no-repeat;
	margin-left: 15px;
	padding: 0 0 0 12px;
	width: auto;
	color: #0b4b80;
}
#primary-nav li.active ul#nav-sub li.here a,
#primary-nav li.active ul#nav-sub li a:hover,
#primary-nav li.tall ul#nav-sub li a:hover {
	background-image: url(/images/nav_L2_active.gif) !important;
	color: #C21C16;
}


}
#primary-nav li ul#nav-sub li.active a,
#primary-nav li.tall ul#nav-sub li.active a {
	color: #C21C16;
}



/* login */

#login form {
	float: right;
	padding-right: 45px;
}

#login input.clear {
	background-color: #ccc8bf;
	border: 1px solid #676767;
	border-bottom-color: #f9f8f6;
	border-right-color: #f9f8f6;
	color: #666;
	font-size: .9em;
	float: left;
	margin-right: 5px;
	padding: 2px 5px 4px 5px;
	width: 130px;
}

#login #go {
	float: left;
	margin-right: 5px;
}

#login label {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

#login p {
	padding-top: 10px;
	clear: both;
}



/* content */
#content .pad {
	padding-left: 35px;
}

#content #body ul,
#content #body ol {
	margin: 10px 0 15px 25px;
}

#content #profile-photo {
	position: absolute;
	top: 0;
	right: -41px;
	border-left: 15px solid #fff;
}


/* sidebar */

#sidebar h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #0b4b80;
	margin: 5px 0;
}


#sidebar .feature {
	background: transparent url(../images/bg_feature_bottom_rule.gif) bottom left repeat-x;
	margin: 10px 0;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: .9em;	
}

/*
#sidebar .feature img {
	/*padding: 0 15px 10px 7px;*/
         padding:0 0 10px 0;
         margin:0 auto;
}
*/

#sidebar .last {
	border-bottom: none !important;
}

#sidebar .border {
	border: 2px solid #c21c16;
	padding: 10px;
}

#sidebar .photo_wrap			{ padding: 4px; width: 151px; text-align: center; margin:0 auto;}
#sidebar .photo_wrap img		{ /*max-height: 100px;*/ max-width: 151px; }

#sidebar .feature h3,
#sidebar .feature p		{ padding-left: 3px; /* moved to right per Jack 1/5/10 - was 23px */}
#sidebar .feature a.more 		{ color: #c21c16; }

#sidebar h2.arrow {
	padding-left: 23px;
	background: transparent url(/images/icon_arrow.gif) 0% 50% no-repeat;
	text-transform: uppercase;
}


#sidebar .s2	{ 
	background: none; 
	min-height: 145px;
}


.caption { margin: 10px; width:150px; }


/* footer */
#footer li {
	border-right: 1px solid #000;
	font-size: 0.9em;
	padding: 0 15px;
}

#footer li.last {
	border-right: none;
	padding-right: 0;
}

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

#footer a:hover {
	text-decoration: underline;
}


/************************************************
	(4) general purpose
*************************************************/

/* alumni news */
#alumni-news {}
#alumni-news li { width: 62px; }

#news-prev {  padding-left: 20px; }
#news-next { text-align: right; }

#alumni-news div.photo img {
	max-height: 100px;
}



p.news-event {
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

p.news-event .photo {
	float: left;
	margin: 0 10px  10px 0;
	max-width: 150px;
}
* html p.news-event .photo {
	width: 150px;
}

.news img { float: left; width: 100px; hgieht: 100px; padding-right: 10px; }

p.news	{ padding: 20px; }


/* lists */

ul.adjacent {
	list-style: none;
}

ul.adjacent li {
	float: left;
}

ul.flat {
	list-style: none;
}



/* tables */

table.form {}

table.form td {
	padding: 4px;
	vertical-align: top;
}

table.form td.label {
	text-align: right;
	width: 200px;
}



table.form td.controls {
	text-align: right;
}

table.form input[type="text"] {
	width: 250px;
}

table.form textarea {
	width: 400px;
	height: 100px;
}

table.form select {
	width: 256px;
}




table.data {
	width: 100%;
}

table.data.width-auto {
	width: auto !important;
}


table.data th {
	background-color: #eae5dc;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

table.data td {
	padding: 4px;
	border-bottom: 1px solid #eae5dc;
}

table.data td.label {
	text-align: right;
	width: 120px;
}



.under-bar {
	border-bottom: 1px solid #eae5dc;
	padding-bottom: 5px;
}


a.right-arrow {
	padding-right: 23px;
	background: transparent url(../images/icon_arrow.gif) 100% 50% no-repeat;
}

a.go {
	padding-right: 30px;
	background: transparent url(../images/btn_search.gif) 100% 50% no-repeat;
}


.photo-right {
	float: right;
	margin: 0 0 10px 10px;
}

.photo-left {
	float: left;
	margin: 0 10px 10px 0;
}


/* utilities */
.wrapper 			{ clear: both; overflow: auto; }

.right				{ float: right; }
.left				{ float: left; }
.t-right			{ text-align: right; }
.t-left				{ text-align: left; }
.t-center			{ text-align: center; }

.pad-x1			{ padding: 5px; }
.pad-x2			{ padding: 10px; }
.pad-x3			{ padding: 15px; }



.block				{ display: block; }

/************************************************
	(5) hacks
*************************************************/


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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #primary-nav {
	margin-left: 5px;
}

* html #content {
	overflow: auto;
	zoom: 1;
}

* html .s2 {
	width: 165px;
}




/* SEARCH RESULTS
-------------------------------------------------------------*/

#search_results						{ border-collapse: collapse; margin-top: 20px; width: 100%; }
#search_results th					{ font-weight: bold; text-align: left; padding: 0 0 10px 10px; }
#search_results td					{ padding: 10px 30px 10px 5px; }

#search_results td.search_title		{ padding-left: 10px; width: 35%; }
#search_results td.search_channel	{ padding-left: 10px; width: 60%; }

#search_results td.resultRowOne 	{ background-color: #f0f0f0; border-bottom: 1px solid #ccc; }
#search_results td.resultRowTwo 	{ border-bottom: 1px solid #eee; }
