﻿
body {
    background-color:#353535;/*#333333;*/ 
    margin:0px; 
    padding:0px; 
    text-align:center; 
    font-family:BankGothic Lt BT,Verdana,Tahoma,Helvetica,Arial,sans-serif;
}

#wrapper {
    margin: 0 auto; 
    width: 700px; 
    text-align: left;
}

.contact {
    position:absolute; 
    left:23%; 
    bottom:70px; 
}

a:link 		{ color:#ffffff; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }
a:visited 	{ color:#ffffff; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }
a:hover 	{ color:#ff7f00; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }
a:active 	{ color:#ffffff; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }
a:focus 	{ color:#ffffff; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }

/*p { color:#ffffff; text-decoration:none; font-family:verdana,sans-serif; font-size:14px; font-weight:bold; }*/

#logo {
    margin-top:90px;
} 

#content {
    background-color:#353535; 
    margin:100px 0pt 5px 20px; 
    text-align:justify; 
    width:770px; 
}

h1 {
    color:/*#98B1C1;*/#CCC; 
    font-size:100%; 
    font-weight:bold; 
    margin-left:5px;
}

h1, h2, h3, h4, h5, h6 {
font-family:BankGothic Lt BT,Verdana,Tahoma,Helvetica,Arial,sans-serif;/*Bank Gothic LT,Garamond,Georgia,Times,Times New Roman,Times Roman,serif;*/
}

p { color:#CCC;
line-height:1.7em;
margin:0pt 15px 15px 2em;
font-family:BankGothic Lt BT,Tahoma,Helvetica,Arial,Verdana,sans-serif;
font-size:11px;
}

table {
height:85px;
}

/*tr {
padding-bottom:20px !important;
}*/

td { color:#CCC;
line-height:1.7em;
margin:10px 15px 15px 2em;
font-family:BankGothic Lt BT,Tahoma,Helvetica,Arial,Verdana,sans-serif;
font-size:11px;
}

form {
    margin-left:35px;
}

#sms {
 float:right;
 margin: 0 150px 0 0;
}
/* Navigation */

#nav {
	position: relative;
	top: 1.0em;
/*	left: 12em;*/
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 20px !important;
	z-index: 1000 !important;
}



* html #nav {
	position: relative;
	top: 1.2em;
	/*left: 12em;*/
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000 !important;
}



/* Float fix */

#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/

* html #nav { height: 1%; }

/* End hide from IE-mac */



/* End float fix */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
    font-size:1.3em !important;
}

#nav li.sep {
    margin-top:0px;
    color:#999;
}

* html #nav li.sep {
    margin-top:0px;
    color:#999;
}

#nav a {
	margin: 0;
	padding: 5px 1em 3px 1em;
	float: left;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	text-transform:capitalize;
	font-size:80%;
}

* html #nav a {
	margin: 0;
	padding: 6px 1em 3px 1em;
	float: left;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	/*margin-top:0px;
	margin-bottom:0px;*/
}

#nav a.selected {
	color: #FFF;
}

#nav a.first {
	margin-left: 1em;	
}

#nav a.first selected {
	margin-left: 1em;
}

#nav a:hover {
	/*background: #333;*/
	color: #ff7f00;
}

#nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.0em;
	left: 0;
	font-size:78%;
}

* html #nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.0em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav ul.depth0 li:hover a, #nav ul.depth0 li.over a {
	background:none;
}

#nav ul.depth1 {
	width: 140px;
}

#nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
}

* html #nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
	margin-top:-2px;
}

#nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #FFF url(/c/nav.gif) no-repeat;
	margin-top:-3px;
	z-index: 100 !important;
}

* html #nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #FFF url(/c/nav.gif) no-repeat;
	margin-top:0px;
	z-index: 100 !important;
}

#nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #d5e0ed url(/c/nav.gif) no-repeat !important;
	color:#ff7f00;
	z-index: 100 !important;
}


#nav ul.depth1 a.selected {
	background: #333 !important;
}

#nav ul.depth1 a.first {
	margin-left: 1em !important;
}

#nav ul.depth1 a {
	margin-left: 0em !important;
}

#nav ul.depth1 a.first selected{
	margin-left: 1em !important;
}

#nav ul.depth1 a.last {
	margin-left: 1em !important;
}