@charset "utf-8";
/* CSS Document */
body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	font-family: Arial, Helvetica, sans-serif;
	color: #f00;
	background: url('images/bg.png'), repeat, top left, #FFFFFF;
}
h1 {
	text-align: center;	
	position: relative;
	right: 20px;
}
h2 {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #f00;
}
#body_bg_text {
	position: absolute;
	z-index: 3;	
	overflow: hidden;
}

#top_strip a, #footer a {
	color: #fff;
	text-decoration: none;	
}

#page_holder {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	color: #fff;
	z-index: 4;
	position: relative;
}

#header {
	width: 900px;
	background: url('images/shadow_right.png') right repeat-y #fff;
}

#top_strip {
	height: 40px;
	width: 900px;
	background: url('images/top_strip.png') no-repeat #F00;	
}

#top_links {
	position: relative;
	top: 6px;
	left: 30px;	
}
#top_links a{
	margin-right: 30px;
	font-weight: 690;
	font-size: 14px;
}

#top_ribbon {
	width: 900px;
	height: 89px; 
	background: url('images/top_ribbon.png') no-repeat #f00;
}

.social_network_icon {
	position: relative;
	top: 5px;
	left: 50px;
	float: left;
	margin-right: 15px;
	border: none;
}

#top_ribbon span {
	color: #fff;
	font-size: 36px;		
	position: relative;
	top: 20px;
	left: 90px;
	float: left;
}

#logo {
	padding-left: 33px;
	background: url('images/shadow_left.png') left repeat-y;	
	width: 800px;
}
#logo img {
	width: 177px;
	height: 177px;
	position: relative;
	z-index: 1;
}
#logo_background_image {
	width: 670px;
	height: 182px;
	background: no-repeat url('images/logo_background_image.png');	
	position: absolute;
	top: 40px;
	left: 210px;
	z-index: 0;
}
/* -----> Page Content <----- */
#page_content {
	background-image: url('images/shadow_right.png'), url('images/shadow_left.png');
	background-repeat: repeat-y, repeat-y;
	background-position: right, left;
	background-color: #fff;
	float: right;
}

#left_column {
	width: 270px;
	min-height: 100%;
	float: left;
	padding-left: 35px;
	padding-top: 15px;
}

.left_nav_parent {
	width: 232px;
	height: 40px;
	background: url('images/left_nav_bg.png') no-repeat;
	padding-left: 20px;
	text-align: center;
}

.left_nav_child {
	width: 232px;
	height: 40px;
	background: url('images/left_nav_bg_child.png') no-repeat;
}

.left_nav_parent a {
	display: block;	
	width: 180px;
	height: 30px;
	position: relative;
	right: 20px;
	text-decoration: underline;
	color: #fff;
	position: relative;
	top: 8px;
	left: 0px;
	font-size: 14px;
}

.left_nav_square {
	width: 200px;
	height:150px;
	background: url('images/left_nav_bg_square.png') no-repeat;
	text-align: center;
	font-weight:bold;
}

.left_nav_square a {
	display: block;	
	width: 200px;
	height:150px;
	position: relative;
	right: 40px;
	text-decoration: underline;
	color: #fff;
	position: relative;
	top: 70px;
	left: -20px;
	font-size: 16px;
}

.left_nav_parent span {
	display: block;	
	width: 180px;
	height: 20px;
	position: relative;
	right: 20px;
	text-decoration: underline;
	color: #fff;
	position: relative;
	top: zpx;
	left: 0px;
	font-size: 14px;
}
.left_nav_child a {
	display: block;	
	width: 180px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 8px;
	left: 35px;	
	font-size: 14px;
}

#right_column {
	width: 870px;
	min-height: 50px;
	background: url('images/shadow_right.png') right repeat-y;
	float: right;
	color: #000;
	padding-right: 30px;
	padding-top: 5px;
	line-height: 135%;
}
td {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;	
}
#contact_us_map {
	text-align: center;	
}

#footer {
	height: 142px;
	width: 900px;
	background: #f00 url('images/footer.png') no-repeat;	
	color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}

#footer img {
	margin-top: 75px;
	margin-left: 25px;
	float: left;
}
#footer_text {
	position: relative;
	top: 60px;
	text-align: center;
	right: 100px;
}

#footer_links {
	font-size: 12px;
}

#footer_copyright_info {
	font-size: 11px;
	margin-top: 5px;
}
	