	

@charset "utf-8";

body {
	background: #606444;
	font-family: Verdana;
	font-size: 11px;	
}
	
#container {
	width: 865px;
	margin: 0 auto;
}

#portrait {
	background: #000; 
	width: 128px;
	height: 171px;
	float: left;
}

#header {
	background: #000;
	/*margin-left: 128px;*/
	width: 737px;
	height: 171px;
	min-height: 158px;
    float: right;
}

#header #logo {
	background: #FFF url(img/header.jpg) no-repeat center;
	height: 150px;
}

#header #nav {
	background: #000;
	padding-left: 30px;
	width: 707px;
	height: 20px;
}

#nav .item, #nav .titem {
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	display: inline;
	text-decoration: none;
}

#nav a:hover {
	color: #fed283;
}

#nav .titem {
	color: #fed283 !important;
}

#nav ul {
	margin: 0;
	margin-left: 5px;
	height: 28px;
}

#nav li {
	color: #FFF;
	float: left;
	width: 65px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	display: inline;
}

#bodycont {
	background: #FFF;
	width: 100%;
}

#bodycont #left {
	float: left;
	width: 128px;
}

#bodycont #left .title {
	color: #fed283;
	padding-left: 10px;
	font-size: 17px;
	height: 25px;
	line-height: 28px;
}

#bodycont #left ul {
	padding: 0px;
	margin: 0px;
}

#bodycont #left li {
	text-decoration: none;
	list-style: none;
	padding: 1px 0px 1px 0px;
	color: #FFF;
}

#bodycont #left .fill {
	width: 100%;
	height: 15px;
	min-height: 15px;
}

#bodycont #left a:link, #bodycont #left a:visited, #bodycont #left a:active {
	color: #FFF;
	text-decoration: none;
    font-weight: 500;
	padding-left: 10px;
}

#bodycont #left a:hover {
	padding-left: 10px;
	color: #000;
} 

.bottom {
	margin-bottom: 7px;
}

#bodycont #center {
	float: left;
	width: 500px;
}

#bodycont #center .content {
	margin: 10px 15px 10px 15px;
}

#bodycont #center .header {
	color: #c8cce1;	
	margin: 15px 10px 0px 15px;
	font-family: "Georgia";
	font-size: 36px;
	font-weight: bold;
}

#bodycont #center .mheader {
	color: #c8cce1;
	margin: 15px 10px 0px 15px;
	font-family: "Myriad Pro";
	font-size: 32px;
	text-transform: uppercase;
}

#bodycont #center .caption {
	margin-left: 15px;
	font-family: "Georgia";
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
}

#bodycont #right {
	float: left;
	width: 223px;
}

#bodycont #right a:link, #bodycont #right a:active, #bodycont #right a:visited {
	color: #000;
	text-decoration: underline;	
}

#bodycont #right a:hover {
	color: #fed283;
	text-decoration: none;
}

#bodycont #right .btitle, #bodycont #right .oltitle, #bodycont #right .ortitle {
	color: #FFF;
	margin-top: 23px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}

#bodycont #right .btitle {
	background: #5985bc;	
}

#bodycont #right .oltitle {
	background: #606444;	
}

#bodycont #right .ortitle {
	background: #ae6219;
}

#bodycont #right .text {
}

.clearHr {
	display: block; 
	clear: left; 
	margin: -0.01em 0;
    visibility: hidden;
}

#footer {
	width: 100%;
	background: #000;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #fed283;
}

.leftTan {
	background: #ad923c;
}

.leftPurple {
	background: #6e78af;
}

.hr {
	height: 1px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	background: #fed283;
}

.quoteContainer {
	float: right;
	width: 350px;
	min-width: 350px;
	color: #b12a1c;
	font-family: "Georgia";
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-top: 15px;
}

.quote {}

.qcaption {
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
	color: #000000;
	font-weight: normal;
	font-family: "Georgia";
}

.quote:before {
	content: open-quote;
}

.quote:after {
	content: close-quote;
}

.listen {
	text-decoration: none;
	font-weight: bold;
	color: #3852a4;
} 

.listen:hover {
	text-decoration: underline;
}
