@charset "UTF-8";
/****************************************************************************** 
	Elements 
******************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 30px;
	background-color: #000000;
	width: 800px;
}
h1 {
	color: #005AAD;
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	padding-bottom: 1em;
}
h4 {
	margin: 0px;
	padding-bottom: 1em;
}
.pro_name {
	font-size: 1.5em;
	font-weight: bold;
	color: #0033CC;
}
.bluefont {color: #336699}
.bluefontbold {color: #336699; font-weight: bold; }	
	

.flashimage {
	border: 1px solid #333333;
	padding: 5px;
	height: auto;
	width: auto;
	background-color: #ffffff;
}
.flashimage2 {
	border: 1px solid #333333;
	padding: 5px;
	
	width: auto;
	background-color: #ffffff;
	height: auto;
}
.logoarea {
	background-color: #ffffff;
	padding: 5px;
	height: 389px;
	width: auto;
	border: 1px solid #333333;
}

/****************************************************************************** 
	Navigation
******************************************************************************/
#navcontainer {
	margin-left: 15px;
}
#navlist
{
	padding: 5px;
	width: auto;
	border-top-style: none;
	margin: 0px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0px;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: .5px;

}

#navlist li a {
	text-decoration: none;
	color: #00457D;
	font-weight: bold;
}
#navlist li a:hover {
	text-decoration: underline;
	
}

/*------ Sub Navigation ------*/

#sub_navcontainer {
	margin-left: 34px;
}
#sub_navlist
{
	padding-left: 0px;
	width: auto;
	margin: 0;
}

#sub_navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 1em;
	background-image: url(../images/sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5px;
}

#sub_navlist li a {
	text-decoration: none;
	color: #00457D;
}
#sub_navlist li a:hover {
	text-decoration: underline;
	
}


/****************************************************************************** 
	Main
******************************************************************************/
#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;	
	text-align: right;
	margin-top: 10px;
	background-color: #90C6FC;
	
}
#sidebar {
	position: relative;
	float: left;
	width: 267px;

}
#logo {
	width: 228px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;

}
#content_container {
	
	width: 772px;
	background-color: #333333;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;

}
.text_wrapper {
	background-color: #CCDEEE;
	margin-top: 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	line-height: 1.2em;
}

.text_wrapper_homepage {
	background-color: #CCDEEE;
	margin-top: 1px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	line-height: 1.2em;
}

.text_wrapper li {
	line-height: 2em;
}
.text_wrapper_long_li {
	background-color: #CCDEEE;
	margin-top: 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	line-height: 1.2em;
	line-height: 1.2em;
}
.topphone {
	width: 772px;
	text-align: right;
	position: absolute;
	left: 159px;
	top: 15px;
}
.addresses_catagory {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	color: #005AAD;
	line-height: 2em;
}
.quote {
	background-color: #005AAD;
	padding: 5px 30px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	background-position: center;
	line-height: 1.4em;
}
/****************************************************************************** 
	Footer
******************************************************************************/
#footer {
	font-size: 13px;
	color: #ffffff;
	margin-top: 7px;
	text-align:center;	
}

#footer a{
	text-decoration: none;
	color: #ffffff;

}
.footer a:hover{
	text-decoration: underline;

	
}
.divider {
	color: #B1C6DF;
	margin-right: 5px;
	margin-left: 5px;
}

.arc90_altrows-Brown {
  font-family: Arial, Helvetica, sans-serif;

}

.arc90_altrowsBrown0 {
  background-color: #ffffff;
}

.arc90_altrowsBrown1 {
  background-color: #ccdeee;
}

.arc90_altrowsBrown2 {
  background-color: #F3E4DD;
}

.arc90_altrows-Brown td {
		padding: .25em;
}

.arc90_altrows-Brown th {
		border: 1px solid #BF5623;
		padding: .5em;
		color: #FFF;
}
.orangedot {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}
