/* @override http://sarahlongnecker.com/css/sarahstyle.css */

html {
	background: url(../images/bkg.gif) repeat;
}

body {
	background: url(../images/content_bkg.jpg) repeat-y center;
	color: #232223;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

/* Header ////////////////////////////////////////////////////////////// */

#header {
	width: 100%;
	background-image: url(../images/header.jpg);
	height: 235px;
	position: relative;
	border-top: 5px solid #000;
	overflow: hidden;
}

#header_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 400px;
}

#logo h1 a {
	text-indent: -9999em;
	display: block;
	width: 370px;
	height: 71px;
	background:url('../images/common/Logo.png') no-repeat;
}

#logo h1 a:hover {
	padding: none !important;
	background-position: 0 -71px;
}

#header h1 {
	padding-top: 60px;
	float: left;
	width: 400px;
}

#header h1 a {
	color: #232223;
	font: bold 36px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	letter-spacing: -1px;
}

/* Typography ////////////////////////////////////////////////////////////// */

h1 {
	color: #2d6769;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}

h1 a {
	color: #2d6769;
	text-decoration: none;
}

h1 a:hover {
	background-color: #2d6769;
	color: #fff;
	padding: 3px;
}

h2 {
	font: normal normal 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #3e3129;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

h3 {
	color: #655135;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

p {
	margin-bottom: 18px;
}

p a {
	color: #2d6769;
	text-decoration: underline;
}

p a:hover {
	background-color: #2d6769;
	color: #fff;
	text-decoration: none;
}

strong {
	color: #655135;
	font-weight: bold;
}

em {
	color: #887963;
	font-style: italic;
}

#content ul {
	margin-bottom: 15px;
}

#content li {
	background: url(../images/bullet.png) no-repeat 0 6px;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content li a {
	color: #2d6769;
	text-decoration: underline;
}

#content li a:hover {
	background-color: #2d6769;
	color: #fff;
	padding: 3px;
	text-decoration: none;
}


/* Navigation ////////////////////////////////////////////////////////////// */

#nav ul {
	float: right;
	width: 560px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #353435;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 70px 24px;
}

#nav li a:hover {
	border-top: 5px solid #887963;
	padding-top: 65px;
	color: #c9d9d6;
}

#nav li a.current,
#nav li a:hover.current {
	background: url(../images/nav_current.png) no-repeat center top;
	color: #fff;
	border: none;
	padding-top: 70px;
}



/* Global Content Elements ////////////////////////////////////////////////////////////// */

.clear {
	clear: both;
}

#container {
	width: 960px;	
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content_top.jpg) no-repeat 13px top;
	position: relative;
	top: -75px;
	padding-top: 25px;
}

/* IE 7 */
html > body #container
{
	*left: 1px;
}

/* Firefox */
@-moz-document url-prefix()
{
	#container { left: -1px; }
}

#container_bottom {
	background: url(../images/content_bottom.jpg) no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%
}

#content {
	float: left;
	width: 670px;
}

#home #content {
	margin-top: -10px;
}

#home #content .article {
	float: left;
	width: 670px;
	display: inline;
	margin-right: 32px;
	margin-top: 15px;
	background-image: none;
	padding-bottom: 0px;
	display:none;
}

#home #sidebar {
	margin-top: -31px;
	z-index: 1;
	position: relative;
}

#sidebar {
	float: right;
	width: 250px;
}

#side_nav {
	background: url(../images/sidebar_bkg.png) repeat-y;
	padding-bottom: 20px;
	margin-top:20px;
	float: left;
	width: 250px;
}

#side_nav h3 {
	color: #322319;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background: url(../images/sidebar_divider.gif) no-repeat center top;
	padding-top: 30px;
	margin-top: 20px;
	clear: left;
}

#home #side_nav h3.first {
	background: url(../images/sidebar_top_home.png) no-repeat;
	padding-top: 27px;
	text-align: left;
}

#side_nav_bottom {
	background: url(../images/sidebar_bottom.png) no-repeat 0 bottom;
	height: 47px;
	float: left;
	clear: left;
	width: 250px;
	margin-bottom: 30px;
}

#home #side_nav_bottom {
	margin-bottom: 0px;
}

#side_nav h3.first {
	background: url(../images/sidebar_top.png) no-repeat;
	padding-top: 27px;
	margin-top: 0px;
}


#sidebar li {
	text-align: center;
}

#sidebar li a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	width: 210px;
}

#sidebar li a:hover, #sidebar li a.selected {
	background-color: #322319;
}

img.left {
	float: left;
	display: inline;
	border: 1px solid #a59988;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Home ////////////////////////////////////////////////////////////// */

#welcome {
	width: 930px;
	height: 288px;
	background: url(../images/home_welcome.jpg) no-repeat;
	padding: 15px;
	margin-bottom: 20px;
}

#welcome_text {
	float: left;
	width: 450px;
	display: inline;
}

#welcome h1 {
	color: #84a6a7;
	font: normal normal 35px Georgia, Arial, Helvetica, Geneva, sans-serif;
	width: 367px;
	height: 55px;
	overflow: hidden;
	text-transform: none !important;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#welcome p {
	color: #fff;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 20px;
}

#welcome .main_image {
	float: right;
	width: 377px;
	display: inline;
	height: 285px;
}

.main_image img {
	border: 8px solid #4d2900;
}

#home #sidebar li {
	text-align: center;
	background: url(../images/sidebar_divider.gif) no-repeat center bottom;
}

#home #sidebar li a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
	line-height: 18px;
}

#home #sidebar li a:hover {
	background-color: #322319;
}

#home #sidebar a.feedicon {
	width: 26px;
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	margin-left: 115px;
}

/* Secondary ////////////////////////////////////////////////////////////// */

#content h1.page_header {
	width: 670px;
	height: 84px;
	background: url(../images/sec_header.jpg) no-repeat;
	line-height: 84px;
	text-align: center;
	color: #a9c1c1;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	padding-bottom: 0px;
}

#content h1 {
	text-align: center;
	background: url(../images/header_divider.png) no-repeat 0 bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	float: left;
	width: 670px;
}

#content .article {
	background: url(../images/header_divider.png) no-repeat center bottom;
	padding-bottom: 20px;
}

#content .article .DataTable {
	clear: both;
}

/* Footer ////////////////////////////////////////////////////////////// */

#footer {
	clear: both;
	background: url(../images/footer.jpg) repeat-x;
	width: 100%;
	height: 360px;
	padding-top: 20px;
	color: #232223;
	font-size: 13px;
	line-height: 26px;
}

#footer_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer_column {
	float: left;
	display: inline;
	width: 523px;
	padding-top: 20px;
	background: url(../images/footer_divider.gif) repeat-y left 15px;
	padding-left: 30px;
	padding-bottom: 20px;
	height: 270px;
	margin-bottom: 15px;
	font-style:italic;
	font-weight: normal;
	
}

.footer_column h5 {
	color: #2d6769;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-left:0px;
}

#footer p {
	color: #d9e3e3;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

#footer p a {
	color: #d9e3e3;
	
}

#footer .contact {
	width: 300px;
	background: url(../images/footer_wreath.png) no-repeat 0 20px;
	padding-left: 120px;
}

#footer .contact h5 {
	color: #232223;
	font-size: 26px;
}

#footer .contact_type {
	color: #232223;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	width: 70px;
	float: left;
	display: inline;
}

#footer .contact_type p {
	color: #232223;
	margin-bottom: 5px;
}

#footer .contact_info {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 200px;
}

#copyright {
	float: left;
	width: 500px;
	padding-top: 7px;
	color: #a9c1c1;
}

/* Footer Contact */
fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:500px;font:12px/12px verdana;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana; }
#posName, #posEmail
{
	width: 240px !important;
}
#NameText, #EmailText 
{
	float: left;
	width: 240px;
}

#EmailText
{
	margin-left: 20px;
}

/*Table*/
.DataTable {
	width: 670px;
	text-align:center;
}

.DataTable td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 8px 5px 8px 10px;
}

.DataTable .Dark td{
		background: #b8ad9e;
}
.DataTable .Light td{
		background: #d7c2b7;
}
