/* 
   This CSS should have all the styles relating to positioning content blocks
   around the site
*/


/*Header and Nav Styles*/
#top {
	background-color:#d8d2d2;
	height:110px;
}
#header{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/topBar.png);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
	margin-top:-100px;
	background-position:center;
	z-index:10;
	position:absolute;
}
#logo{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/logoHome.png);
	background-repeat:no-repeat;
	background-position:center;
	width:220px;
	height:210px;
	display:block;
	margin-top:-10px;
	z-index:20;
}
#menu{
	font-family:'Josefin Sans', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}




/*Content Block Styles*/

#content{
	background-color:#FFF;
}

#contentText{
	font-family: 'Questrial', sans-serif;
}
.home_text h1, h2, h3, h4, h5, h6, ul {
	color:#b63332;
}
.master_text h1, h2, h3, h4, h5, h6, ul {
	color:#b63332;
}
.healthy_text h1, h2, h3, h4, h5, h6, ul {
	color:#82BC00;
}
.community_text h1, h2, h3, h4, h5, h6, ul {
	color:#002E85;
}
.contact_text h1, h2, h3, h4, h5, h6, ul {
	color:#b63332;
}
.general_text h1, h2, h3, h4, h5, h6, ul {
	color:#b63332;
}

#contentText h1{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.75em;
}
#contentText h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.5em;
}
#contentText h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.25em;
}
#contentText h4{
	font-family: 'Questrial', sans-serif;
	font-size:1.5em;
}
#contentText h5{
	font-family: 'Questrial', sans-serif;
	font-size:1.25em;
}
#contentText h6{
	font-family: 'Questrial', sans-serif;
	font-size:1em;
}
#contentText p{
	font-size:1em;
	color:#666666;
	line-height:1.5em;
	margin-bottom:1.5em;
}
#contentText ul{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-left:1.5em;
}
.actions ul{
	list-style-type: none;
}
.actions li{
	list-style-type: none;
}


/*Template Specified Styles*/


/*Footer Styles*/
#footer{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/bottomBar.png);
	background-repeat:repeat-x;
	height:280px;
	margin-top:-20px;
	z-index:1;
}
#footerCont{
}
#footerNav{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/subNavBanner.png);
	background-repeat:no-repeat;
	height:330px;
	width:320px;
	margin-top:-11px;
	position:absolute;
}
#footerNav ul{
	list-style-type: none;
	margin-left:55px;
	margin-top:35px;
}
#footerNav li{
    padding-bottom:6px;
}
#footerNav li a img{
    position: absolute;
    top: 1px;
    padding-right: 10px;
    border:none;
}
#footerNav li a span{
    padding-left: 42px;
}
#footerNav a.noline{ border-bottom:none;}
#footerNav a{
	font-family:'Josefin Sans', sans-serif;
	font-weight:400;
	font-size:.80em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color:#FFF;
	text-decoration:none;
	display: block;
	width: 224px;
	border-bottom: solid 1px #fff;
	position: relative;
	height:35px;
	padding-top:5px;
}
#footerNav a:hover{
	text-decoration:underline;
}
/*
#footerNav li{
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	padding-bottom:12px;
	padding-top:12px;
	margin-right:45px;
	padding-left:40px;
}
#footerNav li:first-child{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/subNavIcon01.png);
	background-repeat:no-repeat;
	background-position:left 50%;
}
#footerNav li:nth-child(2){
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/subNavIcon02.png);
	background-repeat:no-repeat;
	background-position:left 50%;
}
#footerNav li:nth-child(3){
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/subNavIcon03.png);
	background-repeat:no-repeat;
	background-position:left 50%;
}
#footerNav li:last-child{
	background-image:url(http://5401north.com/templates/msc-5401northtemplate/images/subNavIcon04.png);
	background-repeat:no-repeat;
	background-position:left 50%;
	border-bottom:none;
}
*/





/*Bottom Styles*/
#bottom{
	height:100%;
	width:100%;
}
#bottomText{
	font-family: 'Questrial', sans-serif;
	font-size:0.6em;
	line-height:2em;
	color:#FFF;
	padding-left:30px;
	padding-right:30px;
	margin-left:0;
	margin-right:0;
}
#bottomText a{
	color:#FFF;
	text-decoration:none;
}
#bottomText a:hover{
	color:#FFF;
	text-decoration: underline;
}





 
@-moz-document url-prefix(){
     #menu ul ul{
		margin-top:37px;
	}
	#menu li a{
		padding:15px 8px 12px 8px;
	}
}