/* background elements */
html { }
body { background: #fff; margin: 0px auto; text-align: center;}

/* seo */
#seo, #seo h1, #seo h2 { display: none; background: #fff; color: #fff; }

/* wrappers */
#banner, #middle, #footer { width: 955px; margin: 0px auto; text-align: left;}

/* font */
html, body, input, select, textarea, h1, h2, h3, h4, p, td, button, .c1
{ font-family: Arial,Tahoma; font-size: 12px; color:#444; line-height: 140%;}
p { line-height: 180%; }
#footer { font-family: Arial; font-size: 11px; color: #666;}

/* content */
#middle p { margin: 10px 0px; }
#content ul { margin-top: 0px; margin-bottom: 0px; list-style-type: disc; list-style-position: outside; }
#content li { margin: 10px 0px 10px -10px; }

/* tables */
table { padding: 0px; border-collapse: collapse; }
tr { vertical-align: top; }

/* floaters */
img { border: 0px; }
img.picLeft { display: block; float: left; margin: 10px 15px 10px 5px; }
img.picRight { display: block; float: right; margin: 10px 5px 10px 15px; }
div.picsLeft { display: block; float: left; margin: 10px 15px 10px 5px; }

/* ahref */
a { color: #00f; text-decoration: none; }
a:hover { color: #00f; text-decoration: underline; }

/* clearfix */
.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 */

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height: 7px; font-size: 1px; }
.rbcontent { margin: 0px 7px; }
.rbroundbox { width: 100%; margin: 0px auto; color: #666;}

/* colors */
span.green { color: #008000; }

/* general */
div.noflash { text-align: center; margin: 10px 0px;}
div.dashed { overflow:hidden; height: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ccc; }

/* header */
#header { margin-bottom: 0px;}
#navi { text-align: center; background: #C2DC9E; background: url(../images/background.gif) repeat;}

#banner { width: 940px;  /* width:940px; height: 414px; background: url(../images/bg_header.jpg); */ }
#head_hansol { }

#header td.h1 { width: 180px; }
#header td.h3 { width: 100px; }

/* footer */
#footer { width: 945px; text-align: right; margin-top: 20px; padding: 10px 10px 0px 0px; border-top: 1px solid #ccc;}
#footer a { color: #666; }
#footer a:hover { color: #00f; }

/* content */
#middle { }
#middle h2 { font-weight: bold; margin: 0px 0px 10px 0px; }
#middle ul { }
#middle h2 span { display: none; }

#content { border-left: 1px solid #ccc; margin-left: 200px; padding: 0px 0px 10px 10px;}
#content h3 { margin: 0px;}
#content p { margin: 10px; }

