@charset "utf-8";
/* CSS Document */
/* ===
spacer class - use to force a container tag to wrap when it contains floated elements.
=== */
.spacer {
  	clear: both;
	height: 1px;
	overflow: hidden;
}
/* newer way of getting a container tag to wrap. */
.wrap {
	display: block;
}
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gap {height: 15px; clear: both;}
.smallgap { height: 7px; clear: both;}


body {
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.68em;
	color: #777777;
}
/*html > body {
	LINE-HEIGHT: 1.28em
}*/
#container {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	overflow: hidden;
	width: 982px;
	padding-top: 0px;
	position: relative;
	height: auto;
	text-align: left;
}
#header {
	clear: both;
	height: 255px;
}




#left_col {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 220px;
}
#bottom_left_col {

	padding:20px 0px 10px 35px;
	line-height: 1.6em;
	height: 150px;
}
#left_col li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:2.1em;		
}

#left_col li a {
	color: #FF7300;
	line-height: 2.5em;
	font-weight: bold;
}
#left_col ul {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 5px;
	list-style:none;
	height:248px;
}

.vertmenu li {
	margin:0 7px 0 205px;
	padding:0 0px 15px 0px;	
}
.vertmenu li a {
	text-decoration:none;
	color: #973393;
	font-weight: bolder;	
}
.vertmenu li a:hover {
	color: #FF8302;
}
.vertmenu li a.current {
	color: #FF8302;
}


#right_col {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 760px;
}
#right_col p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	font-size: 0.6em;
}
#right_col h1 {
	font-size: 1.8em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


#right_col p {
	font-size: 1.2em;
}


#right_col ul {
	font-size: 1.2em;
}

.horzmenu li {
	display:inline;
	margin:30px 7px 0 25px;
	padding:0 0px 0 0px;	
}
.horzmenu li a {
	text-decoration:none;
	color: #973393;
	font-weight: bolder;	
}
.horzmenu li a:hover {
	color: #FF8302;
}
.horzmenu li a.current {
	color: #FF8302;
}








#footer {
	/*clear: both;*/
/*	overflow: hidden;*/
	float:left;
	width: 100%;

	background-repeat: repeat;
	background-position: left top;

}
#footlinks {
	margin:5px 0px 10px 0px;
	height:25px;
	padding:0 0px 0 0px;
	padding:10px 0px 0 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;	
}
#footlinks ul {
	margin:0px 0px 0 0px;
	padding:0 0px 0 0px;
	float:right;	
}
#footlinks li {
	display:inline;
	margin:0 20px 0 0px;
	padding:0 0px 0 0px;
	width:70px;	
}
#footerlinkdesc {
	margin: 0px 0 0px 0px;
	padding:0px 0px 0px 0px;
	height: 20px;	
}

#nav {
	width: 1024px;
	height: 22px;
	padding:6px 0px 0px 0px;
	background:url("../images/account_holder_nav.jpg") no-repeat right top;
	margin: 0 0 0 0px;	
}
#nav ul {

	margin: 0px 0px 0 4px;
	padding:0 0px 0 0px;
	
}
#nav li {
	display:inline;
	margin:0 7px 0 25px;
	padding:0 0px 0 0px;	
}
#nav a {
	text-decoration:none;
	color: #973393;
	font-weight: bolder;
	/*letter-spacing: 1px;*/
}
#nav a:hover {
	color: #FF8302;
}

#nav ul li a.current {
	color: #FF8302;
}
#nav ul li a.login {
	color: #FFFFFF;
}
.logo {
	margin: 0px 0px 0 0px;
}
.topbanner {
	margin: 5px 0 0 0px;
}
.box1{
	width:720px;
	margin:15px 0px 15px 0px;
	padding:0 0px 0 0px;
	float: right;
}
.box1 h2{
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #0066FF;
}
.heading_color {
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #0066FF;
}





