/*  

*/
 
body {
	background-image: url(images/bg-body_main.jpg);
	margin:0;
	padding:0;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}
	
#wrapper {width: 900px;margin: 0px auto;position: relative;}

#container{background:#fff;}

#header {
	height: 80px;
	padding-top: 20px;
	width: auto;
} /* Height of the header */

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	line-height: 18px;
	}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: lighter;
	line-height: 20px;
	padding-top: 4px;
	}	

.right-col ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 20px;
	text-indent: 0px;
	margin-left: -25px;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
	} 

/* HEADERS */
h1, h2, h3, h4, h5, h6, li{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a{color: #003366;}

h1{font-size: 16px;}
h2{font-size: 16px;}
h4{font-size: 10px;}
h5{font-size: 8px;}
h6{font-size: 8px;}


/* ------------------------------------- main content area  */
#page #wrapper #container {
	width: 675px;
	float: left;
	}

/* content */
#content {
	width:671px;
	padding-left:3px;
	float: left;
	}
.post {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.news-clip {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F0F8FF;
	border: 1px solid #023779;
	width:626px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A6693;
	}
.post .title {
	float: left;
	margin-left: 0px;
	width: 500px;
	}
.news-clip .headline .title {
	float: left;
	margin-left: 0px;
	width: 500px;
	}
.news-clip .headline .date {
	height: 50px;
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: 100;
	color: #3A6693;
	padding-top: 10px;
	padding-bottom: 0px;

}
.entry {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* post titles */
h2.posttitle {
	font-size:20px;
	color: #999999;
	font-style: normal;
	font-weight: lighter;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:640px; 
	height:20px; 
	border-bottom:1px #999999 solid; 
	padding-bottom: 7px;  
	padding-left: 25px; 
	padding-top:20px; 
	margin-bottom:10px;
}
h2.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #3A6693;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
}
.page-nav a, .page-nav a:visited {
	color: #000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.previous-entries a, .previous-entries a:hover {
	float: left;
	padding-left: 40px;
	margin-left: 10px;
	background-image: url(images/leftarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17265A;
}
.previous-entries a:hover {text-decoration: underline;}

.next-entries a, .next-entries a:hover{
	float: right;
	padding-right: 40px;
	margin-right: 10px;
	background-image: url(images/rightarrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17265A;
}

.next-entries a:hover{text-decoration: underline;}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 0px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 40px;
	margin-left: 10px;
	background-image: url(images/leftarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17265A;
}
.post-nav .next a {
	float: right;
	padding-right: 40px;
	margin-right: 10px;
	background-image: url(images/rightarrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17265A;
}

/* alignments */
.center {
	text-align: center;
}
img.size-full{
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;}


/* @ STANDARD ELEMENTS */	
	img#wpstats{width:0px;height:0px;overflow:hidden;}
	
	.border{ padding: 2.5px;	border: 1px solid #ccc;}
	.aligncenter {display: block;margin-left: auto;margin-right: auto;}
	.alignleft {float: left;margin:0 10px 5px 0;}
	.alignright {float: right;margin:0 0 5px 10px;}
	

/* FLOATING AND ALIGNMENT */
	.floatleft{float:left;margin:3px 7px 0 0;}
	.floatright{float:right;margin:3px 0 0 7px;}
	.right{float:right;}
	.block{display:block;}
	.left{float:left;}
	.clear{clear:both;}
	.center {text-align: center;}
/* CLEARFIX */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}
	
	/* FOOTER */
#footer_wrapper {
	width: 950px;
	margin: auto;
	}
	
.virtual-tour{
	background-image:url(images/forsyth_template_25.jpg);
	background-repeat:no-repeat;
	width:250px;
	padding-left: 20px;
	padding-top: 83px;
	height: 55px;
	}
	
.map{padding-top:10px; padding-bottom:10px;}
	
.about-search{padding-top: 42px;}
	
.search{
	background-image:url(images/forsyth_template_13.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:248px;
	height:98px;
	padding-left: 22px;
	padding-top: 35px;
	}
	
.sidebar{
	float: right;
	width: 270px;
}

#headerBar, #bodyBar, #footerBar{ position: relative; width: 100%;}

#headerBar{ background-image: url(images/bg-body.jpg); background-position: center top; background-repeat: no-repeat;
}

#bodyBar {
	background-image: url(images/bg-body2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
#bodyContainer, #footerContainer{
	position: relative;
	width: 950px;
	margin: 0px auto;
	}

.btm-line{
	margin-top: 10px;
	margin-bottom: 3px;
}

.footer{
	background-image:url(images/footer-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:940px;
	height: 21px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
.footertext2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration:none;
	padding-left: 50px;
	}
	
.footertext3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	}
	
.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight: lighter;
	padding-left: 10px;
	}
	
.menu{
	width:671px;
	padding-left:3px;
	float: left;
	margin-bottom: 14px;
}

.thumbnail-class {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	}
	
.left-col{
	width: 250px;
	float: left;
	margin-right: 26px;
}

.right-col{
	width: 390px;
	float: left;
}
.right-col ul li{
	width: 390px;
	float: left;
}

.ima-link{
	float: left;
	width: 250px;
	height: auto;
	padding-bottom: 12px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.ima-link-last{
	float: left;
	width: 250px;
	height: auto;
	padding-bottom: 25px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.profile_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #132853;
	background-position: left 3px;
	background-image: url(images/profile-bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	width: 230px;
	}
	
.profile_location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 100;
	text-transform: none;
	color: #3A6693;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 23px;
	}
.profile_address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a174e;
	padding-left: 2px;
	font-weight: lighter;
	line-height: 16px;
	}

.profile_address a{
	color: #7a174e;
	}
	
#news{
	width:666px;
	margin-left:3px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.profile_desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: lighter;
	line-height: 20px;
	font-style: normal;
	}
.profile_main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: normal;
	font-weight: lighter;
	color: #BECEDE;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 3px;
}

.profile-img{
	height: auto;
	width: 250px;
	overflow: hidden;
	margin-top: 20px;
}
.meta{
	display:block;
	top:3px;
	min-height:20px;
	padding: 0px;
	margin-top: 10px;
		}
.pics-left {
	max-width: 200px;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	}


