.nav {
    font-family:"Tahoma","Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0px;
	float: left;
	width: 750px;
	border: 0px solid #666;
	list-style: none;
	
	 background: url(../images/navbg.png);
	text-transform: uppercase;
	
}

.nav li {
  float: left;
}
a {
  
  text-decoration: none;
}

.nav a {
  padding: 0 1.3em;
  line-height: 2.1em;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}


.nav a:hover {
  color: #999;
}


.nav .first a {
  background: none;
}



body {
  font: 55%/1.6 "verdana","Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: url(../images/mainbg.png) repeat-x fixed;
  margin-top:20px;
  min-width: 760px; 
}

h1 {
  font-size: 2.1em;
  font-weight: bold;
  color: #003A93;
  border-bottom: 1px solid #EAF2FF;
}

h2 {
  font-size: 1.6em;
   color: #330000;
}

p {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}
ol,ul {
list-style: decimal url(none);
font-size: 1.2em;
color: #996633;
}

#header {
  height: 130px;
  background-color:#C1DAFF;
  padding: 20px;
}

#secondaryContent h2 {
  font-weight: bold;
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#wrapper {
  width: 750px; 
  margin: 0 auto; 
  text-align: left;
  border: 10px solid #EAF2FF;
  background: #fff url(../images/bg-fixed1.png) repeat-y left top;
}


#content { 
  width: 730px; 
  float: right; 
}

#mainContent { 
  width: 475px; 
  margin: 0; 
  float: left; 
  color: #333;
}

#secondaryContent { 
  width: 240px;
  display: inline; 
  float: right; 
  color: #330000;
  padding-top: 20px;
  padding-bottom: 20px;
} 


#footer {
    background-color:#EAF2FF;
    padding: 1px 20px;
	font-size: 0.7em;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
	 
	line-height:2.2em;
	clear: both; 
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#secondaryContent * {
  padding-left: 10px;
  padding-right: 10px;
}



form#contact_us {
  font-size: 0.8em;
  padding:1.5em;
  background-color:#DFDFBF;
}

#app{
    margin-left: 1em;
	padding: 2px 2px 0 0;
	width: 200px;
	background-color:#fff;
	border-top : 2px solid #ff0000;
	border-bottom : 5px solid #ff0000;
	background-image: url(../images/appbg.gif);
	background-repeat: no-repeat;
 }



fieldset {
  margin: 0; 
  padding: 0em;
  border : none;
}


legend {
   font-weight: bold;
   color:#003300;
   font-size: 1.4em;
}



label {
 display: block;
 font-weight: bold;
 
}

form#contact_us p
{
padding-bottom: 1em;
border-bottom: 1px dotted #6A6A35;
}

#contact_us label {
 float:left;
 width:10em;
}


label .required {
   color:#FF0000;
}

input {
  height: 20px;
  width: 200px;
}

select, input, textarea  { 
  font-size: 9pt; 
  color: #003300;
  border: 1px solid #6A6A35;

  }
   
input.submit  {
color:#fff;
background-color: #6A6A35;
text-transform: uppercase;
width: 100px;
height: 50px;
border: 2px solid #C1C184;
}

input:focus, textarea:focus {
  background: #ffc;
}



textarea {
  width: 320px;
  height: 150px;
}

table {
  border-collapse: collapse;
  width: 45em;
 
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}


thead {
  font-size: 1.2em;
  background-color: #000;
  font-weight: bold;
  height:25px;
  color: #fff;
  
}

th {
  font-weight: bold;
  text-align: left;
}


th, td {
  padding: 0.5em 0.3em;
}

.odd {
  background-color:#ccc;
}

tr:hover {
  background-color:#CC9933;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

.wimg {
  background: url(../images/shadow.gif) no-repeat bottom right;
  float:left;
  line-height:0;
  margin: 5px;
}

.wimg img {
  background:#fff;
  padding:4px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
}
