body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0.5em 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.wrapper #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #52453D;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background:url(/images/vert-line.png) right no-repeat;
	font-size:9pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.wrapper #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background:url(/images/vert-line.png) left no-repeat;
	font-size:9pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.wrapper #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#7b7b7b;
} 
.wrapper #mainContent2 { 
	margin: 0 250px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 2em 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#7b7b7b;
} 
.wrapper #mainContent3 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 2em 2em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#7b7b7b;
} 
.wrapper #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#757446; 
	border-top: 5px #52453D solid;
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	font-size:8pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.clear {clear:both;}
#logo {background-color:#FFF;float:left;margin-right:1em;padding-left:1em;}
div#topphone {float:right;padding:2em 3em 1em 1em;font-family:"Arial Narrow", Arial, Helvetica, sans-serif; color:#39290d;}
#topphone span {color:#757447;}
div#topnav {width:450px;font-family: "Century Gothic", "Avant Garde", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "bitstream vera sans", Verdana, sans-serif;font-size:8pt;text-transform:uppercase;}
#topnav span a {color:#52453D;text-decoration:none;}
#topnav span a:hover {color:#757447;}
#topnav span {display:block;float:left;background:url(/images/topnav-line.gif) bottom right repeat-x; background-color:#FFF;padding-top:0.6em;padding-right: 0.7em;height:20px;margin-right:0.7em;border-right: 1px #DDD solid;}
#topnav span.current a {color:#757447;}
div#masthead {	border-top:5px #cac48a solid;background:url(/images/top_background.jpg) no-repeat #52453d;height:157px;padding}
div.masttext {padding-top:1em;margin-left:2em;}
div.masttext em {color:#cac48a;font-weight:bold;font-style:normal;}
#masthead h1 {margin:0;padding:0;color:#cac48a}
#masthead p {color:#f5f5f1;font-size:8pt;}
#masthead a {color:#cac48a;font-weight:normal;}
#masthead img {float:right;margin-top:-1.2em;margin-right:6em;}
div.ccsignup {background: url(/images/horz-line-side.gif) top left no-repeat;padding-top:1em;margin-top:0.5em;}
form {margin:0;padding:0;}
input.email {border:solid 1px #DDD;background:url(/images/form_bg.gif) repeat-x;}
input.submit {background-color:#7e5040; color:#FFF;font-weight:bold;font-family:"Arial Narrow",Arial, Helvetica, sans-serif;border:1px #7b7b7b solid;}
div#logo img {padding:0.4em;}

h1,h2,h3,h4,h5 {font-family: "Century Gothic", "Avant Garde", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "bitstream vera sans", Verdana, sans-serif; color:#757447;font-size:16pt;font-weight: 500;text-transform:uppercase;margin:0;padding:0;}
h1+p,h2+p,h3+p,h4+p {margin-top:0;}
h1 span,h2 span,h3 span {color:#52453d; font-size:12pt;}
h5 {color:#52453d; font-size:11pt;}
h1 {padding-top:1em;}
#mainContent h3,#mainContent h4 {font-size:12pt;}
#mainContent h3 span,#mainContent h4 span {font-size:10pt;}
#mainContent h3+p {color:#805242;}
h6 {font-family:"Century Gothic", "Avant Garde", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "bitstream vera sans", Verdana, sans-serif; color:#cac58a;margin:0;padding:0;font-size:12pt;text-transform:uppercase;}
/* Link Styling */
a {color:#805242;font-weight:bold;}
a:hover {color:#7b7b7b;}
a:current {color:#757447;}
h4 a,h3 a {font-weight:normal;color:#757447;text-decoration:none;}
h4 a:hover, h3 a:hover {text-decoration:underline;}

p.quote {font-family:Georgia, "Times New Roman", Times, serif; font-style:oblique;font-size:10pt; color:#52453D;line-height:1.5em;margin-top:0;padding-top:0;}
p.quotename {color:#52453D;}
div.hr {background: url(/images/horz-line-long.png) no-repeat 10px center ;height:20px;margin-top:1em;}
div.hr2 {background: url(/images/horz-line-long2.png) no-repeat 10px center ;height:20px;margin: 1em 0 1em 0;}

.twoColRight {width:50%; float:right;background:url(/images/vert-line_sm.png) top left no-repeat;padding-left:1.5em;margin-left:1.5em;}
ul {list-style:none;margin:0;padding-left:0.5em;padding-right:3em;}
ul li {list-style:none;background:url(/images/arrow2.gif) left 4px no-repeat; padding-left:15px;margin:0;padding-bottom:0.4em;}
div.twoCol {margin-bottom:1.5em;}
div.headshot {float:right;width:150px;margin-left:2em;}
div.headshot img{border:#000000 1px solid;}
div.challenge {margin: 1em 0 0 1em;padding: 1em;border:thick #cac48a solid;background:url(/images/top_background.jpg) top center no-repeat;color:#f5f5f1;}
div.challenge h3 {color:#cac48a;}

/* Form Styles */

.quoteform input{border:solid 1px #dddddd;display:block;background:url(/images/form_bg.gif) repeat-x;clear:right; margin-bottom:0.8em;}
.quoteform input:focus,.quoteform input:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
.quoteform{padding:0px 0px;}
.quoteform select{border:solid 1px #dddddd;display:block;background:url(/images/form_bg.gif) #FFF repeat-x;font-size:11px;width:150px;}
.quoteform select:focus,.quoteform select:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
textarea{padding:5px;display:block;width:250px;height:120px;border:solid 1px #dddddd;background:url(/images/form_bg.gif) repeat-x;}
textarea:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}

.quoteform p{padding:5px;margin:0px 0px;line-height:15px;}
.quoteform li{line-height:15px;}

.quoteform input.submit{ background:none; font-weight:bold; background-color:#7e5040;border:solid 1px #000;color:#FFF;padding:0.5em;}
.quoteform .hidden{visibility:hidden;margin:0;}

.quoteform fieldset
{

border: none;
	display: block;
	width: 20em;
	margin: 0;
	padding: 0 1em 1em 1em;
}

