/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font: 1em/1em arial,helvetica,sans-serif;
	background-color: #fff;
	font-size:62.5%;
	line-height:1.2em;
	}

* {margin:0;padding:0;}

* img {
	border-style: none;
	}
	
#logo {
	display:inline;
	}
	
#logoprint {
	display:none;
	}
	
#rollovers {
	position: absolute;
	left:-1000px;
	}

div#wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 740px;
	}

#contact_text {
	width:202px;
	background:url(../images/back_contact.gif) no-repeat;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
}

#contact_text a{
	color:#011237;
	text-decoration:none;
}

#contact_text a:hover{
	text-decoration:underline;
}

#content_right {
	text-align:right;
	font-family:times, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	font-style:none;
	color:#000000;
	background:url("/images/quote_back.gif") no-repeat;
	vertical-align:top;
	padding:15px;
	line-height:18px;
	width:169px;	/* 199 minus l and r padding */
}

#quote_author {
	line-height:20px;
	color:#476798;
	text-align:right;
}

#main_content {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#404040;
	padding: 20px 25px 10px 30px;
	line-height:16px;
	vertical-align:top;
	height:400px;
}

.content_title {
	font-size:20px;
	color:#476798;
}

.content_emphasis {
	color:#476798;
}

#about_image {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}


/* Top Navigation */
div#nav_top ul#nav_top_menu {
	background:url(../images/menu.gif) top left no-repeat;
	position:relative;
	margin:0;
	padding:0;
	height: 30px;
	width:740px;
	list-style-type:none;
}


ul#nav_top_menu li {
	position:absolute;
	height:30px;
	display:block;
	list-style:none;	
}

ul#nav_top_menu li a {
	height:30px;
	text-decoration:none;
	display:block;
	text-indent:-9999px;
}

#opt1 {
	left:108px;
	width:63px;
}
#opt2 {
	left:170px;
	width:75px;
}
#opt3 {
	left:245px;
	width:83px;
}
#opt4 {
	left:328px;
	width:98px;
}
#opt5 {
	left:426px;
	width:88px;
}
#opt6 {
	left:514px;
	width:106px;
}

#opt1 a:hover, #opt1 a.active { background:url(../images/menu_over.gif) -108px 0px no-repeat; }
#opt2 a:hover, #opt2 a.active { background:url(../images/menu_over.gif) -170px 0px no-repeat; }
#opt3 a:hover, #opt3 a.active { background:url(../images/menu_over.gif) -245px 0px no-repeat; }
#opt4 a:hover, #opt4 a.active { background:url(../images/menu_over.gif) -328px 0px no-repeat; }
#opt5 a:hover, #opt5 a.active { background:url(../images/menu_over.gif) -426px 0px no-repeat; }
#opt6 a:hover, #opt6 a.active { background:url(../images/menu_over.gif) -514px 0px no-repeat; }