@charset "utf-8";
/* CSS Document */

/* General */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body {background: #EDEDED; font: 11px/13px tahoma, arial, helvetica, sans-serif; color: #575757;}
img {border: 0px;}
.clear {clear: both;}

/* Text */
h1 {padding-bottom: 10px; font-size: 11px;}
h2 {padding-bottom: 10px; font-size: 11px;}
h3 {padding-bottom: 10px; font-size: 11px;}
h4 {padding-bottom: 5px; font-size: 11px;}
h5 { font-size: 11px;}
h6 { font-size: 11px;}
p {padding-bottom: 20px;}
ul {}
li {}
a {color:#575757; text-decoration:underline;}
a:hover {color:#575757; text-decoration:none;}

/* Main Layout */
#wrapper {width: 800px; margin: 0px auto; background: #ffffff;}
#header {width: 100%; position: relative;}
#container {}
#footer {width: 100%; height: 66px; background: url(images/footer.gif); padding-top: 25px;}

/* Inside Header */
#head {height: 108px; width: 100%; background: url(images/header.gif) right;}
#nav {height: 54px; width: 100%; background: url(images/nav.gif);}
#nav img {display: inline;}
#banner {height: 193px; width: 100%; background: #48535f;}
#banner #banner-img {float: left;}
#banner .box {float: right; width: 190px; padding-right: 40px; margin-top: 30px;}
#banner .box p {color: #FFFFFF; padding-bottom: 10px;}
#banner .box p a:link, #banner .box p a:visited, #banner .box p a:hover {color: #FFFFFF; text-decoration: underline;}
#banner .box h4 {color: #FFFFFF; text-decoration: underline;}
#side-nav {position: absolute; right: 20px; top: 35px; width: 175px;}
#side-nav p {float: left; text-align: center; padding-right: 15px; font-size: 10px;}
#side-nav p a:link {color: #999999; text-decoration: none;}
#side-nav p a:visited {color: #999999;  text-decoration: none;}
#side-nav p a:hover {color: #999999; }
#side-nav img {padding-bottom: 5px;}

/* Inside Container*/
.content-main {background: url(images/c-bg.gif); position: relative; padding: 30px 0px 7px 0px; border-right: 1px solid white;}
.content-main .right {width: 230px; float: right; position: relative; padding: 0px 10px 0px 25px; z-index: 2;}
.content-main .left {width: 450px; float: left; position: relative; padding: 0px 35px; z-index: 2;}
.c-main-bot {width: 100%; height: 7px; background: url(images/c-bot.gif) bottom; position: absolute; bottom: 0px; left: 0px;} 
.bot {float: left; width: 215px; padding: 25px;}
.bot .right {float: right;}
.content-2 {background: url(images/c2-bg.gif);}
.content-2 p {padding: 5px;}

/* Footer */
#footer ul {list-style-image: url(images/ch_end.jpg); font-weight:bold; font-size:11px; text-align:center;}
#footer li {display: inline; padding-right: 20px;}
#footer li a {color: #474747; text-decoration:none;}
#footer li a:hover{color: #474747; text-decoration: underline;}
#footer p {text-align: center; padding-top: 15px;}
