/* 
Title:     Guest First Group
Author:    kerry@noise13.com | © Noise 13
Updated:   04-04-08
*/


/********************************************** 
		           DEFAULTS
**********************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}	

body {
	text-align: center; 
	font: normal 67.5%/1.25em Helvetica, Arial, Verdana, sans-serif;
  	color: #85867D;
	background: #FFFFFF url(../images/global/bg_top.gif) repeat-x left top;
	}

strong, b { font-weight: bold; }
em { font-style: italic; }


hr { 
	background: #E4E4E4; 
	color: #E4E4E4; /* IE fix */
	clear: both;
	float: left; 
	width: 100%; 
	height: 1px; 
	margin: 0 0 8px 0; 
	padding: 0; 
	border: none; 
	}	

h2 {
	position: relative;
	width: 187px;
	height: 130px;
	font-size: 1.2em;
	}
h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/logo_gf.gif) no-repeat;	
	}	
h2 a { cursor: pointer;	}	
	
		
h3 {
	margin: 0 0 8px 0;
	padding: 0; 
	font: normal 140%/1.25em Arial, Helvetica, sans-serif;
	color: #998C74;
	}
	
h4 {
	margin: 0 0 2px 0;
	padding: 0; 
	font: normal 100%/1.25em Arial, Helvetica, sans-serif;
	color: #776646;
	text-transform: uppercase;
	}
		
h5 {
	margin: 0 0 2px 0;
	padding: 0;
	font: bold 100% Arial, Helvetica, sans-serif; 
	color: #000000;
	}

p {	
	margin: 0 0 10px 0;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #85867D;
	}

a:focus { outline: none; }
a:link, a:visited { 
	padding: 0 0 2px 0;
	color: #F87602; 
	text-decoration: none; 
	background: url(../images/global/bg_link.gif) repeat-x left bottom;
	}	
a:hover, a:active { 
	text-decoration: none;
	color: #F87602; 
	background: url(../images/global/bg_link_active.gif) repeat-x left bottom; 
	}


	
/********************************************** 
				  STRUCTURE
**********************************************/	

#wrap { 
	width: 768px;
	margin: 0 auto;	
	padding: 0;
	text-align: left;	
	}

#header { 
	margin: 0;
	padding: 15px 0 27px 0;
	}
	
#twocol {
	width: 772px;
	padding: 10px 0 20px 0;	
	background: url(../images/global/bg_header.gif) no-repeat;
	/*border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;*/
	}
	
#twocol .leftcol {
	float: left;
	width: 200px;	
	margin: 0 0 0 -752px;
	padding: 0;
	}
	
#twocol .rightcol {
	float: left;
	width: 540px;
	display: inline;
	margin: 0 0 0 222px;
	padding: 0;
	}				
	

/********************************************** 
				 MAIN NAV
**********************************************/

ul#nav {
	position: relative;
	float: right;
	width: 550px;
	margin: 0;
	height: 20px;
	list-style: none;
	overflow: hidden;
	}

ul#nav li a {
	position: absolute;
	top: 0;
	width: 92px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
	background: transparent url(../images/global/btn_nav.gif) no-repeat;
	}

ul#nav li#home a { 
	background-position: 0 0; 
	width: 92px; 
	left: 0; 
	}
ul#nav li#home a:hover,
body#home_page ul#nav li#home a { background-position: 0 -20px; }

ul#nav li#about a { 
	background-position: -92px 0; 
	width: 101px; 
	left: 92px; 
	}
ul#nav li#about a:hover,
body#about_page ul#nav li#about a { background-position: -92px -20px; }

ul#nav li#services a { 
	background-position: -193px 0; 
	width: 117px; 
	left: 193px; 
	}
ul#nav li#services a:hover,
body#services_page ul#nav li#services a { background-position: -193px -20px; }

ul#nav li#tips a {
	background-position: -310px 0; 
	width: 140px; 
	left: 310px; 
	}
ul#nav li#tips a:hover,
body#tips_page ul#nav li#tips a { background-position: -310px -20px; }

ul#nav li#contact a { 
	background-position: -450px 0; 
	width: 100px; 
	left: 450px; 
	}
ul#nav li#contact a:hover,
body#contact_page ul#nav li#contact a { background-position: -450px -20px; }
		
	
/********************************************** 
				    FORMS
**********************************************/


form.contact { width: 340px; }
			
form.contact fieldset li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}

form.contact label { 
	display: block;
	margin: 0 0 3px 0;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #37322E;
	}

form.contact .warning {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #CE6319;
	}	
	
form.contact .textinput, form.contact .textarea {
	width: 340px;
	padding: 4px;	
	font: normal 1.1em Arial, Helvetica, sans-serif;	
	border: 1px solid #DDDDDD;
	background: url(../images/global/bg_input.gif) repeat-x left top;
	}
	
form.contact .textarea { height: 4em; }	

form.contact .textinput:focus, 
form.contact .textarea:focus { 
	border: 1px solid #CE6319; 
	background: none;
	}			
	
form.contact .submit { 
	width: 73px;
	height: 36px;
	margin: 0;
	text-indent: -4000px; 
	background: url(../images/global/btn_submit.gif) no-repeat left top;
	}
	
form.contact .submit:hover { 
	cursor: pointer;
	outline: none;
	}	
		
form.contact .submit:active { 
	background-position: 0 -36px; 
	cursor: pointer;
	outline: none;
	}	


/********************************************** 
				  BODY STYLES
**********************************************/
	
.rightcol ul { 
	margin: 0 0 20px 0; 
	padding: 0;
	}	
	
.rightcol ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font: normal 1.2em/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #85867D;	
	background: url(../images/global/icon_plus.gif) no-repeat left .2em;
	}	
	
ul.services { 
	margin: 0 0 20px 0; 
	padding: 10px;
	}	
	
ul.services li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font: normal 105%/1.25em Arial, Helvetica, sans-serif;
	color: #897B60;	
	background: url(../images/global/icon_ring.gif) no-repeat left .27em;
	}		
		
		
.leftcol dl { 
	width: 197px;
	margin: 15px 0 20px 0; 
	padding: 10px 0;
	background: #E8EDEF url(../images/global/bg_tips.gif) no-repeat left top;
	}	
	
.leftcol dl dt { 
	margin: 0 0 3px 10px; 
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #788486;
	}

.leftcol dl dd { margin: 0 10px 8px 10px; }
	
.leftcol dl dd a {
	font: bold 1.1em/1em Arial, Helvetica, sans-serif;
	color: #85867D;	
	background: none;
	}	
	
.leftcol dl dd a:link, .leftcol dl dd a:visited { text-decoration: none; }	

.leftcol dl dd a:hover, .leftcol dl dd a.active { color: #CE6319; }		
	
	
	
.rightcol dl {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.rightcol dl dt {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	font: normal 1.2em/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #85867D;	
	background: url(../images/global/icon_plus.gif) no-repeat left .2em;
	}

.rightcol dl dd {
	margin: 0 0 0 15px;
	font: normal 1.1em/1.25em Arial, Helvetica, sans-serif;
	color: #85867D;
	}	
			
	
.intro {
	margin: 5px 0 15px 0;
	padding: 5px 0;
	background: #6D2700;	
	}	
	
.intro p, #home_page .intro h1 { 
	margin: 15px;
	font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #FEFBDB;
	background: none;
	}
	
	
.rightcol h1 { 
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #4E4D46;
	background: url(../images/global/bg_dots.gif) repeat-x left bottom;
	}	
	
/***************************************************
			         FOOTER
***************************************************/		


	
#footer {
	width: 750px;
	margin: 0 0 0 10px;
	padding: 15px 0 60px 0;
	background: #D5D7B2 url(../images/global/bg_footer.gif) repeat-x left top;
	}	
	
#footer .left {
	float: left;
	width: 60%;
	margin: 0 0 0 10px;
	}

#footer h5 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #4E4D46;
	}		

#footer a:link, #footer a:visited {
	margin: 0;
	padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #6D2700;
	text-decoration: none;
	}	
	
#footer a:hover, #footer a:active {	color: #6D2700; }


#footer dl {
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 0 15px;
	background: url(../images/global/bg_dots_footer.gif) repeat-y left top;
	}
	
#footer dl dt {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #37322E;
	}

#footer dl dd {
	font: normal 100%/1.25em Arial, Helvetica, sans-serif;
	color: #37322E;
	}	


/***************************************************
			           MISC
***************************************************/	

	
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
  
.fix { display: inline-block; } 
* html .fix { height: 1%; }
.fix { display: block; }
.hide { text-indent: -4000px; }