/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.gif)}


h1, h2, h3 {
    font-family:Tahoma;
	color:#49453c;
	font-size:13px;
	display:inline;
	margin:0;
	padding:0;
}

img {
	border:none;
}

a:link, a:active, a:visited {
	color:#b92621;
	text-decoration:underline;
}

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


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:955px;
	height:auto;
}

#header {
	width:955px;
	height:150px;
	margin:0;
	padding:0;
}

#navbar {
	position:absolute;
	left:263px;
	top:19px;
	width:850px;
	height:37px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#middleimage {
	width:955px;
	height:258px;
}

#buttons {
	position:absolute;
	left:700px;
	top:180px;
	width:230px;
	height:88px;
}

#content ul {
	list-style:url(../images/bullet.png);
	line-height:1.5em;
}

#content {
	width:953px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;	
	line-height:1.3em;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:url(../images/contentbg.png) repeat-y top right #fdfdfd;
}

.content {
	padding:25px 25px 25px 45px;
	background:url(../images/contentcorner.png) no-repeat top left;
}
#obstruct {
	background-image: url(../images/obstruction.png);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 40;
}

.services {
	padding:25px;
}

#bottomdiv {
	background:url(../images/bottomdivbg.png) no-repeat top left;
	height:120px;
	width:572px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:.7em;
	text-align:center;
}

#footer a {
	color:#FFF;
}

.input {
	border:1px solid #000;
}

fieldset {
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#003300;
}

