* {
margin:0;
padding:0;
}

body {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	text-align:left;
	margin: 10 0 0 0;
	padding:0;
	background-color:#073CA4;
}

.search {
	 background-color:#959CA2;
}




/* Container styles */

#container-body {
	width: 989px;
	padding:13px;
	margin-left:auto;
	margin-right:auto;
}

#container-nav {
	width: 989px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#container {
	width: 989px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#content      {
 background-color:#FFFFFF;
 padding-top:20px;
	}
	
#content2      {
 background-color:#FFFFFF;
	}



#col1 {
	width: 245px;
	float: left;
}


#col2 {
	width: 728px;
	float: right;
}




	
#bot {
	width: 989px;
	height:12px;
	background-image:url(images/bot.jpg);
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#search {
	width: 225px;
	height:310px;
	background-image:url(/images/bg-search.jpg);
	margin-left:auto;
	margin-right:auto;
}



/* =============== */
/* ! Text Styles   */
/* =============== */



h1 {
	line-height: 110%;
	font: 30px;
	color: #E5450E;
	margin-bottom:15px;
	font-weight:100;
}

h2 {
	line-height: 160%;
	padding: 5px 0;
	font: 20px;
	color: #E5450E;
	font-weight:100;
}

h3 {
	font: 20px;
	font-weight:100;
	padding:0;
	color: #073CA4;
}


p {
	line-height: 110%;
	padding-bottom:10px;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.white20  {
    font-size:20px;
	color: #fff;
}

.white15  {
    font-size:15px;
	color: #fff;
}

.white17  {
    font-size:17px;
	color: #fff;
}

.featured-blue  {
	color: #042157;
	font: 23px Georgia, Arial, Helvetica, sans-serif;
}

.featured-red  {
	color: #E5450E;
	font: 23px Georgia, Arial, Helvetica, sans-serif;
}

table {
    font: 13px Arial, Helvetica, sans-serif;
	color: #333;
}

td, th {	
    padding:5px;
	text-align:left;
}

select {
    padding:2px;
	text-align:left;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
}

.map-text {
    font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

ul   {
margin:20px;
}

/* =============== */
/* ! Link Styles   */
/* =============== */



	
A:link {color: #083BA5;}
A:visited {color: #083BA5;}
A:active {color: #083BA5;}
A:hover {color: #083BA5;}

A.bodylink:link {color: #333;}
A.bodylink:visited {color: #333;}
A.bodylink:active {color: #333;}
A.bodylink:hover {color: #333;}
	
	
A.but-link:link {color: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration:none}
A.but-link:visited {color: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration:none}
A.but-link:active {color: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration:none}
A.but-link:hover {color: #DBDFE7;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration:none}

.details-butts {
    background-color:#F8991F;
	padding:5px;
	margin:1px;
	width: 155px;
	height:15px;
	}
	
	ul.nav {
	margin:0;
	padding:0;
	list-style-type:none;
	width: 82em;
	overflow:hidden;
	}
	

ul.nav li  {
    float:left;
	background: url(/images/tab-right.png) no-repeat right top;
	}
	

ul.nav li.home a   {
    display:block;
    padding: 0 2em;
    line-height: 3.5em;
    background: url(/images/tab-left.png) no-repeat left top;
    text-decoration:none;
    color: #fff;
    float:left;

}
	


/* Odd styles */

.padd-top-15  {
    padding-top:15px;
	}
	
.padd-top-right-15  {
    padding-top:15px;
	padding-right:15px;
	}
	
.padd15  {
    padding:15px;
	}
	
	.border{
	 border-color:#3F6C99; 
	 border-style:solid; 
	 border-width:1px;
}

	.border-white{
	 border-color:#ffffff; 
	 border-style:solid; 
	 border-width:1px;
}

.clear {
clear:both;
}

/* Odd styles */





/* page control styles */

.pagecontrollink {
     display:block;
     background-image:url(pcbg.png);
     font-size:13px;
     height:21px;
     width:25px;
     float:left;
     margin-right:2px;
     padding-top:4px;
     text-align:center;
     text-decoration:none;
     color:#083BA5;
}
#prevbutton {
     height:25px;
     width:25px;
     background:url(pcprev.png);
     float:left;
     margin-right:2px;
     cursor:pointer;
}
#nextbutton {
     height:25px;
     width:25px;
     background:url(pcnext.png);
     float:left;
     margin-right:2px;
     cursor:pointer;
}
#firstbutton {
     height:25px;
     width:25px;
     background:url(pcfirst.png);
     float:left;
     margin-right:2px;
     cursor:pointer;
}
#lastbutton {
     height:25px;
     width:25px;
     background:url(pclast.png);
     float:left;
     margin-right:2px;
     cursor:pointer;
}
.hellip {
     display:none;

}

/* page control styles */




/* Form styles */



/* ================= */
/* ! Footer Styles   */
/* ================= */
#footer {
	font-size: 10px;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width: 969px;
	height:62px; 
	background-image:url(images/bg-bottom.jpg);
	padding:10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	color: #fff;
}




/* ================= */
/* ! Footer Styles   */
/* ================= */



/* Slideshow */
#slideshow {
	position: relative;
	background: #fff;
	height: 300px;
	overflow: hidden;
}

.slideShowText {
	position: absolute;
	z-index: 1;
	background: url(/images/slide-bg.png) no-repeat;
	width: 702px;
	height: 90px;
	color: #fff;
	font: 36px Arial;
	line-height: 40px;
	text-shadow: 1px 1px #000;
	padding-left: 10px;
	bottom: 1px;
	left: 1px;
	text-align:left;
}



#slide1 {
	background: url(/images/slide1.jpg) no-repeat;
	width: 702px;
	height: 300px;
}

#slide2 {
	background: url(/images/slide2.jpg) no-repeat;
	width: 702px;
	height: 300px;
}

#slide3 {
	background: url(/images/slide3.jpg) no-repeat;
	width: 702px;
	height: 300px;
}

#slide4 {
	background: url(../images/slide4.jpg) no-repeat;
	width: 702px;
	height: 300px;
}

/*Slideshow */
