

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background: url(images/Sub-BG.png) repeat-x #ccc ;
    background-position: 0 2px;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family:   arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	
}
h1 { 
  font-size: 218% ; 
  color: #ef4023 ;
  font-style: italic;
}
h2 { font-size: 164%; }
h3 { font-size: 11pt; font-weight: bold; color: #ef4023 }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }
.red_reverse{background: #ef4023; color:white}

a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    
}
li {
    list-style: disc;
    margin-left: 10px;
    
}
hr {
    color: #ef4023 ;
    height:2px;
    background-color: #ef4023 ;
    width: 624px;
}
#menu li {
    list-style: none;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 1001px;
    margin: 0 auto;
    text-align: left;
    
}
table#layout {width:100%; border-collapse: collapse; padding: 0; border-spacing: 0;}
table#layout td.sidebar {width:300px; vertical-align: top; padding: 0;  background: #6d6d6d}
table#layout td.content { border: 4px solid #ef4023; border-bottom: none;  padding: 0; border-spacing: 0; vertical-align: top; text-align:left; background: url(images/content_bg.jpg) white;}

#contentbox {padding: 0 20px 20px 15px; margin:0;}


#homeaddress { color: #ddd; margin: 8px 0 10px 50px}
#homeaddress {text-align: center}
#homeaddress p {text-align: left; margin: 0; padding: 0; font-weight: bold; font-size:11pt;}

table td.rightsidebar{ padding: 0;}



blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }




.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    position: relative;
    margin: 0;
    padding: 0;
    height: 210px;
}





/* Related Links 
------------------------------------------------------------------------- */






/* Sidebar 
------------------------------------------------------------------------- */


#menu {margin-top:0;}
#menu {border-bottom: 2px solid #a1a1a0}
#menu li {margin-left:0;}
#menu li a { 
    display: block;
    padding-left:48px;
    padding-top:3px;
    height:31px;
    background: url(images/menu_bg_off.jpg) no-repeat #a1a1a0;
    list-style-type: none;
    border-bottom: 1px solid #333;
    font-size: 14pt;
    text-transform: uppercase;
    color: #444;
    
}

#menu li a:hover { color: #e54c33; background: url(images/menu_bg_on.jpg) no-repeat #a1a1a0;}




/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    font-size: 85%;
    background-color: #ef4023;
    color: #eee;
    text-align: center;
    padding: 5px 20px;
    
}

#footer p {
    padding: 20px 320px 20px 95px;
    
}

#footer a {border-bottom: none; color: white}
#footer a:hover{ text-decoration: underline}


.right_border {border-right: 1px solid #ef4023; padding-right: 5px;}
table {border-collapse: collapse}
table td {padding-left:5px;}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}