body { 
	background-color: #4b86be;
	background-image: url(images/BlueMoon_homeHeader.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
	margin: 0;
	font: 10pt Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
	}

/* Major page components ===================================*/


div#menu {
	margin-top: 164px;
	border-top: 1px solid #7ca7d0;
	border-bottom: 1px solid #7ca7d0;
	background: url("images/menufill.gif") repeat-x;
	width: 100%;
	text-align: center;
	height: 32px;
	}
	
div#content {
	width: 750px;
	padding: 20px;
	margin: 10px auto 25px auto;
	text-align: left;
	/*background: #5694D0;*/
	}

/*div#sidebar {
	width: 200px;
	padding: 15px;
	float: right;
	border: 1px solid #7ca7d0;
	} */

div#footer {
	width: 750px;
	text-align: center;
	font-size: .85em;
	color: #fff;
	padding: 25px 10px 25px 10px;
	clear: both;
	}

div#footer p {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #7ca7d0;
	}

div#footer p a:link, div#footer p a:visited {
	color: #7ca7d0;
	text-decoration: none;
	}

div#footer p a:hover {
	color: black;
	text-decoration: underline;
	}

/* Headings and Subheadings ===================================*/

h1 { /* Main heading for page */
	font-size: 1.3em;
	color: #033b63;
	font-weight: bold;
	line-height: 150%;
	}

h2 { /* Headings for page blocks */
	font-size: 1.1em;
	color: #fff;
	}

h3 { /* Subheadings for page blocks */
	font-size: 1em;
	color: #033b63;
	margin-bottom: 5px;
	}

h1, h2, h3 { /* clears float for left and right image containers */
	clear: left;
	clear: right;
	}

/* STYLES FOR THE MENU =============================================*/

/* Link positioning and placement in left menu ---------------------*/

#menu ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
	}

/* Link appearance in the left menu ---------------------------------*/

#menu li, #menu ul li {
	display: inline;
	margin: 0 10px 0 10px;
	color: white;
	}

/* A selected link in the menu --------------------------------------*/

#menu li.sn_menuitemselected {
	border: 1px solid #fff;
	background-color: #4e86ad;
	padding: 2px 10px 2px 10px;
	}

#menu li a {
	color: white;
	text-decoration: none;
	}

#menu li a:link {
	color: #fff;
	}
#menu li a:visited {
	color: #fff;
	}
#menu li a:hover {
	color: #000;
	}

/* Link definitions. ------------------------------------ */
/*Keep link definitions in this order: link, visited, hover
so the visited link will display properly */

a.sn_selectedlink:link, a.sn_selectedlink:visited {
	margin-top: 10px;
	margin-left: 5px;
	padding: 2px;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
	background-color: #0054a2;
	text-decoration: none;
	}
	
a.sn_selectedlink:hover {
	margin-top: 10px;
	margin-left: 5px;
	padding: 2px;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
	background-color: #0054a2;
	text-decoration: underline;
	}


/* Links in page content --------------------------------------------*/

a.sn_link:link, a.sn_pagecontent_link:link { 	
	/*color: #095ba6;*/
	color: #fff;
	font-size: 1em;
	}
	
a.sn_link:visited, a.sn_pagecontent_link:visited { 	
	/*color: #095ba6; */
	color: #fff;
	font-size: 1em;
	}
	
a.sn_link:hover, a.sn_pagecontent_link:hover { 
	color:#095ba6; 
	text-decoration: underline; 
	font-size: 1em;
	}

.pagecontent_html_link {
	margin-top: 5px;
	}

a.inlinelink:link, a.inlinelink:visited {
	color: #095ba6;
	}
	
a.inlinelink:hover {
	color: #000;
	text-decoration: none;
	}

/* TEXT FORMATTING ===================================*/
	
/*"Page" items are for the topmost master page item, "Page Content" items are for subsequent page items */

/* Text formats ------------------------------------*/

#pagebody p {
	margin-top: 0;
	}

div.page_text {
	margin-left: 0;
	display: block;
	}
	
div.page_text p {
	margin-top: 0;
	}

div.pagecontent_text {
	margin-left: 0;
	display: block;
	}
	
div.pagecontent_text p {
	margin-top: 0;
	}
	
div.page_textimage {
	margin-left: 0;
	clear: both;
	display: block;
	}

div.pagecontent_textimage {
	clear: both;
	margin-left: 0;
	display: block;
	}
	
	
.text1 {
	font-size: 1em;
	color: white;
	}

.text2 {
	font-size: 1em;
	padding: 10px;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	}
 

/* List formatting (bullet and numbered lists) -------------------------*/

.sn_bulletlist {
	font-size: 1em;
	line-height: 130%;
	margin-left: 20px;
	margin-bottom: 6px;
	color: white;
	}

.sn_numlist {
	font-size: 1em;
	line-height: 130%;
	margin-left: 20px;
	margin-bottom: 6px;
	color: white;
	}

/* Image and caption formats -------------------------*/

.sn_imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
	}

.sn_imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	}

.sn_imagecenter {
	text-align: center;
	clear: both;
	width: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

.sn_caption {
	font-size: .9em;
	font-weight: normal;
	color: white;
	margin-top: 5px;
	margin: auto;
	}

/* Utility styles for notices, alerts etc. -------------------------*/

.sn_code {
	font-family: "courier new", courier, monospace;
	font-size: .9em;
}

.sn_button {
	font-family: Verdana, Arial, sans-serif;
	font-size : .9em;
	font-weight : bold;
}

.smallbutton {
	height: 16px;
	width: 16px;
	border: 0;
	background-color: transparent;
}

.statusmessage {
	font-family: Verdana, Arial, sans-serif;
	font-size : 1em;
	font-weight : bold;
	font-variant : small-caps;
}

.sn_label {
	font-size: .9em;
	font-weight: bold;
}

.smalltext {
	font-size: .8em;
}

.required {
	font-weight: bold;
	color: #992304;
}

.sn_address {
	font-size : .9em;
	color: #fff;
	padding-left: 10px;
	margin-top: 20px;
	}


/* ===== Form:Gen styles for required form fields in Form:Gen forms */
/* ===== http://www.autograff.com/ ============= */

label {
	font-size: .9em;
	}

label.req {
	color: #880000;
	font-weight: bold;
	}

div.frontrow {
	width: 700px;
	}

div.frontitem {
	width: 300px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	}

div.frontitem img {
	float: left;
	margin-right: 10px;
	}

p.frontitemtext {
	color: white;
	margin: 0;
	font-size: .9em;
	}

p.frontitemtext a:link, p.frontitemtext a:visited {
	color: white;
	text-decoration: underline;
	}

p.frontitemtext a:hover {
	color: black;
	text-decoration: none;
	}