/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
html, body { background-color:transparent; height: 100%; min-height: 100%; } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { height: 100%; } /* @ IE Type size equalizer tweak */

body { 
	/*background-image: url(/img/bodyFiller.jpg);
		background-position: center top;
		background-repeat: repeat-y;*/
	background-color: #AC8A4D;
	color: #6b6152;
	font: 11px "Georgia", serif;
	height: 100%;
	min-height: 100%;
	text-align: center;
} 

/* Default Typography
================================================================================================================ */
p {
	font: 12px;
	line-height: 1.6em;
	margin: 0px; padding: 0 0 10px 0;
}
blockquote {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px 0; padding: 10px 5px;
}
blockquote p.attrib  {
	color: #666;
}
blockquote p {
	color: #cd9826;
	font: 1.3em "Georgia", serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 1.5em;
	text-align: center;
}
blockquote p.attrib  {
	color: #666;
	font-size: 1em;
	font-style: normal;
	margin: -5px 0 -10px 0;
	text-align: right;
}

h1 {
	/*background-image: url(/img/header_marker.png);
		background-repeat: no-repeat;
		background-position: left 5px;
		*/
/*	color: #8d7f58;*/
	color: #3c2618;
	font-size: 24px; line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 10px -20px; padding: 0 0 0 20px;
/*	text-transform: uppercase;*/
	letter-spacing: -.005em;
}

h2 {
/*	color: #275583;*/
	color: #214e6f;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .03	em;
	line-height: 140%;
	margin: 0 0 10px 0; padding: 0;
	position: relative;
}


h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}





/* Links
================================================================================================================ */

a:link, a:hover, a:visited, a:active {
	color: #06395f;
	text-decoration: none;
}

a:hover {
/*	color: #568C9C;*/
	color:#3c2618;
}


ul li {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	list-style: circle outside;
	margin-bottom: 0px;
	padding: 6px 5px 7px 0px;
	line-height: 17px;
}
ul li a:link, ul li a:hover, ul li a:visited, ul li a:active {
	display: block;
	height: 1%;
	color: #06395f;
	padding: 5px 10px 0px 0px;
}
ul li a:hover {
/*	background: url(/img/smallCircleOn.gif) no-repeat 0 0.50em;*/
	color:#3c2618;
}

div.sidebarModule ul li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	line-height: 13.5px;
	padding: 5px;
	border-top: 1px solid #c6bfaa;
}
div.sidebarModule ul li a:link, div.sidebarModule ul li a:hover, div.sidebarModule ul li a:visited, div.sidebarModule ul li a:active {
	display: block;
	height: 1%;
	color: #06395f;
	padding: 5px 10px 0px 0px;
}
div.sidebarModule ul li a:hover {
	color:#3c2618;
}

div.sidebarModule ul.catList li {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	font-style: normal;
	margin-bottom: 0px;
	padding: 0;
	background-color: #d5cfc1;
	line-height: 13.5px;
	padding: 5px;
	border-top: 1px solid #c6bfaa;
	border-bottom: 1px solid #c6bfaa;
}
div.sidebarModule ul.catList li a:link, div.sidebarModule ul.catList li a:hover, div.sidebarModule ul.catList li a:visited, div.sidebarModule ul.catList li a:active {
	background: url(/img/smallCircle.png) no-repeat 0 0.50em;
	display: block;
	height: 1%;
	color: #06395f;
	padding: 5px 10px 0px 20px;
}
div.sidebarModule ul.catList li a:hover {
	background: url(/img/smallCircleOn.png) no-repeat 0 0.50em;
	color:#3c2618;
}









/* Images
================================================================================================================ */
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}






/* Tables
================================================================================================================ */
td {
	text-align: left;
}






/* Forms
================================================================================================================ */
label {
	display:block;
	font-weight:bold;
	padding:3px 0 3px 0;
}
div.error label {
	color: #9f1d1d;
}
div.error-message {
	display: none;
}
div.errorMessage,
div#flashMessage {
	color:#9F1D1D;
	font-weight:bold;
	font-size:13px;
	margin:10px 0;
}

div.inputWrapper {
	float: left;
	margin: 0 10px 10px 10px;
	text-align: left;
}
div.inputWrapper input, div.inputWrapper select, div.inputWrapper textarea {
	width: 95%;
}

.inputShort {
	width: 75px;
}
.inputMed {
	width: 180px;
}
.inputLong {
	width: 390px;
}

div.submit {
	text-align: right;
}


/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

