body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
	padding: 0 0 .5em 0;
	text-decoration: none;
}

h1, #leftColumn h2{
	font-size: 20px;
	line-height: 1em;
	padding: 0 0 .5em 0;
}

h2{
	font-size: 17px;
	line-height: 1em;
	padding: 0 0 .5em 0;
}

h3{
	font-size: 14px;
	padding: 0 0 .5em 0;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

html, body{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	background: #aaa;
	color: #333; 
	font-family: Arial, Verdana, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.italic{
	font-style: italic;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

.noBullet{
	list-style-type: none;
	padding-bottom: 1em;
}

.noBullet h3, .referenceList h3{
	font-size: 12px;
	padding-bottom: .2em;
}

.leftMenu{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;
}

.leftMenu li{
	font-size: 12px;
	padding: .5em 0;
	border-bottom: 1px solid #e6e6e6;
}

#references {
padding: 0px 12px 0px 12px;
}

.referenceList{
	list-style-type: none;	
	padding-bottom: 1em;
}

.referenceList li{
	padding: .5em 0;
}

.referenceList p{
	font-style: italic;
	line-height: 1.2em;
	padding: 0 0 .3em 0;
	color: #555;
}

.referenceList h3{
	padding-top: .2em;
}

.referenceLogo{
	float: left;
	padding: 4px 5px 7px 6px;
	margin: 0 10px 10px 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../gfx/reference-bg.png) no-repeat;
}

.referenceLogo img{
	display: block;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

.referenceList a{
	text-decoration: none;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

#blue{
	background: #0c8cb6 url(../gfx/main-bg-blue.png) repeat-x 0 0;
	color: #0a647f;
}

#green{
	background: #669050 url(../gfx/main-bg-green.png) repeat-x 0 0;
}

#blue a, #blue h1, #blue h2, #blue h3, #blue h4, #blue h5, #blue h6 {
	color: #25586b;
}

#green a, #green h1, #green h2, #green h3, #green h4, #green h5, #green h6 {
	color: #548c36;
}

#blue a:hover, #green a:hover{
	color: #000;
}

#background{
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 800px;
}

#green #background{
	background-image: url(../gfx/wrapper-bg-green.jpg);
}

#blue #background{
	background-image: url(../gfx/wrapper-bg-blue.jpg);
}

#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 140px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 100%;
	z-index: 1;
}

#contentTop{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 94px;
	width: 100%;
}

* >#contentTop{
	background: url(../gfx/content-top.png) no-repeat left bottom;
}

#logo{
	position: absolute;
	top: 31px;
	left: 0;
	display: block;
	height: 74px;
	width: 236px;
	overflow: hidden;
	z-index: 10;
}

* > #logo{	
	background: url(../gfx/logo-green.png) no-repeat;
}

* > #blue #logo{
	background: url(../gfx/logo-blue.png) no-repeat;
}

#topMenu, #smallMenu{
	position: absolute;
	overflow: hidden;
	list-style: none;
	z-index: 10;
}

#topMenu li, #smallMenu li{
	float: left;
	position: relative;
	padding: 0 7px;
	border-left: 1px solid;
	left: -1px;
}

#green #topMenu li{
	border-color: #548c36;
}

#topMenu li a, #smallMenu li a{
	display: block;
	float: left;
}

#topMenu{
	top: 70px;
	right: 25px;
}

#smallMenu{
	top: 10px;
	right: 0;
}

#smallMenu li{
	border-color: #fff;
}

#smallMenu li a, #smallMenu li a:hover{
	color: #fff;
}

/* Content */
#content{
	position: relative;
	z-index: 10;
	min-height: 400px;
	padding: 0 20px;
	background: #fff url(../gfx/content-bg.png) no-repeat right bottom;
}

#contentBottom{
	height: 73px;
}

* > #contentBottom{
	background: url(../gfx/content-bottom.png);
}

#leftColumn{
	float: left;
	width: 253px;
}

#leftColumn #submenu {
padding: 17px 12px 0px 12px;	
width: 253px;
background: url(../gfx/infocus_bg.png) 0px 5px no-repeat;
}

#leftColumn #infocus {
padding: 17px 12px 0px 12px;	
width: 253px;
background: url(../gfx/infocus_bg_blue.png) 0px 5px no-repeat;
}

#green #leftColumn{
	padding-bottom: 80px;
}

#leftColumn .section{
	padding-bottom: 3em;
}

#blue #leftBottomLogo{
	display: none;
}

#green #leftBottomLogo{
	height: 55px;
	width: 183px;
	position: relative;
	top: -20px;
	z-index: 100;
	margin: -55px 0 0 60px;
}

#rightColumn{
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	z-index: 10;
	width: 620px;
	float: right;
}

#mainFlash{
	display: block;
	height: 295px;
	margin-bottom: 1.5em;
	padding: 23px 0 23px 17px;
}

* > #mainFlash{
	display: block;
	height: 295px;
	margin-bottom: 1.5em;
	padding: 11px 0 0px 0px;
}

#leftPart, #rightPart{
	width: 580px;	
}

#leftPart{
	float: left;
}

#rightPart{
	float: right;
}

#rightColumn ul{
	padding: 0 0 1em 30px;
}

/* Footer */
#footer{
	position: relative;
	padding: .5em 0 1em 0;
	text-align: center;
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
}

#blue #footer, #blue #footer a{
	color: #2b3c43;
}

/*#blue #footerText{
	position: absolute;
	top: -50px;
	right: 40px;
	width: 233px;
	height: 92px;
}*/

#green #footer, #green #footer a{
	color: #3a5433;
}

#green #footerText, #blue #footerText{
	position: absolute;
	z-index: 10;
	top: -70px;
	right: -20px;
	width: 349px;
	height: 109px;
}

* > #green #footerText{
	background: url(../gfx/footer-text-green.png) no-repeat;
}

* > #blue #footerText{
	background: url(../gfx/footer-text-blue.png) no-repeat;
}

#leaf{
	letter-spacing: 11px;
}

* > #leaf{
	background: url(../gfx/leaf.png) no-repeat;	
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.input {
padding: 3px;
font-size: 11px;
width: 250px;
border: solid 1px #aaa;
background: #;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display: block;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}