/*/////////////// HTML ///////////////*/

body {
	margin: 0px auto;
	padding: 0px;
	width: 942px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg_mesh_gradient2.png);
	background-repeat: repeat;
}

h1 {
font-size: 1.5em;
font-weight: normal;
text-transform: uppercase;
color: #1B3D83;
}

#marquee h1 {
margin: 0px;
padding: 0px;
text-transform: uppercase;
font-size: 1.6em;
float: left;
color: #FFF;
}

h2 {
font-size: 1.2em;
padding: 0px;
font-weight: bold;
text-transform: uppercase;
color: #990000;
}

h3 {
font-size: 1.1em;
margin: 1px 0px 0.5em 0px;
color: #990000;
text-transform: uppercase;
}

h3 a {
text-decoration: none;
}

h4 {
color: #1B3D83;
font-size: 1.1em;
text-transform: uppercase;
}

em {
color: #990000;
font-weight: bold;
font-style: normal;
}

hr {
border-top: dotted 1px #999;
height: 1px;
border-right: none;
border-bottom: none;
border-left: none;
}

#logo img {
border: none;
}

#marquee a {
float: right;
padding-left: 0.8em;
margin-top: 0.3em;
color: #FFF;
font-weight: bold;
text-decoration: none;
background: url(../images/bullet.gif) no-repeat left 0.4em;
}

#marquee a:hover {
color: #FFCC33;
}

#content a {
color: #990000;
}
.column a, .column_last a {
color: #990000;
}

/*/////////////// LAYOUT ///////////////*/

#container {
float: left;
width: 940px;
background-color: #FFF;
border: solid 1px #1B3D83;
}

#header {
float: left;
margin-bottom: 3px;
width: 940px;
background: url(../images/bg_mesh.png) left top;
}

#logo {
float: left;
width: 167px;
padding: 15px 0px 15px 20px;
}

#utility_menu {
float: left;
width: 741px;
padding: 30px 12px 0px 0px;
text-align: right;
}

#main {
float: left;
width: 940px;
}

#main_photo {
float: left;
width: 940px;
height: 200px;
}

#menu {
float: left;
position: relative;
top: -188px;
left: 20px;
margin-bottom: -200px;
width: 160px;
z-index: 1;
}

#marquee {
float: left;
width: 900px;
background-color: #113880;
padding: 10px 20px;
color: #FFF;
}

#content {
float: left;
width: 940px;
background: #FFF url(../images/bg_right.png) repeat-y right top;
}

#content_left {
float: left;
width: 645px;
padding: 20px 38px 20px 20px;
}

#content_right {
float: left;
width: 207px;
padding: 20px 10px 20px 20px;
}

#footer {
float: left;
padding: 10px;
width: 920px;
text-align: center;
font-size: 0.86em;
color: #FFF;
background: url(../images/bg_knock_out.png) left top;
}

/*/////////////// LISTS MENUS ///////////////*/

#utility_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#utility_menu ul li {
display: inline;
color: #FFF;
font-weight: bold;
}

#utility_menu ul li a {
margin-left: 0.7em;
padding-right: 1em;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border-right: solid 2px #FFCC33;
font-size: 0.85em;
}

#utility_menu ul li a:hover, #menu ul li a:hover {
color: #FFCC33;
}

#utility_menu ul li a.last {
border-right: none;
padding-right: 0px;
}

#utility_menu ul li.number {
color: #FFCC33;
}

/*///// MAIN MENU /////*/

#nav, #nav ul {
float: left;
margin: 0px;
padding: 0px 8px 8px 8px;
list-style: none;
width: 164px;
background-color: #103477;
border: solid 1px #D1A345;
filter: alpha(opacity=88);
-moz-opacity: .88;
opacity:.88;
}

#nav li { /* all list items */
position : relative;
float : left;
line-height : 1.25em;
margin-bottom : -1px;
width: 11em;
}
	
#nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 11.05em;
margin-top : -1.35em;
}
	
#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

#nav li a {
color: #FFF;
display: block;
width: 164px;
padding: 3px 0px 3px 10px;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
text-transform: uppercase;
background: url(../images/bullet.gif) no-repeat left 0.6em;
}

#nav ul li a {
text-transform: none;
}

#nav ul li a:hover {
color: #FFCC33;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#content_right ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#content_right ul li {
padding: 0.5em 0 0.5em 1em;
background: url(../images/bullet_sub_menu.gif) no-repeat left 0.95em;
border-bottom: dotted 1px #999;
text-transform: uppercase;
font-size: 0.9em;
}

#content_right ul li a {
color: #000033;
text-decoration: none;
}

#content_right ul li a:hover {
color: #990000;
}

#content_right ul li.current {
font-weight: bold;
color: #990000;
}

#content_right ul li li {
padding-bottom: 0px;
border-bottom: none;
background: url(../images/bullet_sub_menu_sub.gif) no-repeat left 1.1em;
}

.highlight {
padding: 1em;
}

.highlight li {
color: #CC0000;
font-size: 2em;
font-style: italic;
font-weight: bold;
margin-bottom: 0.5em;
}

.highlight li span {
font-size: 0.5em;
color: #000;
font-style: normal;
font-weight: normal;
line-height: 0.3em;
}

.highlight li.nolist {
list-style: none;
font-size: 1em;
color: #000;
font-style: normal;
font-weight: normal;
}

.twocolumn {
width: 30em;
float: left;
clear: both;
margin-left: 0px;
list-style: none;
}

.twocolumn li {
width: 14em;
padding-left: 1em;
float: left;
background: url(../images/bullet_sub_menu.gif) no-repeat left 0.3em;
}

.twocolumn2 {
float: left;
clear: both;
margin-left: 0px;
list-style:none
}

.twocolumn2 li {
padding-left: 1em;
background: url(../images/bullet_sub_menu.gif) no-repeat left 0.3em;
}

.twocolumn3 {
float: left;
clear: both;
margin-left: 0px;
list-style:none
}

.twocolumn3 li {
padding-left: 1em;
background: url(../images/bullet_sub_menu.gif) no-repeat left 0.3em;
}

/*///// FAQ LIST /////*/

#faq li {
font-weight: bold;
text-transform: uppercase;
color: #990000;
}

#faq li ol li {
font-weight: normal;
text-transform: none;
color: #000;
list-style: lower-alpha;
}

/*/////////////// FORMS ///////////////*/

form fieldset {
border: solid 3px #DEBD7A;
}

form legend {
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
color: #990000;
}

form ol {
list-style: none;
padding: 1em;
margin-left: 0;
}

form ol li {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: dotted 1px #000033;
}

form ol li label {
display: inline-block;
width: 10em;
}

form ol li label.nowidth {
width: auto;
}

form em {
font-size: 1.5em;
}

/*/////////////// TABLES ///////////////*/

table {
margin-bottom: 1.5em;
}

table, table th, td {
text-align: left;
text-transform: uppercase;
padding: 0.3em;
font-size: 0.95em;
border: solid 1px #D1A345;
}

table caption {
text-align: left;
margin-bottom: 1em;
color: #990000;
text-transform: uppercase;
}

table caption {
font-weight: bold;
}

table th.head {
background-color: #0F3171;
color: #FFF;
border: none;
}

table th.categoryhead {
background-color: #D1A345;
}

/*/////////////// CLASSES ///////////////*/

.column {
float: left;
width: 202px;
margin-right: 10px;
padding-right: 10px;
font-size: 0.86em;
}

.column_last {
float: left;
width: 201px;
margin-right: 0px;
font-size: 0.86em;
}

.six_column {
float: left;
width: 107px;
text-align: center;
font-size: 0.8em;
}

#content a.button {
border: solid 2px #D1A345;
padding: 0.4em 0.7em 0.4em 1.4em;
background: #113880 url(../images/bullet.gif) no-repeat 0.8em center;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
text-decoration: none;
text-transform: uppercase;
}

.photo_left {
float: left;
margin: 0px 1em 1em 0px;
}

.photo_right {
float: right;
margin: 0px 0px 1em 1em;
}

.clearfix {
clear: both;
}

.column_table {
float: left;
width: 240px;
margin-right: 0px;
padding-right: 10px;
font-size: 0.95em;
}

.column_big {
float: left;
width: 300px;
margin-right: 0px;
padding-right: 10px;
font-size: 0.95em;
}

.electro {
float: left;
width: 230px;
margin-right: 10px;
padding: 10px;
font-size: 1em;
text-align:center;
}

/*/////////////// SHADOW ///////////////*/

.top_glow {
width: 964px;
height: 13px;
margin-bottom: 0px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/top_glow.png');
}

/* IE ignores styles with [attributes]*/
.top_glow[class] {
background-image: url(../images/top_glow.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=image src='images/top_glow.png');
}

.middle_glow {
float: left;
padding: 0px 12px;
width: 940px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/middle_glow.png');
}

.middle_glow[class] {
background: url(../images/middle_glow.png) repeat-y center top;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=scale src='images/middle_glow.png');
}

.bottom_glow {
width: 964px;
clear: both;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/bottom_glow.png');
height: 13px;
}

.bottom_glow[class] {
background: url(../images/bottom_glow.png) no-repeat center top;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=image src='images/bottom_glow.png');
}