@charset "UTF-8";
@import "reset_clearfix.css";

body {
	font-family:Arial, Helvetica, sans-serif;
}
body, a {
	color:#927331;
}

.container {
	width:985px;
	margin:0 auto;
	padding-top:20px;
}

h1 {
	color:#98022f;
	font-size: 1.8em;
	line-height:20px;
	margin-bottom:10px;
}

h2 {
	font-size:1.8em;
}

p {
	line-height:1.3;
	padding:0 0 12px 0;
	font-size:1.2em;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

em {
	font-weight:bold;
}

strong {
	color:#98022f;
}

hr {
	color:#98022f;
	background-color:#98022f;
	height:1px;
	margin-bottom:12px;
	border-bottom:0;
}
ul {
	font-size:1.2em;
	list-style-type:disc;
}
li {
	line-height:1.3;
	margin-left:12px;
	padding-bottom:6px;
}
.left {
	float:left;
}
.left .content {
	height:385px;
	z-index:50;
}
.left #logo {
	position:absolute;
	top:35px;
	z-index:100;
	cursor:pointer;
}


.right {
	float:left;
	padding:88px 25px 0 25px;
	width:405px;
}
.right .content {
	margin-bottom:10px;
}

.right .footer {
	padding-bottom: 20px;
}

.right .footer p {
	font-size:1.1em;
}


/* Primary Navigation Menu ***************************************/
.primary-nav {
	background-color:#98022f;
	padding:10px 0;
}
.primary-nav a {
	color:#c8a54b;
	font-size:1.5em;
	text-decoration:none;
	text-transform:uppercase;
	width:530px;
	display:block;
	padding:1px 0;
}
#about .about,
#management .management,
#programs .programs,
#case-study .case-study,
#contact .contact,
.primary-nav a:hover {
	background:transparent url(../images/nav_selected.jpg) no-repeat;
	color:#fff;
	/*width:100%;*/
}
.primary-nav img {
	padding:0 4px 1px 7px;
}

/* contact.html styles *******************************************/
#contact a {
	text-decoration:none;
}
#contact h1 {
	margin:0;
}
#contact .address {
	padding-bottom:8px;
	line-height:1.3;
	font-size:1.2em;
}
#contact .address h1 {
	margin-bottom:2px;
	font-size:1.5em;
}

#thankyou-message {
	margin-bottom: 8px;
}

#thankyou-message p {
	font-size:1em;
	line-height:1.3;
	padding:4px 0 0 0;
}
#thankyou-message img {
	float:left;
	margin: 0 15px 15px 0;
}

/* management styles *******************************************/
#management .left .content {position:relative;}

#crawford, #fisher {
	display: none;
}
#management .right .content img {
	float:left;
	margin: 0 12px 12px 0;
}
#management .right .content p {
	clear:both;
}
#management .right .content h1 {
	padding-top:20px;
	font-size:1.6em;
}

/* NAV */
/* #nav-menu {width: 100%; float: none; clear: both;} */
ul#nav { background:url(../images/managementnav.gif) no-repeat; position: absolute; top: 346px; left: 12px; clear: both; }

ul#nav li { float:left; list-style-type:none; margin-left: 0; padding-bottom: 0; }

ul#nav li a { 
	height:39px; 
	display:block; 
	position:relative; 
	top:0; 
	text-indent:-9999px;
	outline:none; 
}

li#kirchnernav a, li#crawfordnav a, li#fishernav a { background: url(../images/managementnav.gif) no-repeat; }

li#kirchnernav a, li#kirchnernav.notselected a	{ background-position:0 0; width:166px; left:0; }
li#kirchnernav a:hover							{ background-position:0 -39px; }
li#kirchnernav.selected a						{ background-position:0 -39px; }

li#crawfordnav a, li#crawfordnav.notselected a	{ background-position:-166px 0; width:168px; left:0; }
li#crawfordnav a:hover							{ background-position:-166px -39px; }
li#crawfordnav.selected a						{ background-position:-166px -39px; }

li#fishernav a, li#fishernav.notselected a		{ background-position:-334px 0; width:171px; left:0; }
li#fishernav a:hover							{ background-position:-334px -39px; }
li#fishernav.selected a							{ background-position:-334px -39px; }

