/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	background-color: #e1d7ce;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e1d7ce;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/*  Global Formatting */
h1 {font-size:24px;line-height: 1em;font-weight: 900;  text-transform: uppercase; color: #663333;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; text-transform: uppercase; color: #663333;}
h3 {font-size:14px;line-height: 1em;font-weight: 900; text-transform: uppercase; color: #663333;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:12px; font-weight: 900; color: #663333;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #828282; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:visited {}
a.image, a.image:hover  {border:0;}

hr { height: 1px; background: none; border: none;}

div {}

.slant { color: #828282; font-style: italic; font-weight: 100; padding-right: 20px;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* ##########################  LAYOUT SETTINGS ############################## */

#wrapper {width: 100%; background-color: #e1d7ce; z-index: 1;}

#container {position: relative;  margin-left: auto; margin-right: auto; width: 960px; background-color:#FFFFFF; z-index: 2;}

#header {width: 960px; position: absolute; height: 125px; background-image:url(../images/bg_banner.png); z-index: 3;}

#logo{ float: left; width: 255px; margin-left: 15px; margin-top: 15px;}

#slogan {float:right; width: 460px; margin-top: 60px; margin-right: 15px; color: #FFFFFF; font-size: 14px; font-style: italic; text-align: right;}

#nav { width: 960px; position: absolute; height: 35px; margin-top:125px; color: #828282; background: #e1d7ce; z-index: 99;}

#content{float: left; width: 100%; height: 100%; background-color: #FFFFFF; margin-bottom: 9px;}

#left {float: left; width:425px; margin-left: 25px; margin-top: 25px; margin-bottom: 25px;}

#right{float: right; width:425px; margin-right: 25px; margin-top: 25px; margin-bottom: 25px;}

#quote{ width: 900px; margin-left: 30px; margin-top: 25px; margin-bottom: 25px;}

#footer{float: left; width: 100%; postion: relative; background-color: #e1d7ce; font-size: 10px; color: #828282; margin-bottom: 9px;}

#ph {float: right; margin-top: 23px; width: 500px; height: 15px; text-align: right; font-size:12px; font-weight: 900; color: #663333;}

/* ########################  END LAYOUT SETTINGS ############################ */

/* #########################  NAVIGATION SETTINGS ########################### */
.nav { font-size:14px; letter-spacing: 2px; margin-top: 9px; margin-left: 9px; z-index:9;}
.nav a:link{color: #828282;}
.nav a:hover{color: #663333;}
.footer {font-size:10px; letter-spacing: 1px; margin-top: 10px;}
.footer a:link{color: #828282;}
.footer a:hover{color: #555555;}
.footer a:visited{}
.readon { display: block; border: 1px solid #d1c1c1; padding: 3px 1px 3px 1px; color: #663333; margin-top: 9px; width: 95px; text-align: center; float: left;}
.readon a:link {color: #663333;}
.readon a:hover {color: #000000; background-color:#d1c1c1;}
.top { display: block; border: 1px solid #d1c1c1; padding: 3px 1px 3px 1px; color: #663333; margin-top: 9px; width: 41px; text-align: center; float: left;}
.top a:link {color: #663333;}
.top a:hover {color: #000000; background-color:#d1c1c1;}
/* #######################  END NAVIGATION SETTINGS ######################### */