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

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size:80%;
	margin-top:0px;
	background-color:#0a205c;
	margin-bottom:none;
	color:#FFFFFF;
}
a
{
	color:#CCCCCC;
	text-decoration:underline;
}
a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
#outter
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #000000;
	border-top:none;*/
}
#header
{
	width:100%;
	height:161px;
}
#header_nav
{
	height:28px;
	width:100%;
}
#header_pic
{
	height:133px;
	width:100%;
}
#content
{
	width:100%;
	min-height:500px;
	background-image:url(../../images/body_bg_repeater.jpg);
	background-repeat:repeat-y;
}
#img_holder
{
	width:100%; 
	background-image:url(../../images/left_nav_img.jpg); 
	background-position:left bottom; 
	background-repeat:no-repeat;
	height:100%;
}
#left_nav
{
	width:280px;
	min-height:550px;
	float:left;
	font-family:Perpetua, "Baskerville Old Face", Arial, Verdana;
	font-size:140%;
	font-weight:bold;
}
#left_nav ul
{
	padding:0px;
	margin:0px;
	padding-top:35px;
}
#left_nav ul li
{
	list-style:none;
	text-decoration:none;
	/*background-image:url(../../images/nav_border.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}
/*#left_nav ul li a
{
	color:#FFFFFF;
	text-decoration:none;
	line-height:37px;
	
	padding-top:12px;
	display:block;
	width:279px;
	height:40px;
	text-indent:40px;
}
#left_nav ul li a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}*/



/* ---------------------------------------------
Navigation Images
------------------------------------------------*/

a.home
{
	background-image:url(../../images/home.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
a:hover.home
{
	background-position:0px -37px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
.home p
{
	visibility:hidden;
}

a.about_us
{
	background-image:url(../../images/about_us.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
a:hover.about_us
{
	background-position:0px -37px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
.about_us p
{
	visibility:hidden;
}

a.services
{
	background-image:url(../../images/services.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
a:hover.services
{
	background-position:0px -37px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
.services p
{
	visibility:hidden;
}

a.directions
{
	background-image:url(../../images/directions_nav.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
a:hover.directions
{
	background-position:0px -37px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
.directions p
{
	visibility:hidden;
}


a.contact_us
{
	background-image:url(../../images/contact_us.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
a:hover.contact_us
{
	background-position:0px -37px;
	background-repeat:no-repeat;
	height:37px;
	overflow:hidden;
	display:block;
	width:279px;
}
.contact_us p
{
	visibility:hidden;
}


/* --------------------------------------------
End Navigation Images
----------------------------------------------- */




.body_img
{
	float:right;
	padding:0px 0px 10px 10px ;
}



#left_nav_img
{
	position:relative;
	bottom:0px;
	left:0px;
}

#right_side
{
	width:680px;
	float:left;
	min-height:500px;
	padding:20px 20px 0px 10px;
}

#services li
{
	font-size:130%;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	line-height:150%;
}

#contact
{
	text-align:right;
	width:250px;
	border:1px solid #FFFFFF;
	padding:10px;
	background-image:url(../../images/contact_bg.jpg);
	background-repeat:repeat-y;
}

#footer
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#cc0000;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:90%;
	text-align:center;
	/*height:15px;*/
	height:29px;
	clear:both;
}
#footer_img
{
	float:left;
	z-index:1;
	width:270px;
	overflow:hidden;
	padding:0px;
	height:29px;
}
#footer_content
{
	width:700px;
	float:right;
	padding-top:5px;
}
#footer_left
{
	width:33%;
	float:left;
	text-align:left;
}
#footer_center
{
	width:34%;
	float:left;
	text-align:center;
}
#footer_right
{
	width:33%;
	float:left;
	text-align:right;
}













/* Width */

.w_100_p
{
	width:100%;
}
.w_25_p
{
	width:25%;
}
.w_50_p
{
	width:50%;
}
.w_75_p
{
	width:75%;
}

.w_250
{
	width:250px;
}
.w_500
{
	width:500px;
}
.w_750
{
	width:750px;
}

/* Floats */
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clb
{
	clear:both;
}

/* Padding */
.pt_5
{
	padding-top:5px;
}
.pt_10
{
	padding-top:10px;
}
.pt_15
{
	padding-top:15px;
}
.pt_20
{
	padding-top:20px;
}

.pr_5
{
	padding-right:5px;
}
.pr_10
{
	padding-right:10px;
}
.pr_15
{
	padding-right:15px;
}
.pr_20
{
	padding-right:20px;
}

.pb_5
{
	padding-bottom:5px;
}
.pb_10
{
	padding-bottom:10px;
}
.pb_15
{
	padding-bottom:15px;
}
.pb_20
{
	padding-bottom:20px;
}

.pl_5
{
	padding-left:5px;
}
.pl_10
{
	padding-left:10px;
}
.pl_15
{
	padding-left:15px;
}
.pl_20
{
	padding-left:20px;
}

/* Margin */
.m_0
{
	margin:0px;
}
.mt_5
{
	margin-top:5px;
}
.mt_10
{
	margin-top:10px;
}
.mt_15
{
	margin-top:15px;
}
.mt_20
{
	margin-top:20px;
}

.mr_5
{
	margin-right:5px;
}
.mr_10
{
	margin-right:10px;
}
.mr_15
{
	margin-right:15px;
}
.mr_20
{
	margin-right:20px;
}

.mb_5
{
	margin-bottom:5px;
}
.mb_10
{
	margin-bottom:10px;
}
.mb_15
{
	margin-bottom:15px;
}
.mb_20
{
	margin-bottom:20px;
}

.ml_5
{
	margin-left:5px;
}
.ml_10
{
	margin-left:10px;
}
.ml_15
{
	margin-left:15px;
}
.ml_20
{
	margin-left:20px;
}
