p.error {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	padding-left: 52px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;	
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
background-color:#fded71;
margin:0;
padding:0;
color:#000;
line-height:20px;
}
#container{
margin:0 auto;
width:956px;
background-color:#FFF;
border-left:1px solid #3b55ad;
border-right:1px solid #3b55ad;
border-bottom:1px solid #3b55ad;
}
div{
text-align:left;
}
a{
color:#0795eb;
text-decoration:none;
}
a:hover{
color:#0795eb;
text-decoration:underline;
}
img{
border:none;
}
h1{
font-size:22px;
color:#0795eb;
padding:0 0 20px 0;
margin:0;
}
p{
padding:0 0 20px 0;
margin:0;
}
#headerbg{
background:url(../img/toptile.gif) repeat-x;
height:184px;
}
#header{
margin:0 auto;
width:956px;
background:url(../img/hdr_tile.gif) repeat-x;
padding:0;
height:184px;
border-left:1px solid #3b55ad;
border-right:1px solid #3b55ad;
border-bottom:1px solid #3b55ad;
}
	#header a:visited, #header a:link{ 
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; 
	font-size:17px; color:#fff; 
	text-decoration:none; 
	line-height:50px
	}
	#header a:hover{
	border-bottom: 2px solid #fbec72; 
	color:#fbec72
	}
	#header a.active{
	color: #fbec72;
	}
#logo{
float:left;
width:369px;
padding:0 0 0 35px
}
#navigation{
float:left; 
width:505px; 
padding:70px 0 0 30px
}
	#navigation ul{
	margin:0; 
	padding:0
	}
	#navigation li{
	list-style:none; 
	float:left
	}
.homecontentleft{
float:left;
width:450px;
padding:20px 20px 0 0;
}
.homecontentright{
float:left;
width:360px;
height:280px;
margin:0 0 0 20px;
padding:2px;
border:1px solid #b1bcdf;
}
#maincontent{
padding:40px 50px;
}


/*
.twocol{
float:left;
width:495px;
padding:0 40px 0 0;
}
.sidebar{
float:left;
width:320px;
}
.sidebar ul{
margin:0;
padding:0;
list-style-type:none;
}
.sidebar li{
float:left;
padding:0 0 10px 10px;
}
.btmbar{
text-align:center;
}
.btmbar ul{
margin:0;
padding:0;
}
.btmbar li{
display:inline;
list-style-type:none;
padding:0 5px 10px 5px;
width:140px;
}

.mainimage{
background-image:url(../img/main_home_img.jpg);
background-repeat:no-repeat;
border-bottom:5px solid #906833;
border-top:5px solid #906833;
width:956px;
height:218px;
padding:0;
margin:0;
}
.mainimage ul{
padding:10px 0px 0px 50px;
font-size:14px;
color:#FFFFFF;
line-height:32px;
font-weight:bold;
margin:0;
}
.mainimage li{
list-style:none
}
.mainimage a{
color:#f4ead7;
text-decoration:none;
}
.mainimage a:hover{
color:#ab9238;
text-decoration:none;
}
*/
.clear{
clear:both;
}
#footer{
text-align:center;
font-size:10px;
border-top:1px dashed #6277bd;
padding:15px;
}

/* Contact */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #6277bd;
height: 1%;
}
.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
#recaptcha_widget_div {
	width:200px;
}
#recaptcha_area {
	width:200px!important;
}

.cssform textarea{
width: 250px;
height: 150px;
}
.buttons {
background-color:#0795eb;
color:#fff;
font-size:12px;
font-weight:bold;
border:none;
font-family:Arial, Helvetica, sans-serif;
}