﻿body
{
    font-family: Arial;
    width: 850px;
    color: #555555;
    line-height: 22px;
}

h1{
    color: #009D61;
    font-size: 24px;
}

h2{
    font-size: 18px;
    color: #6f6e6e;
    margin: -12px 0px 3px 0px;
}

h3{
    font-size:16px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 3px;
}

#container{
    background: url(/images/ld_bg_green.gif) no-repeat;
    margin-left: 25px;
    padding-bottom: 25px;
    min-height:350px;
}

#leftContent{
    width: 390px;
    float:left;   
}

#rightContent{
    margin-left: 440px;
    width: 310px;
    height: 370px;
    padding-top: 16px;
    
    
}

ul{
    font-size: 14px;
    color: #FFF;
    margin: -3px 0 0 10px;
    line-height: 18px;
}

ul li{
    margin-bottom: 8px;
}

.mainTitle{
    border-bottom: 1px solid #199F6C;
    margin: 45px 21px 15px 27px;
}

.mainTitle img{
    margin-bottom: 15px;
}

.secondaryTitle{
    border-bottom: 1px solid #FFF;
    margin-left: 25px;
}
#contactInfo {
}

#contactInfo p{
    margin: 2px 0px -2px 0px;
    font-size: 14px;
}

#footer{
    margin-left: 0px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #b8b8b8;
    line-height: 20px;
}

/* Form Styling */
.ErrorText {
	background: #FFAEAE url(/Images/icon_status_fail_26x26.gif) 10px 10px no-repeat;
	color: White !important;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	text-indent: 40px;
	margin-bottom: 20px;
	padding: 10px 5px;
	position: relative;
}
.ErrorText ul {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-indent: 0;
	margin-left: 30px;
	margin-top:10px;
	color: Maroon;
}
.ErrorText li {
	color: Maroon;
	padding-right: 5px;
	text-align: left;
}
.SuccessText {
	background: #B0E57C url(/Images/icon_status_success_26x26.gif) 10px 10px no-repeat;
	color: #060 !important;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	text-indent: 40px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
}
.savedMsg {
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
	margin: 0;
	padding: 2px 2px 2px 20px;
	background: transparent url(/Images/check.png) no-repeat center left;
	text-decoration: none;
	display: block;
}

.errorMsg {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 2px 2px 2px 20px;
	background: transparent url(/Images/error.png) no-repeat center left;
	text-decoration: none;
	position: absolute;
	margin-left: 2px;
}

.clearMsg {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	width: 100px;
	margin-left: 5px;
	padding: 2px 2px 2px 20px;
	background: transparent url(/Images/clear.png) no-repeat center left;
	text-decoration: none;
	display: block;
}
.req {
	color: red;
	padding-left: 1px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	position: absolute !important;
	position: static;
	right: 15px;
}
/*-----form element styles-----*/
table.forms 
{
	border:0;
}
.forms * {
    line-height:20px;
    font-size:12px;   
}
table.forms td {
	position:relative;
}
.forms span {}
.forms input,
.forms textarea,
.forms select {
	width:240px;
	height:18px;
	border-collapse:collapse;
	border:1px solid #666;
	background:#fff url(/Images/bg_input_250.gif) left top no-repeat;
	}
.forms textarea {
	height:75px;
	/* attempt at forcing webkit width
    min-width:240px;
    max-width:240px;    
    max-height:75px;*/
	background:#fff url(/Images/bg_textarea_250x75.gif) left top no-repeat;
	overflow:auto;
	}	
/* for IE */
select.ddl {
    width:245px !important;
    height:20px;
}
/* for modern browsers */
html>/**/body select.ddl {
    width:242px !important;
}	
.forms input[type=submit],
.forms input[type=button],
.forms input[type=image]
{
	width:auto;
	height:auto;
}
.forms input[type=radio],
.forms input[type=checkbox]
{	
	width:auto;
	height:auto;
	border:none;
}
.nostyle,
.nostyle 
{
	width:auto;
	height:auto;
	border:none;
}
.forms td {
    padding:0 0 5px 5px;
    vertical-align:top;
}
/*------end form styles------*/	