html * {

	margin: 0;
	padding: 0;

}

body { background: #fff url(/public/img/main-bg.jpg); }

/*-- Global ---------- */

body, textarea { 

	font: 14px/20px Georgia, Times, "Times New Roman", serif;
	color: #5f4d35;
	

}

a { 
	
	color: #5f312a;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover { color: #3b713c; }

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h1 { font-size: 40px; line-height: 40px; padding-top: 20px; padding-bottom: 20px; }
h2 { font-size: 30px; line-height: 40px; padding-top: 10px; padding-bottom: 10px; }
h3 { font-size: 20px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h4 { font-size: 15px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h5 { font-size: 12px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h6 { font-size: 10px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }

p { padding: 10px 0; }

blockquote {
	
	padding: 20px;
	background: #f8f5f3;	
	margin: 10px 40px 10px 20px;
	border: solid 1px #e4e1dd;
	
}

ul, ol {
	
	margin: 0px 40px 20px 20px;
}

ul li, ol li { margin: 10px 0 10px 0;}


/*-- Clearing Styles & Container --*/

.block {

	width: 890px;
	margin: 0 auto;
	display: block;
	
}

.clearfix { display: inline-block; }

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

}

.column {

	float: left;
	width: 240px;

}

#container {}
.home { background: url(/public/img/home-bg.jpg) 50% 0% repeat-x; }
.sub { background: url(/public/img/sub-bg.jpg) 50% 0% repeat-x; }

#content-container {

	background: #fff url(/public/img/content-bottom.gif) 0% 100% repeat-x;
	padding: 20px 0 10px 0;

}


/*-- Main Navigation --*/

ul#navigation { 

	list-style: none;
	padding: 17px 10px 0 8px;
	height: 44px;
	width: 872px;
	overflow-y: hidden;

}

.sub ul#navigation { padding-bottom: 26px; }

ul#navigation li { 

	margin: 0;
	float: left;
	
}

ul#navigation li a {

	display: block;
	float: left;
	text-decoration: none;
	text-indent: -999em;
	background: url(/public/img/nav.jpg) no-repeat;
	height: 44px;

}

ul#navigation li.nav-about_us a {

	background-position: 0 0;
	width: 101px;
	padding: 0 7px 0 0;

}

ul#navigation li.nav-about_us a:hover,
ul#navigation li.nav-about_us a.active { background-position: 0 -44px; }

ul#navigation li.nav-academic_programs a {

	background-position: -108px 0;
	width: 187px;
	padding: 0 8px 0 0;

}

ul#navigation li.nav-academic_programs a:hover,
ul#navigation li.nav-academic_programs a.active { background-position: -108px -44px; }

ul#navigation li.nav-faculty_staff a {

	background-position: -303px 0;
	width: 149px;
	padding: 0 9px 0 0;

}

ul#navigation li.nav-faculty_staff a:hover,
ul#navigation li.nav-faculty_staff a.active { background-position: -303px -44px; }

ul#navigation li.nav-calendar a {

	background-position: -461px 0;
	width: 105px;
	padding: 0 9px 0 0;

}

ul#navigation li.nav-calendar a:hover,
ul#navigation li.nav-calendar a.active { background-position: -461px -44px; }

ul#navigation li.nav-blog a {

	background-position: -575px 0;
	width: 62px;
	padding: 0 8px 0 0;

}

ul#navigation li.nav-blog a:hover,
ul#navigation li.nav-blog a.active { background-position: -575px -44px; }

ul#navigation li.nav-contact_us a {

	background-position: -645px 0;
	width: 119px;
	padding: 0 7px 0 0;

}

ul#navigation li.nav-contact_us a:hover,
ul#navigation li.nav-contact_us a.active { background-position: -645px -44px; }

ul#navigation li.nav-donate a {

	background-position: -771px 0;
	width: 101px;

}

ul#navigation li.nav-donate a:hover,
ul#navigation li.nav-donate a.active { background-position: -771px -44px; }

/*-- Header --*/

#header {

	background: url(/public/img/header-tagline.gif) 100% 76px no-repeat;

}

#header-nav {

	width: 248px;
	height: 33px;
	padding: 12px 44px 0 260px;
	float: left;
	background: url(/public/img/header-nav-bg.jpg) 100% 0% no-repeat;
	text-align: center;
	
}

#header-nav a {
	font-weight: normal;
	font-size: 11px;
	padding: 0 2px;
}

#header-nav ul,
#header-nav ul li  {

	list-style: none;
	margin: 0;
	text-align: center;

	
}

#header-nav ul li { display: inline; }
#header-nav ul li a {

	font-weight: normal;
	font-size: 13px;
	padding: 0 4px;
	
}

/*-- Logo --*/

#logo { 
	
	padding: 26px 0 20px 10px; 
	float: left;
	width: 328px;	

}

#logo a {

	display: block;
	text-decoration: none;
	text-indent: -999em;
	width: 328px;
	height: 78px;
	background: url(/public/img/logo.gif)

}


/* Home Content */

#home-content {

	background: url(/public/img/home-content-bg.gif) repeat-y;

}

.home #content {

	width: 329px;
	padding: 0 40px 0 25px;

}

#home-photos {

	height: 357px;
	overflow: hidden;
	position: relative;
}

#home-photos-container {

	position: relative;
	height: 357px;
}

#photonav {

	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 1000;
	width: 180px;
	height: 275px;
}

#photonav a {

	width: 160px;
	height: 55px;
	display: block;
	text-indent: -999em;
}

.home h2.contenttitle {

	padding: 0 0 10px 0;
	color: #5f312a;
	font-size: 20px;

}

#home-profiles {

	width: 237px;

}

.home-profile {

	padding: 0 20px 15px 15px;
	background: url(/public/img/hori-line-divider.gif) 0% 100% no-repeat;
	font-size: 12px;
}

#alumni-profile {
	
	background: none;
	padding-top: 15px; 

}

.home-profile h3 {

	padding: 0 0 9px 0;
	font-size: 20px;
	color: #355422;

}

.home-profile h4 {

	padding: 0;
	font-size: 15px;


}

.home-profile h4 a {

	color: #c96931;

}

.home-profile img {

	float: left;
	margin: 0 10px 2px 0;

}

.home-profile p.more {

	padding: 0;
	overflow: auto;
	overflow-y: hidden;

}

.home-profile p.more a {

	float: left;
	background: url(/public/img/action-buttons.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	height: 24px;
}

.home-profile p.more a.more-button {

	width: 90px;
	padding: 0 7px 0 0;

}

.home-profile p.more a.donate-button {

	background-position: 0px -24px;
	width: 94px;

}

.home-profile p.more a.profiles-button {

	background-position: 0px -48px;
	width: 104px;

}



#home-blog {

	width: 259px;

}

.home-blog-content {
	
	padding: 0 0 0 25px;
	font-size: 12px;

}

.home-blog-content h3 {
	
	padding: 0 0 9px 0;
	color: #355422;
	background: url(/public/img/hori-line-divider-lt.gif) 0% 100% no-repeat;
	font-size: 20px;
}	

p.blog-intro {

	background: url(/public/img/hori-line-divider-lt.gif) 0% 100% no-repeat;
	color: #5f312a;
	padding: 6px 0 9px 0;

}

.home-blog-content h4 {

	padding: 12px 0 3px 0;

}

.home-blog-content h4 a {

	color: #c96931;
	font-size: 20px;
}

.home-blog-content p.blog-date {

	color: #3b713c;
	font-size: 11px;
	padding: 0;
	
}

/* Sub Content */

#sub-content { padding: 0;}

.sub #content {

	width: 505px;
	padding: 0 20px 0 25px;

}

.sub #content-full {

	width: 850px;
	padding: 0 20px 0 25px;

}

.sub #content h2.contenttitle {

	padding: 10px 0 20px 0;
	font-size: 28px;
	color: #5f312a;
	background: url(/public/img/bc-line.gif) 0% 100% repeat-x;
}

#sidebar {
	
	width: 320px;
	padding: 0 10px;

}

.sub #content h3 {

	font-size: 20px;
	color: #3b713c;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0;

}

blockquote h4 {

	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #be5c25;
	padding: 0 0 10px 0;

}

/* Breadcrumb */

ul.breadcrumb,
ul.breadcrumb li {

	margin: 0;
	list-style: none;

}

ul.breadcrumb {

	background: url(/public/img/bc-line.gif) 0% 100% repeat-x;
	padding: 7px 0 10px 0;

}

ul.breadcrumb li { display: inline; }

ul.breadcrumb li a {

	color: #be5c24;
	font-size: 11px;
	background: url(/public/img/bc-arrow.gif) 100% 50% no-repeat;
	padding: 0 11px 0 0;
	margin: 0 3px 0 0;

}

ul.breadcrumb li.active a {

	font-weight: normal;
	background: none;
	padding: 0;

}

ul.breadcrumb li a:hover { color: #3b713c; }

/* Subnav */

.subnav { overflow: auto; }

.subnav ul,
.subnav ul li {

	margin: 0;
	list-style: none;

}

.subnav ul li { 
	
	float: left; 
	width: 318px;	

}

.subnav ul li a {

	width: 278px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	margin: 0 0 5px 0;
	background: url(/public/img/subnav-bg.jpg) no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	float: left;
	display: block;

}


.subnav ul li a:hover {

	background-position: 0 -44px;

}

/* Sidebar */

.sidebar-img {
width: 308px;
padding: 5px;
background: #f8f5f3;
border: solid 1px #e4e1dd;
}

.sidebar-element {

	padding: 20px;
	background: #f8f5f3;	
	margin: 10px 0;
	border: solid 1px #e4e1dd;

}

.sidebar-element h3 {

	color: #3b713c;
	padding: 0 0 10px 0;

}

.sidebar-element h4 {

	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #be5c25;

}
.sidebar-element p { 
	
	font-size: 12px; 
	padding: 0 0 10px 0;	

}

/* Footer */

#footer {

	padding: 20px 25px 40px 25px;
	font-size: 11px;
	width: 840px;

}

#footer p {

	width: 420px;
	float: left;

}

#footer p.footer-nav {

	text-align: right;

}


/* Image Classes ----*/

.imgright {

	background: #f8f5f3;
	border: solid 1px #e4e1dd;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	
}

.imgleft {

	background: #f8f5f3;
	border: solid 1px #e4e1dd;
	padding: 10px;
	margin: 0 10px 10px 0;
	float: left;
}

/* Form Styles -----*/

.generic_form {

	padding: 0 0 15px 0;
	
}

.generic_form fieldset {

	padding: 9px 14px;
	border: solid 1px #cec2b4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff8f0;
	margin: 0 0 10px 0;

}

.generic_form p.formrow,
.generic_form p.checkbox {
	
	padding: 10px 0;
	overflow: auto;
	border-top: solid 1px #f4ece2;

}

.generic_form p.checkbox input {

	margin: 6px 0 0 0;

}

.generic_form input.forminput,
.generic_form textarea {

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 5px;
	border: solid 1px #cec2b4;
	width: 200px;

}

.generic_form input.forminput:focus,
.generic_form textarea:focus {

	background: #ffe8ce;

}

.generic_form input.small {

	width: 90px;

}

.generic_form p.formrow label, 
.generic_form p.checkbox label {

	float: left;
	width: 40%;
	text-align: right;
	padding: 3px 10px 0 0;

}

.generic_form #form_amount span {
	
	font-weight: bold;

}

.generic_form #form_amount .forminput {

	vertical-align: middle;


}

.generic_form fieldset ul,
.generic_form fieldset ul li {

	margin: 0;
	list-style: none;

}

.generic_form fieldset ul li {

	padding: 5px 0;

}

.generic_form fieldset ul li input {

	vertical-align: middle;
	margin: 0 8px 0 0;

}

.generic_form img { 

	vertical-align: top;
	margin: 0 0 0 10px;

}

.generic_form input.submit {
	
	background: #c35c24;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 9px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

.generic_form .error,
.generic_form .required {

	color: #cc0000;
	font-style: italic;
	font-size: 11px;

}

.generic_form .required {

	margin: 0 0 0 2px;

}

.generic_form span.error {

	display: block;

}


.generic_form span.note {

	display: block;
	float: left;
	font-size: 11px;
	font-style: italic;

}

.generic_form p.captcha label {

	float: left;
	width: 40%;
	text-align: right;


}

.generic_form p.captcha input {

	margin: 5px 0 0 42%;

}

.generic_form p.captcha img {
	
	padding: 6px;
	background: #fff;

	
}

div.notice {

	color: #cc0000;
	padding: 10px 0;
	font-size: 11px;
	
}


/* Events ----*/

ul#eventslist,
ul#eventslist li {

	margin: 0;
	list-style: none;

}

ul#eventslist li {

	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(/public/img/hori-line-divider.gif) 0% 100% repeat-x;
}

ul#eventslist li h4 {

	padding: 15px 0 0;
	font-size: 20px;

}

ul#eventslist li h4 a {
	
	font-weight: normal;
	color: #c96931;

}

ul#eventslist li p.date {

	font-size: 11px;
	padding: 5px 0;
}

.registration-box a {
	
	background: #eee;
	display: inline-block;
	padding: 6px 9px;
	background: #eee;
	border: solid 1px #cec2b4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.registration-box a:hover { 
	
	background: #cec2b4; 
	color: #fff;	

}

#content h3#articletitle {
	

	font-size: 28px;
	padding: 20px 0 10px 0;

}

/* Blog specific styles -----*/

#blog-sidebar ul {
list-style: none;
}