/* LINKS
--------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #0076a3;
	background: transparent;
}
a:visited {
	color: #0076a3;
	background: transparent;
}
a:hover {
	color: #0076a3;
	text-decoration: none;
	background: transparent;
}
a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}

/* GENERAL
--------------------------------------------------*/
#Wrapper {
	width: 889px;
	margin: auto;
	padding-top: 20px;
	background: url("/images/divTop.png") no-repeat center top;
}
/* HEADER
--------------------------------------------------*/

#Header {
	width: 889px;
	background: url("/images/bgrHeader.png") no-repeat;
	position: relative;
}
#LogoHeader {
	width: 240px;
	height: 137px;
	background: #FFF url("/images/logo.gif") no-repeat;
	position: absolute;
	top: 45px;
	left: 40px;
}
#LogoHeader a {
	height: 137px;
	width: 100%;
	display: block;
}
#LogoHeader a span {
	text-indent: -9999px;
	display: none;
}
#TagLine {
	padding: 185px 0px 0px 60px;
	font-family: "Franklin Gothic Medium", serif;
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
	color: #917349;
}

/* CONTENT
--------------------------------------------------*/

#Content {
	width: 876px;
	padding: 0 7px 20px 6px;
	overflow: hidden;
	background: url(/images/bgrContent.png) repeat-y center top;
}
#ContentLft {
	width: 580px;
	float: left;
}
#ContentRgt {
	width: 279px;
	float: right;
	font-size: 90%;
}
h1 span {
	color: #7593a0;
}
#HomePage #ContentLft h1 {
	border-left: 50px solid #f57d20;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	margin: 50px 0 30px 0;
}
#HomePage #ContentLft #ContentLftInner  {
	padding: 0 0 0 65px;
	width: 525px;
}
#Logos  {
	padding: 20px 0 0 65px;
	width: 420px;
}
.brownText  {
	font-family: "Franklin Gothic Medium", serif;
	font-weight: bold;
	font-style: italic;
	color: #917349;
}

#Mentoring,
#District,
#Research,
#Bulletin {
	padding: 20px 15px 15px 20px;
	margin: 5px 0;
}

#Mentoring {
	background: #fbcba5;
}
#District {
	background: #7593a0;
}
#Research {
	background: #a78f6d;
}
#Bulletin {
	background: #e0dd94;
}

#Mentoring p {
	background: url(/images/iconCal.gif) no-repeat left;
	padding: 5px 20px 5px 105px;
	font-weight: bold;
}
#Mentoring p a {
	color: #000;
}
#District p {
	background: url(/images/iconDistrictMap.gif) no-repeat left;
	padding: 0 20px 0 105px;
	color: #fff;
}
#District p a,
#Research {
	color: #fff;
}
#Research ul,
#Bulletin ul {
	margin-left: 15px;
}
#Research ul li,
#Bulletin ul li {
	list-style: disc;
	padding-left: 0;
}
#ContentLftInner ul {
	padding: 0;
	margin: 0 0 0 15px;
}
#ContentLftInner ul li {
	padding: 0;
	margin: 0;
	list-style: disc;
}
/* SubPage
--------------------------------------------------*/

#SubPage #ContentLft h1 {
	border-left: 100px solid #f57d20;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	margin: 50px 0 30px 0;
}
#SubPage #ContentLft {
	width: 650px;
	float: left;
}
#SubPage #ContentLft #ContentLftInner {
	float: right;
	width: 450px;
}
#BreadCrumb {
	padding: 15px 0 0 50px;
	font-size: 85%;
}
#BreadCrumb a {
	color: #000;
}
#SubPage #ContentRgt {
	width: 198px;
}
#Cta1,
#Cta2,
#Cta3 {
	padding: 20px 15px 15px 20px;
	margin: 5px 0;
}
#Cta1 {
background: #c1bb29;
}
#Cta2 {
background: #f57d20;
}
#Cta3 {
background: #7593a0;
}
#SubPage #ContentRgt a {
	color: #000;
}
#SubPageLeftCol  {
	padding: 0 0 0 15px;
	width: 155px;
	float: left;
	text-align: center;
	margin-right:25px;
	margin-bottom:35px;
}
#SubPageLeftCol ul  {
	padding: 0;
	margin: 0 0 40px 0;
	text-align: left;
}
#SubPageLeftCol ul li  {
	padding: 0;
	margin: 0 0 1em 0;
}
#SubPageLeftCol ul li a  {
	color: #917349;
	font-weight: bold;
	text-decoration: none;
}

/* FOOTER
--------------------------------------------------*/
#Footer {
	clear: both;
	width: 889px;
	margin: auto;
	text-align: center;
	background: url("/images/bgrFooter.png") no-repeat center top;
}
#Legal {
	padding-top: 30px;
}

/* RESET
--------------------------------------------------*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, em, font, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, q,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* COMMON
--------------------------------------------------*/

body {
	color: #000;
	line-height: 1;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	margin-top: 20px;
	background: url(/images/bgrBody.gif);
}
dd,dt,li,p {
	line-height: 1.2em;
}
dl,p,ol,ul {
	margin: 0em 0em 1em 0em;
}
dd {
	margin: 0em 0em 1em 1em;
}
ul li {
	padding: 0px 0px 5px 10px;
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	color: #666;
	margin: 10px;
}
strike {
	text-decoration: line-through;
}

/* HEADS
--------------------------------------------------*/

h1,h2,h3,h4 {
	color: #f57d20;
	font-family: "Franklin Gothic Book", sans-serif;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
}
h1 {
	font-size: 165%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

/* NAV
--------------------------------------------------*/

#TopNav {
	width: 846px;
	margin: 30px 0px 0px 7px;
	overflow: hidden;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	font-size: 85%;
	font-weight: bold;
	background: #917349;
	text-align: center;
	text-align:left;
	height:12px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:30px;
	text-transform:uppercase;
	
}
#TopNav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#TopNav li a {
	text-decoration: none;
	padding: .4em .8em .3em .8em;
}
#TopNav li a:link,
#TopNav li a:visited {
	color: #fff;
}
#TopNav li a:hover {
	background: #b08b58;
}
#TopNav li#ID a:link,
#TopNav li#ID a:visited,
#TopNav li#ID a:hover {
	background: #b08b58;
}
#NavFoot ul {
	width: 460px;
	text-align: center;
}
#NavFoot li {
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: normal;
	font-size: 90%;
}
/* FORM ELEMENTS
--------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
}
fieldset {
	padding: 15px;
	border: 1px solid #fbcba5;
}
legend {
	padding: 5px;
	color: #f57d20;
	font-size: 115%;
	font-weight: bold;
}
input.Text {
	border: 1px solid #fbcba5;
	padding: 4px;
	width: 200px;
	color: #333;
	background: #fff0e4;
}
textarea {
	border: 1px solid #fbcba5;
	padding: 4px;
	width: 300px;
	color: #333;
	background: #fff0e4;
}

input.Text:focus,
textarea:focus {
	border: 1px solid #f57d20;
}
input.Submit {
	font-size: 14px;
	padding: 3px;
	margin-top: 6px;
}
select {
	border: 1px solid #fbcba5;
	padding: 4px;
}
textarea {
	font-family: inherit;
	font-size: 90%;
}
.Error {
	color: #c00;
	background-color: #fff;
}
