@import url("reset.css");
@import url("typography.css");

/* CSS Document */

html {}
body {
	background-color: #09111E;
	text-align: center;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.clr, .clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

#wrapper {
	width: 1152px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	padding-top: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*------------- Logo ----------------- */
#logo_wrapper {
	display: block;
	margin-top: -80px;
	position: relative;
	height: 55px;
	width: 120px;
	margin-left: 360px;
}
#logo { 
	position: relative;}
/*------------- nav ----------------- */
#nav{
	display: block;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 35px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	list-style-type: disc;
	padding: 0px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 5px;
	vertical-align: middle;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active { }
#nav a:hover { }
/*------------- middle section ----------------- */
#mid_background_wrapper {
	display: block;
	height: 170px;
	width: 400px;
	position: relative;
	margin-top: -150px;
	color: #FFF;
	margin-left: 650px;
}
#mid_background {
	display: block;
	height: 170px;
	width: 400px;
	}
/*------------- content section ----------------- */
#content_wrapper {
	padding-top: 8px;
	background-color: #FFF;
}
/*------------- content main ----------------- */
#content_main {
	width: 420px;
	clear: right;
	float: left;
	background-color: #FFF;
	margin-left: 10px;
	text-align: left;
}
body#page #content_main {
	width: 250px;
	clear: right;
	float: left;
	background-color: #FFF;
}
body#page #content_main p{
	font-size: 1em;
}

#content_main ul li{
	font-size: 1em;
	line-height: 180%;
}
/*------------- content middle ----------------- */
#content_middle {
	width: 480px;
	clear: right;
	float: left;
	background-color: #FFF;
	text-align: left;
}


body#page #content_middle {
	width: 600px;
	clear: right;
	float: left;
	background-color: #FFF;
	text-align: left;
}

body#page #content_middle textarea {
	width: 96%;
	padding: 12px;
	font-family: arial;
}
#content_middle p{
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
}
/*------------- content side ----------------- */
#content_side {
	width: 200px;
	clear: right;
	float: left;
		background-color: #FFF;
}

body#page #content_side {
	width: 200px;
	clear: right;
	float: left;
	background-color: #FFF;
	margin-left: 50px;
}
/*------------- footer ----------------- */
#footer_wrapper {
	width: 1152px;
	margin: auto;
	display: block;
	clear: both;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #FFF;
}
li#phone {
	margin-left: 50px;
	font-weight: bold;
}

