/* 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;
		background: transparent url(assets/images/container_bg2.jpg) no-repeat left top;
		-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;
			}
		#rightPic {
			float: right;
			padding: 20px 25px 0px 0px;
			position:relative;
			left:20px;
			width:250px;
			}
			#topAddress {
				color: #000;
				font: 14px Arial, Helvetica, sans-serif;
				text-align: left;
				position:relative;
				bottom:10px;
				right:15px;
				float:right;
				}
		#nav, #nav li, #nav a {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: auto;
			}
		#nav {
			position: relative;
			float: left;
			padding-bottom:15px;
			width: 155px;
			}
			#nav li {
				padding-bottom: 3px;
				list-style: none outside none;
				}
				#nav a {
					display: block;
					padding-left: 20px;
					width: 135px;
					color: #000;
					font: bold 13px/37px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					letter-spacing: -1px;
					background: transparent url(assets/images/li_bg.jpg) no-repeat -1px center;
					}
				#nav a:hover {
					text-decoration: none;
					background: none;
					background-color: #7195AB;
					}
		#rightCol {
			margin: 80px 0px 0px 170px;
			padding-bottom: 30px;
			width:auto;
			width:520px;
			}
		#footer {
			clear: both;
			height: 76px;
			font: 10px/12px Arial, Helvetica, sans-serif;
			text-align: center;
			background: transparent 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:0px 0px 0px 10px;
}

#sidebar h3{
margin:0px 0px 0px 10px;
}

.callout{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#9ABFCF none repeat scroll 0 0;
border:1px solid #FFFFFF;
clear:both;
color:#FFFFFF;
float:right;
font-size:16px;
font-weight:bold;
height:auto;
margin:10px 0;
padding:10px;
text-align:center;
width:140px;
}
