body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #DAE8FB;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
		
a:link, a:visited { color: #000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #06C; text-decoration: underline; }

p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 {
	clear: both;
	width: 100%;
	font-size: 12px;
}
.margin_bottom_30 img{
	margin-left: 80px;
}
.margin_bottom_40 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.margin_bottom_50 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 {
	margin-right: 30px;
}

.header_01 {
	padding: 3px 0 5px 15px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4a6862;
	border-left: 10px solid #CCC;
}

.header_02 {
	padding: 0 0 5px 0;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #333;
}


#container {
	width: 970px;
	margin: 0 auto;
}

#content_left {
	float: left;
	width: 290px;
	padding: 0 20px;
}

#content_right {
	float: right;
	width: 620px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#title {
	color: #e0f2e8;
	height: 120px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#name {
	font-family: Tahoma, Geneva, sans-serif;
	color: #e0f2e8;
	font-size: 48px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 10px;
	width: 270px;
	height: 100px;
}

/* menu */

#menu {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	width: 300px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	border-bottom: 1px dashed #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu ul li a{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #535353;
	outline: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li a:hover, #menu li .current{
	color: #333;
	font-size: 14px;
	background-image: url(images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/* end of menu */

.service_box {
	clear: both;
	width: 290px;
	height: 450px;
	outline: none;
}

#content_right #top_menu {
	height: 40px;
	text-align: right;
	padding: 30px 20px 0 0;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

#top_menu ul li {
	list-style: none;
	display: inline;
}

#top_menu ul li a{
	padding: 20px 0 0 0;	
	margin: 0 0 0 20px;
	color: #ffffff;
}

#top_menu ul li .rss {
	padding-right: 35px;
	background: url(images/rss_icon.png) right bottom no-repeat;
}

#content_right #banner {
	clear: both;
	height: 200px;
	padding: 60px 240px 60px 20px;
}

#banner p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.left {
	float: left;
	width: 300px;
	margin-left: 10px;
}

.left p{
	text-align: justify;
	color: #333;
}

.left ul {
	margin: 15px 0 0 20px;
	padding: 0px;
}

.left ul li {
	list-style: none;
	padding: 0 0 5px 15px;
	font-size: 14px;
	background-image: url(images/icon_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}

.left img {
	border: 5px solid #3A64C4;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
}

.section_w600 {
	clear: both;
	width: 600px;
	margin-left: 10px;
}

.section_w600 p {
	margin-bottom: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* footer */

#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #333;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

#footer {
	margin: 0 auto;
	width: 970px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;

}

#footer a{
	color: #ffffff;
	font-weight: bold;
}
/* end of footer */
h1 {
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #C52124;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bottomImg{
	margin-left: 32px;
}
#locations{
	margin-top: 35px;
}
#locations p {
	color: #000;
	font-size: 16px;
	line-height: 1.75em;
	text-align: center;
	font-style: italic;
}
h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.diagram{
	margin-left: 125px;
	padding-top: 20px;
}
h4 {
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #C52124;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.service_boxCopy {
	clear: both;
	width: 290px;
	height: 730px;
	outline: none;
}
.review{
	margin-left: 5px;
	float: left;
	margin-top: -18px;
	margin-right: 20px;
	margin-bottom: 35px;
}
#container #content_left #read p b {
	margin-left: -25px;
}

.bbb{
	float: right;
	margin-top: 45px;
	margin-right: 25px;
}
 .link{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}
.link a {
	text-decoration: underline;
}
.right {
	float: right;
	width: 300px;
	margin-left: 10px;
}
.right p {
	text-align: justify;
	color: #333;
}
.right ul {
	margin: 15px 0 0 20px;
	padding: 0px;
}
.right ul li {
	list-style: none;
	padding: 0 0 5px 15px;
	font-size: 14px;
	background-image: url(images/icon_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
.right img {
	border: 5px solid #3A64C4;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
}
#ssanslnk{
	float: right;
	width: 150px;
}
#read{
	padding-top: 80px;
}

