@charset "UTF-8";
/* CSS Document */

/* BODY */
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/momknows.com/gradient_bg1.jpg) top repeat-x #e5e5e5;
}

/*Styles */
h1{
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
	color:#2f2f2f;
}


a{
	color:#66B519;
	text-decoration:none;
	
}

.green{
	color:#66B319;
}

/* CONTAINER */
#container{
	width:970px;
	margin:0px auto;
}

#header{
	background:url(../images/momknows.com/header_bg.jpg) bottom left repeat-x;
	padding:0px 40px;
		font-weight:bold; 
}

#header img{
	display:block;
	margin-top:23px;
	float:left;
	
}

/* NAVIGATION  */

#navigation{
	float:right;
	margin-top:47px;
}


#navigation li{
	float:left;
		
	display:inline-block;
	padding-bottom:10px;
}

#navigation li.active{
		color:#66B519;
	background:url(../images/momknows.com/arrow_green.gif) bottom no-repeat;
}

#navigation li.active a{
		color:#66B519;
}

#navigation li a{
	display:block;
	color:#4c4c4c;
	padding:10px;
	text-decoration:none;
}

#navigation li a:hover{
	color:#66B519;
}

#navigation li a.divider{
	border-right:#66b519 1px dotted;
}

/* SUB NAVIGATION */
#subNavigation{
	clear:right;
	margin-left:300px;
	height:40px;
}

#subNavigation ul{
	float:left;
}

#subNavigation li{
	float:left;
	display:inline;
}

#subNavigation li.active{
	background:url(../images/momknows.com/arrow_white.png) bottom no-repeat;
}
#subNavigation li a{
	display:block;
	color:#fffffe;
	padding:14px 8px 14px 10px;
	text-decoration:none;
}

/* CLEAR FLOATS */
.clearfix:after {
	content: ".";
    display: block;
    height: 0px;
    clear: both;
	visibility:hidden;
}
/* PAGE LAYOUT HEADER */

.headerBg{
	background:url(../images/momknows.com/pageHeader_bg.gif) top left repeat-x;
}

#pageHeader{
	margin:0px 10px;	
	border-bottom:2px solid #66b519;
	background-color:#ffffff;
}
#pageHeaderSmall{
	padding-bottom:55px;
	
	margin:0px 10px;
}
.homePageBanner{
	width:950px;
	height:400px;
}

.verticalVid{
	position:relative;
	width:470px;
	height:270px;
	float:left;
}

#moogaloop{
	margin:0px auto;
	display:block;
	
}

#vidDescription{
	position:absolute;
	bottom:0px;
	background:#000;
	padding:5px 10px 10px;
	margin-left:1px;
	line-height:10px;
	color:#FFF;
}

#vidDescription div{
	font-size:11px;
	margin-top:5px;
	
	}
.display{
	width:950px;
	height:434px;
	background:url(../images/momknows.com/projectBg.jpg) top left no-repeat;
}


#pageTitle{
	padding:20px;
	background-color:#ffffff;
}

#pageHeader h1, #pageHeaderSmall  h1{
	color:#66b519;
	font-size:45px;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}

#pageHeader img{
	margin:0px;
	padding:0px;
	float:left;
}
#pageDesc{
	width:600px;
	padding:20px;
	float:left;
	overflow:hidden;
}

#portfolioHeader p, #pageHeader p{
	font:oblique  normal 17px Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color:#2d2d2d;
	margin-bottom:10px;
}

.overlapping{
	margin-top:-55px;
}
/* CONTENT */
p{
			color:#707070;

	line-height:20px;

	font-size:14px;
	margin-bottom:10px;
	
}

.small{
	font-size:13px;
	line-height:18px;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom:#999 dotted 1px;
	
}




#contentContainer{
	/*border-bottom:2px solid #66b519;*/
	padding-left:10px;
}

#contentContainer .contentBlock{
	background:#ffffff;
	border-bottom:2px solid #66b519;
	width:270px;
	min-height:268px;
	padding:20px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

.contentNewsBlock{
	color:#707070;
	background:#ffffff;
	padding:20px;
	margin:10px 10px 0px;
}

.newsPost{
	color:#707070;
	border-bottom:1px solid #66b519;

	padding-bottom:20px;
	margin-bottom:20px;
}

.date{
	color:#66b519;
	font-size:12px;
	margin-bottom:10px;
}

.gridSpace{
	
	margin-right:10px;
	margin-top:10px;
	float:left;
}

.contentBlock ul{
	font-size:14px;
	color:#707070;
	font-size:14px;
	line-height:20px;
	list-style:inside;
	
}

.col1{
	margin-top:25px;
}

.col2{
	margin-top:45px;
}

.col3{
	margin-top:25px;
}

.contentBlock h1{
	color:#66b519;
	font-size:20px;
	margin-bottom:5px;
	font-weight:normal;	
	text-transform:uppercase;
}

.buttonLink{
	display:block;
	padding-left:20px;
	margin-top:20px;
	background:url(../images/momknows.com/arrowList.gif) left center no-repeat;
}
.buttonLink a:hover{
	color:#66B519;
}
.buttonLink a{
	color:#707070;
	text-decoration:none;
}
.txtEm{
	
	font: oblique 17px Georgia, "Times New Roman", Times, serif;
	color:#2d2d2d;
	margin:0px;
	line-height:24px;

}

.contact{
	font:italic  normal 16px Georgia, "Times New Roman", Times, serif;
		color:#707070;
		margin-bottom:15px;
}

.contact a{
	color:#66b519;
	text-decoration:none;
}

label.error {color: red; padding-left:80px; vertical-align: top; font-size:10px;}

/* News Page */
#news{
	width:675px;
	border-right:#66b519 1px dotted;
	padding-right:20px;
	float:left;
	
}

#groups{
	margin-left:20px;
	width:194px;
	float:left;
}

#groups h1{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

#groups img{
	display:block;
	margin:55px auto 0px;
}
/* CONTACT FORM */
#contactForm dt{
	clear:left;
	float:left;
	color:#707070;
	width:80px;
	margin-bottom:5px;
}

#contactForm .required label:after{
	color:#ff0000;
	content:"*";
}

#contactForm dd{
	margin-bottom:15px;
}

#contactForm input{
	background:#f1f1f1;
	color:#2d2d2d;
	border:1px solid #cccccc;
	font-size:12px;
		width:170px;
}

#contactForm textarea{
	
	background:#f1f1f1;
	color:#2d2d2d;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	font-size:12px;
	width:170px;
	height:85px;
}

#contactForm button{
	float:right;
	clear:right;
}

/** PRojects STYLE **/



.box {
	position:relative;
	margin-top:10px;
	margin-right:10px;
	float:left;
}


.rollOver{
	position:relative;	
	border:#66b519 2px solid;

	margin-top:8px;
	margin-left:-2px;	
	margin-right:8px;
	
}
#boxes {
	margin-bottom: 20px;
	padding-bottom:10px;
	padding-left:10px;
	overflow:hidden;
	width: 100%;
}



#launchSite{
	float:right;
	background:#66B319 url(../images/momknows.com/arrowList_white.gif) no-repeat 80px;
	

	color:#ffffff;
	padding:10px 30px 10px 10px;
	margin-top:-10px;
	margin-right:-20px;
}

#launchSite a{
	color:#FFF;
}

a span{
	position:absolute;
	bottom:0px;
	height:30px;
	width:120px;
	padding:10px 20px 10px 10px;
	background: url(../images/arrowGreen.gif) no-repeat #66B319;
	background-position:95% 80%;
 font-size:11px;
	color:#ffffff;
	
	

}

.sq1 { width: 150px;  height:150px;  }
.sq2 { width: 310px; height:150px;  }
.sq4 { width: 310px; height:310px;  }

.sq1 img{max-width: 150px; position:absolute;}
.sq2 img{ max-width: 310px;  position:absolute;}
.sq4 img{ max-width: 310px;  position:absolute;}


