/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {

	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

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, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 30px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*	-------------------------------------------------------------
	FAMILY FOCUS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : FAMILY FOCUS | Stylesheet
	Author : Esultants Web Services
	URL : http://www.mnfamilyfocus.org
	Description : Stylesheet
	Created : 
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Body
	2. Header
	3. Main Navigation
	4. Containers & Wrappers
	5. Side Navigation
        6. Menu Settings
        7. Footer

	
*/


/*-------------------------------------------------------------
1. BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



body{
 margin: 0 0 0 0;
 background-color:#2282ba;
 font-family: "Arial"; 
 font-size: 15px;
 line-height: 19px;
}



a { 
    font-size: 15px;
    color: #2f2f2f;
    text-decoration: none;
}

a:hover {
    color: #6c1f7d;
    text-decoration: underline;
}

h3 {
    font-size: 18px;
    color: #6c1f7d;
}


#TextBody{
 width: 535px;
}



/*-------------------------------------------------------------
2. HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#logo{
 margin: 0 0 0 30px;
}

#address{
  padding: 0 20px 0 0;
  color:#949494;
  font-weight: bold;
}




/*-------------------------------------------------------------
3. MAIN NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#nav{
 background-image:url(/assets/layouts/main/images/ff_nav_bgtile.png);
 background-repeat:repeat-x;
 font-family: "Arial"; 
 height: 57px;
 margin: 0 0 0 15px;
 text-align: center;
}


#menu{
 font-family: "Arial"; 
 padding: 15px 0 0 0;
 text-align: center;
}

#menu a{
 background-image: url(/assets/layouts/main/images/bullet.png);
 background-repeat:no-repeat;
 background-position: 93% 80%;
 padding: 15px 30px 0 0;
 margin: 10px 0 0 0;
 color:#F8931D;
 font-family: "Arial"; 
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

#menu a:hover{
 background-image: url(/assets/layouts/main/images/bullet.png);
 background-repeat:no-repeat;
 background-position: 93% 80%;
 padding: 15px 30px 0 0;
 margin: 10px 0 0 0;
 color:#460F52;
 font-weight: bold;
 font-family: "Arial"; 
 text-align: center;
 text-decoration: underline;
}



/*-------------------------------------------------------------
4. CONTAINERS & WRAPPERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container{
background-position:center;
background-image:url(/assets/layouts/main/images/ff_bg_tile.png);
background-repeat:repeat-y;
background-color:#2282ba;
}


/*-------------------------------------------------------------
5. SIDE NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideNavContainer{
 font-family: "Arial";
 width: 220px;
 background-color: #2f0d36;
 display:block;
}

#sideNav{
 font-family: "Arial";
 color: #ffffff;
 width: 194px;
 margin: 0 10px 0 10px;
 display:block;
}

#sideNav a{
 font-family: "Arial";
 font-size: 14px;
 font-weight: bold;
 color: #ffffff;
 width: 194px;
 margin: 0 10px 0 10px;
 padding: 0 0 0 15px;
 display:block;
 text-decoration: none;
 line-height: 30px;
 background-image: url(/assets/layouts/main/images/arrow_bullet.png);
 background-repeat:no-repeat;
 background-position: 0% 50%;
}

#sideNav a:hover{
 font-family: "Arial";
 font-weight: bold;
 font-size: 14px;
 color:#6d1f7e;
 width: 194px;
 margin: 0 10px 0 10px;
 padding: 0 0 0 15px;
 display:block;
 text-decoration: none;
 line-height: 30px;
 background-image: url(/assets/layouts/main/images/arrow_bullet.png);
 background-repeat:no-repeat;
 background-position: 0% 50%;
}

#featuresIMG{
background-image:url(/assets/layouts/main/images/featuresIMG.jpg);
background-repeat: no-repeat;
height: 41px;
width: 194px;
}
 
#sideMenuBreak{
background-image:url(/assets/layouts/main/images/break.jpg);
background-repeat: no-repeat;
height: 15px;
width: 194px;
}


#divider{
background-image:url(/assets/layouts/main/images/divider.jpg);
background-repeat: no-repeat;
height: 641px;
width: 30px;
}





/*-------------------------------------------------------------
6. MENU SETTINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.MainMenu {
    margin: 0px 0px 40px 0px;
    text-align: right; 
    padding: 10px; 
}

.MainMenu a {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    font-size: 12px; 
    color: #666; 

}

.separator_MainMenu {
    border-left: 1px solid #efefef; 
}

.activePageMenuItem { 
    font-weight: bold; 
}


.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}

.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}



/*-------------------------------------------------------------
7. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer{
       background-image:url(/assets/layouts/main/images/footerBG.jpg);
       background-repeat:repeat-x;
       width: 925px;
       height: 137px;
       margin: 0 0 0 14px;
}


#footer a{
 color:#460F52;
 font-weight: bold;
 font-family: "Arial"; 
 font-size: 11px;
 text-align: center;
 text-decoration: underline;
 padding: 10px 20px 0 0;
 margin: 10px 0 0 0 ;
 line-height:14px;
}




#footer a:hover{
 color:#460F52;
 font-weight: bold;
 font-family: "Arial"; 
 font-size: 11px;
 text-align: center;
 text-decoration: underline;
 padding: 10px 20px 0 0;
 margin: 10px 0 0 0 ;
 line-height:14px;
}





