body {
	background: #fff url('images/body_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;	
	font: 14px "Trebuchet MS", sans-serif;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-style: italic;
	color: #000;
	font-weight: bold;
}

h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #DAE0E0;
	
}
img {
	border: none;
}
.clear {
	overflow: hidden;
	clear: both;
	font-size: 0;
}
#container {
	background: url('images/container_bg.jpg') no-repeat;
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 146px;
	margin: 0;
	width: inherit;
}
#logo {
	float: left;
}
#logo img {
	border: none;
}
#header_image {
	float: right;
	padding: 65px 65px 0 0;
}
.content {
	color: #5c5c5c;
}
#main {
	width: 870px;
	overflow: hidden;
	border-top: 2px solid #999;
	border-right: 2px solid #cecece;
	border-bottom: 2px solid #999;
	border-left: 2px solid #cecece;
	background: #1d7a75;
	margin: 10px 0;
	padding: 15px;
                color: #DAE0E0
}

#map {
	float: right;
}

#m_left {
	float: left;
	width: 600px;
	text-align: justify;
}
#m_left a{
	text-decoration: none;
	color: #f7c56d;
}
#m_left a:hover{
                color: #03C;
}
#m_right {
	width: 250px;
	float: right;
	overflow: hidden;
}
#homepage {
	width: 870px;
	overflow: hidden;
	margin: 10px 0;
}
#h_left {
	width: 427px;
	float: left;
}
#h_right {
	width: 427px;
	float: right;
}
#l_left {
	float: left;
	width: 800px;
                text-align: justify;
}
#l_left a{
	text-decoration: none;
	color: #f7c56d;
}
#l_left a:hover{
                color: #03C;
}
#c_left {
	float: left;
	width: 800px;
	text-align: justify;
}
#c_left a{
	text-decoration: none;
	color: #f7c56d;
}
#c_left a:hover{
                color: #03C;
}
ul#nav {
	background: url('/images/nav_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	overflow: hidden;
}
#nav li {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 39px;
}
#nav li a {
	color: #fff;
	padding: 0 16px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #03C;
}
#nav li#nav_current a {
	color: #39F;
}
.testimonial {
	height: 94px;
	width: 338px;
	border: 1px solid #999;
	padding: 0 20px 10px 60px;
	background: #fff url('/images/testimonial_bg.jpg') no-repeat;
	margin: 10px auto;
}

.testimonial ul{
	margin: 10px 0 0;
	/*added bullet image*/
	/*list-style-image: url('/images/sasl_bullet.gif');*/
list-style:none;
	padding: 0;
}
.testimonial li{
	padding: 0 0 0 15px;
	margin: 0;
background: url('/images/sasl_bullet.gif') center left no-repeat;
}
.testimonial i{
	padding: 0;
	margin: 0;
}
.testimonial p {
	text-align: center;
	font-style: italic;
	width: inherit;
	margin: 0 200px 10px 0;
	color: #555;
}
.testimonial .t_author {
	text-align: center;
	font-style: italic;
	color: #1d7a75;
	width: inherit;
}
#footer_line {
	background: #971e0e;
	color: #fff;
	width: 510px;
	margin-left: -14px;
	padding: 10px 10px 5px 10px;
}
#footer_line a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	font-size: 14px;
}
#footer {	
	width: 100%;
	background: #1d7a75;
	margin-top: 0;
	padding: 25px 0;
	font-size: 12px;
}
ul#footer_nav {
	width: 790px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #4fb991;
}
#footer_nav li {
	padding: 0 0 0 5px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
#footer_nav a {
	color: #f7c56d;
	padding: 0 5px 0 0;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #03F;
}
#copyright {
	width: 800px;
	margin: 15px auto 0 auto;
	color: #fff;
	overflow: hidden;
}
#copyright #cl {
	float: left;
}
#copyright #cr {
	float: right;
}
#copyright a {
	color: #fff;
}
h1#heading {
	border: 1px solid #1d7a75;
	padding: 5px 5px;
	width: 750px;
	margin:  0 auto 15px auto;
	height: 32px;
	background: url('/images/heading.jpg') no-repeat right;
	font-size: 25px;
}

/*SIDE NAV*/
#side_nav_label {
	width: 230px;
	background: #003;
	color: #DAE0E0;
	padding: 5px 10px;
	font-size: 18px;
	
}
/*NEW*/
#side_nav{
	width: 230px;
	background: #DAE0E0;
	padding: 5px 10px;
	font-size: 15px;
	
}
#side_nav a{
	display: block;
	text-decoration: none;
	color: #000;
                font-style: italic;
                font-weight: bold;
}
#side_nav a:hover{
                color: #03C;
}
#side_nav ul{
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}
#side_nav li{
	width: 195px;
	
	background: url('images/side_nav_bullet.gif') center left no-repeat;
	border-bottom: 1px solid #C9C9C9;
	padding: 3px 0 3px 15px;
	margin-left: 10px;
}
#side_nav_text{
	width: 200px;
	color: #434444;
	padding: 30px 15px 10px 15px;
	text-align: left;
	font-size: 12px;
}