/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
width: 100%;
background-color: #FFFFFF;
}

#main_wrapper {
width: 800px;
margin: 20px auto;
}

/*****/
#header {
width: 100%;
background-color: #FFFFFF;
height: 125px;
}

html>/**/ body #header {
width: 100%;
background-color: #FFFFFF;
min-height: 125px;
}

#header img.logo{
float: left;
}

#header p.address {
margin-top: 80px;
float: right;
text-align: right;
color: #4B5C78;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

/*****/
#main_nav {
width: 100%;
background: #FFFFFF url(/images/bg_main_nav.jpg) repeat-x;
height: 40px;
}

html>/**/ body #main_nav {
width: 100%;
background: #FFFFFF url(/images/bg_main_nav.jpg) repeat-x;
min-height: 40px;
}

#main_nav ul {
padding-top: 7px;
float: right;
}

html>/**/ body #main_nav ul {
padding-top: 12px;
float: right;
}

#main_nav ul li{
white-space: nowrap;
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#main_nav ul li a {
float: left;
color: #FFF;
text-decoration: none;
padding: 5px 31px;
}

html>/**/ body #main_nav ul li a {
float: none;
color: #FFF;
text-decoration: none;
border-left: #4B5C78 1px solid;
border-right: #4B5C78 1px solid;
border-top: none;
border-bottom: none;
padding: 0px 30px;
}

#main_nav ul li a:hover, #main_nav ul li a:focus {
color: #FFFFFF;
text-decoration: none;
background-color: #B90508;
border: #CCCCCC 1px solid;
padding: 4px 30px 4px 30px;
}

html>/**/ body #main_nav ul li a:hover, html>/**/ body #web_nav ul li a:focus {
color: #FFFFFF;
background-color: #B90508;
border: #CCCCCC 1px solid;
padding: 4px 30px;
}

/*****/
#web_nav {
width: 100%;
height: 40px;
margin: 10px 0px;
}


#web_nav ul {

}

#web_nav ul li{
white-space: nowrap;
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#web_nav ul li a {
color: #333333;
background: #FFFFFF;
text-decoration: none;
padding: 4px 30px;
border: 1px solid #666666;
}


#web_nav ul li a:hover, #web_nav ul li a:focus {
color: #333333;
text-decoration: none;
background: #FFFFFF;
border: #CCCCCC 1px solid;
padding: 4px 30px;
}

/*****/
#main_art {
width: 100%;
margin: 0px 0px 5px 0px;
height: 250px;
border-bottom: 3px solid #4B5C78;
padding-bottom: 5px;
}

html>/**/ body #main_art {
width: 100%;
min-height: 250px;
border-bottom: 3px solid #4B5C78;
}

/*****/
#content {
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
width:45.5%;
background-color: #FFFFFF;
margin-bottom: 10px;
padding: 0px 10px;
float: left;
}

html>/**/ body #content {
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
width: 45.5%;
background-color: #FFFFFF;
margin-bottom: 10px;
padding-left: 0px 10px;
float: left;
}

#content h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #B90508;
font-size: 24px;
margin: 15px 0px;
}

#content h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #B90508;
font-size: 16px;
font-weight: bold;
margin: 15px 0px;
}

#content h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
font-weight: bold;
margin: 5px 0px;
}


#content p{
margin: 3px 0px 15px 0px;
}

#content table{
margin-bottom: 15px;
}

#content td {
padding: 3px 15px;
}

#content td.list {
background: #FFFFFF url(/images/img_bullet1.gif) no-repeat center left;
padding: 3px 15px 3px 25px;
}

#content td.listDescription {
padding: 3px 15px 3px 25px;
}


#content td.rightLabel {
font-weight: bold;
text-align: right;
padding: 3px 15px;
}

#content td.leftLabel {
font-weight: bold;
text-align: left;
padding: 3px 15px;
}


/*****/
#highlights {
width: 51.5%;
margin-bottom: 5px;
margin-right: 1px;
float: right;
}

html>/**/ body #highlights {
width: 51.5%;
margin-bottom: 5px;
float: right;
}
/*****/
#highlights_top {
width: 100%;
height: 50px;
background-color: #4B5C78;
border: 1px solid #4B5C78;
}

html>/**/ body #highlights_top {
width: 100%;
min-height: 50px;
background-color: #4B5C78;
border: 1px solid #4B5C78;
}

#highlights_top h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
margin-left: 10px;
margin-top: 13px;
}



/*****/
#highlights_main {
width: 95.2%;
border: 1px solid #CCCCCC;
padding: 10px
}

html>/**/ body #highlights_main {
width: 95.2%;
border: 1px solid #CCCCCC;
padding: 10px;
}

#highlights_main h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #B90508;
font-size: 14px;
font-weight: bold;
margin: 15px 0px;
}

#highlights_main img {
float: left;
display: inline;
padding: 0px 10px 10px 0px;
border: none;
}

#highlights_main h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #B90508;
}

#highlights_main p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
margin-left: 70px;
padding-bottom: 10px;
}

#highlights_main a {
text-decoration: none;
}

#highlights_main a:visited {
text-decoration: none;
color: #4B5C78;
}

/*#highlights_main #column_left {
width: 45.8%;
margin: 10px 5px 10px 10px;
float: left;
}

#column_left img {
float: left;
display:inline;
padding-bottom: 10px;
}

#column_left h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #B90508;
margin-left: 70px;
}

#column_left p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
margin-left: 70px;
padding-bottom: 10px;
}*/

/*#highlights_main #column_right {
width: 45.8%;
margin: 10px 10px 10px 5px;
float: right;
border: 1px solid #666666;
height: 75px;
}

#column_right img {
float: left;
display:inline;
padding-bottom: 10px;
}

#column_right h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #B90508;
margin-left: 70px;
}

#column_right p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
margin-left: 70px;
padding-bottom: 10px;
}

#highlights_main .column_wide {
}*/

/*****/
#footer {
width: 100%;
height: 41px;
background: #FFFFFF url(/images/bg_footer.jpg) repeat-x;
}

#footer p.copyright {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-top: 12px;
}

html>/**/ body #footer {
width: 100%;
min-height: 51px;
background: #FFFFFF url(/images/bg_footer.jpg) repeat-x;
}

.clearit {
display: block;
clear: both;
}

.alert {
color: #B90508;
font-weight: bold;
}
