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

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


body {
margin:0 auto;
padding:0;
font:76% Verdana, Arial,Tahoma,sans-serif;
background:#fff url(images/bgslice.jpg) top center repeat-x;
color:#404040;
}


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


#banner{
width:798px;
height: 135px;
background-image:url(images/banner.jpg);
position:relative;
}

#banner a.homelink { 
width: 515px;
height: 135px; 
position: absolute;
text-decoration:none;
top: 0px;
left:275px;
display:block;
background-color:transparent;
color:#000;

}

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


#leftcol{
float:left;
width:275px;
background-color:#3f3f3f;
color:#FFFFFF;
}

#menu{
margin-left:30px;
}


#menu ul{
list-style-type:none;
margin:0;
padding:0;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active{
display:block;
background-color:#3f3f3f;
color:#FFFFFF;
width: 200px;
text-decoration:none;
font-weight:bold;
font-size:13px;
padding: 5px 0;
}

#menu a:hover{
background-color:#3f3f3f;
color:#998754;
/* color:#4692CE; */
}


#content{
margin-left:300px;
margin-right:10px;
}

#content a, #content a:link, #content a:visited, #content a:active{
background-color:#FFFFFF;
color:#998754;
font-weight:bold;
text-decoration:underline;
}

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

#content h1{
font-size:18px;
background-color:#fff;
color:#00599b;
}

#content h2{
font-size:14px;
background-color:#fff;
color:#00599b;
margin-bottom:0;
}

#content h3{
font-size:12px;
background-color:#fff;
color:#00599b;
margin-bottom:0;
}

#content p{
margin-top:2px;
}

#content img, .caption img{
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

.left {
margin:4px 10px 4px 0;
float:left;
}

.right {
margin:4px 0 4px 10px;
float:right;
}


#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:798px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:.8em;
}

#footer p {
margin:0;
padding:0;
}

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

}

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

.caption { 
float: right; 
width: 260px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 5px; 
} 


.caption p { 
font-style: italic; 
text-align: left; 
margin-bottom: 0px; 
margin-top:2px;
}


.bluebold{
color: #00599B;
background-color:#FFFFFF;
font-weight: bold;
}


