/*------------------------------------------------------------------------------------------*/
/*CSS RESET				CSS RESET				CSS RESET				CSS RESET   */
/*------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdona, Tahoma, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 100%;
	color: #1e1d1d;
	background: #eaeaea;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.no_show {
	text-indent: -9999px;
}

.clear {
	clear: both;
}

/*------------------------------------------------------------------------------------------*/
/*COLUMN STRUCTURE			COLUMN STRUCTURE					COLUMN STRUCTURE      */
/*------------------------------------------------------------------------------------------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	width: 100%;
	height: 118px;
	position: absolute;
}

#left_column {
	float: left;
	position: relative;
	width: 580px;
	margin: 0px;
	padding: 0;
}

#right_column {
	float: right;
	position: relative;
	width: 340px;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------------------------*/
/*LEFT COLUMN 			LEFT COLUMN 	      LEFT COLUMN 	     	LEFT COLUMN           */
/*------------------------------------------------------------------------------------------*/

#logo {
	margin: 0 0 0;
	padding: 0px;
	display: inline;
	float: left;
}

.lt_c_block_f, .lt_c_block {
	padding: 20px;
	background-color: #fff;
	margin: 0 0 30px 0px;
	-moz-border-radius: 10px;
	position: relative;
	top: 38px;
}


h1#title, h2  {
	width: 100%;
	padding: 0 0 12px;
	position: relative;
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	color: #526E83;
}

h1#title {
	font-size: 1.6em;
}

.lt_c_block_f img {
	border: 1px solid #1e1d1d;
}

ul.main_points {
	list-style: disc;
	margin: 0 0 0 75px;
}

ul.main_points li {
	color: #526e83;
	padding: 3px 0;
	font: normal 0.9em/200% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
	width: 225px;
}

#left_column p {
	padding: 0 20px;
	margin: 0px 0;
	font: normal 0.75em/160% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
}

#left_column p.sub {
	color: #4f4840;
	font-size: 1em !important;
	margin-top: 0px !important;
}

.lt_c_block a, .lt_c_block img {
	color: #526e83;
	vertical-align: middle;
}

.f_col img {
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------------*/
/*RIGHT COLUMN 			RIGHT COLUMN 	      RIGHT COLUMN 	     	RIGHT COLUMN     */
/*------------------------------------------------------------------------------------------*/

#landing_form {
	min-height: 580px;
	width: 280px;
	background: url(../images/form_bg.jpg) top center no-repeat;
	padding: 0px 30px;
}

#landing_form img {
	float: left;
	margin: 5px 0 0 5px;
}

h4#address {
	color: #4f4840;
	font: normal 0.9em/120% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: right;
	padding-top: 5px;
	width: 100%;
}

h4#address span {
	font-size: 165%;
	line-height: 27px;
	color: #526E83;
}

h3#price_est, h3.rt_head {
	width: 100%;
	position: relative;
	display: block;
	line-height: 100%;
	padding: 10px 0 0 0;
	margin-top: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

h3#price_est {
	margin-top:20px;
	font-weight: bold;
}

#demo_form {
	margin-top: 20px;
}

label, input {
	display: block;
}

#demo_form label {
	color: #526e83;
	font: bold 0.9em/120% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	margin: 2px 0;
}

#demo_form input, textarea {
	width: 248px;
	height: 16px;
	padding: 5px 2px;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	outline: none;
	background: #fff;
	font: normal 0.8em/140% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#demo_form input, select, textarea {
	margin-bottom: 12px;
}

#demo_form select {
	width: 256px;
	height: 27px;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	outline: none;
	background: #fff;
}

#demo_form textarea {
	height: 48px !important;
}

.buttons p {
	color: #4f4840;
	float: left;
	font-size: 80%;
	margin: 13px 6px 0 0;
}

.buttons {
	float: right;
	height: 70px;
}

.error {
	float: right;
}

#body_content_right .buttons p {
	margin: 0 0 0 0;
}

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:4px 22px 0 0;
    background-color:#666666;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Verdana, Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
}

.buttons button{
    width:auto;
    overflow:visible;
}

.buttons button[type]{
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 13px 3px 16px;
    width: 100px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#fff;
    border:1px solid #222222;
    color:#666666;
}

.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.rt_cblock {
	width: 300px;
	background: url(../images/rt_bg.jpg) 0 0 no-repeat;
	padding: 0 10px;
	float: right;
	clear: both;
	min-height: 250px;
	margin-bottom: 20px;
}

.rt_cblock h5 {
	margin: 10px 0 5px 10px;
	font: bold 0.8em/140% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #4f4840;
	text-transform: lowercase;
}

.rt_cblock img {
	display: inline;
	margin: 12px 12px 0;
	border: 1px solid #666;
}

#status h4, #status p {
	color:#666666;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
}

.rt_cblock ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	list-style-position: outside;
	list-style: disc;
}

.rt_cblock li {
	color: #526e83;
	font: normal .75em/220% Verdana, Tahoma,'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 240px;
}

/*------------------------------------------------------------------------------------------*/
/*FOOTER 					FOOTER				FOOTER				FOOTER      */
/*------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	height: 68px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #fff;
	margin: 20px 0 0;
	padding: 8px 0 0 30px;
}

#footer .f_col {
	float: left;
	width: 280px;
}

#footer h5 {
	color: #4f4840;
	text-transform: uppercase;
	font: bold 1em/120% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.f_col {
	font: normal 0.8em/140% Verdana, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color: #666;
}

.f_col a {
	color: #666666;
	text-transform: lowercase;
	text-decoration: none;
}

.f_col a:hover {
	text-decoration: underline;
}

#trimark_footer {
	float:right;
	margin:0 0 0;
	text-align:right;
	width:400px;
	color: #666;
	font: normal 80%/100% Verdana, Helvetica, Arial, sans-serif;
	padding: 0 12px 0 0;
	margin: 15px 0 0;
}

#trimark_footer a {
	font: normal 100%/100% Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
}

#trimark_footer a:hover {
	color: #1b1b1b;
	text-decoration: underline;
}

#trimark_footer img {
	margin-bottom: -4px;
}












