/* andreas02 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version:1.2
(Nov 28, 2005)
*/

/*
Modifications and customisation by Melissa Aldrich http://www.designs-by-melissa.com
*/

body{
padding:0;
margin:0;
font:75% verdana, tahoma, sans-serif;
background: #651107 url(images/bg_body_burg.jpg) repeat-y top center;
color:#303030;
}

h1#website-title{
	background:#fff;
	padding-left:48px;
	color:#000;
}

a{
text-decoration:none;
color:#651107;
}

a:hover{
text-decoration:underline;
}

#container{
margin:0 auto 0 auto;
width:730px;
padding:5px 20px 5px 20px;
background:#FEF9DF;
}

#mainarea{
	padding:0;
	margin:0 0 16px 0;
	background:#fff;
	clear:both;
	width:auto;
	border:1px solid #651107;
}

#mainarea.mainarea_nobg{
}


#logo{
margin:0 0 0 0;
padding-bottom:10px;
padding-left:0px;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}
#navitabs{
clear:both;
}

.navitab{
padding:4px 8px 5px 6px;
margin:0 4px 0 0;
text-decoration:none;
letter-spacing:0px;
background:#651107 url(images/corner.gif) top right no-repeat;
color:#FEF9DF;
}

.navitab:hover{
text-decoration:none;
background:#DD999A url(images/corner.gif) top right no-repeat;
color:#651107;
}

.activenavitab{
padding:4px 8px 5px 6px;
color:#ffffff;
font-style:italic;
margin:0 4px 0 0;
background:#651107 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
}


#desc{
height:200px;
width:730px:
color:#651107;
padding:0;
background:#651107;
clear:both;
margin:5px 0 1px 0;
text-align:left;
}

#desc p{
width:730px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
font-weight:bold;
color:#ffffff;
text-align:left;
}

#desc h2{
width:730px;
padding:10px 15px 0 15px;
color:#ffffff;
text-align:left;
}

#desc h3{
width:730px;
padding:5px 15px 0 15px;
color:#ffffff;
text-align:left;
}

#desc a{
color:#ffffff;
text-decoration:underline;
}

#main{
width:530px;
min-height:475px;
float:right;
padding:15px;
text-align:justify;
background:url(images/ejpink.gif) center top no-repeat #fff;
}

.block{
background:#f0f0f0;
padding:15px;
}

#sidebar{
width:160px;
float:left;
padding-top:16px;
padding-bottom:20px;
background:#FEF9DF;
	}

#sidebar p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 2px 0;
}

.sidelink{
text-align:left;
display:block;
width:140px;
background:#651107 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
color:#FEF9DF;
}

.sidelink:hover{
background:#DD999A url(images/corner.gif) top right no-repeat;
text-decoration:none;
color:#651107;
}

.activesidelink{
text-align:left;
display:block;
width:140px;
background:#DD999A url(images/corner.gif) top right no-repeat;
text-decoration:none;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
color:#651107;
font-style:italic;
}

#footer{
clear:both;
background:transparent;
color:#651107;
font-size:0.9em;
padding:10px 0 10px 0;
text-align:center;
}

#footer a{
color:#651107;
}

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

#extra {
text-align:center;
font-size:0.9em;
}

h1{
margin:0 0 10px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 15px 0;
font-size:1.6em;
font-weight:bold;
color: #651107;
text-align:center;
}

h3{
margin:0px 0 2px 0;
font-size:1.2em;
font-weight:bold;
color: #651107;
text-align:center;
}

h4{
margin:0px 0 12px 0;
font-size:1.2em;
font-weight:bold;
color: #651107;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}

/* WB Form module */
input.search{
	background:url(images/search.gif) 1px 50% no-repeat #fff;
	padding-left:15px;
}

input,textarea,select{font-family:verdana,tahoma,arial,sans-serif;font-size:100%;}
.required{color:#FF0000;}
.field_title{
	width:100px;
	vertical-align:top;
}
.textfield{width:200px;}
.textarea{
	width:90%;
	height:100px;
}
.field_heading{
	font-size:12px;
	font-weight:bold;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	padding-top:10px;
	color:#666666;
}
.checkbox_label{
	cursor:pointer;
	vertical-align:bottom;

}
.radio_label{
	cursor:pointer;
}
.email{
	font-size:12px;
	width:200px;
}