body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	
}

.page_table {

	margin:0px;
	padding:0px;
	border-spacing:0px;
	width:100%;
	height:100%;
	border: 0px;
	border-left: 7px solid #E20D13;
	
}

.page_logo {
	
	background-color:#566F86;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:75px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	
}

.page_nav {
	padding:0px;
	height:25px;
	background-image:url(images/tab_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	/*width:100%;
	white-space:nowrap;*/
	
	background-color:#566F86;
	
}

.page_header {
	background-color: #3C536A;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:50px;
	width:100%;
	
}



.content_titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C4A68;
	background-color: #E4E4E4;
	
	width:100%;
	height:33px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	
	background-image:url(images/title_side.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	padding-left:16px;
	
	
}

.content_footer_redline {

	background-color:#E40B11;
	height:1px;
	margin-left:16px;
	background-image:url(images/redline_white.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.content_footer_blueedge {

	background-color:#13212D;
	height:10px;

}



.section_titlebar_abovecontent {

	background-color:#566F86;
	height:25px;

}



/* Sidebar Menu Styles */

.side_image {
	background-color: #2C4B68;
	background-image: url(images/side_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:144px;
	text-align:left;
	vertical-align:top;
}

.sidebar_menu {

	width:144px;
	border:0px;
	background-color:#345473;

}


.section_titlebar_sidebar {
	
	background-color: #566F86;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	height:33px;
	
}


.section_titlebar_text {
	position:absolute;
	left:20px;
	top:80px;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	white-space:nowrap;
}


/* Sidebar Menu Elements */

.sidebar_subnav_table {

	width:144px;
	margin-top:5px;
	border:0px;

}


.sidebar_subnav {
	width:144px;
	margin-bottom:2px;
	border:0px;
}


.sub_nav_top {
	background-image: url(images/sub_tab_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:4px;
	background-color: #5C7E9C;
}

.sub_nav_bottom {
	background-image: url(images/sub_tab_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:4px;
	background-color: #5C7E9C;
}


.sub_nav_left {
	background-image: url(images/sub_tab_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #5C7E9C;
	width:25px;
	text-align: left;
	vertical-align: top;
}

.sub_nav_indent_left {
	background-image: url(images/sub_tab_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #5C7E9C;
	width:10px;
	text-align: left;
	vertical-align: top;
}


.sub_nav_text, .sub_nav_text a:link, .sub_nav_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5C7E9C;
	text-decoration:none;
}

.sub_nav_text a:hover, .sub_nav_text a:active {
	text-decoration:underline;
}



/* Bottom Nav */

.bottom_nav, .bottom_nav a:link, .bottom_nav a:visited, .bottom_nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1F3348;
	text-decoration:none;
}
.bottom_nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1F3348;
	text-decoration:underline;
}

/* Content Area */

.inside_bg {
	/*
	background-color: #F8F8F8;
	background-image: url(images/inside_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	*/
	background-color:#FFFFFF;
	
	
}

.content_left {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	padding-left:16px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;

	width:70%;
	
	text-align:left;
	vertical-align:top;

}

.content_left a:link, .content_left a:visited {

	color:#003366;
	font-weight:bold;
	text-decoration:none;

}

.content_left a:hover, .content_left a:active {

	color:#0066CC;
	text-decoration:underline;

}






.content_spotlights {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	padding-left:16px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;

	width:100%;
	height:100%;
	text-align:left;
	vertical-align:top;

}

.content_right {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;
	
	background-color:#F4F4F4;

	width:30%;
	
	text-align:left;
	vertical-align:top;

}


.content_market_right {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
	
	background-color:#FFFFFF;

	width:30%;
	
	text-align:left;
	vertical-align:top;

}

.content_link_listing {
	margin-left:20px;
	margin-bottom:0px;
	padding:0px;
}

.content_listing_subtitlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C4A68;
	background-color: #E4E4E4;
	
	
	vertical-align:middle;
	white-space:nowrap;

	padding:5px;
		
}

.content_listing_subtitlebar a:link, .content_listing_subtitlebar a:visited {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#2C4A68;
	vertical-align:middle;
	
}

.content_listing_subtitlebar a:hover, .content_listing_subtitlebar a:active {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#003366;
	
}


.subsection_underline {
	
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2c4a68;
	border-bottom: 1px solid #FF0000;
	display:block;
	width:100%;

}


.subsection_header {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2c4a68;
	border-bottom: 1px solid #FF0000;
}

.subsection_small_header {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2c4a68;
	border-bottom: 1px solid #FF0000;
	font-weight:bold;
	
}

.subsection_small_header a:link, .subsection_small_header a:visited {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:2px;
}

.subsection_small_header a:hover, .subsection_small_header a:active {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:2px;
}


.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1A1C35;
}

.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/* Listing Links -- Black Text, or Bold Blue Text */

.listing_link, .listing_link a:link, .listing_link a:visited {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;

}

.listing_link b, .listing_link b a:link, .listing_link b a:visited {
	
	color:#2c4a68;
	text-decoration:none;
	font-weight:bold;

}

.listing_link a:hover, .listing_link a:active {

	color:#444444;
	text-decoration:none;

}

.listing_link b a:hover, .listing_link b a:active {
	
	color:#000000;
	text-decoration:none;
	font-weight:bold;

}

.project_infobar_center {
	background-color:#E4E4E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C;
	
}

.project_infobar_red {
	background-color:#E4E4E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e40b11;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:0px;
	
}

.project_infobar_topleft {
	background-image:url(images/project_infobar_topleft.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:11px;
	height:10px;
	background-color:#E4E4E4;
}

.project_infobar_topright {
	background-image:url(images/project_infobar_topright.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:11px;
	height:10px;
	background-color:#E4E4E4;
}

.project_infobar_bottomleft {
	background-image:url(images/project_infobar_bottomleft.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:11px;
	height:10px;
	background-color:#E4E4E4;
}

.project_infobar_bottomright {
	background-image:url(images/project_infobar_bottomright.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:11px;
	height:10px;
	background-color:#E4E4E4;
}

.brochure_dropdown {
	width:138px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:5px;
	
	overflow:visible;
	clip:auto;

}

.brochure_dropdown option {

	overflow:visible;
	clip:auto;
	width:220px;

}

.home_textblock {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:416px;
	border-top: 1px solid #FF0000;
	padding-top:10px;



}

.home_content {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;
	
	background-color:#F4F4F4;
	background-image:url(images/home_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	
	text-align:left;
	vertical-align:top;

}


input.searchform_button {
	background-color:#e40b11;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:outset 1px #000000;
	height:18px;
	width:32px;
	margin-left:0px;
	display:inline;
	cursor:pointer;

}

input.searchform_text {

	width:98px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	
	border:1px solid #000000;
	
	padding-left:2px;
	height:18px;
	display:inline;
	
}

.searchform_table {
	margin-top:8px;

}

