@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color:#ffffff;
	font-weight:bold;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

h1{
	font-size:30px;
	margin:10px 0;
	color:#ffffff;
}

h2{
	font-size:18px;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	padding:3px 10px;
	color:#ffffff;
	margin:20px 0 10px 0;
	border:1px solid #ffffff;
	border-width:0 1px 1px 0;
}

h3{
	color:#ffffff;
	margin:15px 0 10px 0;
	font-size:16px;
}

p, td, li{
	margin:10px auto;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
}

ul{
	margin-left:30px;
}

li{
	margin:3px 0;
}

table{
	border-collapse:collapse;
}

td{
	padding:2px 3px;
	vertical-align:top;
}

option{
	padding-right:10px;
}

body{
}

.button{
	padding:3px 5px;
	background-image:url(images/bar2.gif);
	background-repeat:repeat-x;
	background-color:#F58020;
	color:#ffffff;
	font-weight:bold;
}

img.button{
	padding:5px;
	border:1px solid #000000;
	background-color:#F58020;
}

#boxed{
	overflow:hidden;
	background-image:url(images/greenBg.jpg);
	background-repeat:repeat-x;
	background-color:#259a47;
}

.mceContentBody{
	background-image:url(images/greenBg.jpg);
	background-repeat:repeat-x;
	background-color:#259a47;
}

#header{
	background-color:#F58020;
	color:#ffffff;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
}

#header p{
	text-align:center;
	margin:0;
	padding:10px 0px;
	font-size:18px;
}

#header a{
	padding:5px 20px;
	text-decoration:none;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	border-left:2px solid #E4771E;
	border-right:1px solid #FBC9A0;
}

#header a:hover{
	color:#FFFF00;
}

#container{
	width:760px;
	margin:0 auto;
	position:relative;
}

#prop{
	float:right;
	height:425px;
	width:1px;
}

#content{
	float:right;
	width:330px;
	padding-bottom:20px;
	left:-180px;
	position:relative;
}

#logo{
	width:593px;
	height:634px;
	background-image:url(images/logo_new.gif);
	background-repeat:no-repeat;
	position:relative;
	left:-180px;
}

#footer{
	position:relative;
	clear:both;
	background-color:#F58020;
	background-image:url(images/bar2.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

#footer table{
	margin:0 auto;
}

#footer td{
	padding:10px;
	text-align:center;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
}

.box{
	margin:10px 0;
	padding:5px;
	border:0px solid #000000;
/*	border-width:0 1px 1px 0;*/
/*	background-image:url(images/greenBg.jpg);*/
	background-repeat:repeat-x;
	background-color:#88C342;
}

.box p{
	font-size:13px;
}

.box h2{
	margin-top:0;
}

label {
	display:block;
	font-weight:bold;
	margin:0;
}

input.error, select.error, textarea.error{
	background-color:#F8A25C;
	color:#000000;
}

label.error{
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
}
input.valid{
}
input.error{
}

