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

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#50494c;
	height:100%;
}

body.site{
	height:100%;
	
	background: url(../../assets/images/main_top_bg.gif) repeat-x top #a3cc8f;
}

td{
	vertical-align:top;
	color:#50494c;
	font-size:12px;
}

a{
	text-decoration:underline;
	color:#4b7e8c;
}

a:hover{
	color:#4b7e8c;
	text-decoration:none;
}

img{
	border:0px;
}

h1{
	color:#1c6434;
	font-size:28px;
	margin:5px 0px 10px 0px;
	padding:0;
	font-weight:bold;
	line-height:22px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

h2{
	color:#1c6434;
	font-size:16px;
	margin:25px 0px 0px 0px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	font-style:italic;
}

h3{
	color:#1c6434;
	font-size:24px;
	margin:5px 0px 5px 0px;
	padding:0;
	font-weight:normal;
	line-height:18px;
}

p{
	font-size:12px;
	margin:15px 0px 15px 0px;
	line-height:18px;
	text-align:justify;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

li{
	padding:0px 0px 15px 0px;
	line-height:18px
}


input, textarea{
	border:1px solid #9c89ab;
	background:white;
}

/* TEXT START */

.green {
	color:#1c6434;
}

ul.green{
	color:#1c6434;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

ul.green li{
	background:url(../../assets/images/bullet.gif) no-repeat left;
	margin:0px;
	padding:5px 0px 5px 20px;
}

/* TEXT END */

/* LAYOUT START */

#mainPage {
	background: url(../../assets/images/main_bottom_bg.gif) repeat-x bottom;
}

#mainPageTopBg {
	background: url(../../assets/images/main_bg.jpg) no-repeat center top;
}

#top {
	height:125px;
}

#top a.link, #top a.linkOn {
	width:140px;
	border-left:1px solid #b9cba0;
	text-align:center;
	vertical-align:middle;
	padding-top:12px;
	display:block;
	float:right;
	height:26px;
	_height:38px;
	color:#0a431d;
	text-decoration:none;
	font-weight:bold;
}

#top a:hover.link {
	background:white;
	color:#1d7c3c;
}

#top a.linkOn {
	background:white;
	color:#1d7c3c;
}

#photo {
	width:300px;
	height:630px;
}

#content {
	width:670px;
	height:100%;
}

#center{
	width:420px;
	padding:20px;
}

#right{
	width:190px;
	background:#fafae9;
	border-left:4px solid #f3f3cc;
	padding:10px;
}

#left{
	width:210px;
	background:#fafae9;
	border-right:4px solid #f3f3cc;
	padding:0px;
}

#left ul, #left ul li{
	padding:0px;
	margin:0px;
	list-style:none;
}

#left ul li a.link, #left ul li a.linkOn{
	display:inline-block;
	border-bottom:1px solid #f3f3cc;
	padding:10px 15px 10px 15px;
	color:#1c6434;
	width:180px;
	_width:100%;
}

#left ul li a.link:hover{
	text-decoration:underline;
	background:white;
}

#left ul li a.linkOn{
	text-decoration:underline;
	background:white;
}

#footer {
	height:53px;
	vertical-align:middle;
}

#footer td.link{
	color:white;
	padding:0px 15px 0px 15px;
}

#footer td.link a{
	color:white;
}

#footer td.link a:hover{
	color:ffff99;
	text-decoration:underline;
}

#footer td.sep{
	color:white;
	padding:0px 15px 0px 15px;
}

/* LAYOUT END */



.formLabel{
	padding:5px 15px 5px 5px;
	background:white;
	border-bottom:1px solid #edeacf;
	text-align:right;
	width:180px;
}

.formField{
	padding:2px 5px 2px 15px;
	background:#fafae9;
	text-align:left;
	border-bottom:1px solid #edeacf;
	border-top:1px solid white;
}

.field_normal 			{ border: 1px solid #7c7c7e; }
.field_required			{ border: 1px solid #7c7c7e; }
.field_error			{ border: 1px solid #e82e2e; background-color:#FFE8E8; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#FF0000; }
.field_error_message 	{ font-size:10px; color:#FF0000;}