/* YUI CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,strong,th,var { font-style:normal; font-weight:normal; }
strong { font-weight: bold; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }

/****************************************************************************/
/**************************** Actual Page Styling ***************************/
/****************************************************************************/
body { background: #FFF; font-family: arial, verdana; font-size: 12px; color: #000; }

/* Containers and Wraps */
#header { margin: 0 auto; width: 1000px; }
#content { margin: 0 auto; width: 1000px; z-index: 30; }
#footer { margin: 0 auto; width: 1000px; padding: 10px 0 15px 0; text-align: center; clear: both; border-top: 1px solid #CCC; }
.wrapper { position: relative; margin: 0 auto; width: 1000px; overflow: hidden; }
#col1 { float: left; padding: 15px; width: 365px; }
#col2 { float: left; padding: 15px 15px 15px 0; width: 590px; }
#mainNavWrap { margin: 0 auto; width: 1000px; position: relative; }
.clear { line-height: 0px; height: 0px; clear: both; }

/* Header Styling */
h1 { width: 1000px; height: 300px; position: absolute; z-index: 50; background: url('images/trans.png') repeat; }
h1 a { display: block; width: 100%; height: 100%; text-indent: -9999px; overflow: hidden; cursor: pointer; }
#banner { position: relative; width: 1000px; height: 300px; }
#orb_pop { background: #000; }
#flower { background: #FBFBFB; }
#people { background: #FF6600; }

/* Left Menu */
#leftNav li a { font-size: 11px; color: #9ac611; }
#leftNav li a:hover { color: #000; }
#leftNav li { padding-left: 80px; height: 71px; color: #9ac611; }
#button1 { background: url('images/btn3.png') no-repeat 0 center; }
#button2 { background: url('images/btn1.png') no-repeat 0 center; }
#button3 { background: url('images/btn4.png') no-repeat 0 center; }
#button4 { background: url('images/btn2.png') no-repeat 0 center; }

/* Top Menu */
#mainNav { background: url('images/bgMainNav.jpg') repeat-x; height: 33px; width: 1000px; }
#mainNav li { display: inline; }
#mainNav li a.navLink { font-family: Trebuchet MS, arial, verdana; float: left; display: block; font-size: 14px; line-height: 33px; height: 33px; width: 166px; text-align: center; color: #FFF; text-decoration: none; }
#mainNav li a.navLink:hover { font-weight: bold; }

/* Top Menu Drop Down */
#mainNav li ul { border: 1px solid #939598; border-top: none; background: #FFF; position: absolute; top: 33px; display: none; }
#mainNav li ul#mainNavHoverProducts1 { border-right: none; }
#mainNav li ul#mainNavHoverProducts2 { border-left: none; }
#mainNav li ul a { color: #000; text-decoration: none; display: block; height: 25px; line-height: 25px; padding: 0 10px; border-bottom: 1px solid #F4F4F4; font-weight: normal; }
#mainNav li ul a.heading { border-bottom: 1px dashed #939598; background: #F3FCDA; }
#mainNav li ul a.heading:hover { background: #FDFFF0; }
#mainNav li ul a:hover { background: #F4F4F4; }

#mainNavHoverProducts1 { left: 175px; width: 260px; }
#mainNavHoverProducts2 { left: 435px; width: 280px; }
#mainNavHoverNews { left: 355px; width: 166px; }
#mainNavHoverResources { left: 516px; width: 196px; }
#mainNavHoverAbout { left: 708px; width: 186px; }
#mainNavHoverContact { left: 812px; width: 186px; }

/****************************************************************************/
/************************** Actual Content Styling **************************/
/****************************************************************************/

/* Title Styles */
.titleStyle1 { font-size: 16px; font-weight: bold; line-height: 18px; padding: 7px 0 3px 0; color: #000; }
.titleStyle2 { font-size: 16px; padding: 7px 0 15px 0; font-weight: bold; }
.titleStyle3 { font-size: 14px; padding-bottom: 5px; font-weight: bold; color: #F60; }
.titleStyle4 { font-size: 14px; padding-bottom: 5px; font-weight: bold; font-style : italic;}
.titleStyle5 { font-size: 12px; padding-bottom: 5px; font-weight: bold; font-style : italic;}

/* Text Styles */
.textStyle1 { line-height: 20px; }
.textStyle2 { color: #777; display: block; float: left; width: 70px; }
.lineBreak { background: #CCC; height: 1px; line-height: 1px; font-size: 1px; margin: 10px 0; }

/* Link Styles */
.linkStyle1 { display: block; width: 125px; text-align: center; height: 33px; line-height: 33px; background: url('images/bgMainNav.jpg') repeat-x; color: #FFF; font-size: 16px; font-weight: bold; text-decoration: none; } 
.textStyle1 a { color: #09F; text-decoration: none; } /* Blue Link */
.textStyle1 a:hover { text-decoration: underline; }
a.copyright1 { color: #9ac611; text-decoration: none; }
a.copyright1:hover { color: #000; text-decoration: underline; }

/* Image Styles */
.imgRight { float: right; margin: 0 0 15px 15px; border: 1px solid #EEE; }
.imgLeft { float: left; margin: 0 30px 30px 0; border: 7px solid #EEE; }

/* Contact Form Styles */
#contactForm { padding-top: 10px; }
#contactForm li { line-height: 45px; width: 590px; clear: both; }
#contactForm li label { display: block; float: left; width: 100px; line-height: 30px; padding-bottom: 9px; }
#contactForm li input.fieldStyle1 { display: block; float: left; width: 200px; border: 1px solid #777; background: #EEE; height: 20px; padding: 5px; color: #333; }
#contactForm li textarea { display: block; float: left; width: 400px; border: 1px solid #777; background: #EEE; padding: 5px; color: #333; }
#contactForm li input.submitStyle1 {
	display: block;
	width: 120px;
	margin: 0 0 0 100px;
	padding-left: 5px;
	padding-top: 10px;
	height: 43px; 
	line-height: 33px; 
	background: url('images/bgMainNav.jpg') 0 bottom repeat-x; 
	color: #FFF; font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	cursor: pointer;
	border: none;
}
.fieldError1 { color: #a90000; background: #F8E5E5; border: 1px solid #a90000; padding: 10px; }
.fieldSuccess1 { color: #84AA0F; background: #F1F8E7; border: 1px solid #84AA0F; padding: 10px; }
#contactForm li.checkbox { line-height: 20px; }
#contactForm li.checkbox input { margin: 0px 0 0 70px; display: block; line-height: 20px; height: 20px; }

/* List Styles */
.listStyle1 li { list-style: disc; line-height: 25px; color: #CCC; margin-left: 15px; }
.listStyle1 a { color: #09F; text-decoration: none; } /* Blue Link */
.listStyle1 a:hover { text-decoration: underline; }
.listStyle2 li { list-style: disc; line-height: 25px; margin-left: 15px; }
.listStyle2 a { color: #09F; text-decoration: none; } /* Blue Link */
.listStyle2 a:hover { text-decoration: underline; }
.listStyle3 { padding: 10px 0; }
.listStyle3 li { display: inline; padding: 0 10px; }
/* Links Page Styling */
.listStyle4 { width: 588px; }
.listStyle4 li { float: left; width: 196px; text-align: center; }
.listStyle5 li { list-style: decimal; line-height: 25px; margin-left: 15px; }
.listStyle6 li { list-style: disc; line-height: 25px; color: #FF6600; margin-left: 25px; }

/* Left Testimonial Box */
#testimonialBox { padding: 10px 0; border: 1px solid #DDD; border-right: none; border-left: none; margin: 10px 25px 10px 15px; }

/* Testimonial Styling */
.testName { text-align: right; color: #F60; }
.testName2 { color: #F60; }
.testName a { color: #F60; }
.testName a:hover { color: #000; }

/* Our Management Styling */
.ourMgt1 { float: left; width: 120px; margin-right: 30px; padding-bottom: 15px; }
.ourMgt1 img { border: 7px solid #EEE; margin-top: 5px; }
.ourMgt2 { float: left; width: 426px; padding-bottom: 15px;  }

/* Awards Page */
.star { background: url('images/iconStar.jpg') no-repeat 0 3px; text-indent: 20px; }

/* Post Project Styles */
#lightbox { float: right; padding: 0 0 10px 10px; }
.centerImg { text-align: center; }
