
/* css development by maramade productions http://www.maramade.com */

html { min-height: 100%; margin-bottom: 1px; }

h1,h2,h3,h4,h5,h6,em,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-style: normal;}
img{border:0;}
p{margin:0; padding: 5px 0;}

body {
margin:0 auto;
padding:0;
font:76% Arial, Verdana, Tahoma,sans-serif;
background-color:#9f2214;
color:#000000;
background-image:url(images/redbg.jpg);
background-repeat:repeat;
}


#wrap{
background-color:#FFFFFF;
color:#000000;
width:800px;
margin:15px auto 0 auto;
}


#banner{
width:800px;
height: 35px;
position:relative;
}

#banner h1{
font-size:14px;
color:#9f2214;
background-color:#FFFFFF;
text-transform:uppercase;
margin: 10px 0 0 6px;
letter-spacing:3px;
font-weight:bold;
position:absolute;
}

#banner h2{
font-size:14px;
color: #627315;
background-color:#fff;
position:absolute;
top: 10px;
right: 6px;
left:430px;
text-align:right;
}

#banner h2 a, #banner h2 a:link, #banner h2 a:visited, #banner h2 a:active{
color: #627315;
background-color:#fff;
text-decoration:underline;
}

#banner h2 a:hover {
text-decoration:none;
}


/*leftcol*/
#leftcol{
float:left;
width:190px;
background-color:#F2DB9B;
color:#9f2214;
margin:0;
padding:0;
}


#logo{
width:190px;
height:195px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:top center;
position:relative;
}

#logo a.homelink { 
width: 190px;
height: 195px; 
position: absolute;
text-decoration:none;
top: 0px;
left:0px;
display:block;
background-color:transparent;
color:#ff5500;

}

#logo a.homelink i{
visibility:hidden;
} 

#address{
background-color:#A89E6D;
color:#9f2214;;
border-top:6px solid #fff;
border-bottom:6px solid #fff;
text-align:center;
font-weight:bold;
}

#address a, #address a:link, #address a:visited, #address a:active{
background-color:#A89E6D;
color:#9f2214;
text-decoration:underline;
}

#address a:hover{
text-decoration:none;
}



/*rightcol*/
 
#content{
margin-left:193px;
}

#content h3{
color:#9f2214;;
background-color:#fff;
font-size: 14px;
margin-left:10px;
margin-top:20px;
}



#contenttext{
border-right: 4px dotted #F2DB9B;
margin: 0 25px 0 10px;
line-height:130%;
}

#contenttext p{

}

#contenttext p a, #contenttext p a:link, #contenttext p a:visited, #contenttext p a:active{
background-color:#fff;
color:#9f2214;
text-decoration:underline;
}

#contenttext p a:hover{
text-decoration:none;
}


#tagline{
width:604px;
height:52px;
background-image:url(images/tagline.jpg);
color:#FFFFFF;
background-color:#A89E6D;
}

#mainpic{
width:604px;
height:226px;
}

#menu{
width:604px;
height:28px;
text-align:left;
}


#footer {
clear:both;
width:800px;
background-color:#A89E6D;
color:#fff;
font-size:.8em;
border-top:6px solid #fff;
}

#footer p {
margin:0;
padding:5px 0 0 0 ;
text-align:center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active  { 
background-color:#A89E6D;
color:#fff;
text-decoration:underline;

}

#footer a:hover {
text-decoration:none;
}



.nofloat{
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

.left {
margin:4px 10px 4px 0;
float:left;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

.right {
margin:4px 4px 4px 10px;
float:right;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

