/* CSS Document */

body {
padding:0px;
margin:0px;
}

#banner {
	height:181px;
}


/* Menu
--------------------------- */
#menu_wrapper{
	width:756px;
	height:42px;
	background-image:url(/persistent/templateimages/nav_bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	vertical-align: middle;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 10px 0px 10px;
    }
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 10px 0 10px ;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
    }
.menu a:hover {
	color: #092C92;
	text-decoration:none;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
.menu li{
    margin: 0;
    padding: 0;
    float: left;
	padding-right:0px;
    }
	
/* Content
--------------------------- */

#content_wrapper {
	width:733px;
	height:auto;
	padding-left:12px;
	border-top:10px solid #ffffff;

}

.content {
	width:733px;
	height:auto;
	background-image:url(/persistent/templateimages/content_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding:0px 10px 10px 10px;
	margin:0px;
	width: 733px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 713px;
	}
	
html>.content {
	width: 713px;
	} 
.content_home {
	float:left;
	height:auto;
	background-image:url(/persistent/templateimages/content_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding:0px 10px 10px 10px;
	margin:0px;
	width: 520px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 500px;
	}
	
html>.content_home {
	width: 5003px;
	} 
.content_flash {
	float:left;
	width: 213px;
	background-image:url(/persistent/templateimages/content_bg.jpg);
	background-repeat:repeat-x;

}
	
#flashcontent {
	width: 205px;
	height:272px;

}
	
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#026AD2;
	line-height:22px;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#DE0A08;
	line-height:18px;
	margin:0px;
}

p, td, tr, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
}

a {
	color:#F76B04;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* Form
--------------------------- */

.button {
	background-color:#F76B04;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:1px;
	border:none;
}

.input {
	border:1px solid #0A6DBB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:3px;
}


.footer {
	font-size:10px;
	color:#666666;
	line-height:17px;
	margin-right:20px;
}

.footer a {
	text-decoration:underline;
	color:#666666;
}

.footer a:hover {
	text-decoration:underline;
	color:#F76B04;
}

.hide {
	display: none;
	}
