body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrap {
	width: 784px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#logo {
	float: left;
}
#top_img {
	float: right;
	padding-right: 2px;
}
/*Top Nav Starts*/
#top_nav {
	float:left;
	line-height:normal;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
  }
#top_nav ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
#top_nav li {
	float:left;
	background-image: url(../images/top_nav_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 9px;
	margin-right: 2px;
	padding-right: 0;
  }
#top_nav a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#006599;
	background-image: url(../images/top_nav_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0.7em;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 16px;
  }
#top_nav #current a {
	background-image:url(../images/top_nav_right_on.jpg);
	color:#FFFFFF;
	padding-bottom:6px;
  }
#top_nav a {
	float:none;
}
#top_nav a:hover {
	color:#006599;
	text-decoration: underline;
	
  }
#top_nav #current {
	background-image:url(../images/top_nav_left_on.jpg);
  }
/*Top Nav Ends*/
#top_divider {
	background-color: #006699;
	height: 8px;
	width: 782px;
	margin-bottom:10px;
	font-size: 0px;
}
#two_col_wrap {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#left_col {
	float: left;
	width: 190px;
	padding-right: 10px;
}

#left_col ul{
	list-style-type: none;
}


/*Left Nav Starts*/
#navcontainer {
	background-color: #CCCCCC;
	width: 188px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
#navcontainer a{
	display: block;
	width: 164px;
	color: #006599;
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	font-size: 0.8em;
	font-weight: bold;
	background-image: url(../images/left_nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
#navcontainer a:hover{
	color: #9F2D20;
	background-color: #EFF4F6;
	text-decoration: none;
	background-image: url(../images/left_nav_back_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*Left Nav Ends*/

/*Left Nav 2 Starts*/
#navcontainer2 {
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-top: 10px;
}
#navcontainer2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer2 li{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
#navcontainer2 a{
	display: block;
	width: 164px;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url(../images/left_nav2_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 24px;
	margin: 0px;
}
#navcontainer2 a:hover{
	color: #CC0000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/left_nav2_back_2.gif);
}
/*Left Nav Ends*/

/*Contact Form Starts*/
#contact_us {
	padding-bottom: 10px;

}
#contact-area {
	width: 448px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contact-area input, #contact-area textarea {
	width: 300px;
	font-size: 1em;
	border: 2px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #006599;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 10px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}
#contact-area textarea {
	font-size: 1.4em;
}
/*Contact Form Ends*/


#content_area {
	background-image: url(../images/content_back.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	float: left;
	width: 562px;
}
#breadcrumb {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
#content_area a:link, #content_area a:active, #content_area a:visited{
	color:#006599;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006599;
}
#content_area a:hover{
	color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
#content {
	font-size: .8em;
	line-height: 1.6em;
	text-align: justify;
}
#content ul li {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 16px;
	list-style-type: none;
	background-image: url(../images/arrow_content.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#content  ol  li {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 16px;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2em;
	font-weight: bold;
	color: #669900;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	line-height: 1em;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bott_divider {
	background-color: #006699;
	height: 8px;
	width: 779px;
	font-size: 0px;
}


#footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 0.7em;
	color: #666666;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}
#bott_nav {
	float: right;
	width: 60%;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	text-align: right;
}
#enhance {
	float: left;
	width: 32%;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#bott_drop {
	background-image: url(../../rev_b/images/bott_drop.jpg);
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 0.7em;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: top;
	color: #666666;
	text-align: center;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}
#map{
	width:549px;
	height:400px;
	border: 4px solid #CCCCCC;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.red{color:#CC0000}

