/* CSS Document */

/* Undo Print Styles ----------------------------------------------------------------------------------*/
#top_nav, #bottom_nav, #header, #index_crest, #side_bar {
	display: block;
}


/* Misc. Styles ---------------------------------------------------------------------------------------*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_border {
	border: 1px solid #000000;
}
.image_text {
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left center;
}


/* Screen Styles --------------------------------------------------------------------------------------*/
body {
	width: auto;
	background-image: url(/new_images/bkg-parchment.jpg);
	background-color: #000;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#container {
	width: 750px;
	background: #E3D4BD;
	border: 1px solid #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}


/* Header ---------------------------------------------------------------------------------------------*/
#header {
	height: 110px;
	background-color: #000;
	background-image: url(/new_images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#site_title {
	width: 247px;
	height: 110px;
	margin: 0 0 0 10px;
	border: none;
	background-image: url(/new_images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#site_title a {
	display: block;
	width: 247px;
	height: 110px;
	text-indent: -9999px;
	text-decoration: none;
}


/* Top Navigation -------------------------------------------------------------------------------------*/
#top_nav {
	float: left;
	width: 570px;
	margin: 0;
	list-style: none;
	background: #71603E;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 180px;
}

#top_nav ul {
	float: left;
	width: 630px;
	margin: 0;
	list-style: none;
	background: #71603E;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 120px;
}

#top_nav li {
	float: left;
	border-left: 1px solid #E3D4BD;
}
#top_nav a {
	display: block;
	padding: 0 10px;
	color: #E3D4BD;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#top_nav li ul {
	position: absolute;
	width: 175px;
	margin: 0;
	padding: 0;
	left: -9999em;
	background: #000;
	border: 1px solid #000;
}
#top_nav li ul li {
	width: 175px;
	border: none;
}
#top_nav li ul li a {
	display: block;
	float: left;
	width: 165px;
	padding: 3px 5px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top_nav li ul li a:hover {
	color: #000;
	background: #FFF;
}
#top_nav li:hover ul, #top_nav li.sfhover ul {
	left: auto;
}


/* Mentoring Navigation -------------------------------------------------------------------------------*/
#mentoring_menu {
	margin: 15px;
	padding: 0;
}
#mentoring_menu li {
	list-style-type: none;
	float: left;
	background: #000;	
}
#mentoring_menu li a {
	display: block;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #E3D4BD;
	float: left;
	width: 165px;
}
#mentoring_menu li a:hover {
	color: #000;
	background: #FFF;
}


/* Contents and Side Bar ------------------------------------------------------------------------------*/
#content_container {
	float: left;
	width: 750px;
	padding: 26px 0 10px 0;
	background-image: url(../../new_images/content_index_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e3d4bd;
}
#side_bar {
	float: left;
	width: 228px;
	height: auto;
	margin-left: 10px;
}
#sidebar_contents {
	width: 212px;
	height: 524px;
	margin: 1px 0 0 23px;
	background: #71603E;
	border: 1px solid #000;
}
#sidebar_contents_index p, #sidebar_contents p {
	margin: 8px;
	text-align: center;
	font-size: 8pt;
	color: #E3D4BD;
}
#sidebar_contents_index {
	padding-top: 524px;
	background-repeat: no-repeat;
}
#sidebar_contents_index p {
	color: #000;
}
#sidebar_img {
	border-bottom: 1px solid #000;
}
#contents {
	width: 470px;
	font-family: "Optima", "CG Omega", Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#contents h1 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#contents p {
	font-size: 12pt;
	line-height: 120%;
}
#contents a {
	color: #71603E;
	text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
#index_crest {
	width: 480px;
}
blockquote#testimonial{
	margin: 1em 15px;
	padding: 2em 0;
	font-size: 80%;
	font-style: italic;
	line-height: normal;
	clear: left;
}
blockquote#testimonial cite{
	display: block;
	font-weight: bold;
	font-style: normal;
}
	
	
/* Bottom Navigation ---------------------------------------------------------------------------------- */
#bottom_nav {
	float: left;
	width: 570px;
	margin: 0;
	list-style: none;
	background: #71603E;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 180px;
}

#bottom_nav ul {
	float: left;
	width: 630px;
	margin: 0;
	list-style: none;
	background: #71603E;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 120px;
}

#bottom_nav li {
	float: left;
	border-left: 1px solid #E3D4BD;
}
#bottom_nav a {
	display: block;
	padding: 0 10px;
	color: #E3D4BD;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#bottom_nav li ul {
	position: absolute;
	width: 175px;
	margin: 0;
	padding: 0;
	left: -9999em;
	background: #000;
	border: 1px solid #000;
}
#bottom_nav li ul li {
	width: 175px;
	border: none;
}
#bottom_nav li ul li a {
	display: block;
	float: left;
	width: 165px;
	padding: 3px 5px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottom_nav li ul li a:hover {
	color: #000;
	background: #FFF;
}
#bottom_nav li:hover ul, #top_nav li.sfhover ul {
	left: auto;
}


/* Footer --------------------------------------------------------------------------------------------- */
#footer {
	margin: 0;
	padding: 5px;
	background: #000;
	clear: left;
}
#footer p {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #E3D4BD;
}
#footer a {
	color: #E3D4BD;
}
#bottom_ads {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0px;
	border: medium none #FFFFFF;
}
#wide_contents {
	width: 720px;
	font-family: "Optima", "CG Omega", Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#wide_contents h1 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#wide_contents p {
	font-size: 12pt;
	line-height: 120%;
}
#wide_contents a {
	color: #71603E;
	text-decoration: none;
}
#wide_contents a:hover {
	text-decoration: underline;
}
