@import url('/css/default.css');
@import url('/css/ClickShowHideMenu.css'); 
@import url('/css/cms.css');

/* Generic Styles */


body {
	background: #fff url('/media/structure/page_bg.jpg') repeat-x;
	font:11px "Helvetica";
	margin:0px;
}
h1 {
    font-family:Verdana;
    font-weight:bold;
    font-size:16px;
    color:#1F5E65;
}
h2 {
    font-family:Verdana;
    font-weight:bold;
    font-size:14px;
    color:#519526;
}
h3 {
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    color:#666;
}
a {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#519526;
}
a.button_large {
    display:inline-block;
	background: url('/media/structure/button_large.gif') no-repeat;
    width:103px;
    height:23px;
    line-height:22px;
    padding-left:5px;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}
a.button_large:hover {
    background-position:0px -23px;
}
a.button_small {
    display:inline-block;
	background: url('/media/structure/button_small.gif') no-repeat;
    width:57px;
    height:23px;
    line-height:22px;
    padding-left:5px;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}
a.button_small:hover {
    background-position:0px -23px;
}

#frame {
    width:930px;
    margin:0px auto;
}

#header {
	background: url('/media/structure/header.jpg') no-repeat;
    height:158px;
    padding:0px 30px;
    position:relative;
}
#header #left {
    float:left;
    width:393px;
    margin-right:17px;
    text-align:right;
}
#header #left_menu {
    position:absolute;
    top:40px;
    float:left;
    width:108px;
    margin-left:35px;
}
#header #flash_banner {
    position:absolute;
    left:440px;
    top:25px;
}

#content {
	background: url('/media/structure/body.jpg') repeat-y;
    min-height:300px;
    padding:0px 30px;
}
* html #content {
    height:300px;
}
#content #left {
    float:left;
    width:367px;
}
#content #left_nav {
    float:right;
    width:220px;
}

#content #left_nav ul {
    list-style:none;
}
#content #left_nav #menu1 {
    margin-left:35px;
}
#content #left_nav ul.section {
    border-top:1px solid #00767E;
    border-bottom:1px solid #00767E;
}
#content #left_nav ul a {
    display:block;
    padding-bottom:9px;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#004850;
    line-height:110%;
    text-decoration:none;
}
#content #left_nav ul a:hover {
    color:#519526;
}
#content #left_nav ul ul a {
    padding-left:15px;
    padding-bottom:0px;
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    color:#333;
    line-height:160%;
}

#content #right {
    float:right;
    width:430px;
}
#right ul {
    list-style:none;
    margin-top:5px;
    margin-bottom:5px;
}
#right ol {
    padding-left:20px;
    margin-top:5px;
    margin-bottom:5px;
}
#content #right_content {
    float:left;
    width:400px;
    margin-top:10px;
}
#right_content ul li {
	background: url('/media/structure/star_green.gif') no-repeat;
    padding-left:20px;
}
#right_content ul li.even {
	background: url('/media/structure/star_blue.gif') no-repeat;
    padding-left:20px;
}
#content #right_content strong, #content #right_content b {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#1F5E65;
}
#content #right_content table {
    font-family:Verdana;
    font-size:10px;
    border-collapse:collapse;
    background:#fff;
}
#content #right_content th {
    background:#519526;
    border:1px solid #1F5E65;
    padding:1px 10px;
    font-weight:bold;
    color:#fff;
}
#content #right_content td {
    border:1px solid #1F5E65;
    padding:1px 10px;
}
#content #right_content tr.odd td {
    background:#E5EFDF;
}
#content #right_content hr {
    background:#00767E;
    color:#00767E;
    height:1px;
    border:0px;
    margin-top:5px;
    margin-bottom:10px;
}
#content #right_content, #content #right_content p {
    font-family:Verdana;
    font-size:11px;
    line-height:150%;
}
#content #right_content p {
    margin-top:10px;
    margin-bottom:10px;
}
#content #right_content .img_display {
    width:420px;
}
#content #right_content .img_display img {
    padding-right:20px;
    vertical-align:middle;
}
#content #right_content .quotes {
	background: url('/media/structure/quotes_top.gif') no-repeat;
    margin-top:5px;
    padding:1px 40px 0px 45px;
}
#content #right_content .quotes_end {
	background: url('/media/structure/quotes_bottom.gif') no-repeat top right;
    height:27px;
    margin-top:-24px;
    margin-bottom:10px;
}

#footer {
	background: url('/media/structure/footer.jpg') no-repeat;
    height:26px;
    clear:both;
    text-align:right;
    padding:100px 30px 0px;
    margin-bottom:20px;
    color:#999;
    font-size:10px;
}
#footer .designed_by {
    color:#427A1F;
    font-size:10px;
}
#footer .designed_by a {
    color:#427A1F;
    font-size:10px;
    font-weight:bold;
}

.left_float img, .float_left img {
    border:2px solid #1F5E65;
}
.right_float img, .float_right img {
    border:2px solid #519526;
}
