@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

#Table_01 {
	width:1024px;
	/*height:768px;*/
	margin: 0 auto;
	background: URL(../images/spacer.png) left top repeat-y;
}
#Table_01 div{
	margin: 0px;
}

#left {
	width:38px;
	height:643px;
	float: left;
}

#logo {
	width:266px;
	height:178px;
}

#header {
	width:682px;
	height:274px;
	float: left;
}

#right {
	width:38px;
	height:643px;
	float:left;
}

#left-nav {
	width:266px;
	/*height:236px;*/
	background: URL(../images/left_nav_spacer.png) left top repeat-y;
}
#left_nav_inner {
	width:266px;
	/*height:236px;*/
	background: URL(../images/left_nav.png) left top no-repeat;
}
#left_nav_inner div{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 55px;
	padding-right: 33px;
}
#left_nav_inner ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav_inner li{
	list-style:none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
}
#left_nav_inner li a{
	color: #fff;
	display: block;
	padding: 2px;
	text-decoration: none;
}
#left_nav_inner li a:hover{
	background: #ccc;
	color: #333;
}

#main {
	width:429px;
	float: left;
	background: URL(../images/main_spacer.png) left top repeat-y;
}
#main_inner{
	background: URL(../images/main.png) left top no-repeat;
}
#main_inner div{
	margin-left: 25px;
	margin-right: 28px;
	padding-top: 10px;
}
#main_inner div h2{
	font-size: 18px;
	font-weight: bold;
}
#main_inner div img{
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#client-spotlight {
	width:253px;
	float: left;
	background: URL(../images/client_spotlight_spacer.png) top left repeat-y;
}
#client_spotlight_inner{
	background: URL(../images/client_spotlight.png) top left no-repeat;
}
#client_spotlight_inner div{
	margin-left: 19px;
	margin-right: 24px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 12px;
}

#left-nav-spacer {
	width:266px;
	height:11px;
}

#customer-access {
	width:266px;
	/*height:218px;*/
}
#customer_access_inner {
	width:266px;
	/*height:236px;*/
	background: URL(../images/customer_access.png) left top no-repeat;
	text-align: center;
}
#customer_access_inner div{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 55px;
	padding-right: 33px;
	text-align: right;
}

#client-spotlight-spacer {
	width:253px;
	height:10px;
	float: left;
}

#info {
	width:253px;
	float: left;
	background: URL(../images/info_spacer.png) top left repeat-y;
}
#info_inner{
	background: URL(../images/info.png) top left no-repeat;
}
#info_inner div{
	margin-left: 19px;
	margin-right: 24px;
	padding-top: 17px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.title{
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
}
#info_inner div h3{
	font-size: 14px;
	font-weight: bold;
}

#main-info-spacer {
	width:682px;
	height:35px;
	float: left;
}

#spacer {
	width:1024px;
	height:10px;
	float: left;
}

#footer {
	width:1024px;
	height:115px;
	float: left;
	background: #fff URL(../images/footer.png) left top no-repeat;
}
#footer div{
	color: #fff;
	font-size: 9px;
	margin-left: 327px;
	margin-right: 70px;
	text-align: center;
	margin-top: 8px;
}

#footer div a{
	color: #fff;
	text-decoration: none;
}
#footer div a:hover{
	color: #ccc;
	text-decoration: underline;
}

#left_section{
	float: left;
	width: 266px;
}

#main_section{
	float: left;
	width: 682px;
	background: URL(../images/main_section_spacer.png) left top repeat-y;
}
#footer_section{
	float: left;
	width: 1024px;
}

/*	Clearer Div	*/
.clearer{
	clear:both;
	height:0;
	display:block;
	content:".";
	visibility:hidden;
	font-size:1px;
	width: inherit;
}
.error{
	color: #f00;
	font-weight: normal;
	background-color: #fff;
}
