/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 20px 0px;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}
h1 {

}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold italic 16px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #327EA0;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #327EA0;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #000;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 901px;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
	}
	#container {
		position: relative;
		-moz-box-shadow: 0 0 15px #555555;
		-webkit-box-shadow: 0 0 15px #555555;
		box-shadow: 0 0 15px #555555;
		}
		#topPic {
			position: absolute;
			top: 0px;
			right: 0px;
			}
		#logo {
			display: block;
			padding: 42px 0px 0px 80px;
			}
		#phoneNumber {
			display: block;
			margin: 0px 0px 72px 190px;
			color: #597d93;
			font: 24px/26px Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-weight:bold;
			}
		#bodybg {
			width:auto;
			height:auto;
			background:url(assets/images/bodybg.png) right bottom no-repeat;
			margin:0px;
			padding:0px;
			}
		#rightPic {
			float: right;
			padding:20px 0 0 0;
			margin:0;
			position:relative;
			width:250px;
			}
		#callout{
			background:#9ABFCF;
			border:1px solid #FFFFFF;
			float:right;
			margin:10px 5px 0 0;
			padding:10px;
			text-align:center;
			width:140px;
			}
			#topAddress {
				color: #000;
				font: 14px Arial, Helvetica, sans-serif;
				text-align: left;
				position:relative;
				bottom:10px;
				right:15px;
				float:right;
				}
		#nav {
			width:901px;
			background: transparent url(assets/images/nav_bg.jpg) repeat-x left;
			height:38px;
			}
			#nav ul {
				padding:0px;
				margin:0 auto;
			}
			#nav li {
				list-style: none;
				float:left;
				background: url(assets/images/nav_space.jpg) no-repeat right;
				height:38px;
				}
			#nav li:hover {
			background: transparent url(assets/images/nav_hover.jpg) repeat-x center;
			}
			#nav ul li.first a {
				list-style: none;
				padding:1px 10px 0 56px;
				}
				#nav li.last {
					background:none;
				}
				#nav li.last:hover {
				list-style: none;
				background: transparent url(assets/images/nav_hover.jpg) repeat-x center;
				}
			#nav ul li.last a {
				list-style: none;
				padding:1px 56px 0 10px;
				}
				#nav a {
					padding:1px 12px;
					display: block;
					color: #fff;
					font: 14px/37px Arial, Helvetica, sans-serif;
					
					}
				#nav a:hover {
					text-decoration: none;
					}
		#content {
			margin: 30px 0 0 60px;
			width:520px;
			}
		#footer {
			clear: both;
			height: 76px;
			font: 10px/12px Arial, Helvetica, sans-serif;
			text-align: center;
			background:url(assets/images/footer_bg.jpg) no-repeat left bottom;
			}
			#footer, #footer a {
				color: #fff;
				}
			#bottomNav, #bottomNav li {
				margin: 0px;
				padding: 0px;
				width: auto;
				height: auto;
				}
			#bottomNav {
				padding-top: 20px;
				}
				#bottomNav li {
					display: inline;
					padding: 0px 4px;
					border-right: 1px #fff solid;
					}
				#bottomNav li.last {
					border-right: 0px;
					}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}

#footertext {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}



#sidebar{
float:left;
width:155px;
}
#sidebar p{
margin:5px;
}






