/* =============================================================== */
/* ERIC MEYERS CSS RESET */
/* v1.0 | 20080212 */
/* MODIFIED TO MEET SITE NEEDS BY WILLIAM WELCH */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1.2;
}

a{ color:#000000; }
a:hover { color:#9ec3de;}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {
	font-size: 100%;
	padding: .2em;
	border: 1px solid #CCC;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END ERIC MEYERS CSS RESET */
/* =============================================================== */

/* =============================================================== */
/* SET DEFAULT SITE PROPERTIES */
/* FORCE SCROLLBAR */
html{
	overflow: scroll;
}

/* link styles */
A:link {}
A:visited {}
A:hover {}
A:active {}

body{
	font-family: "Century Gothic", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background: #9ec3de url(/images/NAYA-background.gif) repeat-x;
	scrollbar-base-color: #000000;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
P{
	padding-bottom: 1em;
}
h1, h2, h3, h4{
	color: #493729;
	font-family: "Century Gothic", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
	margin-bottom: .5em;
}
h1 a { 
	color: #493729;
	font-family: "Century Gothic", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
	margin-bottom: .5em;
	text-decoration:none;
}
h1{
	font-size: 1.8181em;
}
h2{
	font-size: 1.2727em;
	color: #dd3127;
}
h3{
	font-size: 1.0em;
}
h4{
	font-size: .8em;
}
/* SET DEFAULT SITE PROPERTIES */
/* =============================================================== */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#pageWrap{
	width: 899px;
	margin: 30px auto;
	font-size: .75em;
}
#header{
	position:relative; /* rt091221:  to allow absolute positioning of transparent DIV overlay for logo, to link to home page */
	background: url(/images/NAYA-family-center-header-background.gif) no-repeat;
	height: 134px;
}
/* rt091221: DIV to link to home page */
#logolink { position:absolute; cursor:pointer; width:91px; height:124px; top:0px; left:13px; }

#contentArea{
	background: #FFF;
	padding: 20px;
	min-height:500px;
}
#homeContentArea{
	background: #f1f0db;
	height: 525px;
}
#footer, #footer div, #footer p{
color:#FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* HEADER */
#searchDiv{
	float: right;
	width: 150px;
	padding: 60px 20px 0 0;
	text-align: right;
}
#searchDiv .searchTextInput{
	width: 100px;
	float: none;
	padding: 2px;
	text-align: left;
}
.headerContent{
	margin: 0 0 0 111px;
	padding: 0;
}
#navContainer{
	height: 21px;
}
.orangeBar{
	background: url(/images/NAYA-top-bar.gif) no-repeat right;
	color: #FFF;
	height: 36px;
	margin:0;
	text-align: right;
	padding-right: 20px;
	font-size: 1.091em;
}
.orangeBar form{
	padding-top: 5px;
}

/* CONTENT AREA */
#homeLeftCol{
	margin-right: 451px;
}
#homeRightCol{
	float: right;
}
#homeRightCol img{
}
#homeContent{
	background: #FFF;
	padding: 20px 20px 0 20px;
	height: 180px;
	line-height:25px;
}
#homeMission{
	background: url('/images/mission_box_background.gif') no-repeat;
	color: #000;
	height: 100px;
}
#homeMission .title{
	text-align: center;
	font-size: 1.181em;
	font-weight: bold;
	padding-top: 20px;
}
#homeMission .content{
	width: 350px;
	margin: 0 auto;
}
#homeContentScroller{
	color: #333333;
	height: 224px;
	overflow: auto;
	padding: 0 20px 0 20px;
}
#homeContentScroller h3{
	color: #dd3127;
	font-size: 1.181em;
}
#homeContentScroller a{
	color: #333;
}
#homeContentScroller a:hover{
	color: #000;
}
.pageImage{
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}
#contentArea ul{
	margin-left: 2em;
	margin-bottom: 1em;
}

.submit, .submit-button {
color: #FFFFFF;
font-weight:bold;
padding:1px;
background: #dd3127;
background-color: #dd3127;
border:2px #a58464 outset;
} 

#contentArea .imgfloatrightborder{
float:right;
margin-left:25px;
margin-bottom:15px;
border:1px solid #000000;
}

.imgfloatleftborder{
float:left;
margin-right:25px;
margin-bottom:15px;
border:1px solid #000000;
}


/* FOOTER */
#footer{
	color: #000;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footerText{
	margin: 20px;
	color#000;
}
#footerText img{
	vertical-align: middle;
}
.footerSeparator{
	margin: 0 1em;
	color:black;
}

/* RANDOM STUFF */
.noborder{
	border: 0;
}
.vertMiddle{
	vertical-align: middle;
}
.italic{
	font-style:italic;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10;}

#nav {
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	margin-left: 20px;
	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; margin-left: 2px; color: #fff; text-align: center; font-weight: normal;background: url(/images/NAYA-nav-off-start.gif) no-repeat;} /*top level normal*/
#nav ul li a {padding: 5px 0 0 0; display: block; color: #fff; text-decoration: none; background: url(/images/NAYA-nav-off-start.gif) no-repeat top left;}
#nav ul li a span {margin-left: 10px; padding: 5px 10px 0 0; background: url(/images/NAYA-nav-off-end.gif) no-repeat top right; font-weight:bold; font-size:12px;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: url(/images/NAYA-nav-on-start.gif) no-repeat top left;} /*top level hover*/
#nav ul li a:hover span, #nav li a:focus span {background: url(/images/NAYA-nav-on-end.gif) no-repeat top right;}

/* Current page Customisations*/
#nav li.menu-current a {background: url(/images/NAYA-nav-on-start.gif) no-repeat top left;}
#nav li.menu-current a span {background: url(/images/NAYA-nav-on-end.gif) no-repeat top right;} 
#nav li.menu-parent a {background: url(/images/NAYA-nav-on-start.gif) no-repeat top left;}
#nav li.menu-parent a span {background: url(/images/NAYA-nav-on-end.gif) no-repeat top right;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; z-index: 10; width: 12em; margin: 0; padding: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0px; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11em; padding: .5em; background: #000; color: #fff; border: 0;}
#nav .menu li ul a span {background: transparent;margin: 0; padding: 0;}


/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #DD3127; border: 0;}

/* 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 	{}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* slider style */	
#dropinboxv2cover{
width: 500px; /*change width to desired */
/* height: 2px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/

z-index: 500;
overflow:hidden;
visibility: hidden;
}
#dropinboxv2{
/*width: 300px;*/ /*change width to above width-20. */
/*height: 340px; */ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px; /*Customize box appearance*/

padding: 0px;
position:absolute; /*Don't change below 3 rules */
left:10%;
top: 0px;
color:#666666;
font-family:arial,verdana,helvetica, sans-serif;
padding:5px;
}
a.sliderlink{
font-family: arial,verdana,helvetica,sans serif;
font-size:11px;
font-weight:bold;
color:#506a35;
}

