.maintext	{
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 90%;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #9BAED3;
	padding: 10px;
}
.formheading {
	font-size: 110%;
	color:#999999;
	text-align:left;
	font-weight: bold;

}
.note {font-size: 11px}
.nav	{
	
	border-right: double #9BAED3;
	font-weight: normal;
	padding: 10px;
	width: 15%;
	vertical-align: top;
	
}

.rightnav	{
	border-left: double  #9BAED3; 
	
	font-weight: normal;
	width: 15%;
	padding: 0px;
	margin: 0px;
	
	vertical-align: top;
	
	

}
.centertext {
	border-right-width: 1px;
	border-left-width: 1px;

	border-left-style: none;
	
	border-left-color: #9BAED3;
	padding: 10px;
	font-size: 90%;
}
#title {
	height: 175px;
}
.blackline	{
	border-bottom: black 1px solid;
	border-top: Black 1px solid;
}
.right	{
	float: right;
	vertical-align: middle;
}
.left	{
	float: left;
	vertical-align: middle;
}

ul.clear	{
	list-style: none;
}

/*----- TEXT STYLING -----*/

body	{
	font-family: Arial, Helvetica, sans-serif;
}
.tan	{
	background-color: #CCCC99;
}
.blue	{
	background-color: #9BAED3;
}

.heading	{
	color: #8C94D2;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #CCCC99;
}

.subheading	{
	color: #8C94D2;
	font-size: 115%;
	font-weight: bold;
}

.content {
	border-top-color: #8C94D2;
}
.red	{
	color: Red;
	font-size: 100%;
	font-weight: bold;
	text-align: center;	
}

td.small	{
	font-size: 95%;
}
.small	{
	font-size: 95%;
}
.smaller {
	font-size: 80%;
}
.copy	{
	font-size: 80%;
	color: #A9A9A9;
}
/*----- Related Info Side Panel ----- */

/* wrapper */

/* if on the right */
td.rightnav div.related_info {
	position: relative;
	
	margin-right: -3px;
	
	border-right: 0px solid #9BAED3;
	
}

/* if on the left */
td.nav div.related_info {
	position: relative;
	margin-top: -12px;
	margin-left: -12px;
	margin-right: -10px;
	

	border-left: 0px solid #9BAED3;
	/*
	color: #FFFFFF;
	*/
}


div.related_info div {
	margin: 0px 0px 0px 0px;
	
}

div.related_content  {
	background:url(images/related_bg.png) repeat-y center;
	padding: 0px 8px 0px 8px;
	font-size:12px;
	
}
div.related_top {
	background:url(images/related_top.png) top center;
	height: 63px;
}

div.related_bottom {
	background:url(images/related_bottom.png) bottom center;
	height: 63px;
}
h4.sidebar {

	color:#892727;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 130%;
	margin-top: 0px;

}
/*----- Free Quote Icon --------*/
/* Added by Tensegrity Systems - AMF - 10/1/07 */
.freequote_topright {
	position: relative;
	top: 27px;
}