ol,ul { list-style:none; }

*{
margin:0;
padding:0;
}

a img{
border:none;
}

p{padding-top:22px;}

.style1 {font-size: 10px;}
.style2 {color: #9A9A9A;}
.style3 {
	font-size: 13px;
	font-weight: bold;
}
.style4 {font-size: 9px;}

a:link, a:visited{
color:#1072ba;
text-decoration:underline;
}

a:hover{
color:#74bfe7;
}

table{
margin-top:20px;
}

ul, ol{
margin-top:15px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #525455;
	background-color: #d3e2ec;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper1{
width: 1000px;
margin:0 auto;
background-color:#cfd1d2;
text-align:left;
}

#wrapper2{
background-image:url(../images/bg2.jpg);
background-repeat:no-repeat;
padding:0 47px 70px 47px;
}


#header{
background-color:#1072ba;
background-image:url(../images/banner_top_1.jpg);
background-repeat:no-repeat;
height:199px;
color:#ffffff;
}


.contactInfo{
float:right;
margin-right:25px;
font-weight:bold;
}

.contactInfo a:link, .contactInfo a:visited{
color:#58bbf0;
}

.contactInfo a:hover{
color:#74bfe7;
}

.heading{
background-color:#74bfe7;
padding:24px 47px;
}

/**nav enclosed down -----------------------------------------------------------------**/

ul#nav{
	list-style:none;
	background-color:#64aee7;
	padding-left:25px;
	width: 973px;
	float: left;
	margin:0;
	border:dotted 1px #ffffff;
}

#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}

/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position: bottom;
	background-color: #2ca2e1;
}


/* second level - dropdown menu */
#nav li ul {
	background: url('../images/spacer.gif') repeat;
	position: absolute;
	width: 10em;
	margin: 0;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#64aee7;
	width:175px;
	height:30px;
	padding-left:16px;
	margin:1px 0 0 0;
	line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}




#nav li a.btn1:link, #nav li a.btn1:visited{
	width:71px;
	background-image:url(../images/btn_01.gif);
	height:47px;
}

#nav li a.btn2:link, #nav li a.btn2:visited{
	width:155px;
	background-image:url(../images/btn_02.gif);
	height:47px;
}

#nav li a.btn3:link, #nav li a.btn3:visited{
	width:109px;
	background-image:url(../images/btn_03.gif);
	height:47px;
}

#nav li a.btn4:link, #nav li a.btn4:visited{
	width:65px;
	background-image:url(../images/btn_04.gif);
	height:47px;
}

#nav li a.btn5:link, #nav li a.btn5:visited{
	width:194px;
	background-image:url(../images/btn_05.gif);
	line-height:47px;
	height:47px;
}

#nav li a.btn6:link, #nav li a.btn6:visited{
	width:182px;
	background-image:url(../images/btn_06.gif);
	height:47px;
}

#nav li a.btn7:link, #nav li a.btn7:visited{
	width:179px;
	background-image:url(../images/btn_07.gif);
	height:47px;
}

/**nav enclosed up -----------------------------------------------------------------**/






#footer{
background-color:#1072ba;
min-height:83px;
font-size:10px;
color:#FFFFFF;
text-align:right;
}

#footer a:link, #footer a:visited{
color:#FFFFFF;
text-decoration:none;
}


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

.footerInner{
width:920px;
margin:0 auto;
padding-left: 40px;
padding-right: 40px;
line-height: 12px;
}


/**general classes are enclosed down**/

.tabstyle1{
padding-left:61px;
}

.floatLeft{
float:left;
}

.floatRight{
float:right;
}

.clearboth{
clear:both;
}


