body {
    font-family:verdana,arial,helvetica,clean,sans-serif !important;
    text-align:justify;
}

#main_wrapper {
    margin:0px auto;
    width:970px;
}
a{
    color:#424347;
}

/*top site*/
#site_top {
    width:965px;
    height:200px;
    background: #fff url(../images/banner1.jpg) no-repeat scroll;
    padding:12px 13px 11px;
}
.logo{
    width:288px;
    float:left;
}
.logo img {
    width:288px;
    height:201px;
    border:0px;
}
#site_top .banner {
   float:left;
   margin-left:8px;
   margin-top:1px;
   width:643px;
   height:200px;
}

#site_top .banner img {
   width:643px;
   height:200px;
}

/*drop down menu*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 10em;
    color:#fff;
    text-decoration:none;
    margin:0.5em 0px;
}
#nav li.nav_item {
    text-align:left;
}
#nav li a {
    text-align:center;
}
#nav li ul li {
    text-align:center;
}
#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: auto;/*10em;*/
    background-color:#055793;
	left: -999em;
}
#nav li ul li a {
    width:15em;
}
#nav li.nav_item:hover, #nav li.selected{    background-color:#055793;}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*center the drop down menu*/
#nav_container {
   float:left;
   text-align:center;
   width:940px;
   height:2.2em;
   background: #959698 url(../images/nav_background.jpg) scroll repeat-x 0px 0px;
   margin:0px 13px;
   display:inline;
}
#nav_container ul {
    width:50em;/*43em;*/
    margin:0 auto;
}
/*sub nav*/
#subnav {
    float:left;
    height:3em;
    clear: both;
    width:100%;
}
/*site clock*/
#clock {
    float:left;
}
#clock iframe {
    padding-left:0px;
}
/*hidde the click clock*/
.blocker {
    height:20px;
    width:400px;
    position:absolute;
    float:left;
}
/*leng selector*/
#leng_selector {
    float:right;
    margin:5px 17px 0 0;
}
#leng_selector button {
   display:inline;
}

#leng_selector button{
   padding:0px;
   margin:0px;
   border:medium none;
   background-color:transparent;
   cursor:pointer;
}

#content {
    clear:both;
    margin: 0px 13px;
    padding-top:0px;
}
/*Content style*/
#content h1 {
    color:#095a95;
    font-size:20px;
    border-bottom:1px dotted #686a70;
    margin:13px 0;
}
#content h2 {
    color: #333;
    font-size:15px;
    margin: 10px 0;
    font-weight:bold;
}
#content h3 {
    color: #333;
    font-size:18px;
    margin: 10px 0;
    }
#content p {
    color:#424347;
    line-height:1.5em;
    font-size:13px;
    margin-bottom: 0.8em;
}
#content p.nomargin {
    margin-bottom:0px;
}

ul.list {
    margin:1em 0em 2em 3em;
}
ul.list li {
    list-style-image:url(../images/bullet3.gif);
    line-height:1.6em;
    padding-bottom:1em;
    color:#424347;
}

/*contact table*/
.our_contacts {
    width:100%;
}
.our_contacts td {
    width:50%;
    padding:0px 10px 0px 0px;
    vertical-align:top;
}
#content .our_contacts p {
    margin:0px;
    line-height:1.6em;
}
#content .our_contacts h2 {
    margin:5px 0px;
}
.destac {
    font-weight:bold;
}
/*footer*/
#footer {
    border-top:1px dotted #686a70;
    padding-top:10px;
    margin:30px 13px 10px 13px;
    line-height:1.6em;
    text-align:right;
}
#footer p {
    color:#424347;
    font-size:13px;
}
.colophon, .important {
   color:#095A95;
   font-weight:bold;
}


/*----------------------------forms style-------------------------------------*/
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear:both;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}
/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}
form li div label, form li span label{
	margin:0;
	padding-top:6px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(/images/fieldbg.gif) repeat-x top;
}
input.text, input.file{
	padding:2px 0 2px 0;
}

label.choice{
	font-size:100%;
	display:block;
	line-height:1.5em;
	margin:-1.65em 0 0 25px;
	padding:.44em 0 .5em 0;
	color:#222;
	width:90%;
	display:block;
}
input.checkbox, input.radio{
	display:block;
	line-height:1.5em;
	margin:.6em 0 0 3px;
	width:13px;
	height:13px;
}

textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}
select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}


/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	position:absolute;
	top:1em;
	left:450px;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid red;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct {
	visibility:visible;
}

/* ----- ALT INSTRUCTIONS ----- */

li.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct{
	visibility:visible;
	position:static;
	margin:-2px 0 0 0;
	padding:0 0 7px 0;
	background:none;
	border:none;
	width:100%;
	font-size:9px;
	clear:left;
}

#container p.error {
    visibility:visible !important;
}

