body { background: #fff url(../images/layout/body.gif) top center no-repeat; font-family: Arial, Helvetica, sans-serif; font-size: 16px !important; }

p{
	margin-bottom:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#padding {
	margin-top:20px;
}
#padding h1 {
	color: #333154;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
#padding b {
	color: #333154;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#padding p {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 20px;
}
#fancylist {
	color: #302E4F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: disc;
	text-indent: 5px;
	width: 50%;
	margin-left: 10px;
	border: 1px solid #D6D5E6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}
#fancylist li{
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5E6;
	line-height: 40px;
}

#faqlist {
	color: #302E4F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: disc;
	text-indent: 5px;
	width: 100%;
	margin-left: 10px;
	border: 1px solid #D6D5E6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}
#faqlist li{
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5E6;
	line-height: 40px;
}
#faqlist a {
	color: #343256;
	text-decoration: none;
	font-weight: bold;
}
#faqlist a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F8F2FF;
	display: block;
	line-height: 40px;
}
h1{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
	color: #333154;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content ul{
list-style-type:square;	
}

#content li{
margin-left:20px;	
}

#formbox{
	float:left;
	display:inline;
	width:430px;
	height:289px;
	background:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 23px;
}
#formbox input{
	border: 1px solid #abadb3;
}
#formbox-long{
	float:left;
	
	width:auto;
	height:auto;
	background:#fff;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
}
#formbox-long input{
	border: 1px solid #abadb3;
	width: 300px;
}
.error-label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #C30;
	display: inline;
	text-transform: capitalize;
	font-weight: normal;
	padding-left: 5px;
        display: none;
}
li{
list-style-type:none;	
}
ol{
	list-style-type:disc;
}
.subtitle {
	font-weight: bold;	
}
input, select{
	
	padding:4px;
	color: #333;
}

label{
	font-size:12px;
	color:#292743;
	font-weight:bold;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 22px/100% Arial, Helvetica, sans-serif;
	padding: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/*****************************************
SLIDER */

#slideshow {
    display: inline;
    float: right;
    height: 280px;
    margin: 8px 0 0 0px;
    width: 500px;
}
#slideshow IMG {
    height: 280px;
    opacity: 0;
    position: absolute;
    z-index: 8;
	width: 520px;
}
#slideshow IMG.active {
    opacity: 1;
    z-index: 10;
}
#slideshow IMG.last-active {
    z-index: 9;
}


/*****************************************
SLIDER */


#header {
	width: 960px;
	margin: 0 auto;
	height: 158px;
	position: relative;
}
#header-phone {
    position:absolute;top:70px;right:76px;color:#dcdbdc;font-size:26px;
}
#header h1 {padding-top:4px;width:75%;}
#header h1 a {
	display: block;
	text-indent: -5000px;
	width: 936px;
	height: 113px;
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
}

#header fieldset { background: url(../images/layout/search.png) no-repeat; width: 181px; height: 25px; position: absolute; right: 0; top: 26px; }
#header fieldset .search { background: none; font-size: 11px; display: block; color: #969696; border: none; padding: 0 8px 0 8px; width: 138px; margin-top: 5px;  }

#header ul {
	position: absolute;
	top: 127px;
	right: 0;
	margin-right:15px;
}
#header ul li { display: inline; }
#header ul li a { font-size: 11px; text-decoration: none; text-transform: uppercase; margin-left: 12px; color: #fff; }
#header ul li a:hover, #header ul li a.active { color: #FBDB74; }



#sub-header { background: url(../images/layout/sub_header.gif) top repeat-x; color: #fff; height: 300px; }
#sub-header-inner { width: 960px; margin: 0 auto; padding: 0px 0 14px 0; position: relative; }
#sub-header-free-img { top:-30px;left:10px;position:absolute; }
#sub-header h2 { background: url(../images/headings/main.png) no-repeat; width: 298px; height: 23px; margin-bottom: 12px; text-indent: -5000px; }
#sub-header p { margin-bottom: 18px; width: 690px; font-size: 13px; line-height: 1.5; }
#sub-header p.highlight { font-size: 18px; font-weight:bold;color: #FBDB74;}
#sub-header p.learn-more { margin: 0; }
#sub-header p.learn-more a { display: block; text-align: center; font-size: 13px; color: #fff; background: url(../images/buttons/learn_more.png) no-repeat; height: 27px; width: 105px; text-decoration: none; padding-top: 4px; }
#sub-header p.learn-more a:hover { background-position: right; }




#sub-header fieldset label { font-size: 12px;font-weight:bold; display: block; margin-top: 2px; color: #333; }
#sub-header fieldset .text, #content  fieldset select { border: 1px solid #141320; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; padding: 3px; font-size: 11px; color: #666; width: 200px; }
#sub-header fieldset .text:hover, #sub-header fieldset select:hover { border: 1px solid #292743; }
#sub-header fieldset textarea { height: 90px; width: 302px; }


#sub-header.interior { height: 142px; background: url(../images/layout/sub_header_interior.gif) repeat-x; }
#sub-header.interior p { width: auto; }
#sub-header.interior #sub-header-inner { padding: 30px 0 0 0; }

#sub-header.interior h2 { background: url(../images/headings/interior.png) no-repeat; }


#content { background: url(../images/layout/content.gif) top repeat-x; margin-bottom: 20px; }
#content-inner { width: 960px; margin: 0 auto; padding: 10px 0; }
#content .column {
	width: 305px;
	float: left;
	margin-right: 20px;
	height:250px;
	margin-top: 20px;
}
#content .column.last { margin-right: 0; }
#content .column h3 { height: 16px; width: 300px; margin-bottom: 8px; font-weight:bold;}
/*#content .column h3#about { background: url(../images/headings/about.png) no-repeat; }
#content .column h3#services { background: url(../images/headings/services.png) no-repeat; }
#content .column h3#connect { background: url(../images/headings/connect.png) no-repeat; } */
#content .column p { font-size: 11px; line-height: 1.6; margin-bottom: 12px; color: #333; }
#content .column a { color: #6fa235; }
#content .column a:hover { color: #527628; }
#content .column p.read-more a { display: block; width: 95px; height: 23px; font-size: 11px; text-decoration: none; color: #292743; background: url(../images/buttons/read_more.gif) left no-repeat; text-align: center; padding-top: 5px; }
#content .column p.read-more a:hover { background-position: right; }
#content .column img.left { float: left; margin: 3px 10px 0 0; padding: 1px; background: #fff; border: 2px solid #ececec; }
#content .column strong { font-weight: bold; }
#content .column em { font-style: italic; }

#content .column.main { width: 600px; }
#content .column.main h2, #content .column.main h3, #content .column.main h4, #content .column.main h5 { margin-bottom: 12px; font-weight: bold; color: #333; }
#content .column.main h2 { text-indent: -5000px; height: 15px; width: 590px; }
#content .column.main h2#lorem { background: url(../images/headings/lorem.png) no-repeat; }
#content .column.main h3 {
	text-indent: 0;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
#content .column.main h4 { font-size: 12px; }
#content .column.main h5 { font-size: 11px; }
#content .column.main table { width: 100%; border: 1px solid #e3e3e3; font-size: 11px; margin-bottom: 12px; }
#content .column.main table th { padding: 6px 10px; border: 1px solid #e3e3e3; font-weight: bold; color: #6fa235; }
#content .column.main table td { padding: 6px 10px; border: 1px solid #e3e3e3; color: #333; }
#content .column.main table .odd { background: #fafafa; }
#content .column.main ul li { font-size: 11px; margin-left: 25px; list-style: disc; }

#content .column.sidebar { width: 310px; float: right; margin-right: 0; }
#content .column.sidebar h3 { text-indent: -5000px; height: 15px; width: 310px; }
#content .column.sidebar h3#example { background: url(../images/headings/example.png) no-repeat; }
#content .column.sidebar h3#touch { background: url(../images/headings/touch.png) no-repeat; }
#content .column.sidebar p { color: #666; }
#content .column.sidebar p.read-more { margin-bottom: 20px; }
#content .column.sidebar fieldset label { font-size: 11px; display: block; margin-bottom: 5px; color: #666; }
#content .column.sidebar fieldset li { margin-bottom: 10px; }
#content .column.sidebar fieldset .text, #content .column.sidebar fieldset textarea { border: 1px solid #e3e3e3; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; padding: 3px; font-size: 11px; color: #666; width: 202px; }
#content .column.sidebar fieldset .text:hover, #content .column.sidebar fieldset textarea:hover { border: 1px solid #c5c4c4; }
#content .column.sidebar fieldset textarea { height: 90px; width: 302px; }
#content .column.sidebar fieldset .button { background: url(../images/buttons/read_more.gif) no-repeat; width: 95px; height: 28px; text-align: center; color: #292743; font-size: 11px; border: none; cursor: pointer; }
#content .column.sidebar fieldset .button:hover { background-position: right; }


#footer { clear: both; margin: 0 auto; width: 940px; padding: 6px 10px 12px 10px; border-top: 1px solid #e5e5e5; position: relative; }
#footer ul li { display: inline; }
#footer ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #b5b5b5;
	margin-right: 12px;
	text-transform: capitalize;
}
#footer ul li a.active, #footer ul li a:hover { color: #292743; }
#footer p { position: absolute; right: 10px; top: 10px; font-size: 11px; color: #b5b5b5; }
#footer p a { text-decoration: none; color: #6b9f3c; }
.form-box {
        float:left;
        padding: 20px;
        width: 45%;
    }
    .form-box input, .form-box select {
        width: 300px;
    }
    .form-box .button {
        display:block;
        width:300px;
        height:50px;
    }
