/* 
    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);  
	font: 62.5% Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;

}

ul { list-style: none inside; }
p { font-family: helvetica, sans-serif; font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; color:#666666; letter-spacing: 0.0em;}
p.class1  {font-family: helvetica, sans-serif; font-size: 1.1em; line-height: 1.2em; font-weight:bold; color: #666666;}
p.class2  { 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 { outline: none; }
a img { border: none; }
.class1 a:link {font-weight: bold; text-decoration: none; color: #6caedf;}
.class1 a:visited {font-weight: bold; text-decoration: none; color: #4d6f92;}

.class2 a:link {text-decoration: none; color: #ffffff;}
.class2 a:hover {text-decoration: none; color: #6caedf;}
.class2 a:visited {text-decoration: none; color: #4d6f92;}

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


h1 {
	font-family: helvetica, sans-serif;
	font-size: 2.4em;
	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: helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;

}
h3 {padding: 0.2em 0em;
	font: helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#689acd;
	border-bottom: 1px solid #669966;
	}	

/* 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
	{
		padding: 60px 0 0 0px;
		margin-right: 60px;
		background-color: none;
		color: #ffffff;
		float: right;
		width: 956px;	
		font-family: helvetica, sans-serif;
		font-size: 1.5em;
		vertical-align:middle;
	}

		#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: 20px 50px 50px 50px;
		margin: 39px 0px 0px 0px;
		width: 924px;
		height: 550px;
		background: #ffffff url(images/background_backpages.png) no-repeat;
		float: center;
	}
	#sidebar {
		padding: 0px 0px 12px 12px;
		width: 400px;
		background: none; 
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px; 
		border-radius: 20px;
		height: 133px;
		margin: 0px 20px 0px 0px;
		float: left;
	}
	#article-area {
		padding: 19px 15px 10px 15px;
		background: #ffffff; 
		-moz-border-radius: 20px;-
		webkit-border-radius: 20px; 
		border-radius: 20px;
		width: 450px;
		height: 400px;
		float: right;
		margin-top:25px;
	}
	#sidebar-area{
		padding: 19px 15px 10px 15px;
		background:#ffffff;
		-moz-border-radius: 20px;-
		webkit-border-radius: 20px; 
		border-radius: 20px;
		width:370px;
	}
	
	
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
	{
		padding: 0 0 0 412px;
		margin-left: 0px;
		background-color: #ffffff;
		color: White;
		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 */
