@CHARSET "UTF-8";

*
{
margin: 0px;
padding: 0px;
}

img {
    border-width: 0;
}

html {
	overflow-y: scroll; 	
}

body
{
background: #fff url('/img/header_bg.gif') repeat-x;
color: #474747;
font-size: 15px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #006998;
}

a:visited {
    color: #7a9099;
}

a:hover
{
text-decoration: none;
color: #fff;
background: #6c98f5 url('/img/link_bg.gif') repeat-x;
}

#header
{
width: 100%;
height: 104px;
/*background-color: #4d4d4d;
background: url('/img/header_bg.gif') repeat-x;*/
color: #ffffff;
}

#header2
{
position: relative;
width: 880px;
height: 104px;
margin: 0px auto;
}

#header2 h1
{
background: inherit;
position: absolute;
left: 0px;
bottom: 10px;
font-size: 39px;
color: #fff;
font-weight: normal;
letter-spacing: -2px;
}

#header2 img {
    display: block;
}

#header2 a, #header2 a:hover {
    text-decoration: none;
    color: #DADADA;
    background-image: none;
    background-color: transparent;
}

#icons {
background: inherit;
position: absolute;
right: 0px;
top: 10px;
color: #DADADA;
font-size: 13px;    
}

#icons img {
    display: inline-block;
    margin: 0 5px;
}

#slogan
{
background: inherit;
position: absolute;
right: 5px;
bottom: 13px;
color: #fff;
font-size: 17px;
    letter-spacing: 1px;
}

#main
{
padding-top: 20px;
position: relative;
width: 880px;
margin: 0px auto;
padding-bottom: 10px;
}

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
display: block;
position: relative;
width: 223px;
height: 27px;
margin-bottom: 1px;
text-decoration: none;
background: inherit;
background-image: url('/img/item_bg.gif');
padding-left: 17px;
padding-top: 9px;
color: #636363;
font-size: 15px;
}

#menu a.current span
{
position: absolute;
right: 0px;
margin-top: 7px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('/img/x1.gif') no-repeat;
}

#menu a.current:hover span
{
position: absolute;
right: 0px;
margin-top: 7px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('/img/x2.gif') no-repeat;
}

#menu a:hover
{
background-color: #6c98f5;
color: #fff;
background-image: url('/img/link_bg.gif');
}

#menu_end
{
height: 30px;
background-image: url('/img/divider.gif');
}

li.exit:after {
    content: url('/img/exit.gif');
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

h1
{
background: inherit;
color: #50514D;
font-size: 34px;
}

h2
{
margin-top: 30px;
background: inherit;
color: #50514D;
font-size: 19px;
height: 36px;
background: url('/img/h3_bg.gif') repeat-x 0px 19px;
}

#lcol
{
position: relative;
width: 240px;
float: left;
}

#lcontent
{
position: relative;
padding: 30px 15px 0px 15px;
font-size: 13px;
}

#lcontent h3 {
	margin-top: 30px;
	font-size: 15px;
	height: 30px;
	background: url('/img/h3_bg.gif') repeat-x 0px 19px;
}

#lcontent h3.first {
	margin-top: 0px;
}

#rcontent
{
position: relative;
padding: 25px 20px 0px 20px;
}

ul
{
list-style: none;
}

li
{
padding-left: 15px;
}

#rcontent ul {
	list-style: circle;
	padding-left: 15px;	
}

#rcontent ul li {
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 23px;
}

p {
margin-bottom: 15px;
text-align: justify;
line-height: 23px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
position: relative;
margin-left: 245px;
width: 630px;
background-image: url('/img/divider.gif');
background-repeat: repeat-x;
}

#slogan2
{
font-size: 14px;
position: relative;
top: -5px;
}

.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #006998;
}

.box h3
{
background: inherit;
color: #004361;
font-weight: normal;
font-size: 23px;
margin-bottom: 5px;
}

.box p
{
font-size: 14px;
line-height: 20px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #fdfdf4 url('/img/box_bg.gif') repeat-x;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
padding-top: 5px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

img.more {
	float: right;
}

h2.short {
	margin-top: 20px;	
}

p.short {
	width: 90%;
	display: inline-block;
	margin-bottom: 5px;
}

dl {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

dt {
    display: inline-block;
    width: 30%;
    float: left;
    text-indent: 10%;
}

dd {
    display: inline-block;
    width: 60%;
    float: right;
}

.certificate {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}

.certificate img {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#footer
{
clear: both;
background: url('/img/divider.gif') repeat-x;
width: 880px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
color: #ababab;
font-size: 13px;
}

#footer a, #footer a:hover {
    text-decoration: none;
    color: inherit;
    background-image: none;
    background-color: transparent;
}
