﻿/*########################################
              GENERAL
########################################*/
/* General */

html {
	background-color:white;
	width: 100%;
	color:#4d4d4f;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	width: 100%;
	height:100%;
	margin:0;
	border:none;
	margin-top:0px;
	background-color:#eeeeee;
}
img { /*border:none;*/}

ul li{list-style:circle outside url('../images/bullet-orange.gif');}


/* General Titles */
h4 { margin-top:0; color:#569832;}
h3 { margin-top:0; color:#569832; }
h2 { margin-top:0; color:#569832;  margin-bottom:0px;  }
h1 { margin-top:0; color:#E55317; font-size:1.6em; line-height: 1em;}
h2 { font-size:1.2em; }
h3 { font-size:1em; }
h4 { font-size:0.8em; }


/* General Links */
a { color:#569832; text-decoration:underline;}
a:hover { text-decoration:none; }
a:visited { color:#569833; }


/* Height Light */
.light{ color:#00ADEF; font-style:italic; font-size:1.1em; }


/* Clear */
.clear { clear:both; overflow:hidden; height:0px; }


/* Float & Alignment*/
.float-left { float:left; }
.float-right { float:right; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }

/*########################################
              MAIN LAYOUT
########################################*/
#container {
  width:1008px;
  margin: 0 auto;
  background-color:white;
  height:auto;
  /*border:3px #DD6200 solid;*/
}
#header {
  background: url('../images/ajax-loader.gif') no-repeat white;
  height:486px;
  filter: progid:DXImageTransform.Microsoft.Fade();
}
#menu{
	background: url('../images/NavTopRight.png') no-repeat;
	background-position:0px 65px;
	height:353px;
	width:278px;
	margin-top:125px;
	margin-right:30px;
	text-align:center;
	
}

#nav-top{
	height:25px;
	width:255px;
	margin-top:125px;
	margin-right:10px;

} 

#leftmenu{
	background-repeat:no-repeat;
	background-image:url('../images/leftmenu01.png');	
	width:254px;
	height:572px;
	position:relative;
	margin-top:0px;
	
}
#bottommenu{
	width:700px;
	height:40px;
	margin-top:10px;
	color:black;
	font-weight:lighter;	

}
#header .banner {
	margin-left:93px;
	position:relative;
	top:30px;
	width:830px;
}
#nav {
	text-align:center;
	font-size:0.9em;
	margin:0 auto;
}
#body {
  background-color:white;
  height:100%;
  margin:0 auto;
  
}

#content{
	width:730px;
	height:100%;
	/*padding-top:10px;*/
	padding-right:15px;
	padding-left:3px;
}

#content2{
	width:100%;
	height:100%;
	/*padding-top:10px;*/
	padding-right:15px;
	padding-left:3px;
}


#left {
  width:779px;
  margin-left:93px;
  float:left;
}
#left #benefits {
	float: left;
	margin-left: 100px;
}

#footer {
  	background: url('../images/footer.jpg') no-repeat;
  	width:1008px;
	height:104px;
	overflow:hidden;
	text-align:center;
	/*padding-top:13px;*/
}

#footer2 {
	color:#000000;
	margin-top:5px;
	overflow:hidden;
	width:1000px;
	font-size:13px;
	text-align:center;
	}
/*########################################
              NAV LAYOUT
########################################*/
#nav a { font-size: 0.9em; text-decoration:underline; color:black;}
#nav a:hover { color:#612F6D; text-decoration:none; }
#nav img { border:none; float:left; }
#nav li{ display:inline; padding:0px; margin:0; border:none; line-height:80px;}
#nav ul{ padding:0; margin:0 auto; border:none; }

/*########################################
              CONTACT FORM
########################################*/
fieldset		{
	border:1px solid #B4B4B4;
!important;		
	background-color: #D5E2FF;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #947f7f;
}
/*fieldset.active		{border:2px solid #999}*/

label {
color:#333333;
height:17px;
letter-spacing: 1px;
margin-right:2px;
margin-top:3px;
	display: inline-block;
	left: -6px;
	padding-left: 10px;
	font: 90%/1.1 Arial,Helvetica,sans-serif;
}

.buttons {
	background: #EEF7FB none 0%;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #8f8f8f;
	border-bottom-color: #8F8F8F;
	border-left-color: rgb(255, 255, 255);
	padding: 2px 14px;
}


.info_messages		{
	margin:10px 0pt;
	padding:7px 15px 7px 30px;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFCCCC;
	background-image: url(../images/information.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}

.required {
	color: #ad0409;
	font: bold large "Courier New", Courier, monospace;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
