﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout*/
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 

address,caption,cite,code,dfn,/*em,strong,th,*/var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x #321c0f;
font-family:"Lucida Bright", Georgia, "Times New Roman", Times, serif;
font-size:72.5%; 
color:#000000;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:#FFFFFF;
height:auto;
margin:20px auto 0px auto;
width:930px;
position:relative;
font-size:1em;  /* displayed at 12px */

}

#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:931px;
height:120px;
position:relative;
}

#hdr h1 a {
display:block;
width:290px;
height:100px;
position:relative;
float:left;
outline:none;
}

#hdr h1 span {
display:none;
}

#search {
position:relative;
height:24px;
width:185px;
float:right;
top:16px;
z-index:90;
}

#search #ctl00_CmsSearch1_txtSearch, .searchinput {
    border:none;
    width:133px;
    
    border:1px solid #FFFFFF;
}

#search #ctl00_CmsSearch1_btnSearch 
{
    margin:1px 0 0 0px;
    border:1px solid #FFFFFF;
    
}

#flash {
clear:both;
position:relative;
float:left;
width:541px;
height:579px;
z-index:3;
border-right:3px solid #000000;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
height:558px;
width:386px;
float:right;
position:relative;
line-height:1.5em;
}

#contentarea p {
margin:.7em 10px;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#7d0000;
text-decoration:underline;
}

#contentarea a:hover {
color:#271a13;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.6em;
background:url(../images/leadin_hdrBkgd.jpg) repeat-x;
height:37px;
line-height:37px;
text-align:center;
color:#38251c;
font-weight:bold;
margin:0 0 5px 0;
font-family:"Lucida Bright", Georgia, "Times New Roman", Times, serif;
}

#contentarea img {
margin:0 5px 5px 0;
}

.clear {
clear:both;
display:block;
height:0px;
}

/*********************************/
/*            FOOTER
/*********************************/

/*just the dotted line, but acts as a clear too. Dont revise.*/
#footer {
background:url(../images/footerBkgd.png) repeat-x top;
width:100%;
height:1px;
clear:both;
color:#ede2d5;
width:930px;
margin:0 auto;
padding:16px 0 0 0;
position:relative;
}


#footer ul li {
display:inline;
border-right:1px solid #FFFFFF;
padding:0 5px;
}

#footer ul .last {
border-right:none;
}

#footer a {
color:#ede2d5;
text-decoration:none;
}

#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#footer .floatL {
position:relative;
float:left;
width:500px;
height:130px;
}

#footer .floatR {
float:right;
margin:0;
position:relative;
right:3px;
}

#footer .floatR a 
{
    padding:0 10px;
}

#footer img {
margin:0 0 0 10px;
}



