/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {margin:0; padding:0;}
html { height: 100%; }
body {text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 80%; line-height: 1em;}
div {font-size: 1em;}
img {border: 0;}
a,a:link, a:active {text-decoration: underline; background-color: inherit; color: #fff;}
a:visited {text-decoration: underline; background-color: inherit; color: #dad1be;}
a:hover {text-decoration: none; background-color: #dad1be;color: #2e252a;}
body {min-height: 100%; height: 100%;background-color: #2e252a; background-image: url(images/cms/bg_bod.jpg);background-repeat: repeat-x; color: #e6e4e5; margin:0em;}
div#pagewrapper {margin: 0 auto; width: 850px; background-color: #32110c; background-image: url(images/cms/side_bg.jpg);color: #dad1be;}
div#header {height: 165px; background: #433737;}
div.alignleft {padding: 4px; float: left;margin-right: 4px}
div.aligncenter {margin:0 auto; width:680px; text-align: center;}
div#header h1 a {background: #433737 url(images/cms/page_header.jpg) no-repeat 0px; display: block;
height: 165px; text-indent: -999em; text-decoration:none;}
div#search {height: 38px;float: right;width: 23em;text-align: right;background-color: #32110c;border-top: 1px solid #2e252a;border-bottom: 2px solid #605152;}
div.breadcrumbs {height: 38px; padding: 0px;margin: 0px; background-color: #32110c;border-top: 1px solid #2e252a;border-bottom: 2px solid #605152;}
div#content {margin: 2px; height:100%;}
div#main {background-color: #000;margin-left: 150px;  margin-right: 0px;padding: 6px;}
div#sidebar {float: left; width: 150px; height: 100%; display: inline; margin-left: 0;}
div#footer {width: 100%;clear: both;color: #fff;background-image: url(images/cms/bg_foot.jpg);background-repeat: repeat-x;}
div#footer p {font-size: 1em;padding: 1.5em;text-align: right;margin: 0;}
div#footer p a {color: #fff;}
div.hr {height: 34px; background: #000 url(uploads/images/scroll.gif) no-repeat scroll center;}
div.hr2 {height: 40px; background: #000 url(uploads/images/flourish.png) no-repeat scroll center;}
div.hr hr, div.hr2 hr { display: none;}
div.left49 {width: 59%;}
div.left49 p, div.right49 {font-size: 11px;}
div.right49 {float: right;width: 39%;text-align: right;}
div#content {}
div#content h1 {font-size: 2em;line-height: 1em;margin: 0;}
div#content h2 {color: #dad1b1e; background: transparent url(uploads/images/flourish.png) top left no-repeat;font-size: 1.5em; text-align: left; padding-left: 1em; padding-bottom: 1px; border-bottom: 1px solid #605152; line-height: 1.5em; margin: 0 0 0.5em 0;}
div#content h3 {color: #c7978b; font-size: 1.3em; line-height: 1.3em; margin: 0 0 0.5em 0;}
div#content h4 {color: #bdb5ca; font-size: 1.2em; line-height: 1.3em; margin: 0 0 0.25em 0;}
div#content h5 {color: #c76940; font-size: 1.1em; line-height: 1.3em; margin: 0 0 0.25em 0;}
h6 {color: #d07f24; font-size: 1em; line-height: 1.3em; margin: 0 0 0.25em 0;}
p {font-size: 1.2em; margin: 0 0 1.5em 0; line-height: 1.5em; padding: 0;}
blockquote {border-left: 10px solid #ddd; margin-left: 10px;}
strong, b {font-weight: bold;}
em, i {font-style:italic;}
code, pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;white-space: -o-pre-wrap; word-wrap: break-word; font-family: "Courier New", Courier, monospace;font-size: 1em;}
pre {border: 1px solid #000; background-color: #ddd; margin: 0 1em 1em 1em; padding: 0.5em; line-height: 1.5em; font-size: 90%;}
div.templatecode {margin: 0 0 2.5em;}
div#main ul, div#main ol, div#main dl {font-size: 1.2em; line-height: 1.4em; margin: 0;}
div#main ul li, div#main ol li {margin: .5em 2em;}
div#main dl dt {font-weight: bold; margin: 0 0 0 1em;}
div#main dl dd {margin: 0 0 1em 1em;}
div#main dl {margin-bottom: 2em; padding-bottom: 1em; border-bottom: 1px solid #c0c0c0;}
form {padding: 6px; background: #32110c;}
input {color: #2e252a; background: #dad1be; border:1px solid #605152;}
span.accesskey {text-decoration:none;}
.accessibility, hr {position: absolute; top: -999em; left: -999em;}
dfn {position: absolute; left: -1000px; top: -1000px; width: 0; height: 0; overflow: hidden; display: inline;}
a.external span {position: absolute; left: -5000px; width: 4000px;}
a.external {padding: 0 12px 0 0;}
a.external:link {color: #eeeodf; background: url(images/cms/external.gif) no-repeat 100% 0;}
a.external:visited {color: #fff; background: url(images/cms/external.gif) no-repeat 100% 0;}
a.external:hover {color: #18507C; background: url(images/cms/external.gif) no-repeat 100% 0; background-color: #dad1be;}
div.container {width: 100%; margin-left: auto; margin-right: auto; text-align: center; padding: 0px;}
div.cell {width: 22%; margin: 2px; padding: 0px; float: left;}
td {
	border: 1px solid #2E252A;
	text-align: center;
	background-color: #32110C;
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block; 
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* End of 'Layout: Left sidebar + 1 column' */

