/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmen3.css Style Sheet
Created: 03, November, 2010
Last Modified: 24, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#nav {
}

#nav ul {
	bottom: 0;
	left: 0;
	background: url(../files/bluemenu_activebg.jpg) left top repeat-x;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border-right: 0px solid #0256AB
}

#nav ul li a, #nav ul li a:visited {
	background: url(../files/bluemenu_activebg.jpg) left top repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(../files/bluemenu_hoverbg.jpg) left top repeat-x;
	color: #FFFFFF;
}

#nav ul li #current, #nav ul li .currentAncestor {
	background: url(../files/bluemenu_hoverbg.jpg) left top repeat-x;
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	position: relative;
	display: block;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin: 0;
	position: absolute;
	top: 40px;
	width: 200px;
}

#nav ul ul li {
	padding: 0;
	height: 26px;
	width: 200px;
	border-right: 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #DFDFDF;
	color: #151515;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 14px 0px 14px;
	margin: 0;
	text-shadow: none;
	width: px;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0px 14px 0px 14px;
	line-height: 26px !important;
	width: px !important;
}

#nav ul ul li a:hover {
	background: #95C2FB;
	color: #FFFFFF;
	width: px;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #95C2FB;
	color: #FFFFFF;
	width: px;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 200px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 200px !important;
}
#stacks_in_768_page2 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 10px 0px;
}

#stacks_in_1181_page2 {
	border: solid rgba(0, 64, 128, 1.00);
	border-width:  6px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_761_page2 {
	background-image: url("../files/backgroundImage_761.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(0, 64, 128, 1.00);
	border-width:  6px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 10px 10px 10px;
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fscontactplus.css Style Sheet
Created: 28, April, 2012
Last Modified: 2, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_52_page2 {
	
}

#stacks_in_52_page2 h2 {
	color: #000000;
	font-size: 20px;
	margin-bottom: 1px;
}

#stacks_in_52_page2 h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 6px;
}

p.freestack_message {
	font-weight: normal;
	color: #FF0000;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: left;
	margin-bottom: 12px;
}

#stacks_in_52_page2 .freestack_form {
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #000000;
}

input#freestack_form_name {
	width: 50%;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	font-size: 12.5px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 3px;
}

input#freestack_form_email {
	width: 50%;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	font-size: 12.5px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 3px;
}

input#freestack_form_subject {
	width: 50%;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	font-size: 12.5px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 3px;
}

textarea#freestack_form_message {
	width: 80%;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	font-size: 12.5px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 3px;
}

form.freestack_form .form-input-button {
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

ul.freestack_errors {
	list-style-type: none;
	font-size: 16px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
#stacks_out_52_page2 {
	width: 600px;
}

#stacks_in_52_page2 {
	background-image: url("../files/backgroundImage_52.png");
	background-repeat: repeat;
	background-position: left top;
	padding:  20px;
}

#stacks_in_743_page2 {
	background-image: url("../files/backgroundImage_743.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(51, 51, 51, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfooter.css Style Sheet
Created: 25, October, 2010
Last Modified: 24, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_136_page2 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#stacks_in_136_page2 #footer {
	font-size: 16px;
	line-height: 16px;
	color: #3B4B58;
}

#stacks_in_136_page2 #footer p {
	color: #3B4B58;
}

#stacks_in_136_page2 #footer a:link, #stacks_in_136_page2 #footer a:active {
	color: #CD180D;
}

#stacks_in_136_page2 #footer a:visited {
	color: #800080;
}

#stacks_in_136_page2 #footer a:hover {
	color: #CD180D;
}
#stacks_in_136_page2 {
	background-image: url("../files/backgroundImage_136.png");
	background-repeat: repeat;
	background-position: left top;
	padding:  5px;
}

.bgstretcher {
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	margin: 0 !important;
	z-index: -1 !important;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#inputimages	{
	display: none;
}
