/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:25px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}

h2{
	font-size:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}


h3{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}


#top_text{
	width:100%;
	height:20px;
	font-size:14px;
	text-align:center;
	color:#ffffff;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:890px;
	height:217px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
}

#header_left{
	float:left;
	width:351px;
	height:217px;
}

#header_right{
	float:right;
	width:533px;
	height:176px;
	text-align:right;
	color:#000000;
	font-size:20px;
	margin-top:20px;
}

#logo{
	text-align:center;
	color:#ffffff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
	/*text-shadow: 0 0 0.2em #ff1b00, 0 0 0.2em #ff1b00,0 0 0.2em #ff1b00;*/
}

#logo a{
	text-align:center;
	color:#ffffff;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	margin-top:20px;

}

.logo_text{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
}

#logo_call{
	text-align:center;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	margin-top:20px;
}


#banner{
	width:900px;
	height:245px;
}

#navigation{
	width:900px;
	height:46px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(images/navigation.jpg);
	background-repeat:repeat-x;
}


#content{
	width:900px;
}

#sidebar{
	width:288px;
	float:left;
	text-align:center;
}

#sidebar_call{
	font-size:20px;
	color:#FFFFFF;
	font-weight:500;
	padding-bottom:20px;
	background-image:url(images/call_us.png);
	background-repeat:no-repeat;
	width:256px;
	height:152px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar_call p{
	padding-top:60px;
}

#main_content{
	width:600px;
	float:right;
}

#main_content_top{
	background-image:url(images/main_content_top.png);
	background-repeat:no-repeat;
	width:600px;
	height:13px;
}

#main_content_middle{
	background-image:url(images/main_content_middle.png);
	background-repeat:repeat-y;
	width:600px;
}

#main_content_bottom{
	background-image:url(images/main_content_bottom.png);
	background-repeat:no-repeat;
	width:600px;
	height:12px;
}

#main_content_middle p{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	text-align:justify;
}

.clear{
	clear:both;
}

#bottom_links{
	width:900px;
	height:35px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	font-weight:700;
}

#bottom_links a{
	color:#ffffff;
	text-decoration:none;
}

#bottom_links a:visited{
	color:#ffffff;
	text-decoration:none;
}

#bottom_links a:hover{
	color:#08e56e;
	text-decoration:underline;
}

#footer{
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	width:900px;
	height:46px;
	margin-top:5px;
	text-align:center;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	padding-top:17px;
	font-weight:700;
}

#external_links{
	color:#ffffff;
	text-align:center;
	font-size:12px;
	padding:10px;
	font-weight:700;
}

#external_links a{
	color:#ffffff;
	text-decoration:none
}

#external_links a:visited{
	color:#ffffff;
	text-decoration:none
}

#external_links a:hover{
	color:#08e56e;
	text-decoration:underline;
}