﻿/*************************************************************************
// HTML Customizations
**************************************************************************/
body{
	text-align:center;
	background-color:#69583e;
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:9pt;
	line-height:14pt;
	color:#534826;
}

a:link, a:visited{
	color:#5A8099;
	text-decoration:none;
}
a:hover, a:visited:hover{
	color:#897E5E;
	text-decoration:underline;
}

h1{
	font-size:12pt;
	color:#5A8099;
}
h2{
	font-size:10pt;
	color:#5A8099;
}
h3{
	font-size:9pt;
	color:#5A8099;
}

p{
	font-size:9pt;
	line-height:14pt;
	color:#534826;
}

/*************************************************************************
// CENTERING
**************************************************************************/
#centering{
	position:relative;
	width:763px;
	height:auto;
	margin:0 auto;
}
#wrapper{
	position:relative;
	width:763px;
	height:auto;
	float:left;
}

/*************************************************************************
// HEADER
**************************************************************************/
#header{
	position:relative;
	width:763px;
	height:190px;
	top:0px;
	background-image:url(../Assets/Images/bkgd_header.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	text-align:center;
}
#logo{
	position:relative;
	margin:0 auto;
}

/*************************************************************************
// MAIN NAVIGATION
**************************************************************************/
#mainNav{
	position:absolute;
	top:147px;
	left:20px;
	width:723px;
	height:43px;
}

#mainNav div{
	display:inline;
}

/*************************************************************************
// SITE FORMATING
**************************************************************************/

#mainContent{
	position:relative;
	float:left;
	background-image:url(../Assets/Images/bkgd_mainContent.gif);
	background-repeat:repeat-y;
	width:763px;
	padding-bottom:10px;
}
#left{
	position:relative;
	float:left;
	text-align:left;
	width:444px;
	height:auto;
}

.archive, .recent{
	border-top:1px dotted #5A8099;
}
hr{
	border:1px solid #5A8099;
}

/* INNERLEFT AND INNERRIGHT HOLD PADDING SINCE BROWSERS DON'T AGREE ON HOW TO ADD PADDING TO ELEMENTS WITH WIDTH PROPERTY (THEIR PARENTS).
THIS WILL NEED TO BE OVERWRITTEN AT PAGE LEVEL IF ELEMENTS NEED TO EXTEND TO OUTSIDE OF PADDING.  */
.innerLeft{
	xposition:relative;
	float:left;
	padding:20px 0 20px 40px;
}

.innerLeft .link A, A:link, A:visited{
	color:#5A8099;
	text-decoration:none;
}
.innerLeft .link A:hover, A:visited:hover{
	color:#897E5E;
	text-decoration:underline;
}

#right{
	position:relative;
	float:left;
	text-align:left;
	width:319px;
	height:auto;
	left:20px;
}
.innerRight{
	position:relative;
	float:left;
	padding:20px 20px 20px 20px;
}

.quote
{
    margin: 20px 0 0 10px;
    font-size: 9pt;
    font-style: italic;
}
.quote .person
{
    margin: 8px 0 0 0;
    font-size: 7pt;
    font-weight: bold;
    font-style: normal;
}

/*************************************************************************
//INTERIOR ROW-BASED LAYOUTS
**************************************************************************/

/*  ABOUT US  */
.row{
	position:relative;
	width:723px;
	height:auto;
	float:left;
	margin:10px 0 10px 20px;
	text-align:left;
	background-image:url(../Assets/images/bkgd_row.gif);
	background-position:238px 0px;
	background-repeat:repeat-y;
	min-height:180px;
}
*HTML .row{
	margin-left:10px;
}
.row .left{
	position:relative;
	width:241px;
	height:auto;
	float:left;
}
.row .left .innerLeft{
	padding:5px 20px 5px 20px;
}
.row .left .innerLeft A 
{
    padding-left: 10px;
}

.row .right{
	position:relative;
	width:482px;
	height:auto;
	float:left;
	padding-bottom: 20px;
}
*HTML .row .right{
	height:180px;
}
.row .right .innerRight{
	padding:5px 20px 5px 20px;
}

.item{
	padding:0 0 30px 0;
}

.item .title{
	position:relative;
	font-weight:bold;
	font-size:10pt;
	color:#5A8099;
	border-bottom: solid 10px #b3bfc4;
}

/*************************************************************************
// FOOTER
**************************************************************************/
#footer{
	position:relative;
	clear:both;
	width:763px;
	height:60px;
	margin:0 auto;
	border-top:solid white 20px;
}

#footer #copyright{
	position:absolute;
	right:0;
	top:10px;
	color:#FFFFFF;
	font-size:8pt;
}

#footer #copyright a:link, #footer #copyright a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#footer #copyright a:hover, #footer #copyright a:visited:hover{
	text-decoration:none;
	color:#E4CC97;
}