* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
	font-size: 13px;
	background-color: #8f987e;
}

p { 
	margin-top: 0; 
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	color: #8f987e;	
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	font: normal 28px "Georgia", Times;
}

h2.offScreen {     position: absolute;    left: -3000px;    }

h3 {
	color: #8f987e;
	letter-spacing: -0.05em;
	margin-bottom: 5px;
	font: normal 18px "Georgia", Times;
}

a:link { 
	color: #2a6788;	text-decoration: underline;
}

a:visited { 
	color: #2a6788;	text-decoration: underline;
}

a:hover, a:active { 
	color: #2a6788;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 5px 10px 0;
}

img.right {
	float: right;
	margin: 0 5px 10px 0;
}

.finePrint {
	font-size: 11px;
	font-style: italic;
	line-height: 1;
}

.caption {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#8f987e;
	background-color:#8f987e;
	height:1px;
	clear:both;
	margin-top: 20px;
}

#container {
	margin: 0 auto;
	width: 742px;
	position: relative;
}

#brand {
	z-index: 5;
	left: -38px;
	border-style: none;
	position: absolute;
	top: -57px;
}

#brandHome {
	/*background: url(../images/menu_divide.jpg) repeat-x top left;*/
	z-index: 5;
	left: -58px;
	border-style: none;
	position: absolute;
	top: -52px;
}

/* Global Menus */

#menu {
	background: url(../images/menu_divide.jpg) repeat-x top left;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	width: 742px;
	height: 27px;
	margin: 57px auto 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 205px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 6px 23px 0 0;
}

		#menu a, #menu a:link, #menu a:visited  {
			text-decoration: none;
			color: #d1dff6;
		}
		
		#menu a:hover, #menu a:active, #menu a:focus  {
			text-decoration: underline;
			color: #fff;
		}

#secondaryMenu { 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: -20px;
	width: 716px;

}

		#secondaryMenu a, #secondaryMenu a:link, #secondaryMenu a:visited  {
			text-decoration: none;
			color: #fff;
		}
		
		#secondaryMenu a:hover, #secondaryMenu a:active, #secondaryMenu a:focus  {
			text-decoration: underline;
		}
		
		#secondaryMenu ul {
			list-style-type: none;
			text-align: right;
}

/*Subpage Menu*/

#subMenu { 
	float: left;
	background-color: #ccd2d3;
	width: 167px;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}

		#subMenu a, #subMenu a:link, #subMenu a:visited  {
			text-decoration: none;
			color: #2a6788;
		}
		
		#subMenu a:hover, #subMenu a:active, #subMenu a:focus  {
			text-decoration: underline;
		}
		
		#subMenu ul {			margin: 18px 0 8px;
		}
		
		#subMenu ul li {
			background-color: #fff;
			padding: 10px 0 10px 14px;
			margin-bottom: 1px;
			list-style-type: none;
		}

		#subMenu ul li:hover, #subMenu ul li.select {
			text-decoration: underline;
			background: #fff url(../images/sub_select.gif) no-repeat 0 .4em;
}
		
		#subMenu ul li.select {
			text-decoration: none;
		}

/* Banners */

#banner, #bannerSubAbout, #bannerSubPatzun, #bannerSubScholars, #bannerSubContact {
	width: 742px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

#banner {
	height: 174px;
	background: url(../images/bannerHome2.jpg) no-repeat;
}

#bannerSubAbout, #bannerSubPatzun, #bannerSubScholars, #bannerSubContact, #bannerSubDonate {
	height: 74px;
}

#bannerSubAbout {
	background: url(../images/bannerAbout.jpg) no-repeat right;
}

#bannerSubPatzun {
	background: url(../images/bannerPatzun.jpg) no-repeat right;
}

#bannerSubScholars {
	background: url(../images/bannerScholars.jpg) no-repeat right;
}

#bannerSubContact {
	background: url(../images/bannerContact.jpg) no-repeat right;
}

#bannerSubDonate {
	background: url(../images/bannerDonate.jpg) no-repeat right;
}

/* Page */

#page {
	width: 702px;
	margin: 0 auto;
	overflow: auto;
	padding: 45px 20px 40px;
	background: #fff url(../images/homeDivide2.jpg) no-repeat left;
}

#subpage {
	width: 702px;
	margin: 0 auto;
	overflow: auto;
	padding: 45px 20px 40px;
	background: #fff;
}

#subpage h2 {
	margin-bottom: 18px;
}

#subpage h3 {
	color: #2a6788;
	margin-bottom: 10px;
	letter-spacing: 0;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#subpage ul.contentList {
	margin: 10px 10px 10px 40px;
	list-style-image: url(../images/bullet_contentList.gif);
}

/*Content Subpage*/

#subContent {
	float: right;
	width: 510px;
}

#subpageImage {
	float: right;
	margin: 0 10px 10px;
}

/* Content Home*/

#content {
	float: left;
	width: 430px;

}

.mission {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.scholars {
	margin-bottom: 10px;
	line-height: 1.3em;
	background-color: #d2d6cb;
	border: 1px solid #8f987e;
	padding: 8px 6px 6px 0;
}

.scholars h3 {
	margin-left: 8px;
}

.scholars .allLink {
	float: right;
	margin-top: 3px;
}

/* Sidebar Home*/

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	border-top: 1px solid #8f987e;
	padding: 10px 0;
	line-height: 1.3em;
	margin: 0;
}

#sidebar .allLink {
	float: right;
	margin-top: 6px;
}

#sidebar h4 {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}

#homeDonate {
	width: 240px;
	float: right;
}

/*CONTACT FORM*/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 370px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #2a6788;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

/*Scholar Layout*/

#scholar1 {
	width: 100%;
	border-bottom: 1px solid #8f987e;
	border-top: 1px solid #8f987e;
	padding-top: 10px;
}

#scholar2 {
	width: 240px;
	float: left;
	padding-top: 10px;
}

#scholar3 {
	width: 240px;
	float: right;
	border-left: 1px solid #8f987e;
	padding-left: 20px;
	padding-top: 10px;
}

/*Donate Layout*/

#donateCallout {
	width: 100%;
	background: url(../images/donateBack.jpg) no-repeat left;
	height: 141px;
	margin-bottom: 12px;
}

#donateCallout p {
	line-height: normal;
}

#donate1 {
	width: 230px;
	float: left;
	margin: 10px 0 10px 10px;
}

#donate2 {
	width: 230px;
	float: right;
	margin: 10px 10px 10px 0;
}

#donateImage {
	float: right;
	margin: 0 0 3px 3px;
}


/* Footer */

#footer {
	clear: both;
	width: 742px;
	margin: 0 auto 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	padding: 5px 0 15px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #fff;
	float: left;
	font-size: 11px;
}

