/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: georgia, Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #424242;
    background: #fff;
    margin-top:5px;
    margin-bottom:5px;
}
div, p, img, a, td, ul, ol {
    font-size: 12px; 
    line-height:18px;
}

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: georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	color:#003153;
	letter-spacing: .07em;
}
h1 { font-size: 238% }
h2 { font-size: 204%; }
h3 { font-size: 165%; }
h4 { font-size: 138%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a img, img {
    border: none;
}

a:link { 
    text-decoration: none;
    color: #424242;
    border:0px;
}
a:visited { 
	color: #424242;     
	text-decoration: none;
	border:0px;
}
a:hover { 
	color: #dd1010; 
	text-decoration: underline; 
	border:0px;
}
a:active { 
	color: #424242;     
	text-decoration: none;
	border:0px;
}

ul {
    list-style: none;
    margin: 0 0 0 0;
}
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
#page {
    width: 923px;
    padding:0;
    margin: 0 auto;
    text-align: left;
/*    background: url(images/tile.gif) repeat-y;*/
}
#content_main {
    text-align: left;
    width: 923px;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.5em;
}
#content {
    float: left;
    text-align: left;
    width: 655px;
    margin: 0;
    margin-top:15px;
    padding: 10px;
    line-height: 1.5em;
    border:1px solid #bdbdbd;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }

.error, .message {
    padding: 12px;
    color: #ff0000;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header_main { 
	width:100%;
	border-bottom:2px solid #dd1010;
}
#header {
	height:125px;
	width:923px;
	margin:auto;
}
.top_menu {
	width:923px;
	height:31px;
}
/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    float:right;
    width:209px;
    margin: 15px 0px 0 15px;
    padding: 10px;
    font-size: 85%;
    line-height: 1.4em;
    color: #343434;
    border:1px solid #bdbdbd;
/*    background: url(images/sidebar_bg.gif) no-repeat 0 0;*/
}
.dot_line {
	height:20px;
	margin-bottom:10px;
	border-bottom:1px dashed #bdbdbd;
}

/* Footer 
------------------------------------------------------------------------- */
#footer_main { 
	width:100%;
	border-top:2px solid #bdbdbd;
	padding-top:10px;
	margin-top:10px;
}
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    color: #424242;
    width:923px;
    margin:auto;
}
#footer a:link {
    color: #424242;
}
#footer a:visited {
    color: #424242;
}
#footer a:active {
    color: #424242;
}
#footer a:hover {
    color: #424242;
	text-decoration: underline;
}
.footer_menu ul li {
        font-size: 12px;
	float:left;
}
.footer_menu ul li a {
        font-size: 12px;
}
#footer, #footer a {
    font-size: 12px;
    text-align:left;
}
.footer_01, .footer_01 a {
    font-size: 12px;
    text-align:left;
}

/* 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;
}
.back {
	float:left;
}
.forward {
	float:right;
}
.clearBoth {
	clear:both;
}
.home_01 {
	width:461px;
	height:307px;
	background: url(images/home_01.jpg) no-repeat 0 0;
}
.home_02 {
	width:462px;
	height:307px;
	background: url(images/home_02.jpg) no-repeat 0 0;
}
#mainimg {
	height:307px;
	z-index:0;
}
.slogan_div {
	width:863px;
	padding-left:30px;
	padding-right:30px;
	padding-top:200px;
	text-align:center;
	position:absolute;
	z-index:80;
}
h1.slogan {
	color:#dd1010;
	font-size:30px;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:40px;
}
.read_more {
	text-align:right;
	padding-top:5px;
	font-weight:bold;
}
.main_banner {
	margin-top:15px;
	height:42px;
	margin-bottom:15px;
}
#sidebar ul li a.active {
	color:#dd1010;
}
ul.thumbs li {
	height:120px;
}
