/* ==============================================================================
=RESET
================================================================================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; line-height: 16pt; margin-top: 0;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* ==============================================================================
=BODY
================================================================================*/
body{
	background: url(../images/background.jpg) repeat-x fixed;
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

h1, h2{ font-family: Georgia, serif; }

h1{ font-size: 14pt; color: #039; margin-bottom: 15px; }

h2{ font-size: 12pt; color: #178b51; margin: 15px 0 5px 0; }

h3{ color: #039; margin: 5px 0 5px 0; }

h4{ color: #333; margin: 5px 0 5px 0; }

p{ margin-bottom: 10px; margin-top: 5px; }

ul.square { list-style: square; margin-left: 10px; line-height: 18pt; }

ul.long { line-height: 12pt; }
ul.long li { margin-bottom: 15px; }

#footerlist{
margin-left: 0;
padding-left: 0;
list-style: none;
line-height: 12pt;
}


#navlist 
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

	#navlist li 
	{
	padding-left: 15px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

#navlist2{
list-style: square;
}	

a:link{ color: #69c; text-decoration: none; }
a:visited{ color: #178b51; text-decoration: none; }
a:hover{ color: #178b51; text-decoration: underline; }
a:active{ color: #69c; text-decoration: none; }

.bold, strong { font-weight: bold; }

em { font-style: italic; }

/* ==============================================================================
=CONTENT
================================================================================*/
#gradient{
	width: 890px;
	background: url(../images/shadow.png) top center repeat-y;
	margin: 0 auto;
}

#container{
	width: 850px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #039;	
	border-left: 1px solid #039;	
	border-right: 1px solid #039;
	min-height: 800px;
}

	#main_content{
		width: 530px;
		padding: 15px;
		margin: 0 260px 0 0;
	}
	
		#twocolumn_list{
			width: 530px;
			padding: 0;
			margin: 0;
		}
			#twocolumn_left{
				width: 257px;
				float: left;
			}
			#twocolumn_right{
				width: 257px;
				float: right;
			}
	
	#sub_content{
		width: 230px;
		float: right;
		padding: 15px;
	}

	#main_content_sm{
		width: 530px;
		padding: 15px;
		margin: 0 260px 0 0;
		background: url(../images/smallmoves2.jpg) no-repeat bottom right;
	}	

/* ==============================================================================
=BRANDING
================================================================================*/

#branding{
	float: left;
	padding: 0 10px;
}

#contact{
	font-family: Georgia, serif;
	float: right;
	text-align: right;
	padding: 15px;
}

#header{
	height: 140px;
	width: 850px;
	padding: 0;
	background: url(../images/banner.jpg) top left no-repeat;
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	clear: both;
}

#bottombanner{
	text-align: center;
}

/* ==============================================================================
=NAVIGATION
================================================================================*/
#navigation{
	padding: 5px;
	clear: both;
}


/* ==============================================================================
=FOOTER
================================================================================*/
#footer{
	font-size: 8pt;
	background-color: #ccc;
	clear: both;
	text-align: left;
	margin-top: 10px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #039;
	height: 175px;
}

#footer_left{
		width: 385px;
		padding: 15px;
		margin: 0;
}
	#footer_services{
			width: 190px;
			float: left;
	}
	
	#footer_sitemap{
			width: 190px;
			float: right;
	}
	
#footer_coinfo{
		width: 385px;
		float: right;
		padding: 15px;
}

/* ==============================================================================
=CONTENT FORM
================================================================================*/
#content-form {
	display: block;
	background: #1d4184;
	padding: 28px 20px;
}

#content-form ul {
	margin: 0px;
	padding: 0px;
	}

#content-form ul li {
	height: 30px;
	margin-bottom: 8px;
	overflow: hidden;
	}
#content-form label {
	display: block;
	float: left;
	font-size: 10pt;
	background: #cedceb;
	width: 132px;
	font-weight: bold;
	color: #333;
	padding: 4px 10px 4px 10px;
	height: 30px;
	}

#content-form input {
	display: block;
	float: left;
	width: 318px;
	font-size: 10pt;
	background: #fff;
	border: 0px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	height: 30px
	}
#content-form input.error {
	background: #fff8da;
	}
input:focus {
    outline: none;
	}
#content-form textarea {
	border: 0px;
	background: #fff;
	padding: 10px;
	width: 470px;
	height: 120px;
	}	
#content-form p {
	color: #fff;
	}
#content-form h3 {
	color: #fff;
	margin: 26px 0 10px 0;
	font-weight: bold;
	}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #000!important;
	}
input#submit {
	float: none;
	margin-top: 40px;
    width: auto;  
    padding: 7px 22px 10px 22px;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    margin-left: 160px;
    background: -webkit-gradient(linear, left top, left 25, from(#008bdd), color-stop(4%, #0058b4), to(#002689));  
    background: -moz-linear-gradient(top, #008bdd, #0058b4 1px, #002689 25px);  
	}
.ui-widget-header { border: 1px solid #e78f08; background: #002689 50% 50% repeat-x!important; background-image: none!important; color: #ffffff; font-weight: bold; }

/* ==============================================================================
=CONTENT FORM GREEN
================================================================================*/
#content-formgreen {
	display: block;
	background: #42966a;
	padding: 28px 20px;
}

#content-formgreen ul {
	margin: 0px;
	padding: 0px;
	}

#content-formgreen ul li {
	height: 30px;
	margin-bottom: 8px;
	overflow: hidden;
	}
	
#content-formgreen label {
	display: block;
	float: left;
	background: #c6dfd2;
	width: 132px;
	font-weight: bold;
	color: #333;
	padding: 4px 10px 4px 10px;
	height: 30px;
	}

#content-formgreen input {
	display: block;
	float: left;
	width: 318px;
	font-size: 10pt;
	background: #fff;
	border: 0px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	height: 30px
	}
#content-formgreen input.error {
	background: #fff8da;
	}
input:focus {
    outline: none;
	}
#content-formgreen textarea {
	border: 0px;
	background: #fff;
	padding: 10px;
	width: 470px;
	height: 120px;
	}	
#content-formgreen p {
	color: #fff;
	}
#content-formgreen h3 {
	color: #fff;
	margin: 26px 0 10px 0;
	font-weight: bold;
	}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #000!important;
	}
input#submit {
	float: none;
	margin-top: 40px;
    width: auto;  
    padding: 7px 22px 10px 22px;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    margin-left: 160px;
    background: -webkit-gradient(linear, left top, left 25, from(#008bdd), color-stop(4%, #0058b4), to(#002689));  
    background: -moz-linear-gradient(top, #008bdd, #0058b4 1px, #002689 25px);  
	}
.ui-widget-header { border: 1px solid #e78f08; background: #002689 50% 50% repeat-x!important; background-image: none!important; color: #ffffff; font-weight: bold; }
