@charset "utf-8";


#body-print body {
	background-color: #FFF;
	margin-top: 0px;
	height:100%;
}



.promo_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	width: 560px;
	line-height: 1.7em;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 2em;
	color: #FFFFFF;
        margin: 0 0 0 0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: normal;
	line-height: 1em;
}
.h1_interior {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.8em;
	color: #555555;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 1em;
}
.h2_interior {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.4em;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.5em;
	color: #5d5c5c;
	font-weight: normal;
	padding: 0px;
	line-height: 1.5em;
}

.red {

	color: #c20116;

}
.copy {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	line-height: 1.7em;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.h2_home {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.7em;
	color: #333333;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-weight: normal;
	line-height: 1em;
}


.masthead {
	background-image: url(/resource/images/masthead.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 960px;
}
.topnav {
	background-color: #4d96ac;
	height: 25px;
	width: 960px;
}
.menu {
	width:960px;
	border:0px;
	height:24px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	background-color: #4d96ac;
	display:block;
	font-size: 1em;
	text-decoration:none;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:960px;
	w\idth:959px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
      
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.75em;
	line-height:1.2em;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:19px;
	border:1px solid #ccc;
	border-width:0px 1px 0px 0px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	background-color: #4D96AC;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 0;
	w\idth: 0;
	white-space: nowrap;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #596CBB;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#8997CF;
}
.menu ul ul :hover > a.drop {
	background:#8997CF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#4a8799;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#939393;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:210px;
	background-color: #A9A0B1;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:214px;
	top:0px;
	width:194px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-194px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height: 22px;
	line-height:16px;
	padding-top:4px;
	padding-bottom:0px;
	padding-left:18px;
	padding-right:2px;
	width:194px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	background-color: #366B7B;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:210px;
	w\idth:208px;
	background-color: #366B7B;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background:#8997CF;
	text-decoration:none;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ecedee;
	background:#777777;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
#selected {
	background-color: #D41C5B;
}


/* SIDE MENU */
#navcontainer {
	width: 240px;
	clear: left;
	float: left;
        display: inline;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

#navcontainer li 
{ 
       margin: 0 0 1px 0; 
}

#navcontainer a
{
	display: block;
	width: 219px;
	color: #fff;
	background-color: #E85F37;
	text-decoration: none;
	font-size:0.75em;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
#navcontainer_pad a
{
	display: block;
	width: 219px;
	color: #fff;
	background-color: #E85F37;
	text-decoration: none;
	font-size:0.75em;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
#navcontainer_toppad a
{
	display: block;
	width: 219px;
	color: #fff;
	background-color: #E85F37;
	text-decoration: none;
	font-size:0.75em;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

#navcontainer a:hover
{
	color: #fff;
	background-color: #666666;
	text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 204px;
color: #fff;
background-color: #CC4200;
text-decoration: none;
font-weight: bold;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #555555;
text-decoration: none;
}

.promo_home {
	background-image: url(/resource/images/promo_home.jpg);
	height: 216px;
	width: 960px;
	background-repeat: no-repeat;
	margin: 0px;
}


.home_left {
	background-color: #FFFFFF;
	float: left;
	height: 292px;
	width: 320px;
	background-image: url(/resource/images/rightrule_bg.jpg);
	background-repeat: no-repeat;
}
.home_mid {
	background-color: #FFFFFF;
	float: left;
	height: 292px;
	width: 320px;
	background-image: url(/resource/images/rightrule_bg.jpg);
	background-repeat: no-repeat;
}
.home_right {
	background-color: #FFFFFF;
	float: left;
	height: 292px;
	width: 320px;
	background-image: url(/resource/images/norule_bg.jpg);
}
.bottom_panel {
	height: 300px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(/resource/images/update_box.jpg);
background-repeat: no-repeat;
	background-color: #313131;
}

.contact_box {
	width: 300px;
	float: right;
	padding: 0 20px 0 0px;
}

.copy_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: .75em;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 500px;
	color: #333333;
}
.h2_contact {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.7em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 1em;
}
.copy_bottom_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 500px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}

.leftnav {
	background-color: #CCCCCC;
	width: 240px;
	
}
.container_interior {
	background-color: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/resource/images/ineterior_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
        
}

.alert{
	background-color: #f1592a;
	width: 960px;
	margin-left: auto;
	margin-right: auto; 
        color: #FFFFFF; 
        
}
.copy_alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	line-height: 1.2em;
	
}

.article {
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	margin-left: 260px;

}
.copy_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4em;
	
}

.content {
display: visible;	
width: 680px;
	background-color: #FFFFFF;
	margin-left: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
     
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	padding-left: 20px;
	color: #333333;
	padding-top: 10px


}
.copy_side {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.space {
	width: 194px;
	height:20px;
	display: inline;
	
}



.box td{

padding: 8px;
}

.alert-box {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
background-color: #d68910;
color: #fff;
padding: 6px 12px;
margin: 12px 20px;
}