/* layout styles ................................. */
body {
	text-align: center;
	background-color:#9b9f76;
	margin-top: 35px;
}

.clear {
	clear:both;
}

#page_wrapper {
	width: 760px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#head_nav {
	background-image:url(graphics/con_top_bar.jpg);
	background-position:top ;
	height: 110px;
	margin-bottom: 25px;
}

#nav_block {
	position:absolute;
	margin-top: 75px;
	margin-left: 215px;
}

#main_content {
	width: 507px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #78877D;
	padding-left: 15px;
	padding-right: 30px;
}

* html #main_content {
	width: 553px;
	w\idth: 507px;
}

#secondary_content {
	width: 160px;
	float:left;
	background-image: url(graphics/Triangle.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 40px;
}

* html #secondary_content {
	width: 200px;
	w\idth: 160px;
}

#footer {
	height: 5px;
	background-color: #091425;
	margin-top: 15px;
}

/* nav button styles ................................. */
.home a, .do a, .people a, .record a, .difference a, .contact a, .nav_spacer, .home a, .do_on a, .people_on a, .record_on a, .difference_on a, .contact_on a {
	display: block; 
	text-indent: -9999px;
	height: 35px;
	text-decoration: none;
	float: left; 
	position: relative; 
	margin: 0; 
	padding: 0;
	background-position:top left;
	background-repeat:no-repeat;

}

.nav_spacer {
	background-image:url(graphics/con_but_spacer.gif);
	background-position:top;
	width: 3px;
}

.home a:hover, .do a:hover, .people a:hover, .record a:hover, .difference a:hover, .contact a:hover {
	background-position:bottom left;
}

.home a {
	background-image:url(graphics/con_but_home.gif);
	width: 37px;
}

.do a {
	background-image:url(graphics/Con_but_what.gif);
	width: 80px;
}

.do_on a {
	background-image:url(graphics/Con_but_what.gif);
	width: 80px;
	background-position:bottom left;
}

.people a {
	background-image:url(graphics/Con_but_people.gif);
	width: 70px;
}

.people_on a {
	background-image:url(graphics/Con_but_people.gif);
	width: 70px;
	background-position:bottom left;
}

.record a {
	background-image:url(graphics/Con_but_track.gif);
	width: 100px;
}

.record_on a {
	background-image:url(graphics/Con_but_track.gif);
	width: 100px;
	background-position:bottom left;
}

.difference a {
	background-image:url(graphics/Con_but_wisdom.gif);
	width: 85px;
}

.difference_on a {
	background-image:url(graphics/Con_but_wisdom.gif);
	width: 85px;
	background-position:bottom left;
}

.contact a {
	background-image:url(graphics/Con_but_contact.gif);
	width: 66px;
}

.contact_on a {
	background-image:url(graphics/Con_but_contact.gif);
	width: 66px;
	background-position:bottom left;
}

/* text styling here ............................... */

p, h1, h2, h3, td, li, ul {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
#main_content p, #secondary_content p, #main_content td {
	line-height: 150%;
	margin-bottom: 8px;
	font-size:12px;
}

#secondary_content p, #secondary_content li {
	color:#003366;
}

#main_content h1, #secondary_content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
#main_content h2, #secondary_content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 8px;
	margin-top: 16px;
	line-height: 140%;
}

#main_content h3, #secondary_content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#main_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	list-style-image: url(graphics/Bullet.gif);
	margin-bottom: 3px;
}

#main_content ul {
	margin-left: -27px;
}

#main_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8E1E;
}
#secondary_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 8px;
	list-style-image: url(graphics/Bullet_sidebar.gif);
}

#secondary_content ul {
	margin-left: -40px;
}

* html #main_content ul {
	margin-left: 17px;
}

* html #secondary_content ul {
	margin-left: 0px;
}

*+html #main_content ul {
	/*margin-left: -27px;*/
	margin-left: 17px;
}

*+html #secondary_content ul {
	/*margin-left: -40px;*/
	margin-left: 0px;

}

.Brown_copy {
	color: #666633;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #666633;
	font-style: italic;
}
.Copy_11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
}
