/* 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:#0a3775 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333232;
	}

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

h1	{ font-size:1.2em; color:#730a08; }
h2	{ font-size:1.1em; color:#3a3a3a; }
h3	{ font-size:1.0em; color:#0a3775; }

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

a:link,a:visited	{ color:#700809; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

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

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
	
h1.star {
	background:transparent url("../images/img-star.jpg") 0px 0px no-repeat;
	padding-left:20px;
	color:#00F;
	padding-top:0px;
	}


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

img.img-right { 
	float:right; 
	margin:5px 20px 10px 10px; 
	}
p.text {	
	background:transparent url("../images/img-star-small.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:45px; /* pushes text to the right to display bg img */
	color:#700809;
	font-weight:bold;
}

p.newsletter {
	color:#730a08;
	text-align:center;
	font-weight:bold;
}

p.faq {
	color:#730a08;
	font-weight:bold;
}

p.quote {
	font-style:italic;
	margin:10px 30px 10px 30px;
}

p.name {
	text-align:right;
	font-weight:bold;
}


p.faq a:link, p.faq a:visited { color:#730a08; text-decoration:none; outline:none; }
p.faq a:hover, p.faq a:active { color:#730a08; text-decoration:none; outline:none; }

#red-bar {
	background:url(../images/img-red-bar.jpg) no-repeat;
	height:40px;
}

#red-bar p {
	padding-top:10px;
	text-align:center;
	color:#FFF;
}

#red-bar a:link, #red-bar a:visited {color:#FFF; text-decoration:none; outline:none;}
#red-bar a:hover, #red-bar a:active {color:#FFF; text-decoration:none; outline:none;}


/* ============== */
/* = CONTACT US = */
/* ============== */
#contact-form {
	clear:both;
	border:1px solid #CCC;
	padding:1em;
	text-align:left;
	width:320px;
	position:relative;
	margin:1em 0;
	overflow:hidden;
}
#contact-form2 {
	text-align:left;
	width:150px;
	font:normal 11px/14px Tahoma, Arial, sans-serif;
}
#contact-form p {
	background:none;
	padding:0;
	text-align:left;
}
label {
	font-weight:bold;
	color:#666;
}
input.text,
textarea {
	width:150px;
	border:1px solid #CCC;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
	height:1em;
	color:#666;
	background:#EEE;
}
#contact-form2 input.text, 
#contact-form2 textarea {
	width:150px;
	padding:0;
}
.tip {
	display:none;
}
#main .field {
	margin:0 0 1em;
	width:150px;
	_width:130px;
}
#main #contact-form2 .field {
	margin:0 0 4px;
}
#main .textarea {
	width:260px;
	position:relative;
	margin-bottom:0;
}
#main #contact-form2 .textarea {
	width:160px;
	float:none;
	padding:0;
}
#main textarea {
	width:250px;
	height:145px;
	padding:3px;
}
#main #contact-form2 textarea {
	width:160px;
}
#main .buttons {
	margin-bottom:0;
	padding-top:15px;
	padding-left:65px;
	_padding-top:0;
	_padding-left:118px;
	text-align:right;
	clear:both;
}
input.button {
	border:1px solid #0E192B;
	border-top:1px solid #7397B4;
	border-left:1px solid #7397B4;	
	padding:5px 15px;
	color:#1b4a69;
	font:normal 11px/1em Arial, Helvetica, sans-serif;
	height:2em;
	background:#e1ebf1;
	_margin-top:15px;
	_margin-left:-35px;
}
#main #contact-form2 .buttons {
	padding-left:0;
	
}
#main .field p {
	margin:0;
	line-height:1.5em;
}


/* =========================================== */
/* = FORM NOTICE - EVERYTHING WENT ALL RIGHT = */
/* =========================================== */
#main #notice {
	margin-bottom:1em;
	border:1px solid #618a5c;
	height:27px;
	color:#204543;
	background:url(images/notice-background.gif) repeat-x left top;
	overflow:hidden;
}
#main #notice h3,
#main #notice p {
	margin:0;
	line-height:27px;
	font-size:0.8em;
	float:none;
	width:auto;
	color:#204543;
}
#main #notice h3:after {
	content:":";
}
#main #notice h3 {
	float:left;
	font-size:11px;
	background:url(images/notice-icon.gif) no-repeat 7px 6px;
	padding-right:0.5em;
	text-transform:uppercase;
	padding-left:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ============================= */
/* = FORM FIELD ERROR MESSAGES = */
/* ============================= */
.errors {
	border-top:1px solid #a08e84;
	border-bottom:1px solid #a08e84;
	padding-top:8px;
	height:1%;
	background:#e2c8bc;
}
.errors p {
		padding-top:3px;
}
.errors label {
	color:#370601;
}
.errors .errorMessage {
	display:block;
	padding-left:150px;
	font-size:9px;
	color:#370601;
	padding-bottom:5px;
}


/* ============================= */
/* = ERROR MESSAGES FOR A FORM = */
/* ============================= */
#main #formError {
	background:#8d1f12 url(images/form-error-header.gif) repeat-x left top;
	border:1px solid #550a01;
	color:#550a01;
	margin-bottom:2em;
}
/* ===================================================== */
/* = HACK FOR IE6/Win - MAKES EXTRA BORDER NOT DISPLAY = */
/* ===================================================== */
* html #formError { height:1%; }
/* ============ */
/* = END HACK = */
/* ============ */
#main #formError h3 {
	margin:0;
	border-bottom:1px solid #550a01;
	text-shadow:1px 2px 2px #550a01;
	background:url(images/form-error-icon.gif) no-repeat 8px 6px;
	text-transform:capitalize;
	color:white;
	font-size:1em;
	line-height:27px;
	padding:0 10px 0 30px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main #formError p {
	padding:0.5em 1em;
	float:none;
	width:auto;
	background:#e2c8bc;
	margin:0;
}
#formError ul {
	padding:0.5em 4em;
	font-size:10px;
	margin:0;
	list-style-type:square;
	background:#e2c8bc;	
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

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

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

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

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

	#column-left form { margin-left:20px; } /* 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 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			
#column-left a:link, #column-left a:visited	{ color:#000; text-decoration:none; outline:none; }
#column-left a:hover, #column-left a:active	{ color:#700809; text-decoration:underline; outline:none; }

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

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

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

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



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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 0px 10px 10px;
		color:#333232;
		}

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

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

#column-right a:link, #column-right a:visited	{ color:#700809; text-decoration:none; outline:none; }
#column-right a:hover, #column-right a:active	{ color:#700809; text-decoration:none; 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:154px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

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

#footer a:link, #footer a:visited { color:#fff; text-decoration:none; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }

#footer ul {margin:10px;}
	#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:786px; 
	height:27px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 56px; margin-left: 10px;}
#nav-02 { width: 79px;}
#nav-03 { width: 120px;}
#nav-04 { width: 123px;}
#nav-05 { width: 116px;}
#nav-06 { width: 100px;}
#nav-07 { width: 86px;}
#nav-08 { width: 95px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -27px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -66px -27px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -145px -27px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -265px -27px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -388px -27px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -504px -27px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -604px -27px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -690px -27px no-repeat; }
