@charset "utf-8";
/* CSS Document */

html, body, h1, ul, li, img, p{
	margin:0;
	padding:0;
} 
html, body {
	background:#000;
}
wrapper_all {
	background:#FFF;
}
#wrapper_1 {
	margin:0;
	padding:0;
}
#content { 
	width:800px;
	height: 445px;
	margin:0 auto;
	padding: 0;
	background:#FFF;
} 
#content_b { 
	width:800px;
	height: 75px;
	margin:0 auto;
	padding: 0;
	background:#000;
	color: #FFCC00;
}
#content_c{ 
	width:800px;
	height: 143px;
	margin:0 auto;
	padding: 0;
	background:#FFF;
} 
#content_footer{ 
	width:800px;
	height: 35px;
	margin:0 auto;
	padding-right: 2px;
	background:#000;
} 
.column { 
	width:50%; 
	position:absolute; 
	top:0; 
	z-index: 0;
} 
.column_b { 
	width:50%; 
	position:absolute; 
	top:445px; 
	z-index: 1;
}
.column_c { 
	width:50%; 
	position:absolute; 
	top:520px; 
	z-index: 2;
} 
.left {left:0; z-index: 0;} 
.right {right:0;} 
#leftcol {
	margin-right:400px; 
	background:#FFCC00;
	height:445px;
} 
#leftcol_b {
	margin-right:400px; 
	background:#000;
	height:75px;
} 
#leftcol_c {
	margin-right:400px; 
	background:#FFCC00;
	height:143px;
}
#rightcol {
	margin-left:400px;
	background:#9B3020;
	height:445px;
} 
#rightcol_b {
	margin-left:398px;
	background:#000;
	height:75px;
} 
#rightcol_c {
	margin-left:400px;
	background:#9B3020;
	height:143px;
} 
.clearfloat {
	clear: both;
}
/*index page*/
.index_img {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 525px;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-align: right;
	list-style-type: none;
	position: relative;
	top: -130px;
	padding-right: 25px;
	line-height: 17px;
	z-index: 98;
}
a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-decoration: none;
	z-index: 98;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-decoration: none;
	z-index: 98;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-decoration: none;
	z-index: 98;
}
.red_square {
	/*position: relative;*/
	z-index: 0;
}
.red_square:hover {
	z-index: 99;
}
.red_square span {
	/*background-color: #9B3020;
	height: 3px;
	width: 1px;
	padding: 5px;*/
	position: absolute;
	visibility: hidden;
}
.red_square span img {
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.red_square:hover span {
	visibility: visible;
	left: 780px;
	/*top: 2px;*/
}
.black_bar li{
	display: inline;
	list-style-type: none;
	float: left;
}
.black_bar li.last {
	float: right;
}
.black_bar li.logo{
	position: relative;
	z-index: 99;
}
#content_b p {
	font-family: BankGothic Md BT, Verdana, Geneva, sans-serif;
}
#content_b p.desc {
	font-size: 15px;
	padding-top: 23px;
	#padding-top: 23px;
	padding-left: 3px;
}
#content_b p.address {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: right;
	padding-right: 3px;
	margin-top: 10px;
	line-height: 17px; 
}
#wrapper_3 {
	width: 800px;
	margin: 0 auto;
	
}
#content_c #index_img {
	height: 143px;
	position: absolute;
}
#content_c p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: right;
	position: relative;
	z-index: 99;
	padding: 12px 25px 0 0;
}
#content_c p.second {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	clear: right;
	float: right;
	position: relative;
	z-index: 99;
	padding: 12px 25px 0 0;
}
#content_c p a:link, #content_c p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-decoration: none;
	z-index: 98;
}
#content_c p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #9B3020;
	text-decoration: none;
	z-index: 98;
	border-bottom: 2px solid #9B3020;
}
#content_c p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9B3020;
	text-decoration: none;
	z-index: 98;
}
#cc_signup {
	margin: 8px 25px 0px 0px;
	z-index: 400;
	position: relative;
}
#cc_container {
	float: right;
}
#footer p{
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #9B3020;
	background-color: #000000;
	font-size: 9px;
	text-align: leftt;
	padding: 5px 0px 0px 8px;
	height: 20px;
	position: bottom center;
	top: 143px;
	float: left;
}
#footer a:link, #footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #9B3020;
	text-decoration: none;
	position: relative;
	z-index: 98;
}
#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #9B3020;
	text-decoration: underline;
	position: relative;
	z-index: 98;
}
#footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #9B3020;
	text-decoration: none;
	position: relative;
	z-index: 98;
}
#footer #visit_link{
	width: 150px;
	float: right;
	text-align: right;
	padding: 3px 0px 0px 12px;
	border: none;
}
#footer #visit_link a:link, #footer #visit_link a:visited{
	text-decoration: none;
	position: relative;
	z-index: 98;
	border: none;
}
#footer #visit_link a:hover {
	text-decoration: none;
	position: relative;
	z-index: 98;
	border: none;
}
#footer #visit_link a:active {
	text-decoration: none;
	position: relative;
	z-index: 98;
	border: none;
}

/*secondary pages*/

#header.navigation {
	position: absolute;
}
