/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.largefont {
	font-size: 16px;
	color: #00407f;
}

.largefont2 {
	font-size: 16px;
	color: #00407f;
	line-height: 29px;
}

.testimonialfont {
	font-size: 19px;
	color: #00407f;
	line-height: 21px;
	padding: 25px 0px 0px 0px;
}

.smallfont {
	font-size: 12px;
	color: #00407f;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007236;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4df9b;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 15px 30px 5px 60px;
	text-align: left;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 5px 0px 5px 20px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

div#sidebar {
	float: left;
	width: 280px;
	vertical-align: top;
	border: 0px solid red;
}

address {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	width: 270px;
	color: #00407f;
	font-weight: 100;
	margin: 0px 0px 5px 0px;
	padding: 20px 0px 20px 5px;
	text-align: center;
	border: 0px solid red;
}
 address a:link, address a:visited {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #00407f;
}
address a:hover {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 976px;
	height: 414px;
}

div#flash {
	padding: 132px 0px 0px 0px;
	width: 976px;
	height: 220px;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 10px;
	right: 23px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER FOR WELCOME BUTTON*/
div#nav1 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 10px;
	position: absolute;
}
	
div#nav1 li a#current, div#nav1 li a#current:hover{
	background: url(images/navbutton3.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav1 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav1 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav1 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #ffffff;
	font-size: 12px;
}

* html #nav1 a {
	width: 1%;}

div#nav1 li a:hover {
	background: url(images/navbutton3.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR ABOUT OUR TEAM BUTTON*/
div#nav2 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 130px;
	position: absolute;
	text-align: left;
}
	
div#nav2 li a#current, div#nav2 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav2 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav2 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav2 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #ffffff;
	font-size: 12px;
}

* html #nav2 a {
	width: 1%;}

div#nav2 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR OUR SERVICES BUTTON*/
div#nav3 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 250px;
	position: absolute;
	text-align: left;
}
	
div#nav3 li a#current, div#nav3 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav3 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav3 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav3 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav3 a {
	width: 1%;}

div#nav3 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR FAQ BUTTON*/
div#nav4 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 370px;
	position: absolute;
	text-align: left;
}
	
div#nav4 li a#current, div#nav4 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav4 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav4 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav4 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav4 a {
	width: 1%;}

div#nav4 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR WHATS NEW BUTTON*/
div#nav5 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 490px;
	position: absolute;
	text-align: left;
}
	
div#nav5 li a#current, div#nav5 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav5 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav5 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav5 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav5 a {
	width: 1%;}

div#nav5 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR MAP AND DIRECTIONS BUTTON*/
div#nav6 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 613px;
	position: absolute;
	text-align: left;
}
	
div#nav6 li a#current, div#nav6 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav6 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav6 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav6 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 25px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav6 a {
	width: 1%;}

div#nav6 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}

/* NAVIGATION CONTAINER FOR CONTACT US BUTTON*/
div#nav7 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 730px;
	position: absolute;
	text-align: left;
}
	
div#nav7 li a#current, div#nav7 li a#current:hover{
	background: url(images/navbutton2.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav7 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav7 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav7 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 12px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav7 a {
	width: 1%;}

div#nav7 li a:hover {
	background: url(images/navbutton2.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER FOR COUPON BUTTON*/
div#nav8 {
	width: 116px;
	height: 59px;
	top: 58px;
	left: 850px;
	position: absolute;
	text-align: left;
}
	
div#nav8 li a#current, div#nav8 li a#current:hover{
	background: url(images/navbutton4.gif) no-repeat;
	color: #004992;
}

/* UL TAG */
div#nav8 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav8 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav8 li a {
	width: 116px;
	height: 64px;
	display:block;
	padding: 30px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000;
	font-size: 12px;
}

* html #nav8 a {
	width: 1%;}

div#nav8 li a:hover {
	background: url(images/navbutton4.gif) no-repeat;
	color: #ffffff;
}


/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 685px;
	border: 0px solid red;
}

.left {
	float: left;
	padding: 2px;
	margin: 10px 20px 10px 20px;
	border: 1px solid #c4df9b;
}

.right {
	float: right;
	padding: 2px;
	margin: 0px 30px 15px 20px;
	border: 1px solid #c4df9b;
	clear: both;
}

.right2 {
	float: right;
	padding: 2px;
	margin: 0px 30px 15px 20px;
	border: 0px solid #c4df9b;
}

.sidebar {
	padding: 1px;
	margin: 0px auto;
	border: 1px solid #c4df9b;
	clear: both;
}

/* Creates the div container for the footer. */
div#footer {
	color:#ffffff;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 976px;
	font-weight: 100;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
}

div#footerholder {
	text-align: center;
	padding-top: 7px;
	padding-left: 282px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	font-weight: 100;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:underline;
}

div#footerholder a:hover {
	color:#000000;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #005826;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #005826;
	text-decoration: underline;
	font-weight: normal;
}
ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}

dl.caption {
	width: 300px;
	text-align: center
}

dl.captionlt {
	width: 300px;
	text-align: center;
	float: left
}

dd {
	margin: 0px;
	padding: 0px;
}

dt {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	clear: both;
	text-align: center;
}

dl.captionlt dt { 
	color: #1a1a1a; 
}

address a#img {
	text-align: center;
	}

#form{
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	font-weight: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 15px 20px 25px;
	float: left;
	}

.clear{
clear: both;
}

