body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: small;
    line-height: 1.5em;
    color: #333;
    background-color: #DFE4EA;
}
/****LAYOUT****/
html, body, #wrap {
	height: 100%;
	width: 750px;
}
#wrap, .wrap {
    position: relative;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 95%;
    text-align: left;
    width: 750px;
    background: #fff;
    border-left: 1px dotted #333;
    border-right: 1px dotted #333;
}
#header, .header {
    height: 80px;
    vertical-align: middle;
}
#main_menu, .main_menu {
	text-align:center
	position: static;
}
#banner, .banner {
	width:inherit;
	position: static;
}
#vertical {
    vertical-align: middle;
}
#main_body, .main_body {
    float: left;
    width: 521px;
    margin-bottom: 20px;
}
#content, .content {
    margin: 19px 0;
    padding: 0 25px;
    background: #fff;
}
#sidebar, .sidebar {
    width: 219px;
    float: right;
    margin: 0 0 20px 0;
    padding: 0 9px 0 0;
    line-height: 1.5em;
    color: #888;
}
#sidebar ul, .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar li, .sidebar li {
    margin: .5em 0 .5em 0;
    padding: 0 0 0 15px;
    background: url(../english/img/sqr_bullet.gif) no-repeat 0 2px;
}
#sidebar h3, .sidebar h3 {
    color: #fff;
    padding: 2px 7px;
    background-color: #9c3;
    font-size: 100%;
    font-weight: bold;
}
#clear, .clear {
    clear: both;
}
#hidden, .hidden {
    font-size: 5%;
    color: #fff;
    background: #fff;
}
#footer, .footer {
    text-align: center;
    position: absolute;
    bottom: 0em;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 1em 0;
    font-size: 12px;
    color: #5A5A5A;
/*	background: #000;*/
}
#footer span, .footer span {
	margin: 0 10px;
	padding: 5px 0;
	display: block;
	color: #666666;
}
/****NAVIGATION****/
#nav, .nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 83%;
	background: #FFFFFF;
	/*border-top: 1px solid #666;*/
}
#nav ul, .nav ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 107px; /* Width of Menu Items */
}
#nav li ul, .nav li ul {
    position: absolute;
    display: none;
    width: 150px;
}
#nav li ul li ul, .nav li ul li ul {
    position: relative;
}

/* Styles for Menu Items */
#nav li a, .nav li a {
    display: block;
    text-decoration: none;
    color: #fff; /* IE6 Bug */
    padding: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    background: url(../english/img/nav_back.gif); 
}
#nav li ul li a, .nav li ul li a {
    color: #333;
    background-color: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    text-align: left;
    background-image: none;
}
#nav li ul li ul li a, .nav li ul li ul li a {
    padding-left: 20px;
}
 /* Hover Styles */
#nav li a:hover, .nav li a:hover {
     background: url(../english/img/nav_back_over.gif); 
}
#nav ul li a:hover, .nav ul li a:hover {
     color: #3786b8;
     background: #f9f9f9;
 }
/* Sub Menu Styles */
#nav li ul li a, .nav li ul li a {
    padding: 2px 5px;
}
/* The magic */
#nav li:hover ul, #nav li.over ul, .nav li:hover ul, .nav li.over ul {
    display: block;
}
#nav li, .nav li {
    float: left;
    width: 107px;
}
#nav li ul li, .nav li ul li{
    clear: both;
    width: 150px;
    border-bottom: 1px solid #999;
}
#nav li ul li ul li, .nav li ul li ul li{
    border-bottom: none;
}
#nav li ul li ul li, ul.wide li, .nav li ul li ul li, ul.wide li {
    width: 200px !important;
}
.sub_menu {
    display: block;
    color: #206997;
    padding: 2px 5px;
    margin: -2px 0 0 -5px;
    width: 186px;
    background-color: #ececec;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#nav_contact li, .nav_contact li {
    width: 108px !important;
}
#header_nav, .header_nav {
	margin: 0;
	padding: 0 0px 0 0;
	list-style: none;
	width: 250px;
	position: relative;
	top: -10px;
	left: 480px;
	color: #090;
	background: #fff;
	text-align: right;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
}
#header_nav li, .header_nav li { 
    display: inline;
    padding: 0 3px;
}
#header_nav li a:link, #header_nav li a:visited, .header_nav li a:link, .header_nav li a:visited {
    text-decoration: none;
    color:#090;
}
#header_nav li a:hover, #header_nav li a:active, .header_nav li a:hover, .header_nav li a:active {
    color: #333;
    background-color: #f1efe2;
}
p a:link, p a:visited, dd a:link, dd a:visited, #sidebar li a:link, #sidebar li a:visited,  .sidebar li a:link, .sidebar li a:visited {
    color: #59bb2f;
}
p a:hover, p a:active, dd a:hover, dd a:active, #sidebar li a:hover, #sidebar li a:active {
    color: #000;
    background-color: #68ce3e;
}
a:link, a:visited {
    color: #59bb2f;
}

a:hover, a:active {
    color: #000;
    background-color: #68ce3e;
}
/****TYPOGRAPHY****/
p, ol p, label {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    padding: 0 0 0 2px;
}
h1 {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 150%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
h2 {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
	padding: 0;
	margin: 0 0 .5em 0;*/
	padding: 0;
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81e11;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
    margin: 1.5em 0 0 0;
    padding-bottom: 2px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: normal;
}
h3.sub {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    padding-left: 5px;
    color: #c30;
    letter-spacing: -1px;
    border-bottom: none;
    background-color: #cc9;
}
h3 a:link, h3 a:visited {
    font-size: 110%;
    text-decoration: none;
    border-bottom: none;
    color: #40659B;
}
h3 a:hover {
    color: #036;
}
h4, h5 {
	/*margin: 1.5em 0 0 0;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #333;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
dl {
    margin-bottom: 10px;
}
dt {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: #123555;
    background-color: #eef9ff;
	/*background-color: #DCEEF1;*/
	padding: 1px 4px;
	width: 100%;
}
dt.partners {
    background-color: #fff;
}
dd {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    width: 100%;
    padding-left: 5px;
}
dd img {
    margin: 2px;
    border: 1px solid #ccc;
}
ul, ol {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px;
}
ol {
    font-weight: bold;
    color: #c30;
}

ol p, ol ul li {
    font-weight: normal;
    color: #333;
}
.pullQoute {
    width: 382px;
    padding: 9px;
    font-family: "Lucida Grande", "Trebuchet MS", Geneva, Arial, sans-serif;
    font-size: 140%;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    background-color: #ffebe1;
}
.pullQoute:before {
    display: block;
    line-height: 0.1;
    margin: -9px -9px -22px -9px;
}
.pullQoute:after {
    clear: both;
    display: block;
    line-height: 0.1;
    margin: 0 -9px -9px -9px;
}
#sidebar li, .sidebar li {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4em;
    color: #333;
}
.list_emp {
    font-weight: bold;
    color: #66aadf;
    border-bottom: 1px solid #66aadf;
}
q {
    font-weight: bold;
    color: #663;
}
em {
    color: #666;
    font-size: 160%;
}
.highlight {
    color: #c30;
}
/****SIDEBAR****/
.box {
    margin-top: 45px;
    padding: 9px;
    background-color: #f1efe2;
}
.box:before {
    display: block;
    line-height: 0.1;
    margin: -9px -9px -22px -9px;
}
.box:after, .box_home:after {
    clear: both;
    display: block;
    line-height: 0.1;
    margin: 0 -9px -9px -9px;
}
.box h4 {
    margin-top: 0;
    color: #090;
}
.box_home {
    margin-top: 45px;
    padding: 9px;
	background-color:#f1efe2;
}
.box_home:before {
    display: block;
    line-height: 0.1;
    margin: -9px -9px -22px -9px;
}
.box_home h3 {
    margin-top: 0;
}
.pic {
    float: right;
}

/****FORM****/
input.form_txt, textarea.form_txt, select {
    width: 100%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #ccc;
}
input[type="checkbox"] {
    width: 5%;
}
input.btn {
    font-weight: bold;
    border: 1px outset #fc0;
}
input.btn:hover {
    border: 1px outset #c30;
}
textarea {
    height: 100px;
}
form p {
    clear: left;
    margin: 0;
    padding: 8px 0 0 0;
}
form p label {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #c30;
}

/****ETC****/
hr {
    border: none;
	background-color: #00406D;
    height: 1px; 
}
.confirm {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    width: 80%;
    margin: 0 0 10px 0;
    padding: 1px 5px;
    background-color: #F0F8FF;
}
