﻿/* colors:
titles/subtitles - #003333
links & footer - #005555
light green hover menu: #008888
off-page background - #007777
price color - #cc0000
gray inactive menu - #DDDDDD
*/

.authorinfo {font-family: "Times New Roman"; font-size:10pt; font-weight: normal; text-align:right;}
.authorquote {font-family: "Times New Roman"; font-size:10pt; text-align:left}
.linktext {font-family:Arial, Helvetica, sans-serif; font-size:10pt; color: #005555; font-weight:bold; text-decoration: none}
.linktext:hover {font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#005555; font-weight:bold; text-decoration:underline}
.titlestyle {font-family:Arial, Helvetica, sans-serif; color: #003333; font-size: 14pt; font-weight: bold; text-align:center;}
.subtitlestyle {font-family:Arial, Helvetica, sans-serif; color: #003333; font-size: 12pt; font-weight: bold; text-align:left;}
.subtitlestylecentersmall {font-family:Arial, Helvetica, sans-serif; color: #003333; font-size: 11pt; font-weight: bold; text-align:center;}
.imageborderstyle {border-style:none;}
.companyname {font-family:Arial, Helvetica, sans-serif; color:#005555; font-style:italic; font-weight: bold;}
.footnotesize {font-size:x-small;}
.pricestyle {color:#cc0000; font-weight: normal;}
/*.bodystyle {background-color: #669999; margin:0px; padding:0px}*/
.bodystyle {background-image: url('images/gradient_light_to_dark.png'); background-repeat:repeat-x; background-color: #007777; margin:0px; padding:0px}
.aligncenter {text-align:center;}
.underline {text-decoration:underline;}
.floatleft {float:left;}
.floatright {float:right;}
.pricelist {overflow:hidden; list-style:none;}
.ul_none {list-style:none;}
.standard_padding {padding-left:40px;}
.list_padding {padding-left:120px;}
.vertical_spacer {height:5px;}

#company_list {
	font-size:small;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
}

#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	font-size: small;
	color: #000;
}
#footer a {
	font-size: small;
	font-weight:normal;
	text-decoration:none;
	color: #005555;
}
#footer a:hover {
	font-size: small;
	font-weight:normal;
	text-decoration:underline;
	color: #005555;
}

#container {
	width: 863px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: white;
}
#masthead {
	text-align: center;
	background-color: #005555;
	background-image: url("images/masthead.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 863px;
	height: 90px;
}
#column_l {
/*	position: relative; */
/*	float: left; */
	margin: 0;
	width: 594px;
	padding-left: 130px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif; font-size:10pt; text-align:left;
}
#column_r {
	position: relative;
	float: right;
	margin: 0;
	width: 190px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: white;
}

html>body #navigation {
	overflow: hidden;
}
/* Navigation */
#navigation {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #DDDDDD;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: white;
	border: 1px solid #008888;
	background-color: #008888;
}



