@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: Arial, Helvetica, Verdana,  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: 1122px;
	padding-top: 0px;
	position: relative;
	height: auto;
	text-align: left;
}
#header {
	clear: both;
	height: 133px;
}




#left_col {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 343px;
}
#bottom_left_col {
	background: #C5D2E5;
	padding:20px 0px 10px 35px;
	line-height: 1.6em;
	height: 310px;
}
#left_col li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:2.1em;		
}

#left_col li a {
	text-decoration:none;
	color: #777777;
	line-height: 2.5em;
	font-weight: bold;
}
#left_col ul {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 35px;
	list-style:none;
	height:168px;
}



#right_col {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 680px;
}
#right_col p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#right_col h1 {
	font-size: 1.8em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


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

	margin:30px px 0 0px;
	padding:0 0px 0 0px;
	text-align: center;	
}
#horzmenu li {
	display:inline;
	margin:10px 7px 0 10px;
	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;
}


.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;
}





#footer {
	clear: both;
/*	overflow: hidden;*/
	width: 1022px;
	height: 78px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding:10px 0px 0 30px;

}
#footlinks {
	margin:5px 0px 0 0px;
	padding:0 0px 0 0px;	
}
#footlinks ul {
	margin:0px 0px 0 0px;
	padding:0 0px 0 0px;	
}
#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: 5px 20px 0 36px;
}
.topbanner {
	margin: 5px 0 0 0px;
}
.box1{
	margin:15px 15px 15px 15px;
	padding:0 0px 0 0px;
}
.box1 h2{
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #9900CC;
}
.heading_purple {
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #9900CC;
}




