* {
margin: 0;
padding: 0;
border: 0;
}
div#subnav p {
	font-weight: bold;
	margin: 10px;
	font-style: italic;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #295e72;
	background-color: #76b0c9;
	background-image: url(../_media/markers/bodyBG.jpg);
	background-repeat: repeat-x;
}
div#container {
	width: 998px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#BGrepeat {
	background-image: url(../_media/markers/beckly-interiorSL_02.jpg);
	background-repeat: repeat;
	position: relative;
}
div#BGnorepeat {
	background-image: url(../_media/markers/beckly-interiorSL_01.jpg);
	position: relative;
	background-repeat: no-repeat;
}
div#flash-header {
	height: 264px;
	width: 800px;
	position: relative;
	left: 96px;
}
div#content {
	width: 800px;
	position: relative;
	left: 96px;
	min-height: 350px;
}
div#main p {
	line-height: 16px;
	padding-bottom: 10px;
}

div#side-col {
	float: left;
	width: 224px;
	background-image: url(../_media/markers/office.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 100px;
}
div#side-col a {
	background-image: url(../_media/markers/sidecol-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	display: block;
	height: 35px;
	background-position: left center;
	margin-left: 10px;
	color: #2A5E73;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
}
div#subnav {
	background-color: #FFFFFF;
	border: 1px solid #2A5E73;
	width: 200px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
div#side-col a:hover {
	background-image: url(../_media/markers/sidecol-arrow-over.gif);
	color: #FFFFFF;
}	

div#main {
	width: 520px;
	left: 98px;
	margin-left: 245px;
}



div#footer {
	background-image: url(../_media/markers/beckly-interiorSL_03.jpg);
	background-repeat: no-repeat;
	height: 69px;
	padding-top:3px;
}
div#footer p {
	color: #E3F1F8;
	margin-left: 100px;
	padding-top: 30px;
}
h1 {
	font-size: 120%;
	margin-left: 10px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-bottom: 20px;
}
#bottom-links {
	margin-left: 90px;
	margin-top: 20px;
}

p {
	font-size: 100%;
}

#center {
	margin-left:auto;
	margin-right:10%;
}

h3 {
	font-size: 110%;
	background-image: url(../_media/markers/headerBG.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	margin-top: 20px;
	color: #74ADB5;
}
div#subnav li {
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	list-style-type: none;
	padding: 0px;
}
div#subnav a {
	background-image: none;
	height: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #2A5E73;
}
div#subnav a:hover {
	background-image: none;
	height: 20px;
	color: #FFFFFF;
	background-color: #74AEB4;
}
div#main ul, div#main ol {
	margin-left: 50px;
	margin-bottom: 10px;
}
div#main li {
	padding-bottom: 5px;
}
h2 {
	font-size: 100%;
	margin-left: 10px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.highlight {
	background-color: #A2C7D0;
}
table.highlight p {
	padding: 10px;
}
table.highlight img {
	float: right;
}
table.highlight h2 {
	margin: 0px;
	padding: 0px;
}
div.float-flash {
	float: right;
	margin-left: 10px;
}
.img-col {
	float: right;
	width: 180px;
}
div#main img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#main div.post img{float:none;}
.highlightText {
	background-color: #D6ECEF;
	padding: 10px;
}
.highlightText h2 {
	margin-left: 0px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
}
h4 {
	font-size: 120%;
	margin-top: 20px;
	color: #666666;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F4F4F4;
	border: 1px solid #8FC2E6;
	font-weight: normal;
	line-height: 20px;
}
img.border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #295E72;
	border-left-color: #295E72;
	padding: 5px;
}
a {
	color: #0958A6;
}
a:hover {
	text-decoration: none;
}
div#mapContainer {
	height: 300px;
}

/********** Blog Styles **********/
.post h1, h1.page-header{margin-top:20px;}
.commentform textarea{width:520px;}