@charset "utf-8";
/*
	Brennan 2008 Site CSS
	Version: 0.01
*/


/* structure */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fdfdfd;
	background-image: url(../images/bren_bg.jpg);  
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color: #003205;
	margin-bottom: 10pt;
}

div.shim_left {
	position: relative;
	float: left;
}

div.float_clear {
	clear: both;
}

.float_right {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}

.float_left {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

a {
	color: #3257b1;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

.img_title {
	margin: 0 0 10px 0;
}


/* brennan main */

div#brennan_main {
	position: relative;
	width: 950px;
	background-color: #fff;
	left: 50%;
	margin-left: -475px;
	padding: 0 0 35px 0;
}

div#pan_content {
	position: relative;
	width: 950px;
	z-index: 10;
}

div#pan_bottom {
	position: absolute;
	z-index: 2;
	bottom: 0px;
}

div#pan_top_copy {
	position: absolute;
	width: 190px;
	left: 492px;
	top: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}


/* header */

div#header {
	position: absolute;
	text-align: center;
	z-index: 100;
	width: 950px;
	height: 187px; /* 143 */
}

div#header_nav {
	position: relative;
	width: 900px;
	clear: both;
		/* left: 50%; */
	text-align: center;
	margin: 148px 9% 16px 9%;
	/*position:absolute;
	left: 100px; 
	top: 130px; */ 
}

div.header_nav_item {
	position: relative;
	text-align: center;
	float: left;
	margin: 0 30px 0 0;
	font-size: 12px;
}

div.header_nav_item_d {
	position: relative;
	text-align: center;
	float: left;
	margin: 0 30px 0 0;
	font-size: 12px;
	color: #ddd;
}

div#header_nav a {
	color: #fff;
	text-decoration: none;
}

div#header_nav a:hover {
	color: #cbd5eb; /* a3b6e0; */   
	text-decoration: underline;
}

div#header_link {
	position: absolute;
	left: 392px;
	top: 23px;
}


/* footer */

div#footer {
	position: relative;
	width: 900px;
	left: 50%;
	color: #777;
	text-align: right;
	margin: 16px 0 16px -450px;
	font-size: 7pt;
	font-style: normal;
}

div#footer a {
	color: #777;   /*    */
	text-decoration: none;
}

div#footer a:hover {
	color: #3257b1;  
	text-decoration: underline;
}

/* type styles */

.main_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 16pt;
	margin: 0 0 6px 0;
	color: #3257b1;
}

div.main_sub a {
	color: #3257b1;
	text-decoration: none; /* none */
}

div.main_sub a:hover {
	color: #3257b1;
	text-decoration: underline; /* none */
}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 0 6px 0;
	color: #000;
}

.verd_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color: #5d7ab9;
	font-weight: bold;
}

.verd {
	font: Verdana, Arial, Helvetica, sans-serif;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14pt;
	font-style:italic;
	margin: 0 0 6px 0;
	color: #939393;
}
	
p {
	margin: 0 0 4px 0;
	color: #464646;
}