@charset "utf-8";
/* CSS Document */

a:link {color:#900; text-decoration:none;}
a:visited {color:#900; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#900; text-decoration:none;}


body {
	background-image: url(../images/framework/gradient_1.jpg);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-repeat: repeat-x;
	background-color:#000;
	margin:0px;
}

.container{
	width:900px;
	margin-left:8%;
	margin-right:8%;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

.header{
	width:900px;
	height:100px;
	background-color:#7D0202;
	float:left;
}

.title{
	float:left;
	font-size:28px;
	font-weight:bold;
	padding-top:8px;
	padding-left:15px;
	color:#FFF;
}

.phone{
	float:right;
	font-size:28px;
	font-weight:bold;
	padding-top:8px;
	padding-right:15px;
	color:#FFF;
}

.sub_title{
	float:left;
	display:inline;
	clear:both;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	padding-top:0px;
	padding-left:15px;
	color:#FFF;
}

.sub_phone{
	float:right;
	display:inline;
	clear:right;
	font-size:20px;
	font-weight:bold;
	padding-top:0px;
	padding-right:15px;
	color:#FFF;
}

.nav_container{
	display:inline;
	float:left;
	position:relative;
	top:85px;
	left:50px;
}
.nav_bar{
	border:1px solid #CCC;
	text-align:center;
	position:absolute;
	display:inline;
	height:34px;
	width:800px;
	z-index:5;
	float:left;
	background-color:#FFC;
	clear:none;
	padding-top:10px;
	color:#900;
	font-weight:bold;
	letter-spacing:1px;
	font-size:18px;
}

.main_image{
	border-bottom:2px solid #999;
	border-top:2px solid #999;
	float:left;
	clear:none;
}

h1{
	color:#B40000;
	font-size:18px;
	border-bottom:1px solid #B40;
	z-index:1;
}

h2{
	color:#B40000;
	font-size:14px;
	font-weight:bold;
}

h3{
	color:#B40000;
	display:inline;
	font-size:14px;
	font-weight:bold;
}

.break{
	display:block;
	height:10px;
}

.pri_text{
	float:left;
	width:550px;
	height:445px;
	color:#333;
	background-color:#FFC;
	padding:15px;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

.pri_text_areas{
	float:left;
	width:550px;
	height:3875px;
	color:#333;
	background-color:#FFC;
	padding:15px;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

.pri_text_about{
	float:left;
	width:550px;
	height:1500px;
	color:#333;
	background-color:#FFC;
	padding:15px;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

.pri_text_contact{
	float:left;
	width:550px;
	height:825px;
	color:#333;
	background-color:#FFC;
	padding:15px;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

.pri_text_faq{
	float:left;
	width:550px;
	height:9490px;
	color:#333;
	background-color:#FFC;
	padding:15px;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

.sidebar{
	float:left;
	width:318px;
	height:auto;
	margin:0px;
}

.sidebar_about{
	float:left;
	width:318px;
	height:1100px;
	margin:0px;
}


.sidebar_areas{
	float:left;
	width:318px;
	height:3800px;
	margin:0px;
}

.sidebar_faq{
	float:left;
	width:318px;
	height:8500px;
	margin:0px;
}

.sidebar_contact{
	float:left;
	width:318px;
	height:900px;
	margin:0px;
}

.footer{
	padding:5px;
	margin-left:8%;
	margin-right:8%;
	color:#FFF;
	width:900px;
	text-align:center;
	font-size:10px;
	clear:left;
}

.vertical_left {
	position:absolute;
	top:70px;
	left:50px;
	background-image:url(../images/framework/220_grey_1x1.gif);
	background-repeat: repeat-y;
	height: 600px;
	width: 1px;
}

.vertical_right {
	position:absolute;
	top:70px;
	left:500px;
	background-image:url(../images/framework/220_grey_1x1.gif);
	background-repeat: repeat-y;
	height: 600px;
	width: 1px;
}