/* 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; }


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


/* ----- type selectors ----- */ 
body { 
	background:#001c3e url("../images/bg.gif");
	text-align:center; 
	font:12px/18px "Helvetica", Arial, Helvetica, sans-serif; 
	color:#000;
	}

h1	{ font-size:22px; color:#001c3e; }
h2	{ font-size:18px; color:#001c3e; }
h3	{ font-size:14px; color:#001c3e; }

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

a:link,a:visited	{ color:#001c3e; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#001c3e; text-decoration:none; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 8px 10px 10px; 
	}

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

form {
	width:220px;
	margin:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #001c3e;
	color:#000;
	width:220px; /* 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:"Ariel", Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:225px; padding:0; } /* same width as form - !important */

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

#contact-business { 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:95px 0 0 243px; }

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


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

#wrap {
	background-color:#fff;
	width:938px;
	margin:20px auto 5px;
	text-align:left;
	}
	
	#wrap-inside {
	background:url("../images/footer.jpg")no-repeat bottom;
	padding-bottom:50px;
	}
	
#masthead {
	position:relative;
	background:url("../images/logo.gif");
	height:165px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:165px;
		top:0px;
		height:165px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:177px;
	float:left;
	padding-left:11px;
	}
	

	
			
/* ----- column-right ----- */

#column-right {
	width:749px;
	float:left;
	}
	
	#header-graphic {background:url("../images/masthead.gif") no-repeat; height:269px;}
	
	#column-right p, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 10px 10px 0px;
		}
	
	#column-right h1 {margin:10px 0 15px 0; float:left;}
	#column-right #phone {float:right; color:#000; text-align:right; margin-right:6px;}
	
	hr.line {border-left:none; border-right:none; border-top:none;
	border-bottom:1px thin #dee8f6; margin-right:6px;
	}
	
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	
			
	/* definition list */
	#column-right dl { padding-left:5px; font-size:14px; float:left;  }
		#column-right dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:0px;
			font-size:12px;
			}
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:938px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#fff;
	margin-bottom:0px;
	float:right;
	text-align:right;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin-top:0px; float:left;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; padding:0 5px 0 0px; }



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

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:163px;		/* Width of buttons, not entite image (or half of entire image) */
	height:94px;		/* 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:24px;			/* Each button must have the same height, define it here */
	display:block;
	
	}

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

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04 { margin-top:0; width:163px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -163px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -163px  -24px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -163px  -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -163px  -72px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.gif") -100px  -15px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.gif") -100px  -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.gif") -100px  -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.gif") -100px  -90px no-repeat; }

