/* --------------- Global Selectors ------------------------- */

* {
	padding: 0;
	margin: 0;
}



html, body {
	background-color: #014b7f;
	height: 100%;
	text-align: center;
}

p {
	padding: 0 0 12px 0;
}

td {
	font-family: Verdana, Arial, Helvetica, Geneva, Chicago, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

h1 {
	padding: 0 0 7px 0;
	font-weight: bold;
	color: #083059;
	font-size: 15px;
}

h2 {
	padding: 0 0 7px 0;
	font-weight: bold;
	color: #083059;
	font-size: 12px;
}

h3 {
	padding: 0 0 0 0;
	font-weight: bold;
	color: #083059;
	font-size: 11px;
}

strong {
	font-weight: bold;
	color: #083059;
}

ul {
	padding: 5px 0 20px 40px;
}

a:link, a:visited {
	color: #005fee;
	text-decoration: underline;
}

a:hover, a:active {
	color: #005fee;
	text-decoration: none;
}

/* ----------------- General Selectors ---------------------------*/

#container {
	height: 100%;
	width: 740px;
	background-color: #fff;
	margin: 0 auto;
}


#nav_container {
	position: relative;
	width: 740px;
	height: 91px;
}

#nav {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 400px;
	height: 30px;
	text-align: left;
}

#nav ul{
padding: 0;
margin: 0;
}

#nav li{
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}	

#nav li.first_li {
	background-image: none;
	list-style-type: none;
}

#nav li a:link, #nav li a:visited{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active{
	font-weight: bold;
	color: #0089e0;
	text-decoration: none;
}

#home_center_container {
	width: 740px;
	height: 274px;
	position: relative;
}

#bio_link {
	position: absolute;
	top: 8px;
	left: 35px;
}

#bio_link a {
	display: block;
	width: 276px;
	height: 160px;
	text-decoration: none;
}


#logo {
	position: absolute;
	top: 17px;
	left: 425px;
}

#logo b {
	visibility: hidden;
	text-decoration: none;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	display: block;
	width: 300px;
	height: 50px;
	text-decoration: none;
}

#footer_container {
	position: relative;
	width: 740px;
	height: 130px;
}

#footer {
	position: absolute;
	top: 95px;
	left: 310px;
	width: 400px;
	height: 30px;
	text-align: right;
	font-size: 9px;
	color:#000000;
}

#footer a:link, #footer a:visited {
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color:#000000;
	padding: 0 0 3px 0;
}

#footer a:hover, #footer a:active {
	color: #000;
}

#secondary_footer_container {
	position: relative;
	width: 740px;
	height: 100px;
}

#secondary_footer {
	position: absolute;
	top: 60px;
	left: 310px;
	width: 400px;
	height: 30px;
	text-align: right;
	font-size: 9px;
	color:#000000;
}

#secondary_footer a:link, #secondary_footer a:visited {
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color:#000000;
	padding: 0 0 3px 0;
}

#secondary_footer a:hover, #secondary_footer a:active {
	color: #000;
}

#content_container {
	position: relative;
	width: 740;
	padding: 20px 30px 20px 30px;
}

#body_copy {
	width: 400px;
	float: right;
	text-align: left;
}

#content_support {
	width: 250px;
	float: left;
	margin: 0 0 0 5px;
	text-align: left;
	font-size: 10px;
	font-style: italic;
	color: #5179a2;
}

#content_support p{
	padding: 0 0 30px 0;
}

#content_support img {
	padding: 0 0 10px 0;
}

#open_quote {
	width: 200px;
	/* background-image: url(images/open_quote.gif) no-repeat top left; */
	background-image: url(images/open_quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#close_quote {
	width: 200px;
	padding: 0 10px 0 25px;
	background-image: url(images/close_quote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	color:  #083059;
}


/* ----------------- Index Page Selectors ---------------------------*/



#index_table {
	width: 740px;
	height: 450px;
}

#index_top {
	height: 91px;
	background: #fff url(images/home_top.jpg) repeat-x top center;
	vertical-align: top;
}

#index_middle {
	height: 274px;
	background: #fff url(images/home_middle.jpg) repeat-x top center;
	vertical-align: top;
}

#index_bottom {
	height: 130px;
	background: #fff url(images/home_bottom.jpg) repeat-x top center;
	vertical-align: top;
}


/* ----------------- Secondary Page Selectors ---------------------------*/

#secondary_table {
	width: 740px;
}

#secondary_about {
	height: 208px;
	background: #fff url(images/secondary_about.jpg) repeat-x top center;
	vertical-align: top;
}

#secondary_products {
	height: 208px;
	background: #fff url(images/secondary_products.jpg) repeat-x top center;
	vertical-align: top;
}

#secondary_links {
	height: 208px;
	background: #fff url(images/secondary_links.jpg) repeat-x top center;
	vertical-align: top;
}

#secondary_contact {
	height: 208px;
	background: #fff url(images/secondary_contact.jpg) repeat-x top center;
	vertical-align: top;
}

#secondary_middle {
	background-color: #d7e8f8;
	vertical-align: top;
}

#secondary_bottom {
	height: 130px;
	background: #fff url(images/secondary_bottom.gif) repeat-x top center;
	vertical-align: top;
}
