body { padding:15px; color:white; font-family:arial, verdana, sans-serif; font-size:70%; background:black; }
/* BODY TAG SETS THE ATTRIBUTES OF THE PAGE EDITOR */
table { font-size:1em; }
a img { border:0; background:0; }
a { color:#c03111; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:none; }
h1 { color:#db731e; font-size:1.4em; letter-spacing:1px; margin-top: 0px; }
h1 span { color:#ffffff; float:right; margin: -19px 0 0 0; padding:0; font-size:0.8em; }
h2 { color:#D96203; font-size:1.2em; }
h2 span { color:#ffffff; float:right; margin:-19px 0 0 0; padding:0; font-size:0.9em; }
h3 { color:#c03111; font-size:1.2em; }
h3 span { color:#ffffff; float:right; margin:-19px 0 0 0; padding:0; font-size:0.9em; }
h4 { color:#ffffff; font-size:1.2em; }
h4 span { color:#ffffff; float:right; margin: 0px 0 0 0; padding:0; font-size:0.9em; }
img.clsleft { margin-right:10px; margin-bottom:10px; }
img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsright { margin-left:10px; margin-bottom:10px; }
img.clsborderleft { border:1px solid #C6C6C6; margin-right:10px; margin-bottom:10px; }
img.clsbordermiddle { border:1px solid #C6C6C6; margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsborderright { border:1px solid #C6C6C6; margin-left:10px; margin-bottom:10px; }
.datatable { border:1px solid #C6C6C6; }
.datatable th { background:#F19410; color:white; font-weight:bold;  border:1px solid white; padding:4px; }
.datatable td { background:#efefef; border:1px solid white; padding:4px; }
.datatable p { padding:0; margin:0; }
.notes { font-size:0.8em; }
.shout { font-size:1.4em; color:#fff; font-weight:normal; margin:0; line-height:1.3em;  }
.shout2 { font-size:1.2em; color:#fff; font-weight:bold; padding:4px 5px; background:#D96203; border:1px solid white; }
.submit { background:#F19410; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.reset { background:#D96203; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.quote { border:1px solid #C6C6C6; padding:4px; color:#F19410; font-weight:bold; }
.caption { font-weight:bold; background:#F19410; float:right; width:200px; padding:10px 8px; margin:0 0 10px 10px; color:white; font-size:0.9em; }

.custom1 {  font-weight:bold; color:c03111; }
.custom2 {}

.border { border:1px solid #C6C6C6; }
.noborder { border:0; }
#container { width:960px; background:url(container_back.jpg) no-repeat top right; margin:0 auto; border:0; margin-bottom:15px; text-align:left; }
#main { width:960px; }
#sitelogo { color:#D96203; height:150px; font-size:1.7em; font-weight:bold; float:left; margin:20px 0 20px 0; }
#hbc { float:right; padding:30px 15px 0 0; height:60px; text-align:right; }
#hbc a:hover { border:0; }
#main_pic { height:150px; line-height:145px; width:685px; background:url(top_pic.jpg) #fff no-repeat; text-align:center; }
#date { height:25px; line-height:24px; background:#FFD68F; border-bottom:1px solid white; border-top:1px solid white; text-align:right; color:#D96203; padding-right:10px; }
#pagebody { padding:25px 0 25px 0; font-size:1.1em; line-height:1.5em; }
#pagebody ul { line-height:1.9em; list-style-image:url(tick.gif); margin-top:3px;}
#pagebody form img { border:0; }
#bottom { height:28px; line-height:26px; padding:0 10px; border-top:1px solid #db731e; border-bottom:1px solid #db731e; text-align:left; font-size:1.4em; color:#ffffff; clear:both; font-weight: bold; }
#bottom_left { float:left; }
#bottom_right { float:right; }
#bottom a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#bottom_outer { width:960px; margin:0 auto; }
#end { float:right; }
#end, #end a { color:#7c7c7c; font-size:0.9em; font-weight:normal; }
#end a:hover { color:white; border:0; text-decoration:none;}
#copyright { color:#7c7c7c; float:left;}
#copyright a { background:#acadad; color:#7c7c7c; font-weight:normal; padding:2px 4px; border-bottom:0; }
#copyright a:hover { background:#3d3b3b; }

#nav { text-align:center; margin:0; padding:0; clear:both; height:30px; line-height:30px; text-transform:uppercase; font-size:1.2em; border-bottom:1px solid #333333; }

/** positioning the drop-down menu **/
#nav ul, #nav ul ul { text-align:left; list-style-type:none; }
#nav li { display:inline; position:relative; top:0; margin-right:-3px /* fixes inline list bug */; }
#nav li a { padding:6px 0; text-decoration:none; border:0; margin-right:20px;}
#nav li ul { margin:0; padding:0; display:none; position:absolute; top:28px/* distance away from the main nav bar */;  }
#nav li>/**/ul { top:22px /* distance away from the main nav bar for firefox */ ; }
#nav ul ul { margin:0 0 0 180px /* moves second drop down away from first */; display:block; padding:0; display:none; position:absolute; top:0;  } 
#nav li:hover ul ul, #nav li.over ul ul { display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav ul li a { display:block; width:164px /* width of the drop-downs */; left:0; }

/** styling the drop-down menu **/
#nav #active { color:#c5f098; cursor:default; }
#nav li a { color:#656565;  }
#nav li a:hover { color:#ffffff; }
#nav ul li a:hover, #nav ul ul li a:hover { background:#555; }
#nav .nav_parent a { }
#nav .nav_parent a:hover { }
#nav .nav_child a { background:#1d1d1d; padding:0 8px; border-top:1px solid #333333; color:#656565; font-size:0.8em; font-weight:normal; letter-spacing:1px; }
#nav .nav_child a:hover { border-bottom:0; color:#ffffff; background:#1d1d1d; }
#nav .nav_parent2 a { background:url(nav_parent2_out.gif) #F19410 no-repeat right; }
#nav .nav_parent2 a:hover { background:url(nav_parent2_over.gif) #FFD68F no-repeat right; }
#nav .nav_child2 a { background:#F19410; }
#nav .nav_child2 a:hover { background:#FFD68F; }
#nav #active { color:#ffffff; cursor:default; }

.homebox {  border:1px solid #626262; padding:10px; }
.homebox h2 { color:#db731e; font-size:1.1em; font-weight:bold; margin:0 0 5px 0; }
.homebox h3 { color:#c03111; font-size:1.1em; font-weight:bold; margin:0 0 5px 0; }

.quotebox {  border:1px solid #626262; padding:10px; background:url(quote_back.gif) no-repeat bottom right; }

#contact_form fieldset { border:1px dashed #555; padding:10px 15px; display:block; margin:0 auto; width:460px; }
#contact_form legend { padding:10px 6px; background:#000000; }
#contact_form input, #contact_form textarea { float:left; display:block; border:0; font-size:1em; font-family:arial, verdana, sans-serif; background:#333; padding:2px 4px; margin-bottom:7px; width:320px; color:#ffffff; }
#contact_form textarea { height:150px; scrollbar-face-color:#444; scrollbar-highlight-color:#bbb; scrollbar-3dlight-color:#222; scrollbar-arrow-color:#bbb; scrollbar-track-color:#444; scrollbar-darkshadow-color:#222; }
#contact_form label { padding-right:10px; float:left; width:120px; text-align:right; }
#contact_form br { clear:left; }
#contact_form .submit, #contact_form .reset { float:right; margin:8px 0px; width:60px; cursor:pointer; color:#fff; }
#contact_form .submit { background:#db731e; margin-right:4px; }
#contact_form .reset { background:#c03111; }