/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	height: 100%;
}
body {
	/*background: url(../images/ft-bkg-repeat.jpg) repeat-y top center #47273d;*/
	background-color: #47273d;
	font-family: Verdana, sans-serif;
}
/* @end */


a.purp:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#330033; text-decoration: none}
a.purp:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#330033; text-decoration: none}
a.purp:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#330033; text-decoration: underline}
a.purp:active {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#330033; text-decoration: none}

a.green:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#006633; text-decoration: none}
a.green:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#006633; text-decoration: none}
a.green:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#006633; text-decoration: underline}
a.green:active {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#006633; text-decoration: none}

a.bottom:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#CCCCCC; text-decoration: none}
a.bottom:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#CCCCCC; text-decoration: none}
a.bottom:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#CCCCCC; text-decoration: underline}
a.bottom:active {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#CCCCCC; text-decoration: none}


.naGreen
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006633;
	font-size:13px;
}

.naPurp
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#330033;
	font-size:13px;
}

.naReg
{
	font-family:Arial, Helvetica, sans-serif;
	color:#330033;
	font-size:12px;
}

.hidden { 
   display: none; 
} 

#naWrap
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/nabg.jpg);
	overflow:hidden;
}

#naSlide1 
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/naParbg.jpg);
	overflow:hidden;
}

#naSlide2
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/naRelbg.jpg);
	overflow:hidden;
}

#naSlide3
{
	width:789px;
	height:250px;
	background-image:url(../images/naWombg.jpg);
	overflow:hidden;
}

#naSlide4
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/naTeenbg.jpg);
	overflow:hidden;
}

#naSlide5
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/naChildbg.jpg);
	overflow:hidden;
}

#naSlide6
{
	width:789px;
	height:250px;
	max-height:250px;
	background-image:url(../images/naSpecNeedsbg.jpg);
	overflow:hidden;
}

	#leftNa
	{
		width:300px;
		height:250px;
		float:left;
	}

	#resBar
	{
		width:300px;
		height:60px;
	}
	
	#resBak
	{
		width:300px;
		height:190px;
		background-image:url(../images/resCntbg.png);
	}
	
		#resContent 
		{
			width:230px;
			height:145px;
			position:relative;
			left:22px;
			top:5px;
		}
	
	#midNa
	{
		width:290px;
		height:250px;
		float:left;
	}
	
	#naImgCnt
	{
		width:290px;
		height:250px;
	}
	
	#rightNa
	{
		width:199px;
		height:250px;
		float:right;
	}
	
	#meetBar
	{
		width:199px;
		height:60px;
	}
	
	#meetBak
	{
		width:199px;
		height:190px;
		background-image:url(../images/meetbg.png);
	}
	
		#meetContent
		{
			width:160px;
			position:relative;
			left:30px;
			top:5px;
		}


/* @group Layout */
div#wrap {
	width: 829px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
}
/* Head */
div#hd {
	width: 789px;
	margin-left: 20px;
	height: auto;
	background: url(../images/hd-bkg.jpg) no-repeat 0 0;
}

/* Body */
div#bd {
	width: 789px;
	margin-left: 20px;
}

/* Footer */
div#ft {
	background: url(../images/ft-bkg.gif) no-repeat 0 0;
	width: 789px;
	margin-left: 20px;
	padding-top: 20px;
	height: auto;
	text-align: center;
	font-size: 85%;
	color: #cad4cf;
}
div#footer a:link, div#ft a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Heading */
div#logo {
	margin-left: 18px;
	padding-top: 12px;
	width: 253px;
	height: 125px;
}

#homeContainer {
	width:730px;
	height:auto;
	margin-left:30px;
	margin-right:50px;
	margin-bottom:25px;
	margin-top:20px;
	background-color: #f7f5e6;
}

#homeLeftCont {
	width:450px;
	float:left;
	margin-right:10px;
	margin-bottom:25px;
}

#homeLeftBak {
	width:450px;
	background-image:url(../images/indLetBak.jpg);
	background-repeat:no-repeat;
}

#homeLeft {
	width:420px;
	margin-left:15px;
	margin-right:5px;
	padding-top:20px;
	margin-bottom:25px;
}

#homeRight {
	width:270px;
	height:auto;
	float:right;
	background-color: #f7f5e6;
}

#flashContainer {
	width:789px;
	height:250px;
	margin-left:20px;
	margin-top:12px;
}

#rightElementBarP {
	width:270px;
	height:30px;
	background-image:url(../images/indBarG.jpg);
	margin-bottom:10px;
}

#rightElementBarG {
	width:270px;
	height:30px;
	background-image:url(../images/indBarG.jpg);
	margin-bottom:10px;
}

#rightElementText {
	width:250px;
	margin-left:5px;
	position:relative;
	top:5px;
}


#rightElement {
	width:270px;
	margin-bottom:25px;
	margin-top:10px;
}

#footer {
	width:789px;
	height:65px;
	background-image:url(../images/footerbg.jpg);
	margin-left:20px;
}

#post {
	width:460px;
	height:auto;
	margin:15px;
	background-color:#FFFFCC;
}

#response {
	width:460px;
	height:auto;
	margin:15px;
	background-color:#FFFFCC;
}

/* Home Content Layout */
body#home-page div.content-home {
	padding: 20px 10px 20px 20px;
	background: url(../images/family-pic-front.jpg) no-repeat 5px 100%;
}
body#home-page div.left-col {
	width: 320px;
	height: auto;
	float: left;
	display: inline;
}
body#home-page div.left-col img {
	float: left;
	display: inline;
}
body#home-page div.right-col {
	width: 440px;
	background: url(../images/purple-div-line.gif) no-repeat 20px 55px;
	margin-left: -16px;
	float: left;
	display: inline;
}
body#home-page div.right-col div.content {
	font-size: 85%;
	width: 385px;
	margin-top: 12px;
	margin-right: 5px;
	float: right;
	display: inline;
}

/* Inside page content */
div.content-inside {
	background: url(../images/content-div-top.gif) no-repeat 549px 0;
}
div.content-inside1 {
	margin-top: 20px;
	padding: 20px 10px 20px 20px;
	background: url(../images/content-div-btm.gif) no-repeat 549px 100%;
}
div.content-inside div.left-col {
	width: 500px;
	float: left;
	display: inline;
}
div.content-inside div.right-col {
	width: 222px;
	margin-right: 6px;
	float: right;
	display: inline;
}
div.content-inside div.content p {
	font-size: 93%;
	line-height: 150%;
}

/* Front Feature Icons */
div.front-feature-icons {
	margin-bottom: 25px;
	margin-top: 0px;
	width: 325px;
}
div.front-icon {
	text-align: center;
	margin-right: 17px;
	width: 88px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	display: inline;
}
div.front-icon p {
	text-align: center;
	font-size: 77%;
	text-transform: uppercase;
	/*letter-spacing: -1px;*/
	margin-top: 4px;
}
div.front-icon a:link, div.front-icon a:visited {
	color: #7a4d68;
	text-decoration: none;
}

/* Content Images */
img.content-photo {
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}

/* Fixed footer */
#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#bd {
	
}
#ft {
	
}
div.content-outer {
	background: url(../images/bd-btm-fade.jpg) repeat-x bottom center;
}
/* @end */

/* @group Nav */
#nav {
	margin-top: 10px;
	padding-left: 10px;
}
#nav ul, #nav ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-align: center;
	font-size: 93%;
	border-right: 1px solid #425d4e;
	padding: 0 10px;
	white-space: nowrap;
}
#nav ul li.last a {
	border: none;
}

#nav li { /* all list items */
	float: left;
	white-space: nowrap;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #ccd5d0;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	width: 15em;
	padding: 0;
	white-space: normal;
}
#nav li ul a {
	width: 15em;
	text-transform: none;
	text-align: left;
	padding: 5px .5em!important;
	white-space: normal;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover, #nav li.sfhover {
	position: static;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul ul a {
	padding: 5px 0;
	border-right: none;
}

#nav a:link, #nav a:visited {
	color: #506f5f;
	text-decoration: none;
}
#nav a:hover {
	color: #7f546d;
}
/* @end */

/* @group Default Headings */
h1 {
	color: #713f5e;
	font-weight: bold;
	font-size: 161.6%;
	margin-bottom: 10px;
}
h2 {
	color: #713f5e;
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 10px;
}
h3.event-title {
	color: #713f5e;
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 0;
}
h4.event-title {
	color: #687a68;
	font-weight: bold;
	margin-bottom: 0;
}
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
div.content p {
	margin-bottom: 15px;
	color: #687a68;
	line-height: 140%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #7a4d68;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
/* @end */

.regblack {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

.smPurp {
	color: #512f44;
	font-size:11px;
}

.mdPurp {
	color: #512f44;
	font-size:14px;
}

.mdGreen {
	color: #687a68;
	font-size:11px;
}
.smGreen {
	color: #687a68;
	font-size:12px;
}

.lgGreen {
	color: #687a68;
	font-size:18px;
}

.lgPurp {
	color: #512f44;
	font-size:18px;
	line-height:36px;
}

.lgWhite {
	color: #FFFFFF;
	font-size:14px;
	font-weight:500;
}

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.greenBig {
	color:#4f6e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
