/*
	Global Styles.
*/

img, div, input { behavior: url("../system/iepngfix/iepngfix.htc") }


html, body {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

img {
	border: none;
}

/*
	Framework layout.
*/

#fwk_01 {
	width: 1055px;
	margin: 0 auto;
}

/*
	Logo Section
*/

#lgo_01 {
	height: 88px;
}

#wr_logo {
	cursor: pointer;
	height: 88px;
	width: 267px;
	position: absolute;
	margin: 0px 0px 0px 72px;
	background-image: url('../media/wr_logo.png');
	background-repeat: no-repeat;
}

#side_logo {
	height: 54px;
	width: 260px;
	position: absolute;
	margin: 23px 0px 0px 743px;
	background-image: url('../media/side_logo.png');
	background-repeat: no-repeat;
}

#lgo_02 {
	background-image: url('../media/lgo_03.jpg');
	background-repeat: no-repeat;
	width: 1055px;
	height: 220px;
}

#lgo_02_text {
	position: absolute;
	margin: 60px 0px 0px 490px;
	width: 600px;
	height: 15px;
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #fff;
}

#lgo_02_icon {
	position: absolute;
	margin: 0px 0px 0px 10px;
	width: 500px;
	height: 285px;
	background-image: url('../media/icon_21.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	* background-image: none;
}

/*
	Content Section
*/

#cnt_01 {
	margin: 22px 50px 0px 98px;
}

#menu_01 {
	float: left;
	width: 200px;
	min-height: 400px;
	margin-top: 18px;
}

#cnt_01a, #cnt_01c, #cnt_01d {
	min-height: 400px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 30px;
	margin-left: 230px;
}

#cnt_01d {
	margin-left: 0px;
}

#cnt_01a {
	width: 390px;
}

#cnt_01a a, #cnt_01c a, #cnt_01d a {
	color: #00305a;
}

#cnt_01b {
	float: right;
	width: 250px;
	min-height: 400px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 30px;
}

#cnt_01b a {
	color: #00305a;
}

#cookie_crumb {
	color: #888;
	font-size: 10px;
}

.heading_01 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #00305a;
	border-bottom: 1px dotted #b7b7b7;
}

.cnt_split {
	border-bottom: 1px dotted #b7b7b7;
	margin: 10px 0px 10px 0px;
}

/*
	Main Menu
*/

#mnu_con_01 {
	padding: 10px 0px 0px 0px;
}

.main_menu_item_purple, .main_menu_item_gray, .main_menu_item_blue, .main_menu_item_green, .main_menu_item_orange, .main_menu_item_red, .main_menu_item_yellow, .main_menu_item_purple_selected, .main_menu_item_gray_selected, .main_menu_item_blue_selected, .main_menu_item_green_selected, .main_menu_item_orange_selected, .main_menu_item_red_selected, .main_menu_item_yellow_selected {
	text-decoration: none;
	display: block;
	width: 181px;
	height: 29px;
	padding: 6px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	color: #484848;
	font-size: 14px;
}

.main_menu_item_gray_selected, .main_menu_item_gray:hover {
	background-image: url('../media/mnu_bg_gray.jpg');
	color: #fff;
}

.main_menu_item_purple_selected, .main_menu_item_purple:hover {
	background-image: url('../media/mnu_bg_purple.jpg');
	color: #fff;
}

.main_menu_item_blue_selected, .main_menu_item_blue:hover {
	background-image: url('../media/mnu_bg_blue.jpg');
	color: #fff;
}

.main_menu_item_green_selected, .main_menu_item_green:hover {
	background-image: url('../media/mnu_bg_green.jpg');
	color: #fff;
}

.main_menu_item_orange_selected, .main_menu_item_orange:hover {
	background-image: url('../media/mnu_bg_orange.jpg');
	color: #fff;
}

.main_menu_item_red_selected, .main_menu_item_red:hover {
	background-image: url('../media/mnu_bg_red.jpg');
	color: #fff;
}

.main_menu_item_yellow_selected, .main_menu_item_yellow:hover {
	background-image: url('../media/mnu_bg_yellow.jpg');
	color: #fff;
}

.sub_menu {
	margin-left: 6px;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
}

.sub_menu_item_purple, .sub_menu_item_gray, .sub_menu_item_blue, .sub_menu_item_green, .sub_menu_item_orange, .sub_menu_item_red, .sub_menu_item_yellow,
.sub_menu_item_purple_selected, .sub_menu_item_gray_selected, .sub_menu_item_blue_selected, .sub_menu_item_green_selected, .sub_menu_item_orange_selected, .sub_menu_item_red_selected, .sub_menu_item_yellow_selected {
	text-decoration: none;
	display: block;
	color: #484848;
	font-size: 11px;
	height: 20px;
	padding: 2px 0px 0px 10px;
	margin: 2px 0px 2px 0px;
}

.sub_menu_item_purple_selected, .sub_menu_item_gray_selected, .sub_menu_item_blue_selected, .sub_menu_item_green_selected, .sub_menu_item_orange_selected, .sub_menu_item_red_selected, .sub_menu_item_yellow_selected,
.sub_menu_item_purple:hover, .sub_menu_item_gray:hover, .sub_menu_item_blue:hover, .sub_menu_item_green:hover, .sub_menu_item_orange:hover, .sub_menu_item_red:hover, .sub_menu_item_yellow:hover {
	background-repeat: no-repeat;
	color: #fff;
}

/*
	Defined Color Section
*/

.sub_menu_item_purple_selected, .sub_menu_item_purple:hover {
	background-image: url('../media/smnu_bg_purple.jpg');
}

.sub_menu_item_gray_selected, .sub_menu_item_gray:hover {
	background-image: url('../media/smnu_bg_gray.jpg');
}

.sub_menu_item_blue_selected, .sub_menu_item_blue:hover {
	background-image: url('../media/smnu_bg_blue.jpg');
}

.sub_menu_item_green_selected, .sub_menu_item_green:hover {
	background-image: url('../media/smnu_bg_green.jpg');
}

.sub_menu_item_orange_selected, .sub_menu_item_orange:hover {
	background-image: url('../media/smnu_bg_orange.jpg');
}

.sub_menu_item_red_selected, .sub_menu_item_red:hover {
	background-image: url('../media/smnu_bg_red.jpg');
}

.sub_menu_item_yellow_selected, .sub_menu_item_yellow:hover {
	background-image: url('../media/smnu_bg_yellow.jpg');
}

/*
	color: #0d97cc;
	color: #4b6f12;
	color: #dc5a0e;
	color: #b30413;
	color: #b59102;

*/

/*
	Footer Section
*/

#ftr_bg_01 {
	background-image: url('../media/ftr_bg_01.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 62px;
}

#ftr_bg_02 {
	position: absolute;
	width: 100%;
	background-color: #f0f0f0;
}

#ftr_01 {
	width: 825px;
	margin: 0 auto;
	padding: 23px 115px 0px 115px;
	color: #959595;
	font-size: 11px;
}

#ftr_01b {
	float: right;
}

#ftr_01b, #ftr_01b a {
	color: #959595;
	text-decoration: none;
}

/***********************************************************************************************************************************************************
	TEAM MEMBER STUFF
***********************************************************************************************************************************************************/

.teamMemberContainer {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
	height: 75px;	
}

.teamPic {
	float: left;
	height: 75px;	
}

.teamPic img {
	padding-bottom: 5px;
}

.teamBio {
	float: right;
	width: 360px;
	height: 75px;
	line-height: 1.5em;
}

.subTitle {
	font-weight: bold;
	font-size: 12px;
}

.subTitlePosition {
	font-style: italic;
}

/***********************************************************************************************************************************************************
	SEARCH STYLES
***********************************************************************************************************************************************************/

#search_input_div {
	position: absolute;
	background-image: url('../media/search.png');
	background-repeat: no-repeat;
	width: 288px;
	height: 26px;
	margin: 88px 0px 0px 775px;
}

#search_input_div form {
	margin: 0px;
}

#search_input {
	position: absolute;
	margin: 4px 0px 0px 44px;
	width: 208px;
	border: 1px solid #fff;;
	text-decoration: none;
	border: none;
	background-image: url('../media/input_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#search_submit {
	position: absolute;
	margin: 3px 0px 0px 256px;
	height: 19px;
	width: 19px;
	cursor: pointer;
}

.bio_hover {
	position: absolute;
	background-image: url('../media/bio_hover.png');
	background-repeat: no-repeat;
	width: 354px;
	height: 170px;
	margin: 9px 0px 0px 75px;
	padding: 15px 30px 15px 80px;
	display: none;
	color: #000;
}