body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
#container {
	width: 790px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000033;
	background-repeat: repeat-y;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #000033;
	margin-bottom:20px;
	position:relative;
	z-index:10;
} 

#content
{
	position:relative;
	z-index:9;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left-column {
	
}
#left-column.contact {

	text-align:center;
	
}
#right-column {
	
} 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000033;
	font-size: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top:20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
}



#mainNav  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	 position: relative;
 z-index: 597;
}
#mainNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	height:30px;
	
}

#mainNav li a, #mainNav li a:visited  {
	display: block;
	cursor: pointer;
	
	padding: 0.5em 0.75em;
	color: #6699FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
}

#mainNav  li:hover, #mainNav  li:hover a  {
	position: relative;
 z-index: 599;

}

#mainNav  li.active,#mainNav li.current_page_item,#mainNav li.current_page_parent,#mainNav li.current_page_item a,#mainNav li.current_page_parent a, #mainNav li.active a, #mainNav li.active a:visited {
	
}






#mainNav li ul {
display:none;
 position: absolute;
 left: 0;
 top:30px;
 margin:0;
 
 

 z-index: 598;

}

#mainNav ul li {
	width: 300px;
	
	

}

#mainNav ul {
 top: 1px;
 left: 99%;

}

#mainNav li:hover > ul {
	display:block;
}
#mainNav li ul  {
	
	
	
	
}

#mainNav li ul li {
	
	
	background: rgba(255,255,255,0.8); 
	color:#006;
}

#mainNav li ul li a:link, #mainNav li ul li a:visited{
	
	background: none!important;
	color:#006;
	text-align: left;
	font-size: 10px;

}
#mainNav li ul li.current_page_item{
	color:#006;
	background: rgba(255,255,255,0.8);

}

#mainNav li ul li a:hover,#mainNav li ul li.current_page_item,#mainNav li ul li.current_page_item a,#mainNav li ul li.current_page_item  {
	color:#006;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	color: #FFFFFF;
}
 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
}
 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699FF;
	font-size: 14px;
	;
	padding:0;
	
}
.container h2 {
	
	margin-top:-10px;
	
	
}
#header img {
	display: block;
}
.photobig {
	margin-left: 50px;
	border: thin solid #FFFFFF;
}
.rightphoto {
	border: thin solid #FFFFFF;
	margin-left: 10px;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.photofarright {
	margin-left: 50px;
	border: thin solid #FFFFFF;
}
.photoleft {
	border: thin solid #FFFFFF;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
border: none;
outline: none;
}

ul#subNav {
	
margin:0px;
margin-bottom: 5px;
padding: 0px;
list-style: none;
}

ul#subNav li {
	
	
	
	list-style: none;	
}



ul#subNav li a, ul#subNav li a:visited {
	
	color: #6699FF;
	text-decoration: none;
	font-size: 0.8em;

	
}
ul#subNav li:hover, ul#subNav li.active {

}

.alignleft{float:left; margin:0 10px 10px 0;}
.alignright{float:right; margin:0 0 10px 10px;}


/*============================
 Footer Nested Navigation
 ============================*/
 
 ul.footerNav {
 	margin: 10px 0 0 0; /*-------Change the top margin as required to create you top space-------*/
	width:590px;
 	
}

ul.footerNav li {
 	float: left;
 	list-style: none;
 	width: 80px; /*-------Tweek the width of the parent list items as this pulls the children in to the list width-------*/
 	margin:5px;
 	display: inline;
 	
}

ul.footerNav li ul {
 	list-style: none;
 	margin: 7px 0 0 0; /*-------Tweek the spacing between the parent title and child-------*/
 	 min-height: 200px;

}

ul.footerNav li ul li {
 	display:list-item;
 	margin: 0 0 3px 0;
 	padding: 0 0 3px 0;
 	border-bottom: 1px solid #ccc;
}

/*-------Custom a link font style-------*/


ul.footerNav li a, ul.footerNav li a:visited { /*-------Parent Link Styles-------*/
 	text-decoration:none;
 	color: #CCC;
 	font-size: 1em;
}

ul.footerNav li ul li a, ul.footerNav li ul li a:visited { /*-------Child Link Styles-------*/
 	text-decoration:none;	
 	color: #ccc;
 	padding: 3px 0 3px 0;
 	font-size: 0.8em;
}

.clear-left {
	clear: left;
}



