/* 
    AUTHOR: Jenna Bantjes
			jenna@jennabantjes.com
			http://jennabantjes.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	background: url(images/background_home2.png);  
}

ul { list-style: none inside; }
p { font-family: helvetica, sans-serif; font-size: .8em; line-height: 1.2em; margin-bottom: 1.2em; letter-spacing: 0em; word-spacing: -0.05em;}
p.class1  {font-family: helvetica, sans-serif; font-size: .7em; line-height: 1.2em; font-weight:bold; color: #666666;}
p.index  { font-family: helvetica, sans-serif; font-size: 1.6em; line-height: 1.2em; margin-bottom: 1.2em; color:#ffffff; letter-spacing: 0em; word-spacing: -0.1em;}

	p.metadata { background: #ffffff; padding: 3px;} 
a { text-decoration: none; outline: none; color:#4d6f92; }
a img { border: none; }
.class1 A:{font-weight: bold; text-decoration: none; color: white;}
.class1 A:visited {font-weight: bold; text-decoration: none; color: #4d6f92;}

.class2 A{text-decoration: none; color: #ffffff;}
.class2 A:hover {text-decoration: none; color: #4b6e90 ;}

A:active {text-decoration: none}
A:hover {font-weight:normal; text-decoration:underline;}


h1 {
	font-family: helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #ffffff;
	}
	
	h1#logo {
		padding: 0px 0px 10px 0px;
		width: 1024px;
		height: 170px;
		background: url(images/logo.png) top left no-repeat;
		text-indent: -9999px;
	}
h2 {
	font-family: georgia, serif;
	font-size: 1em;
	font-weight: normal;

}	

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#grp{
	float:left;
	margin-left: 300px;
	z-index:200;
	margin-top: -100px;
}

#page-wrap { 
	color: #333333;
	padding: 0px 0px 0px 50px;
	width: 1024px;
	height: 600px;
	margin: 0 auto;
	}

#nav-header ul
	{
		margin-top:60px;
		margin-right: 60px;
		background-color: none;
		color: white;
		float: right;
		width: 956px;	
		font-family: helvetica, sans-serif;
		font-size: 1em;
	}

		#nav-header ul li { display: inline; }

		#nav-header ul li a
		{
			padding: 0.5em 1em 0.5em 1em;
			background-color: none;
			color: #689acd;
			text-decoration: none;
			float: right;
		}

		#nav-header ul li a:hover
		{
			background-color: #edf5fb;
			color: #689acd;
		}
		
#social{
		margin-right:75px;
		float:right;
}

	#main-content {
		padding: 100px 50px 30px 50px;
		width: 924px;
		height: 350px;
		background: #ffffff url(images/background_home.jpg) no-repeat;
		float: center;
	}

	#article-area1 {
		padding: 12px 12px 12px 15px;
		width: 160px;
		background: #99cc33; -moz-border-radius: 20px;-webkit-border-radius: 20px; border-radius: 20px;
		height: 233px;
		margin: 0px 0px 0px 0px;
		float: right;
	}
	#article-area2 {
		padding: 12px 12px 12px 12px;
		width: 160px;
		background: #99cc33; -moz-border-radius: 20px;-webkit-border-radius: 20px; border-radius: 20px;
		height: 233px;
		margin: 0px 20px 0px 0px;
		float: right;
	}
	#article-area3 {
		padding: 12px 12px 12px 12px;
		width: 160px;
		background: #99cc33; -moz-border-radius: 20px;-webkit-border-radius: 20px; border-radius: 20px;
		height: 233px;
		margin: 0px 20px 0px 0px;
		float: right;
	}
	#sidebar {
		padding: 15px 15px 10px 15px;
		background: #ffffff; -moz-border-radius: 20px;-webkit-border-radius: 20px; border-radius: 20px;
		width: 280px;
		height: 233px;
		float: left;
	}

ul#nav {
	
	}
	ul#nav li {
		display: inline;
				}
		ul#nav li a {
			display: block;
			height: 42px;
			width: 850px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.products a {
			width: 164px;
			height: 32px;
			background: url(images/nav_products.png) bottom center no-repeat;
		}
		ul#nav li.design a {
			width: 115px;
			height: 32px;
			background: url(images/nav_design.png) bottom center no-repeat;
		}
		ul#nav li.build a {
			width: 117px;
			height: 32px;
			background: url(images/nav_build.png) bottom center no-repeat;		
			
		}	
		ul#nav li.service a {
			width: 115px;
			height: 32px;
			background: url(images/nav_service.png) bottom center no-repeat;
		}
		ul#nav li.benefits a {
			width: 115px;
			height: 32px;
			background: url(images/nav_benefits.png) bottom center no-repeat;
		}
		ul#nav li.educate a {
			width: 118px;
			height: 32px;
			background: url(images/nav_educate.png) bottom center no-repeat;

		}
		ul#nav li.projects a {
			width: 115px;
			height:32px;
			background: url(images/nav_projects.png) bottom center no-repeat;
		}
		ul#nav li.resources a {
			width: 117px;
			height: 32px;
			background: url(images/nav_resources.png) bottom center no-repeat;
		}
		ul#menu li a.products:hover, ul#menu li a.products:active,
		ul#menu li a.design:hover, ul#menu li a.design:active,
		ul#menu li a.build:hover, ul#menu li a.build:active
		ul#menu li a.service:hover, ul#menu li a.service:active,
		ul#menu li a.benefits:hover, ul#menu li a.benefits:active,
		ul#menu li a.educate:hover, ul#menu li a.educate:active,
		ul#menu li a.quote:hover, ul#menu li a.quote:active,
		ul#menu li a.resourcses:hover, ul#menu li a.resources:active,
		
		 {
			background-position: top center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
			

#nav-footer ul
	{ font-size:.7em;
		padding: 0 0 0 412px;
		margin-left: 0px;
		background-color: #ffffff;
		color: #669966;
		float: left;
		width: 612px;
		height: 20px;
		font-family: helvetica, sans-serif;
	}

	#nav-footer ul li { display: inline; }

	#nav-footer ul li a
	{
		padding: 0.5em 1em 3px 1em;
		background-color: #ffffff;
		color: #669966;
		text-decoration: none;
		float: left;

		
	}

	#nav-footer ul li a:hover
	{
		background-color: #edf5fb;
		color: #669966;
	}

#footer {
	padding: 0px 0 0 0;
	width: 1024px;
	height:65px;
	background: url(images/footer.png)
}

/* END STRUCTURE */
