/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	background-color: #F2EFF0;
	margin: 0;
	line-height:21px;
}
p{
	padding: 0.1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #5893c5;
	text-decoration: none;
}
a:hover {
	color: #395f7f;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */

h1  	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.8em;
font-weight:normal;
color:#5893c5;
margin-top:0px;
margin-bottom:-5px;
}
h2  	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
color:#5893c5;
margin-top:0px;
margin-bottom:1em;
}
h3  	{font-size:1.2em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 0.9em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#pageWrap{
	width: 850px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header{
	margin: 0px;
	padding: 0px;
}
#navSub{
	background: #96949a;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 1.1em;
}
#mainContent{
	background: #FFF;
	margin: 0px;
	padding: 20px;
}
#mainContentFullBleed{
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer{
	background: #c0b0a7;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #DDD;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
	float: right;
	clear: right;
	width: 200px;
	margin-top: 35px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 65px;
	height: 25px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: 100%;
	display:block;
	clear:both;
	background: #FFF;
	font-size: 1.1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#FFF;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	background: #FFF;
	border: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #666; text-align: center;}
#nav ul li a {display: block; background: #FFF; padding: 15px 10px; color: #666; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #96949a; color: #FFF; }
#nav li a:active, #nav ul li a.active {background: #96949a;}

/* Current page Customisations*/
#nav li.menu-current a, #nav li.menu-parent a 		{background: #96949a; color: #FFF; }

/* 2nd Child menu */
#nav .menu li ul {border-left:1px solid #96949a; border-bottom:1px solid #96949a;border-right:1px solid #96949a; position: absolute; width: 150px; margin: 0; display: none; text-transform: none;}
#nav .menu li ul li {width: 100%; text-align: left; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 100%; padding: .6em .1em .6em .4em; background: #FFF; color: #666; }

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #a5a3a8; color:#FFF;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 100%; padding: .6em .1em .6em .4em; background: #FFF; color: #666; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}



/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


.redHighlight{
	color: #6a1027;
}
.footerPipe{
	margin: 0 20px 0 20px;
}
.blueText{
	color: #5893c5;
}
#imageFloatRight{
	float: right;
	margin-left: 10px;
	margin-bottom: 25px;
	border:1px solid #666666;

}
#imageFloatLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	border:1px solid #666666;
}

.submit
{
color: #FFFFFF;
font-weight:bold;
padding:3px;
background: #5893c5;
border:2px #CCCCCC outset;
font-family:font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}
#mailingListEmail { color:#CCCCCC;}
#mission { 
width:65%;
text-align:left;
font-family: verdana, arial, helvetica, sans serif; 
letter-spacing:1px;
font-size:1.5em;
line-height:23px;
}

input, textarea, select { border:1px solid #CCCCCC;}
.submit
{
color: #FFFFFF;
font-weight:bold;
padding:3px;
background: #5893c5;
border:2px #CCCCCC outset;
font-family:font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

#homeLL { 
margin: 150px 0px 0px 10px; 
padding: 0px; 
position: relative;
float:left;
}

#homeLR { 
margin: 5px 15px 0px 0px; 
padding: 10px; 
height: 260px; 
position: relative;
line-height:15px;
float:right;
}
#homeLR h1{ 
margin-bottom:5px;
}

#homeLR p{ 
margin:10px 0 0 0;
padding: 0px;
}



a.checkbox_label{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.checkbox_label:hover{z-index:25;}

a.checkbox_label span{display: none}

a.checkbox_label:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#5893c5; 
	color:#FFF;
    text-align: left;
	padding:6px;
	}
