@charset 'utf-8';

/*---------------- Global Supersettings ---------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	
	background:url(../../images/content.jpg) no-repeat  bottom center;
}

.wrapper, .content_wrapper{
	width:950px;
	margin:0 auto;

}

/*---------------- Global Structure Settings ---------------*/

.col_main{
	float:left;
}
.sidebar{
	float:left;
	padding:
}

#default_col_main{
	width:
}
#detault_sidebar{
	width:
}

/*---------------- Quick Links ---------------*/

#quicklinks{
	clear:left;
	background:url(../../images/quick_links_bg.jpg) no-repeat top center;
	height:73px;
	margin-top:30px;
}

#quicklinks  a{
	display:block;
	float:left;
}

#quicklinks_left{
	background:url(../../images/quick.jpg) no-repeat top center;
	width:233px;
	height:99px;
	float:left;
	margin:-26px 0 0 0;
	display:inline;
	position:relative;
	z-index:200;
}

#quicklinks_right{
	width:717px;
	float:right;
}


a#forms{
	background:url(../../images/quick_links.jpg) 0 0;
	width:161px;
	height:73px;

}
a#forms:hover{
	background:url(../../images/quick_links.jpg) 0 -96px ;
	height:76px;
	margin-top:-3px;
}

a#faqs{
	background:url(../../images/quick_links.jpg) -161px 0;
	width:144px;
	height:73px;
}
a#faqs:hover{
	background:url(../../images/quick_links.jpg) -161px -96px;
	height:76px;
	margin-top:-3px;
}

a#useful_links{
	background:url(../../images/quick_links.jpg) -305px 0;
	width:188px;
	height:73px;
}
a#useful_links:hover{
	background:url(../../images/quick_links.jpg) -305px -96px;
	height:76px;
	margin-top:-3px;
}

a#contact_us{
	background:url(../../images/quick_links.jpg) -493px 0;
	width:224px;
	height:73px;
}
a#contact_us:hover{
	background:url(../../images/quick_links.jpg) -493px -96px;
	height:76px;
	margin-top:-3px;
}

/*---------------- Global Font Settings ---------------*/


/* ------ Global Fonts ------- */

.wrapper, .content_wrapper{
	font-family:Arial, Helvetica, sans-serif;
}



/* ------ Headings ------- */

.content_wrapper h1, .content_wrapper h2, .content_wrapper h3{
	margin-bottom:1.2em;
	text-transform:uppercase;

	font-weight:normal;
}
.content_wrapper h1{
	font-size:1.3em;
}
.content_wrapper h2{
	font-size:1.2em;
}
.content_wrapper h3{
	font-size:1.1em;
}



/* ------ Paragraph ------- */

.content_wrapper p{
	color:#6b787c;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:1.2em;
}
.content_wrapper a{
	color:#
}
.content_wrapper a:hover{
	color:#
}



/* ------ Misc ------- */

.content_wrapper ul, .content_wrapper ol{
	color:#6b787c;

	margin:0 0 1.2em 30px;
	font-size:0.95em;
	line-height:1.8em;
}
.content_wrapper blockquote{
	background-color:#

	padding:20px 30px 10px 30px;
	margin-bottom:1.2em;
}





/*---------------- Reusables ---------------*/

#sidebar_links{
	float:left;
	width:242px;
	padding-bottom:40px;
}
#sidebar_links h2, #sidebar_links h3{
	margin:0;
}
#sidebar_links p{
	line-height:1em;
	margin:0;
}
#phone{
	float:left;
	clear:left;
	width:243px;
	text-transform:uppercase;
	display:inline;
	padding:0 0 20px 0;
}

.address{
	float:left;
	clear:left;
	width:243px;
	text-transform:uppercase;
	display:inline;
	padding:15px 0;
}

#get_in_touch{
	float:left;
	clear:left;
	width:200px;
	text-transform:uppercase;
	margin:20px 0 0 39px;
	display:inline;
}

.image{
	float:left;
	margin:0 0 0 30px;
	display:inline;
}

.text{
	float:right;
	margin:0 20px 0 0;
	width:150px;
	display:inline;
}

.text h3{
	padding: 0 0 5px 0;
	color:#a0c5df;
}

.text p, .text a{
	text-transform:none;
	color:#828282;
	padding:0 0 0 0;
	font-size:0.9em;
}