/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/bg_site.jpg) repeat-x;
	font: 20px "Times New Roman", Georgia, Times, serif;
	color: #333333;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1 {
	font-size: 80px;
	margin: 5px auto 10px;
	text-align: center;
	font-style: italic;
	color: #ffffff;
}
h2 {
	font-size: 80px;
	margin: 5px auto 10px;
	text-align: center;
	font-style: italic;
	color: #868ec3;
}
h3, h4, h5 {
	color: #424242;
	margin: 5px 40px 10px;
	}
h3 {
	font-size: 50px;
}
h4 {
	font-size: 44px;
}
h5 {
	font-size: 36px;
}
/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 28px;
	margin: 5px 40px 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 40px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	font: bold normal 14px/16px Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	margin: 15px 55px 5px;
	}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #4553ab;
	}
a:visited {
	text-decoration: underline;
	color: #28368d;
 }
a:hover {
	text-decoration: none;
	color: #5a67ba;
	}
a:active, a.selected {
	text-decoration: none;
	color: #35439b;
	}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 990px;
	margin: 0px auto;
	position:relative;
}

/* Creates DIV container for header. */
div#header {
	width: 990px;
	margin: 0px auto;
	height: 185px;
	}
	
/* Creates DIV container for contactinfo. */
div#contactinfo {
	width: 990px;
	margin: 0px auto;
	height: 71px;
	background: url(images/contactinfo_bg.jpg);
	}
	
/* Creates DIV container for main content */ 
div#content {
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	position:relative;
}
/* Creates DIV container for animation */ 
div#animation {
	width: 990px;
	z-index: 0;
	height: 445px;
	margin-top:40px;
}
/* Creates DIV container for flash */ 
div#flash {

}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #c9c7c9;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}

/* Styles DIY frames in Plus sites */
#iframe1 {
	margin: 0;
	overflow: hidden;
}

/* Creates DIV container for footer content*/ 
div#footer {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px 20px;
	border-top: 2px solid #35439b;
	color: #686350;
	font: 11px Arial, Helvetica, sans-serif;
}
div#footer a {
	color: #686350;
	font-weight: bold;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	margin: 0px auto;
	padding: 10px 0px 5px;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 10px;
	margin: 0px auto;
	padding: 5px 0px 10px;
}
div#copyright img {
	float: right;
	margin-top: -25px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 990px;
	font: bold 11px Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	height: 34px;
	padding: 0;
	margin: 0;
	background: #35439b url(images/mainnav_bg.gif) no-repeat;
	position: relative;
	background: #35439b;
	text-transform: uppercase;
	clear: both;
	position:absolute;
	top: 256px;
	left: 0px;
	z-index:4;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	position: relative;	
	float: left;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: url(images/link_bg.gif) no-repeat right top;
	padding: 10px 25px 10px 20px;
	width: auto;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #fde582;
	width: auto;
	position: relative;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fcd42e;
	width: auto;
	position: relative;
	}
	
ul#mainnav li a#last, a#last:hover, a#last.current {
	background: none;
	position: relative;
}
	
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
ul#mainnav li ul {
	position: absolute;
	top: 34px;
	left: 0;
	width: 220px;
	display: none;
	z-index: 5;
	background: #35439b url(images/subnav_bg.jpg) no-repeat;
	}
ul#mainnav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#mainnav li li { float: none; height: 1%; }
* html ul#mainnav li li a { height: 1%; }
/* End */
ul#mainnav li li {
	display: block;
	float: none;
	z-index: 5;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul {
	display: block;
	z-index: 5;
}
ul#mainnav li ul li a, ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active {
	display: block;
	background: url(images/sublink_bg.gif) no-repeat;
	width: 200px;
	padding: 10px 0px 11px 20px;
	color: #ffffff;
	z-index: 5;
}
ul#mainnav li ul li a:hover {
	width: 200px;
	display: block;
	background: #35439b url(images/subhover_bg.gif) no-repeat;
	color: #35439b;
	z-index: 5;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

div#rtfloat, div#lftfloat{
	text-align: center;
	font-size: 10px;
}

/* start hack to hide DIV styles from Internet Explorer 6 and under */
html>body div#rtfloat {
	float: right;
	margin: 10px 40px 5px 20px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px 20px 5px 40px;
}
/* end hack */

div#rtfloat {
	float: right;
	margin: 10px 33px 5px 13px;
}
div#rtfloat img {
	margin-bottom: 5px;
}
div#lftfloat {
	float: left;
	margin: 10px 13px 5px 33px;
}
div#lftfloat img {
	margin-bottom: 5px;
}
img.rt {
	float: right;
	margin: 10px 40px 5px 20px;
}
img.rtborder {
	border: 3px solid #000000;
	float: right;
	margin: 10px 40px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 20px 5px 40px;
}
img.lftborder {
	border: 3px solid #000000;
	float: left;
	margin: 10px 20px 5px 40px;
}
img.rtnotopmargin {
	float: right;
	margin: 0px 40px 5px 20px;
}
img.rtnotoprightmargin {
	float: right;
	margin: 0px 0px 5px 20px;
}
img.rtbordernotopmargin {
	border: 3px solid #000000;
	float: right;
	margin: 0px 40px 5px 20px;
}
img.lftnotopmargin {
	float: left;
	margin: 0px 20px 5px 40px;
}
img.lftnotopleftmargin {
	float: left;
	margin: 0px 20px 5px 0px;
}
img.lftbordernotopmargin {
	border: 3px solid #000000;
	float: left;
	margin: 0px 20px 5px 40px;
}
img.ctrborder {
	border: 3px solid #000000;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 490px;
}
div#rightpara2 {
	float: left;
	width: 500px;
}
div#rightpara {
	float: left;
	width: 490px;
}

/* CLASSES to create columns for unordered lists. */
html>body ul.leftul {/* hack to hide UL styles from Internet Explorer 6 and under */
	float: left;
	width: 300px;
}
html>body ul.rightul {
	float: left;
	width: 300px;
}
ul.leftul {
	float: left;
	width: 280px;
}
ul.rightul {
	float: left;
	width: 280px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #999999;
	font-weight: bold;
}

/* Class to bold text for emphasis */
.emphasis {
	font-weight: bold;
}


div#blimp{
	position:absolute;
	top:281px;
	left:46px;
	width: 900px;
	z-index: 3;
}
