@charset "UTF-8";

body {
	margin:0px;
	background-color:#F2F0E6;
	height:100%;
	background-image:url(bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 925px;
	height:100%;
	
	/*border:1px solid #000;*/
	/*overflow:hidden;*/
}
#outerContainer{
	/*border:1px solid #000;*/
	width:65px;
	margin:0px auto;
	overflow:hidden;
	height:100%;
	float:left;
}

#sidebar {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:right;
	line-height:22px;
	float:right;
	width:145px;
	height:204px;
	margin-right: 65px;
	margin-top:18px;
	/*background-image:url(bg_sidebar.png);*/
	/*border:1px solid #666;*/
}

.bullet {
	background-image:url(arrow.png);
	width:10px;
	height:8px;
	/*border:1px solid #000;*/
	float:right;
	margin-top:7px;
	margin-left:6px;
}
#sidebar a:visited {
	color:#D4482C;
	text-decoration:none;
}
#sidebar a:link{
	color:#99937C;
}
#sidebar a:hover {
	color:#D4482C;
	text-decoration:underline;
}

#break {
	clear:both;
}
#bodyContainer {
	width:620px;
	/*border:1px solid #FF0000;*/
	float:left;
	margin-left:65px;
	height:auto;
	margin-bottom:-20px;
/*	background-image:url(bg.png);
	background-repeat:repeat-y;*/
}
#header {
	width:925px;
	height:160px;
	/*border:1px solid #666;*/
}
#footer {
	width:100%;
	height:346px;
	/*background-color:#745a4d;*/
	margin:0px auto;
	background-image:url(bg_footer.png);
	background-repeat:repeat-x;
	border-bottom:5px solid #000;
}
#footerContainer {
	font-size:10px;
	width:925px;
	height:346px;
	margin:0px auto;
	
}
.contact {
	z-index:100;
	background-image:url(contact.png);
	background-repeat:no-repeat;
	width:314px;
	height:346px;
	position:absolute;
	margin-left:550px;
	/*margin-top:112px;*/

}
.textbox1 {
	border:none;
	background:transparent;
	margin-left: 53px;
	margin-top:112px;
}
.textbox2 {
	border:none;
	background:transparent;
	margin-left: 53px;
	margin-top: 24px;
}
.textarea {
	border:none;
	background:transparent;
	margin-left:53px;
	margin-top:28px;
	height:60px;
	width:214px;
}
.submit {
	margin-right:60px;
	margin-top:6px;
}


/* ///////////////////// posting styles ////////////// */

/* //// index page post list style /// */
.post {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99937C;
	float:left;
	width: 560px;
	/*border:1px solid #000;*/
	height: 50px;
	vertical-align:baseline;
	padding-left:28px;
	background-image:url(bg_post.png);
	margin-bottom:15px;
}
.post a:visited {
	color:#99937C;
	text-decoration:none;
}
.post a:link {
	color:#745a4d;
	text-decoration:none;
}

.post a:hover {
	color:#D4482C;
	text-decoration:underline;
}
.date {
	/*width: 100px;*/
	float:left;
	padding-top:28px;
	font-size:12px;
	/*border:1px solid #000;*/
}
.headline {
	width:auto;
	float:left;
	padding-top:26px;
	/*border:1px solid #000;*/
	
}
.spacer {
	color:#000;
	float:left;
	padding-top:26px;
	color:#99937C;
}
.dateStory {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#99937c;
	float:left;

}
.headlineStory {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	float:left;
	color:#D4482C;
	margin-bottom:20px;

}
.bodyCopy {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#745a4d;
}
.bodyCopy img {
	padding: 16px 14px 10px 0px;
}
.bodyCopy a:visited, a:link {
	color:#745a4d;
	text-decoration:underline;
	font-weight:200;
}
.bodyCopy a:hover {
	color:#D4482C;
	text-decoration:none;
}

.findus {
	
	float:left;
	margin-left:65px;
	margin-right:10px;
	margin-top:75px;
}
.social {
	float:left;
	margin:5px;
	margin-top:90px;
}
.copyright {
	color:#F2F0E6;
}