*{margin:0; padding:0;}

/*--:::::::Layout:::::::--*/
body {
	background: url(../img/bgStripes.gif) fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;}
	#container {
		position: absolute;
		right: 5px;
		top: 5px;
		width: 790px;}
		#header {
			position: relative;
			height: 115px;
			background: url(../img/banner.gif) no-repeat;}
			#nav{
				position: absolute;
				bottom:0;
				right: 125px;
				width: 349px;
				height: 25px;}
		#content {
			position: relative;
			background: url(../img/bgContent3.gif) repeat-y;
			top: 8px;
			clear: both;}
			#content div{
				
				padding: 10px 25px 0;}
		#footer {
			position: relative;
			top: 8px;
			background: url(../img/footer.gif) no-repeat;
			height: 29px;
			clear: both;}
			#foot{

margin:0 auto;

padding:0 30px 0 30px;

width:720px;

height:auto;

}
				
/*--:::::::Navigation:::::::--*/
#nav ul{
	position: absolute;
	background: url(../img/menu2.gif);
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	text-indent: -9999px;}
	#nav li{
		list-style: none;
		position: absolute;}
		#nav li a{
			display: block;
			height: 25px;
			text-decoration: none;
			top: 0;}
			#menu1 {left: 0px; width: 53px;}
			#menu2 {left: 53px; width: 113px;}
			#menu3 {left: 166px; width: 82px;}
			#menu4 {left: 248px; width: 101px;}
		
			#menu1:hover{background: url(../img/menu2.gif) no-repeat 0px -25px}
			#menu2:hover{left: 42px; width: 124px; background: url(../img/menu2.gif) no-repeat -53px -25px}
			#menu3:hover{left: 155px; width: 93px; background: url(../img/menu2.gif) no-repeat -177px -25px}
			#menu4:hover{left: 237px; width: 112px; background: url(../img/menu2.gif) no-repeat -270px -25px}
		
			#menu1on{left: 0px; width: 53px; background: url(../img/menu2.gif) no-repeat 0px -25px}
			#menu2on{left: 42px; width: 124px; background: url(../img/menu2.gif) no-repeat -53px -25px}
			#menu3on{left: 155px; width: 93px; background: url(../img/menu2.gif) no-repeat -177px -25px}
			#menu4on{left: 237px; width: 112px; background: url(../img/menu2.gif) no-repeat -270px -25px}
			
			
/*--:::::::Text Formating:::::::--*/

h3{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #323C74;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
h4 {
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.pClear{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
}h5 {
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Hide field for spam protection */		
#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
