
* {
	margin: 0;
	padding: 0;
}

body { margin-bottom: 30px; font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif; color: #3b3b3b; background-color: #ffffff; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }

h1, h2, h3 {
	color: #4F789F;
}

h1 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h4 {
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
p, blockquote, ul, ol {
}

p {
	line-height: 1.6em;
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 12px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 12px;
}

.indent { margin-left: 20px; padding-left: 6px; border-left: 2px solid #4F789F; }

/* Post */

.post {
	clear: both;
	padding: 20px;
}


.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 2em;
	margin-right: 2em;
}

/* Header */

#header {
	width: 780px;
	height: 175px;
	margin: 0 auto;
	background: #69b10a url(../images/header.jpg);
}


#header logo {
	float: left;
	padding: 60px 0 0 14px;
	border: none;
}

#header img {
	border: none;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background: url(../images/page_bg.gif) repeat-y;
	border-top: 1px solid #3b3b3b;
}

#content {
	float: right;
	width: 577px;
	padding-right: 1px;
}

#fp_content {
	float: left;
	width: 220px;
}

#fp_images {
	float: right;
	width: 300px;
}
	
#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

#sidebar p {
	line-height: 1.4em;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}


/* Footer */

#footer {
	width: 750px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#testimonial {
	margin-top: 30px;
	padding: 5px 15px 8px 15px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}

***************************/
/*         Email Form           */
/***************************/

fieldset { 
	margin: 1.5em 0 0; 
	padding: 0; 
	border-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

legend { 
	color: #006; 
	font-size: 1em; 
	font-weight: bold; 
}

fieldset ol { 
	font-size: 1.0em; 
	padding: 1em 1em 0 0; 
	list-style: none; 
}

fieldset li {
	padding-bottom: 6px;
}
.text { 
	width: 220px; 
	border: solid 1px #132daf; 
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
}
.text_1 { 
	width: 220px; 
	border: solid 1px #132daf; 
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	height: 80px;
}


.security { 
	width: 158px; 
	border: solid 1px #132daf; 
}

.text_inq { 
	width: 200px; 
	height: 160px; 
	border: solid 1px #132daf;
}

fieldset.submit {
	border-style: none;
	float: none;
	padding-left: 15.0em;

}
label {
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;
}

input:hover,textarea:hover,input:focus,teatarea:focus {
	COLOR: #333333;
	BACKGROUND-COLOR: #ebeff7;
	border: 1px solid #d4e1f2;
}

.button { 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #3A6BAC;
 	border: solid 1px;
	padding: 2px 8px 2px 8px;
}