@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/bg-sm.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	margin:0;
	}
#outer_container{
	width:782px;
	text-align:left;
	margin:0 auto;

	}
#header {
	width:782px;
	height:123px;
	}
#logo{
	width:330px;
	height:123px;
	float:left;
	}
#phone {
	font-size:36px;
	color:#AE412E;
	font-weight:bold;
	padding-bottom:32px;
	text-align:center;
	}
#top_links{
	width:350px;
	height:17px;
	padding-top:25px;
	margin-bottom:4px;
	padding-bottom:2px;
	margin-left:425px;
	text-align:right;
	font-size:14px;
	}
#top_links a {
	color:#333333;
	text-decoration:none;
	padding:0 5px;
	border-bottom:1px solid #333333;

	}
	
#top_links a:hover {
	color:#AE412E;
	text-decoration:none;
		padding:0 5px;
		border-bottom:1px solid #333333;


	}
#menu{
	clear:both;
	width:782px;
	height:146px;
	background-image:url(images/menu_bg.jpg);
	padding-top:24px;
	}
#menu ul{
	margin:0;
	padding:0;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-left:30px;
}
#menu li{
	list-style-image:url(images/arrow_orange-bg.gif);
	padding:4px 0;
	}
#menu li a{
	color:#000000;
	text-decoration:none;
	}
#menu li a:hover{
	color:#AE412E;
	text-decoration:none;
	}

#main_content {
	width:746px;
	min-height:400px;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
	border:1px solid #FDFFDD;
	margin:0;
	padding:0 18px 9px 18px;
		}
#mid_content {
	width:746px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin-top:24px;
	margin-bottom:9px;
	}
#bottom_content {
	width:746px;
	padding-top:9px;
	padding-bottom:9px;
	text-align:center;

}
#box {
	width:210px;
	float:right;
	margin-top:18px;
	margin-left:18px;
	margin-bottom:18px;
	}
#box_top{
	width:210px;
	height:14px;
	background-image:url(images/box_top.jpg);
	background-repeat:no-repeat;
	}
#box_content{
	width:190px;
	background-image:url(images/box_slice.jpg);
	background-repeat:repeat-y;
	padding:0 10px;
	}
#box_bottom{
	width:210px;
	height:14px;
	background-image:url(images/box_bottom.jpg);
	background-repeat:no-repeat;
	}
#footer {
	clear:both;
	width:782px;
	height:21px;
	background-image:url(images/footer_bar.jpg);
	}
#bottom_links {
	width:782px;
	font-size:10px;
	text-align:center;
	padding-top:8px;
	padding-bottom:6px;
	}
#bottom_links a{
	color:#000000;
	text-decoration:none;
	padding:0 4px;

	}
#bottom_links a:hover{
	color:#d66440;
	text-decoration:underline;
		padding:0 4px;
	}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	font-style: italic;
	color:#AE412E;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	color:#d66440;
	}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	color:#AE412E;
	}
.red_bold_16{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	color:#AE412E;
	}
.services {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	font-style: italic;
}	
.services ul{
	margin:0;
	padding:0;
}	
.services li{
	padding:2px 0;
	list-style-image: url(images/arrow.jpg);	
}	
.red_link {
	font-size:15px;
	color:#AE412E;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	}
	
