
/* -- Generic ------------------------------------ */
	body{
		padding: 0px;
		margin: 0px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		background: url(/images/mainBG.jpg) repeat-x;
		}
	h1{
		font-size: 150%;
		}
	h2{
		font-size: 120%;
		}
	h2.quote{
		font-size: 110%;
		color: #ff9900;
		margin: 0px 40px 0px 40px;
		}
	.noBorder{
		border: none;
		}
	.middle{
		vertical-align: middle;
		}
	.imageRight{
		float: right;
		margin: 0px 0px 10px 10px;
		}
	.imageLeft{
		float: left;
		margin: 0px 10px 10px 0px;
		}
	.bordered{
		padding: 3px;
		background: #e0e0e0;
		border: 1px solid #cccccc;
		}
	.frontProduct{
		margin-right: 10px;
		float: left;
		text-align: center;
		font-weight: bold;
		}
	.testimonial{
		border: 1px solid #999999;
		padding: 20px;
		margin: 20px;
		}
	.testimonialSig{
		font-weight: bold;
		margin-top: -10px;
		float: right;
		}
	.caseStudy{
		border: 1px solid #999999;
		clear: left;
		margin-top: 10px;
		padding: 10px;
		}
	.caseStudy p{
		margin-top: 0px;
		}
	.caption{
		float: left;
		text-align: center;
		padding: 5px;
		border: 1px solid #999999;
		font-size: 80%;
		margin-right: 5px;
		}
/* ----------------------------------------------- */

/* -- Header/Menu/Footer ------------------------- */
	#header{
		position: relative;
		}
	#headerInner{
		position: relative;
		height: 170px;
		width: 950px;
		margin: 0px auto 0px auto;
		}
	#socialMedia{
		position: absolute;
		top: 5px;
		left: 550px;
		z-index: 10;
		}
	#menu{
		position: absolute;
		bottom: 5px;
		left: 5px;
		}
	#menu a{
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		border: 1px solid #B8E48B;
		padding: 1px 5px 1px 5px;
		margin-left: 3px;
		}
	#menu a:hover, #menu a:focus, #menu a:active{
		background: #D6EFBD;
		color: #000000;
		padding: 1px 5px 0px 5px;
		border: 1px solid #ffffff;
		}
	#outerContent{
	width: 950px;
	margin: 20px auto 0px auto;
	}
	#innerContent1{ border: 1px solid #fcfcfc; }
	#innerContent2{ border: 1px solid #f4f4f4; }
	#innerContent3{ border: 1px solid #eeeeee; }
	#innerContent4{ border: 1px solid #ececec; }
	#innerContent5{ border: 1px solid #e4e4e4; }
	#innerContent6{ border: 1px solid #cccccc; padding: 10px; }
	#contentLeft{
		border-right: 1px solid  #cccccc;
		margin: 0px 180px 0px 0px;
		padding-right: 20px;
		text-align: justify;
		}
	#rightBar{
		width: 170px;
		float: right;
		}
	p.rightBarIcon{
		text-align: center;
		font-size: 130%;
		}
	p.rightBarIcon a{
		text-decoration: none;
		color: #000000;
		}
	p.rightBarIcon a:hover, p.rightBarIcon a:active, p.rightBarIcon a:focus{
		color: #FF9933;
		}
	#footer{
		position: relative;
		width: 930px;
		margin: -15px auto 30px auto;
		padding: 0px 40px 0px 40px;
		font-size: 80%;
		color: #999999;
		}
	#footer a{
		color: #999999;
		text-decoration: none;
		}	
	#footer a:hover, #footer a:active, #footer a:focus{
		color: #000000;
		border-bottom: 1px dashed #000000;
		}
	.moonspace{
		position: absolute;
		top: 0px;
		right: 40px;
		}
/* ----------------------------------------------- */

/* -- Forms ------------------------------------------------------------------------------ */
	/* -- Contact Us ----------------- */
	#contactUs input{
		padding: 3px;
		width: 300px;
		border: 1px solid #cccccc;
		font-size: 100%;
		}
	#contactUs textarea{
		padding: 3px;
		width: 300px;
		height: 150px;
		border: 1px solid #cccccc;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		}
	#contactUs textarea.thin{
		height: 70px;
		}
	#contactUs label{
		vertical-align: top;
		}
	#contactUs input:hover, #contactUs input:focus, #contactUs input:active,
	#contactUs textarea:hover, #contactUs textarea:focus, #contactUs textarea:active{
		border: 1px solid #000000;
		background: #f0f0f0;
		}
	#contactUs input.button{
		width: 150px;
		cursor: pointer;
		background: #f0f0f0;
		}
	#contactUs input.wide{
		width: 180px;
		}
	#contactUs input.checkbox{
		width: auto;
		border: none;
		}
/* --------------------------------------------------------------------------------------- */

/* -- Links ------------------------------------------------------------------------------ */
	a.iconLink{
		text-decoration: none;
		font-size: 120%;
		color: #000000;
		}
	a.iconLink:hover, a.iconLink:active, a.iconLink:focus{
		color: #0000ff;
		}
	a.plain{
		text-decoration: none;
		color: #666666;
		}
	a.plain:hover, a.plain:active, a.plain:focus{
		color: #0000ff;
		}
/* --------------------------------------------------------------------------------------- */
