* {padding:0; margin:0; border:0;}
	
body { 
	font-family: "Myriad Web", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.25;
	background: #d2d2d2 url(../imgs/bgr_b.gif) repeat-x;
}
	
p {
	color: #333;
	margin: 20px 0;
	text-align: justify;
	line-height: 1.4;
}

abbr:hover {
	cursor: help;
	border-bottom: #ccc dotted 1px;
}		

a:link {
	color: #3a84a7;
	text-decoration: none;
}

a:visited{
	color: #3a84a7;
	text-decoration: none;
}	

a:hover{
	color: #980e10;
	text-decoration: underline;
}

a:active{
	color: #11334f;
	text-decoration: none;
}

/* DOCUMENT LAYOUT */

#wrapper {
	width:950px;
	margin:15px auto;
	background-color: #fff;
	border: 3px solid #fff;
}

#hdr {
	width: 950px;
	height: 200px;
}

#mxlogo {
	width: 250px;
	height: 200px;
	float: left;
}

#banner {
	width: 700px;
	height: 200px;
	float: left;
}

#left_col {
	width: 250px;
	background: #fff url(../imgs/bg1.gif) repeat-x;
	float: left;
}

#sub_nav {
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-left: 40px;
	color: #333;
}

#sub_nav img {
	margin-right: 10px;
	float: left;
}

#mid {
	width: 450px;
	margin-bottom: 25px;
	background: #fff url(../imgs/blue_hatch.gif) repeat-x;
	float:left;
}

#main_content {
	margin: 40px 20px 0 20px;
}

#main_content h1, h2, h3 {
	background: url(../imgs/goto_h.gif) no-repeat;
	background-position: 4px;
	padding-left: 24px;
	color: #005482;
	font-weight: bold;
	font-size: 1.5em;
}

#main_content ul {
	list-style-type: square;
}

#main_content ul.lst_none {
	list-style-type: none;
}

#main_content li {
	margin: 10px 0 0 10px;
}

#right_col {
	width: 250px;
	min-height: 400px;
	float: right;
	background: url(../imgs/bg1.gif) repeat-x top left;
}

#ftr {
	width: 950px;
	height: 130px;
	background: url(../imgs/ftr_bg.gif) repeat-x bottom left;
}

ol {
	list-style: none;
	padding: 0;
	
}

ol li {
	margin: 10px;
}

table {
	margin: 0px;
}

tr, th, td {
	padding: 10px;
}

form {
	margin: 10px;
}

input, textarea {
	border: 1px solid #999;
	font-size: 12px;
}

input[type="checkbox"] {
	border: none;
}

input[type="radio"] {
	border: none;
}

.text_input {
	width: 230px;
}

.text_area_input {
	width: 230px;
	height: 80px;
}

.submit_btn {
	background:  url(../imgs/bg_silver.gif) repeat-x center left;
	color: #333;
	border: 1px solid #999;
	padding: 2px;
	
}

.submit_btn:hover {
	background:  url(../imgs/bg_active.gif) repeat-x center left;
	color: #000;
	border: 1px solid #999;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
}

.empty_field {
	border:2px solid #900;
}

select {
	border: 1px solid #999;
}

/* INFORMATION BOXES */

.bx_250 {
	width: 250px;
}

.bx_200x200 {
	width: 200px;
	height: 200px;
}

.bx_200 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 20px 24px;
}

.dgray_hdr {
	height: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
	background: #333 url(../imgs/dark_gray_hatch.gif) repeat-x;
}

.gray_hdr {
	height: 20px;
	margin-bottom: 20px;
	background: #666 url(../imgs/gray_hatch.gif) repeat-x;
}

.bx_250x100 {
	width: 250px;
	height: 100px;
	border-bottom: 1px solid #ccc;
}

.bx_logos {
	text-align: center;
	padding: 20px 0;
	border-bottom:1px solid #ccc; 
}

.hdr {
	display: block;
	text-align: center;
	height: 20px;
	padding-top: 3px;
}

.list ul li {
	background: url(../imgs/arrowbullet.png) no-repeat center left;
	list-style-type: none;
	padding-left:18px;
}

/* MENU STYLES */

.arrowlistmenu{

	width: 200px;
	margin-left: 25px;
	padding-top: 20px;
}

.arrowlistmenu .menuheader{
	font: bold 12px "Myriad Web", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333;
	background: url(../imgs/bg_silver.gif) repeat-x center left;
	margin-bottom: 10px;
	padding: 4px 0; 
	text-align: center;
	border: 1px solid #ccc;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{
	background-image: url(../imgs/bg_active.gif);
	border: 1px solid #aeaeae;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

.arrowlistmenu ul li{
	margin-left: 10px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li .opensubheader{
	background: url(../imgs/arrowbullet.png) no-repeat center left;
}

.arrowlistmenu ul li .closedsubheader{
	background: #e0e0e0 url(../imgs/arrowbullet.png) no-repeat center left;
}

.arrowlistmenu ul li a{
	color: #333;
	background: url(../imgs/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
}

.arrowlistmenu ul li a:visited{
	color: #333;
}

.arrowlistmenu ul li a:hover{
	color: #333;
	background-color: #e0e0e0;
	text-decoration: none;
}

.arrowlistmenu ul li a.subexpandable:hover{
	background: #e0e0e0 url(../imgs/arrowbullet.png) no-repeat center left;
}

/* SCROLLER BOX */

#scroller_container {
	overflow: hidden;
	text-align: left;
}

.jscroller2_up {
	margin: 0;
	padding: 0;
}

/* CSS Hack Safari */

#dummy {;# }

#scroller_container {
	overflow: auto;
}

/* MISC CLASSES */

.clearing { 
	clear: both; 
	height: 0; 
}

.clearing20 { 
	clear: both; 
	height: 20px; 
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.center {
	text-align: center;
}

.margin5 {
	margin: 5px;
}

.margin10 {
	margin: 10px;
}

.margin20 {
	margin: 20px;
}

.margin_logo {
	margin: 20px 20px 20px 0px;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}

.white {
	color: white;
}

.red {
	color: #900;
}

.gold {
	color: #827823;
}

.white_bg {
	background-color: white;
}

.gray_bg {
	background-color: #e0e0e0;
}

.lt_red_bg {
	background-color: #fc9;
}

.drk_gray_bg {
	background: #666 url(../imgs/bg5.gif) repeat-x;
}

.drk_gold_bg {
	background: #666 url(../imgs/bg6.gif) repeat-x;
}

.brdr_top {
	border-top: 1px solid #ccc;
}

.brdr_rt {
	border-right: 1px solid #ccc;
} 

.brdr_btm {
	border-bottom: 1px solid #ccc;
}

.brdr_lt {
	border-left: 1px solid #ccc;
}

.brdr {
	border: 1px solid #ccc;
}

.brdr_dashed {
	border: 1px dashed #c00;
}

p.linebr span {
	display:block;	
}

.sitemap { 
	color: #333; 
	text-align: center; 
	font-size: 1.25em; 
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #efefef url(../imgs/bg_silver.gif) repeat-x center left; 
}
.plus_25 {
	font-size: 1.25em;
}

.strong {
	font-weight: bold;
}

.gradient_100 {
	background: #fff url(../imgs/bg3.gif) repeat-x bottom left;
}

.gradient_50 {
	background: #fff url(../imgs/bg4.gif) repeat-x bottom left;
}
.page_top {
	text-align: right;
	margin-right: 20px;
}
.allcaps {
	text-transform: uppercase;
}