/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

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

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

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

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

a:link,a:visited	{ color:#011f13; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6b630e; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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


img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
#magazine {
	position:relative;
	background:url(../images/img-mag.jpg);
	width:264px;
	height:253px;
}

	#magazine a {
	position:absolute;
	left:44px;
	width:150px;
	top:12px;
	height:192px;
		}
	#magazine a span {
		display:none;
		}
		
#facebook {
	position:relative;
	background:url(../images/img-facebook.jpg);
	width:264px;
	height:60px;
}

	#facebook a {
	position:absolute;
	left:43px;
	width:154px;
	top:0px;
	height:50px;
		}
		
	#facebook a span {
		display:none;
		}
		
#nGageLH {
	background:url(../images/img-click.jpg);
	position:relative;
	width:264px;
	height:90px;
	}
	
	#nGageLH a {
	position:absolute;
	width:229px;
	height:44px;
	left: 3px;
	top: 17px;
	}

#attorney-vid {
	position:relative;
	background:url(../images/img-attorney-vid.jpg);
	width:264px;
	height:241px;
}

#attorney-vid a {
	position:absolute;
	height:181px;
	width:219px;
	left: 26px;
	top: 9px;
}


	#attorney-vid a span {
		display:none;
		}

#logos {
	position:relative;
	background:url(../images/img-logos.jpg);
	height:88px;
	width:651px;
}

#logos a.best {
	position:absolute;
	width:59px;
	height:65px;
	left: 10px;
	top: 19px;
}

#logos a.milliion {
	position:absolute;
	width:62px;
	height:65px;
	left: 74px;
	top: 19px;
}

#logos a.florida {
	position:absolute;
	width:77px;
	height:71px;
	left: 140px;
	top: 16px;
}

#logos a.united {
	position:absolute;
	width:124px;
	height:72px;
	left: 334px;
	top: 12px;
}

#logos a.march {
	position:absolute;
	width:180px;
	height:47px;
	left: 462px;
	top: 23px;
}

#logos a.super {
	position:absolute;
	width:100px;
	height:41px;
	left: 231px;
	top: 29px;
}


	#logos a span {
		display:none;
		}
	

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 35px 0; /* set margin left and right below */
	}

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

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

input, textarea, select { 
	background-color:#0d5035 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c2b01a;
	color:#fff;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

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

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }



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

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

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:70px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:125px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:250px;
	width:420px;
	top:3px;
	height:120px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:676px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:10px 20px 10px 10px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
			margin-bottom:8px;
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:25px; /* pushes text to the right to display bg img */
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:264px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 15px 10px 10px;
		text-align:left;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			margin-bottom:8px;
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:25px;  /* pushes text to the right to display bg img */
			}


#column-right a:link, #column-right a:visited	{ color:#6b630e; text-decoration:none; outline:none; }
#column-right a:hover, #column-right a:active	{ color:#011f13; text-decoration:underline; outline:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:#011f13 url("../images/bg-footer.jpg") top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#6b630e; }

#footer ul {padding:30px 0px 20px 0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:940px; 
	height:21px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:21px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 55px; margin-left: 20px;}
#nav-02 { width: 120px;}
#nav-03 { width: 80px;}
#nav-04 { width: 150px;}
#nav-05 { width: 55px; margin-left:60px;}
#nav-06 { width: 115px;}
#nav-07 { width: 90px;}
#nav-08 { width: 100px;}
#nav-09 { width: 70px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -20px -21px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -75px -21px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -195px -21px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -275px -21px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -485px -21px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -540px -21px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -655px -21px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -745px -21px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -845px -21px no-repeat; }


/* ------------------------ horizontal sprite nav-two ------------------------ */
#nav-two { 
	background:url("../images/nav-two.jpg") no-repeat; 
	width:940px; 
	height:19px; 
	margin:0;
	padding:0; 
	}

#nav-two span { display: none; }

#nav-two li, #nav-two a { height:19px; display:block; } /* change height here also */

#nav-two li { float:left; list-style:none; _display:inline; position:relative; }

#nav-two-01 { width: 125px; margin-left: 45px;}
#nav-two-02 { width: 136px;}
#nav-two-03 { width: 157px;}
#nav-two-04 { width: 131px;}
#nav-two-05 { width: 201px;}
#nav-two-06 { width: 50px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-two-01 a:hover { background:url("../images/nav-two.jpg")  -45px -19px no-repeat; }
#nav-two-02 a:hover { background:url("../images/nav-two.jpg") -170px -19px no-repeat; }
#nav-two-03 a:hover { background:url("../images/nav-two.jpg") -306px -19px no-repeat; }
#nav-two-04 a:hover { background:url("../images/nav-two.jpg") -463px -19px no-repeat; }
#nav-two-05 a:hover { background:url("../images/nav-two.jpg") -594px -19px no-repeat; }
#nav-two-06 a:hover { background:url("../images/nav-two.jpg") -795px -19px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav-two ------------------------ */
#nav-two li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#011f13;	/* Background color of drop down nav-two - add more styles (i.e. background image) if you want */
	}

#nav-two li ul li { 
	height:20px; /* Height of each drop down nav-two item */
	border:1px solid #c0b02c;
	border-top:none;
	}	

#nav-two li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav-two item, should match above */
	line-height:20px;	 /* Height of each drop down nav-two item again, should match above */
	}

#nav-two li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav-two a:link, #nav-two a:visited, #nav-two a:hover, #nav-two a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav-two li:hover ul, #nav-two li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-two-01 ul a:hover, #nav-two-02 ul a:hover, #nav-two-03 ul a:hover { 
	background-image:none;
	background-color:#186f4c;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav-two - choose width that allows items to display on one line */
#nav-two-01 ul, #nav-two-01 li { width:240px; }
#nav-two-02 ul, #nav-two-02 li { width:180px; }
#nav-two-03 ul, #nav-two-03 li { width:180px; }		

