@charset "utf-8";
/* CSS Document */

/* Saltcity Style Sheet */
/* Last Updated */

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 00px 0px;
	border: 0px;
	background-image:url(../images/backgorund.gif);
	background-repeat:repeat-x;
	background-color:#063F6F;

	}

/*Fonts*/




p{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color:#000066;
	border-color:#FFFC00;
	}
	
td{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color:#000066;
	}
	
img{
	border-color:#FFFC00;
	}

h1{
	font-family:Baveuse, "Trebuchet MS", Verdana, Arial;
	font-style:normal;
	color:#000066;
	font-weight:bold;
	font-size:18px;
	
	}
	
h2{
	font-family:Baveuse, "Trebuchet MS", Verdana, Arial;
	font-style:normal;
	color:#000066;
	font-weight:bold;
	font-size:14px;
	}
	
h3{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#b9282d;
	font-size:14px;
	}
	
	
/* top Navigation */
	div#NavigationTop{
	list-style: none;
	float:right;
	}
	
#NavigationTop ul
{
list-style: none;
padding: 0 5px 0 0;
margin: 0 0px 0 0;
float:right;
background-color:#FFFC00;
}

#NavigationTop li
{
float:left;
padding: 0;
list-style: none;
text-align: center;

}

#NavigationTop li a
{
line-height: 2em;
padding-left:15px;
padding-right:15px;
width:93px;
display: block;
color:#12299D;
text-decoration: none;
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:italic;
font-size:17px;
}

#NavigationTop li a:hover
{
background-color:#12299D;
color:#FFFC00;
text-decoration:underline;
border-bottom:solid thick #fffcoo;

}
/*Main Layout*/

div#container{
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	width: 766px;
	height:735px;
	
	
	}
	
div#spacing{
	height:35px;
	}	

div#map{
	width:500px;
	height:300px;
	border:thin;
	border-color:#000000;
	border-style:solid;
	margin-left:100px;
}

div#header{
	
	}
	
div#LeftSection{
	float:left;
	display:inline;
	width:300px;
	height:450px;
	margin-top:10px;
	}
	
	
div#RightSection{
	float:right;
	display:inline;
	width:300px;
	height:450px;
	margin-right:20px;
	margin-top:10px;
	}





div#content{
background-image:url(../images/NewBackground.gif);
background-repeat:no-repeat;
padding: 16px 2px 0px 40px; /*padding: 30px 40px 0px 40px;*/
width: 706px; /**/
	height:705px;/**/

}

div#footer{
width: auto;
margin:0 auto 0 auto;
border-top:thin #FFFFFF solid;
height:50px;
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Arial;
font-size:10px;
text-align:center;

}

	
/*Form Layout & Styling*/

/*** Form Styling ***/
input.formbtn {
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	background-color:#000066;
	width:214px;
	font-weight:bold;	
	color:#FFFFFF;
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.textbox {color:#000066; font-weight:bold; border:1px solid #000066; background-color:#FFFFFF; font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; padding:2px; width:208px;}
	
div.Webimages{
border-color: #FFFF00;
padding: 0;
margin: 0;
height:235;
width:124;
}

.style6 {font-family: "Trebuchet MS", Verdana, Arial}

a:link {color:#000066; text-decoration:none; /*border-bottom:thin dotted #000066;*/}     /* unvisited link */
a:visited {color:#000066; text-decoration:none; /*border-bottom:thin dotted #000066;*/}  /* visited link */
a:hover {color:#000066; text-decoration:none; /*border-bottom:thin dotted #000066;*/ }  /* mouse over link */
a:active {color:#000066; text-decoration:none;}   /* selected link */ 

