/* General Layout */

body{
	text-align: center;
	font: 70% tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px;
}

.wrapper {
	margin:auto;
	width:730px; 
	background-color:#FFF;
}

.logo {
	width:730px;
	text-align:center;
	padding-bottom:25px;	
	padding-top:35px;
/* 	background: #FFF url(http://www.classicandsportsfinance.com/images/logo.gif) no-repeat center; */
}

.bg {
	width:730px; 
	border: 1px solid #bcbdc0;
	min-height: 400px;
	background-color:blue;
}

.bg-flash {                             /* BG variant for flash version of site */
	width:730px; 
	border: 0px;
	min-height: 405px;
	padding:0px;
}

.column_content {
	float:left;
	width: 267px;
/*	background-color:#FFC;  */
	margin:0px;
	padding:30px 0px 0px 20px;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	color: #666;
	text-align:left;
}

.sitemap_column_content {       /* slight variant for sitemap to make content frame wider */
	float:left;
	width: 400px;
/*	background-color:#CFF;  */
	margin:0px;
	padding:40px 0px 0px 20px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align:left;
}

.column_content a, .column_content a:visited {
	color:#55127B;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.column_content a:hover {
	color:#290051;
	text-decoration:none;	
}

UL.content {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: none;
/*	background-color:none;  */
}




UL.column_list_content {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration:none;	
/*	background-color:#CCC; */
}

LI.column_list_content a, LI.column_list_content a:visited {
	color:#55127B;
	text-decoration:none;	
/*	background-color:#CFF; */
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}

LI.column_list_content a:hover {
	color:#290051;
	text-decoration:none;	
}






.column_menu {
	float:right;
	width:302px;	
/*	background-color:#CFC; */
	padding:10px 5px 0px 0px;
	text-align:right;
}

.column_end {
	float:left;
	width:1px;		
/*	background-color:green;  */
}

.quicklinks {
	clear:both;
	float:left;
	width: 300px;
/*	background-color:none;  */
	margin:0px;
	padding:0px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align:left;
}




/* ******************************************************************************************************************************** */
/* Menu System Formatting */

UL.menu {
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
/*	background-color:none;  */
}

LI.nav {
	list-style: none;
	text-decoration: none;
/*	background-color:none;  */
	padding: 20px 3px 0px 0px;	
	font-size: 11px;
	text-transform: uppercase;
	color: #290051;
	font-weight:bold;
}

LI.nav a, LI.nav a:visited {
	text-decoration: none;
	color: #55127B;
}

LI.nav a:hover {
	text-decoration: none;
	color: #290051;
}

LI.subnav {
	list-style: none;
	text-decoration: none;
/*	background-color:none;  */
	padding: 0px 10px 0px 0px;		
	font-size: 9px;
	text-transform: uppercase;
	color: #000;	
}

LI.subnav a, LI.subnav a:visited {
	text-decoration: none;
	color: #000;
}

LI.subnav a:hover {
	text-decoration: none;
	color: #777;
}

.sitemapItem {
	list-style: none;
	text-decoration: none;
/*	background-color:none;  */
	padding: 0px 0px 0px 10px;		
	font-size: 9px;
	text-transform: uppercase;
	color: #666;	
	line-height: 14px;	
}

.sitemapItem a, .sitemapItem a:visited {
	text-decoration: none;
	color: #666;
}

.sitemapItem a:hover {
	text-decoration: none;
	color: #000;
}


/* ******************************************************************************************************************************** */
/* Footer Formatting */

.tools {
	clear:all;
	float:left;
	width:730px; 
	border-top: 0px;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	border-bottom: 0px;
	background-color:#F7F7F7;
/*	background-color: #4C2177;*/
 	background-image : url(../../images/tools_bg.gif);	
	background-repeat : no-repeat;
/*	text-align:left;*/
	padding:0px;
}

.toolsOnLandingPages {
	clear:all;
	float:left;
	width:730px; 
	border-top: 0px;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	border-bottom: 0px;
	background-color:#F7F7F7;
 	background-image : url(../../images/tools_bg_landingPage.gif);	
	background-repeat : no-repeat;
	padding:0px;
}


.toolsSpacer {
	border-top: 0px;
	padding: 8px 0px 9px 20px;
	float:left; 
	color:#666;
	font-weight : bold;
}

.toolsSpacer a, .toolsSpacer a:visited, .toolsSpacer td  {
	color:#290051;
	font-weight : normal;	
	text-decoration: none;	
	text-align:left;
	padding-top:1px;
}

.toolsSpacer a:hover {
	color: #666;
	border:0px;
	text-decoration: none;
	font-weight : normal;		
}

.copyright {
	float:left;
	width:320px;	
	text-align:right;
	color: #BBB;	
	padding: 2px 0px 3px 5px;	
}

.flash {
	float:left;
	width:398px;
	height:20px;
	text-align:left;
	color: #BBB;
	padding: 2px 0px 3px 7px;
	text-decoration:none;
/*	background-image : url(../../images/footer_bg.gif);  */
	background-repeat : no-repeat;
	border:0px;
}

.flash A, .flash A:visited {
	font-size: 10px;
	color: #666;
	text-decoration:none;	
}

.flash A:hover {
	color: #290051;
	text-decoration:none;	
}

/* ******************************************************************************************************************************** */
/* FORMs Formatting */


.loginbox {
	border: 1px solid #290051;
	width:260px;
	height:auto;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	background-color:#F7F7F7;
}

.formXpBackground {
	width:auto;
	height:auto;
	position:relative;
	padding:0px;
	text-align:justify;
	position:relative;
	top:0px;
	color:#290051;
}

.formButton {
	background-color:#290051;
	font-size: 10px;
	color: #FFF;
	text-align:center;
	padding:0px;
	margin:0px;
	border:1px #000 solid;
	text-transform: uppercase;	
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	width:60px;	
}

input, textarea, select {
	font-size: 11px;
	line-height: 11px;
	color: #290051;
	text-align:left;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;	
	background-color:#FFF;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;	
	border: 1px solid #bcbdc0;
	margin:0px;
	width:130px;
}

/* ******************************************************************************************************************************** */
/* Content Formatting */

H1 {
	font-size: 11px;
	font-weight: bold;
	color: #290051;
	margin: 0px 0px 10px 0px;
/*	background-color:none;  */
}

.content {
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

td {
/*	background-color:none;  */
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-align:left;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;	
}




.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #55127B;
	text-decoration: none;
	padding: 0px;
}

.navButton, A.navButton, A:visited.navButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	padding: 2px;
}

A:hover.navButton   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCBEC0;
	text-decoration: none;
	padding: 2px;
}

.textonlylink {
	text-align:left;
	align:left;
}

.textonlylink A, .textonlylink A:visited, .textonlylink A:hover{
	font-size: 11px;
	color:#999;
	padding:0px;
	margin:0px;
	text-align:left;
	text-underline:none;
	
}
