/* GLOBAL MASKS
----------------------------------------------------------------------*/

.block { display: block; }
.inline { display: inline; }
.float_left { display: block; float: left; }
.float_right { display: block; float: right; }
.break { clear: both; }
.nudge {
	margin-left: 20px;
}

#wb, .wb { 
	padding: 3px;
	border: 1px solid #BBBBBB;
	vertical-align: middle;	
}

#nb, .nb {
	padding: 0px;
	border: none;
	vertical-align: middle;	
}

body, td {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
}

.small { font-size: .8em; line-height: 130%; margin: 0px; padding: 0px; }
.normal { font-size: .9em; line-height: 130%; margin: 0px; padding: 0px; }
.bigger { font-size: 1em; line-height: 130%; margin: 0px; padding: 0px; }
.huge { font-size: 1.2em; line-height: 130%; margin: 0px; padding: 0px; }

.secondary_header h1 { font-size: 17px; line-height: 130%; margin: 0px; padding: 0px; }
.secondary_header h2 { font-size: 14px; line-height: 130%; margin: 0px; padding: 0px; }
.secondary_header h3 { font-size: 13px; line-height: 130%; margin: 0px; padding: 0px; }
.secondary_header h4 { font-size: 10px; line-height: 130%; margin: 0px; padding: 0px; }
.secondary_header h5 { font-size: 10px; line-height: 130%; margin: 0px; padding: 0px; }

h1 { color: #333; font-size: 17px; line-height: 130%; margin: 0px; padding: 0px; }
h2 { color: #333; font-size: 14px; line-height: 130%; margin: 0px; padding: 0px; }
h3 { color: #333; font-size: 13px; line-height: 130%; margin: 0px; padding: 0px; }
h4 { color: #333; font-size: 10px; line-height: 130%; margin: 0px; padding: 0px; }
h5 { color: #333; font-size: 10px; line-height: 130%; margin: 0px; padding: 0px; }


/* GLOBAL
----------------------------------------------------------------------*/
html { 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#808080; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-face-color:#C0C0C0; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-dark-shadow-color:#808080; 
	cursor : auto; 
	}

body { 
    background: url(/images/global/main_background.gif) repeat-y top center;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background-color: #D7D7D7; 
	}
	
html, body {
    height: 100%;
}

a, a:link, a:visited { text-decoration: none; } 
a:active, a:hover { text-decoration: none; }

.button {
	background-color: White;
	border: 1px solid gray;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #545454;
	vertical-align: middle;
	text-transform: uppercase;
}

#global_container {
	position: relative;

    height: auto;
    min-height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	}
	
html>body #global_container {
	width: auto;
    height: auto;
	}

#header {
	background: url(/images/global/header_bg.png) top center no-repeat;
	width: 720px;
	height: 85px;
	margin: 0px auto 2px;
	display: block;
}

#logo { 
	position: relative; 
	top: 3px; 
	left: 5px; 
	border: none; 
	display: block; 
	float:left; 
}

#logo_text { 
	position: relative; 
	top: 24px; 
	right: 8px; 
	border: none; 
	display: block; 
	float:right; 
}

#nav {
	background: url(/images/global/navbar.gif) bottom center no-repeat;
	width: 720px;
	height: 28px;
	margin: 0px auto;
	display: block;
}

#top_section {	
	position: relative;
	width: 720px;
	margin: 0px auto;
	display: block;
	background-color: #FFFFFF;
}

#web_path, #global_date {
	position: absolute;
	margin-top: -2;
	font-size: 9px;
	font-family: arial, verdana;
	color: #999;
}

#web_path {
	left: 9px;
	text-align: left;
}

#web_path a { color: #666; }
#web_path a:hover, #web_path a:actve { color: #000; }

#global_date {
	text-align: right;
	right: 9px;
	color: #666;
	display: block;
}

#section_header {
	width: 720px;
	margin: 0px auto;
	display: block;
}

#section_header img {
	padding: 0px auto;
}

#main_container {
	background: url(/images/global/main_container_bg.gif) top center repeat-x ;
	width: 720px;
	min-height: 200px;
	text-align: left;
	margin: 0px auto;
	}

#content {	
	width: 100%;
	float: left; /* fixes the footer bug */
}

/*
#footer {
	position: absolute;
	bottom: 0px;
	margin: 0px auto 0px;
	width: 100%;
}
*/


#footer_top {
	background: url(/images/global/footer_top_bg.gif) bottom center no-repeat;
	position: relative;
	width: 720px;
	height: 70px;
	margin: 0px auto;
	text-align: right;

}

#footer_top div {
	padding: 23px 2px 0px;
	margin: 0px auto;
}

#footer_bottom {
	background: url(/images/global/footer_bottom_bg.gif) top center no-repeat;
	position: relative;
	width: 720px;
	height: 22px;
	margin: 2px auto 0px;
}

#footer_bottom div {
	font-family: arial, verdana;
	text-align: center;
	padding: 5px;
	margin: 0px auto;
	color: #FFF;
	font-size: 9px;
}


.omw_top { background: url(/images/index/top_orange.gif) top center no-repeat; }
.bmw_top { background: url(/images/index/top_blue.gif) top center no-repeat; }
.omw_mid { background: url(/images/index/middle_orange.gif) repeat-y top center; }
.bmw_mid { background: url(/images/index/middle_blue.gif) repeat-y top center; }
.omw_bottom { background: url(/images/index/bottom_orange.gif) top center no-repeat; }
.bmw_bottom { background: url(/images/index/bottom_blue.gif) top center no-repeat; }

.bmw_top,
.bmw_mid,
.bmw_bottom,
.omw_top,
.omw_mid,
.omw_bottom {
	position: relative;
	width: 225px;
	margin: 0px;
}

.bmw_top,
.omw_top {
	height: 34px;
}

.bmw_bottom,
.omw_bottom {
	height: 19px;
	margin-bottom: 10px;
}

.omw_title,
.bmw_title {
	position: relative; 
	top: 7px;
	margin-bottom: 0px;
	text-align: center;
	font-family: helvetica, arial, verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.omw_title {
	color: #CF5820;
}

.bmw_title {
	color: #7A94A7;
}

.mw_content {
	position relative;
	margin: 0px 20px;
}





