a:link,a:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }

img a:link, img a:visited, img a:hover { border:none; text-decoration:none;}

img {border:none;}
/*--------Background Color----------*/

body { background-color:#ffffff; text-align:left; }

/*--------/Background Color----------*/

p,a:link,a:visited,ul,ol,li,dl,dt,dd,h1,h2,h3,h4 { font-family:Tahoma, Courier, mono; color:#000000; font-size:11px; text-decoration:none; }
p,dl,dt,dd,ul,ol,li { line-height: 13px; }
p,pre,blockquote { margin-bottom:7px; }
a:link,a:visited { font-weight:bold;}
a:hover,a:active { text-decoration:underline; }
h1 { font-size:18px; }
h2,h3 { font-size:16px; }
h4 { font-size:14px; }

/*---------page width--------*/

#wrap { position:relative; width:910px; margin:0px auto/*-------auto = centered-------*/; border-bottom: 10px solid #5a8ac6; border-left: 10px solid #5a8ac6; border-right: 10px solid #5a8ac6;}

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; width:910px; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; display:block; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 100px; }
#nav ul ul { left: 100px; }

/* Everything else is theming */
 
#nav { background-color: #eaf4fc; height: 33px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 0px solid white; color: #5a8ac6; font-size: 11px; padding: 11px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 34px; }
    #nav ul li a { background-color: #5E5A5A;}
      #nav ul a.hover { background-color: #030536; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

*html #nav ul li {margin-top:-1px;}


/*------------Header----------*/

#banner { background:url("../images/header.png") no-repeat; height:200px; margin:0px 0; }
 
/*------------/Header----------*/

 /*--------Page Title---------*/
 
#title { background-color:#436EA0; color:#f5f5f5; height:20px; margin:2px 0; padding:2px 10px 0 0; text-align:right; }
 
  /*--------/Page Title---------*/
  
#content { /*background:url("../images/bg-index.gif") repeat-y;*/  background-color:#ffffff; text-align:left; }
   
#bottom { height:10px; clear:both; overflow:hidden; }

#footer { width:910px; text-align:center; margin:0px auto; padding-top:10px;}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	clear:both;
	background-color:#74b5e8;
	color:white;
}
#footer p{
	color:#ffffff;
}

#links{
	width:910px;
	background-color:#eaf4fc;
	padding:0px;
	border-top: 1px solid #393C39;
	border-bottom: 1px solid #393C39;	
	margin-bottom:0px;
	font-size:75%;
}
#links p{color:#666666;}
#links a:link, #links a:visited {
	color:#333333;
}

#contactform {
	position:absolute;
	left: 296px;
	top: 366px;
}
