/* ---------------------------------------------------------------------- */
/* undo some default styling of common (X)HTML browsers
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* ----- type selectors ----- */ 
body { 
	background:#b57964 url(../images-landing/bg-body.jpg) top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#b57863;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#854A34; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#2a1909; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	padding:0;
	margin:0;
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:178px;
	margin:10px 0 0 14px;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#a37241 !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#FFF;
	width:170px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:60px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:10px 0 0 0; }

#contact-main label { 
	width:150px; 
	position:relative; 
	display:block; 
	text-align:right; 
	padding-bottom:5px;
	font-size:.97em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:160px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:165px; }
	
#contact-main label textarea { height:75px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:0px 0 0 168px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:798px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images-landing/masthead.jpg");
	height:114px;
	}
	#masthead a {
	position:absolute;
	left:30px;
	width:300px;
	top:10px;
	height:65px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column1-container ----- */
#wrap-column-container {
	width:798px;
	margin:0;
	padding:0;
	}

/* ----- column1-container ----- */

#column1 {
	background:url(../images-landing/img-col1.jpg) no-repeat;
	width:221px;
	height:543px;
	margin:0;
	padding:0;
	float:left;
	}
	
			
/* ----- column2-container ----- */

#column2 {
	background:url(../images-landing/img-col2.jpg) no-repeat;
	width:352px;
	height:543px;
	margin:0;
	padding:0;
	float:left;
	}
	#column2 p {
	padding: 10px 14px 0 14px;
	}

#subhead-welcome {
	background:url(../images-landing/subhead-welcome.jpg) no-repeat;
	width:352px;
	height:62px;
	}

#subhead-about {
	background:url(../images-landing/subhead-about.jpg) no-repeat;
	width:352px;
	height:62px;
	}

#subhead-thankyou {
	background:url(../images-landing/subhead-thankyou.jpg) no-repeat;
	width:352px;
	height:62px;
	}
	
#subhead-contact {
	background:url(../images-landing/subhead-contact.jpg) no-repeat;
	width:352px;
	height:62px;
	}


/* ----- column3-container ----- */

#column3  {
	background:url(../images-landing/img-col3.jpg) no-repeat;
	width:225px;
	height:543px;
	float:left;
	margin:0;
	padding:0;
	}
	#column3 p {
	padding:8px 32px 0 14px;
	}
#column3-contact  {
	background:url(../images-landing/img-col3-contact.jpg) no-repeat;
	width:225px;
	height:543px;
	float:left;
	margin:0;
	padding:0;
	}
	#column3-contact p {
	padding:8px 32px 0 14px;
	}
	
	 
#subhead-questions {
	background:url(../images-landing/subhead-questions.jpg) no-repeat;
	width:225px;
	height:74px;
	margin:77px 0 0 0;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url(../images-landing/bg-bottom.jpg);
	margin:0;
	height:97px;
	width:798px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	#bottom-wrap p {
	text-align:center;
	padding:10px 0 0 0;
	font-size:.95em;
	color:#dec695;
	}

#bottom-wrap a:link, #bottom-wrap a:visited	{ color:#c89c6f; text-decoration:none; outline:none; }
#bottom-wrap a:hover #bottom-wrap,a:active	{ color:#492f13; text-decoration:none; outline:none; }


/* header framework
 * ------------------------------------------------------------------------- */

#header-index { 
	background:url(../images-landing/header-index.jpg) no-repeat; 
	height:213px;  
	}  


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images-landing/nav.jpg") top left no-repeat;					
	width:136px;		/* Width of buttons, not entite image (or half of entire image) */
	height:199px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:28px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin:30px 0 0 44px; width:136px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-left:44px; width:136px; }

#nav-01 a:hover { background:url("../images-landing/nav.jpg") -263px  -30px no-repeat; }
#nav-02 a:hover { background:url("../images-landing/nav.jpg") -263px  -58px no-repeat; }
#nav-03 a:hover { background:url("../images-landing/nav.jpg") -263px  -86px no-repeat; }
#nav-04 a:hover { background:url("../images-landing/nav.jpg") -263px  -114px no-repeat; }
#nav-05 a:hover { background:url("../images-landing/nav.jpg") -263px -142px no-repeat; }
#nav-06 a:hover { background:url("../images-landing/nav.jpg") -263px -170px no-repeat; }
