/*css document */

body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 130%;
	color: #666666;
	background-color: #252525;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	color: #666633;
	margin-top: 3px;
	line-height: 100%;
}

h2 {
	font-size: 160%;
	font-weight: normal;
}

.caption {
	font-size: 90%;
	color: #999999;
	padding-left: 20px;
}

.black {
	color: #000000;
	font-size: 140%;
}
.headerindent {
	margin-left: 155px;
}

.clear {
	clear: both;
	line-height: 0px;
}
.picright {
	float: right;
	margin-left: 10px;
}
.picleft {
	float: left;
	margin-right: 10px;
}
a:link {
	color: #666633;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #666666;
}

 #navlist li
{
	font-size: 150%;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#navlist a { padding: 0px 0px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #000000;
text-decoration: none;
}

#navlist li a#current
{
color: #333333;
}

 #tag
{
	width: 360px;
	background-color: #898956;
	background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
	height: 45px;
	float: left;
}

 #navcontainer
{
	width: 425px;
	background-color: #898956;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 12px;
}

#header {
	width: 800px;
	background-image: url(../images/camserve_header.jpg);
	height: 200px;
}
#contentleft {
	float:left;
	width: 140px;
	margin: 0px;
	padding-left:10px;
}
#contentmain {
	float: left;
	display:inline;
	width: 450px;
	height:400px;
	background: url(../images/main1.jpg) no-repeat top left;
	margin: 0px 20px 20px 20px;
	background-position: 0px 3px;
}
#contentmain p{
	width:260px;
	margin:0px 0px 0px 155px;
	font-size: small;
	line-height: 130%;

}
#contentservices {
	float: left;
	display:inline;
	width: 450px;
	height:400px;
	background: url(../images/main2.jpg) no-repeat top left;
	margin: 0px 20px 20px 20px;
	background-position: 0px 3px;
}
#contentservices p{
	width:260px;
	margin:0px 0px 0px 155px;
	font-size: small;
	line-height: 130%;

}
#contentmap {
	float: left;
	display:inline;
	width: 450px;
	height:400px;
	margin: 0px 20px 20px 20px;
}

#contentright {
	float: right;
	width: 140px;
	margin: 0px;
	padding-right:10px;
}
#contentwrapper {
/*	float: left;
*/	width: 799px;
	background-image: url(../images/dot_line.gif);
	margin: 0px;
	padding-top: 10px;
	height: 400px;
}
#footerleft {
	width: 770px;
	float: left;
	}
#footerright {
	width: 100px;
	float: right;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	max-width: 800px;
	background-color: #FFFFFF;
	text-align:left;
	}

/*	width: 800px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color: #FFFFFF;
*/
