/*--------------------------------------------------------------------------------------------------
  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 { margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */

body {
	color: #2c1615;
	font-family: georgia, "times new roman", times;
	height: 100%;
	background-color: #452322;
	min-height: 100%;
	text-align: left;
}


/* Default Typography
================================================================================================================ */
p {
	font-size:1.3em; line-height: 1.3em;
/*	font-size: 12px;*/
/*	line-height: 22px;*/

	margin: 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 {
	font-size: 2.5em; line-height: 1.2em;
/*	font-weight: bold;*/
	margin: 0 0 10px 0;
	color: #452322;
}

h2 {
	color: #452322;
	font-size: 1.8em;
	letter-spacing: .03em;
	font-weight: normal;
	margin: 15px 0 5px 0;
	position: relative;
/*	text-transform: uppercase;*/
}

h3 {
	color:#cab387;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size:1.1em;
	padding-bottom:4px;
}

h4 {
	color: #996633;
	font-size: 1em; line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}

h5 {
	color: #450f66;
	font-family: "Georgia", serif;
	font-size: 15px; line-height: 15px;
	font-weight: bold;
	margin: 20px 0 10px 0; padding: 10px 0 10px 15px;
	background-color: #d9d193;
	border-top: 1px solid #3c2618;
}





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

a:link, a:hover, a:visited, a:active {
	color: #2c1615;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom: none;
}


ul li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	line-height: 14px;
}





/* 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;
	vertical-align: top;
}





/* Forms
================================================================================================================ */
label {
	display:block;
	font-size: 1.2em;
	font-weight:bold;
	padding:3px 0 3px 0;
}
div.error label,
label.error {
	color: #9f1d1d;
}
div.error-message {
	display: none;
}
div.errorMessage,
div.flashMessageError {
	border-top: 2px solid #9f1d1d;
	background-color: #fff;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px; line-height: 150%;
}
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: 80px;
}
.inputMed {
	width: 160px;
}
.inputLong {
	width: 200px;
}

div.submit {
	text-align: right;
}


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

.padder10 {
	padding: 10px;
}
.padder20 {
	padding: 20px;
}

hr {
	border: none;
	border-bottom: 1px solid #9a9a9a;
/*	border-top: 1px dotted #0B3C56;*/
	margin: 5px 0;
}


ul#practiceAreaSideNav li
