﻿/* CSS Document */
*{
   margin: 0;
   padding: 0;
}
body{
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   background: #FFF;
}
form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6, strong{ font-weight: normal;font-style: normal;}
h2, h3 {
   margin-top: 20px;
   margin-bottom: 10px;
}
h4, h5, h6, p, ol, ul, pre, blockquote {
   margin-top: 10px;
   margin-bottom: 10px;
}



/* standard helper classes */

.clr, {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

a:link {
	color: #005BAB;
	text-decoration: none;
}

a:visited {
	color: #005BAB;
	text-decoration: none;
}

a:hover {
	color: #ff6c00;
	text-decoration: underline;
}

a:active {
	color: #005BAB;
	text-decoration: underline;
}

#container {
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 800px;
   text-align: left;
  background: url(images/common/pagebody-bg.gif) repeat-y;
}
#pagebody {   
}
/* page-header*/

/* page-right*/
#contents {
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
   width: 570px;
}
#contents h2{
	font-size: 15px;
	font-weight: bold;
	line-height: 170%;
	text-align: left;
	background: url(images/common/h2-bg.gif) no-repeat bottom;
	padding: 20px 0 3px 0;
}
#contents h2 span{
	color: #5FB6E0;
	font-size: 0.7em;
}
#contents h3{
	font-size: 15px;
	font-weight: bold;
	line-height: 170%;
	text-align: left;
	color: #2AAB39;
}
#contents h4{
	font-size: 13px;
	line-height: 170%;
	text-align: left;
	color: #005BAB;
	margin-bottom: 0;
}
#contents h5{
	font-size: 12px;
	line-height: 170%;
	text-align: left;
	color: #EA7307;
	margin-bottom: 0;
	border-bottom: solid #FFCC99 1px;
}
#contents p{
	line-height: 170%;
	margin-top: 0;
}
p.pagetop{
	clear:both;
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
}
.text-box1{
	width: 490px;
}
.text-box2{
	width: 350px;
	float: left;
}
.img-box{
	width: 200px;
	float: right;
}
table.contact{
	margin: 10px 0;
	border-top: solid #999 1px;
}
table.contact th, table.contact td{
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 170%;
	text-align: left;
	vertical-align: top;
	border-bottom: solid #999 1px;
}
table.contact td.center{
	text-align: center;
}
.red{
	color: red;
}
/* page-left*/
#sidebar {
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   width: 200px;
   background: #e6e6e6;
}
.side-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-list-item {
	margin: 0;
	padding: 0;
	border-bottom: solid #ccc 1px;
}
#sidebar ul.side-list li.side-list-item a{
	display: block;
	padding: 0 10px;
	background: #8CC654;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
}
#sidebar ul.side-list li.side-list-item a:hover{
	background: #5FB6E0;
	text-decoration: none;
}
/* page-footer*/
#page-footer {
   clear: both;
   padding: 5px;
   background: #BBE1E8;
   text-align: center;
}