﻿/* | Main Layout Styles | */
body {
 	margin: 5px 0 0 0;
 	padding: 5px 0 0 0;
	text-align: center;	
	font-family: Geneva, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	background-color: #EAD5BF;
}
div#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
   	width: 950px;
}
div#logo {
	text-align: left;
	height: 50px;
	clear: both;
}
div#logoName {
	float: left;
	height: 50px;
	width: 300px;
}
div#address {
	float: right;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
	clear: right;
}

div#header {
	padding: 5px;
	border: solid 1px #EAD5BF;
	text-align: center;
}
div#contentWrapper {
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #663300;
	text-align: left;
	background-color: #FFF;
}

div#topbrownbar {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #663300;
	background-color: #663300;
	text-align: left;
	color: #333;
}

div#topClearbar {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	background-color: #FFD9FC;
	text-align: left;
	color: #333;
}

div#topNAV {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #663300;
	background-color: #663300;
	text-align: left;
	color: #333;
}
div#leftColumn {
	float: right;
	border: solid 1px #663300;
	width: 175px;
	margin-bottom: 5px;
	clear: none;
}

div#leftColumn2 {
	float: right;
	border: solid 1px #663300;
	width: 175px;
	margin-bottom: 5px;
	clear: none;
}

div#leftMenu {
	background-color: #F1F3F3;
}

div#content {
	float: left;
	padding: 5px;
	clear: right;
	width: 570px;
}
div#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	color: #663300;
}


div#leftText {
	padding: 5px 10px;
	color: #663300;
	font-size: 11px;
	border: #EAD5BF
}

div#homeLeft {
	float: right;
	border: solid 1px #FFFFFF;
	width: 380px;
	margin-bottom: 5px;
	clear: none;
}

div#homeRight {
	float: right;
	border: solid 1px #FFFFFF;
	width: 380px;
	margin-bottom: 5px;
	clear: none;
}

div#bookBox {
	float: right;
	border: solid 1px #FFFFFF;
	width: 380px;
	margin-bottom: 5px;
	clear: none;
}

/* | Site Link Colors | */
a {
	color: #FF9122;
	text-decoration: none;
}
a:hover {
	text-decoration: none;


}
.firstLink {
	border-top: 2px groove #F1F3F3;

}
div#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #FF9966;
}
div#content a:hover {
	color: #FF6666;
}
div#footer a {
	padding-right: 3px;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #333;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* | Heading Colors | */

h1 {
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
h3 {
	color: #2CC747;
	font-size: 14px;
	font-weight: bold;
}
}
h4, h5, h6 {
	font-size: 13px;
	color: #663300;

}

/* | Miscellaneous Styles | */


.copy {
	font-size: 10px;
	margin: 0 15px 0 5px;
}


.imgBorder {
	border: solid 1px #75868A;
	padding: 5px;
}

.imgPadding {
	padding: 5px;
	border: 0px none;
}

li {
	list-style-position: outside;
	list-style-image: url('../images/list1.gif');
	line-height: 150%
}
li li  {
	list-style-position: outside;
	list-style-image: url('../images/list2.gif');
}
li li li{
	list-style-position: outside;
	list-style-image: url('../images/list3.gif');
}.purpleText {
	color: #6633CC;
	font-weight: bold;
}
.blueText {
	color: #3366CC;
}
.pullquote {
	background-color: #FFCC99;
	width: 300px;
	border: 1px dashed #999999;
	padding: 8px;
	color: #000000;
	line-height: 130%;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
