@charset "UTF-8";

/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

img { border:0 }

body { background:url(../images/bg.gif) repeat-x; }

li
{
	margin-left:12px;
	padding-bottom:4px;
}

#outerContainer
{
	background:url(../images/bg_content.png) #FFF no-repeat;
	width:768px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
}

#innerContainer
{
	width:760px;
	padding:0px 4px;
	position:relative;
}

#logo
{
	float:left;
	width:165px;
}

#img_top, #line_top { float:left; position:relative; }

#img_top img{
	position:absolute;
	top:0px;
	left:0px;
	
}
#leftNav
{
	width:180px;
	float:left;
}

#contentHolder
{
	width:564px;
	margin:8px 0px 0px 0px;
	float:left;
}

#content
{
	width:553px;
	float:left;
	padding:6px 6px;
}

#footer
{
	text-align:center;
	font-weight:normal;
	font-size:11px;
	margin:30px 0px 60px 164px;
}


#fixedFooter{
	z-index:2;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:#ffcb66;
	
}

#fixedFooter div{
	position:relative;
	width:518px;
	height:48px;
	margin:0px auto;
	
	
}
.leftNavItem, .leftNavItemBuilding{ margin-bottom:2px; }

.leftNavItemBuilding{display:none;}
p.bodyCopy
{
	line-height:17px;
	margin:12px 0px;
}

.bodyCopy, li, ul { font-size:12px; }

.pageHeadings
{
	font-size:18px;
	color:#ff9c00;
	margin:10px 0px -5px 0px;
}

a.footerLinks:link
{
	text-decoration:none;
	color:#000
}      /* unvisited link */

a.footerLinks:visited
{
	text-decoration:none;
	color:#000
}  /* visited link */

a.footerLinks:hover
{
	text-decoration:underline;
	color:#000
}  /* mouse over link */

a.footerLinks:active
{
	text-decoration:none;
	color:#000
}  /* selected link */

a.bodyLinks:link
{
	text-decoration:underline;
	color:#ff9c00;
	font-weight:bold;
}      /* unvisited link */

a.bodyLinks:visited
{
	text-decoration:underline;
	color:#ff9c00;
	font-weight:bold;
}  /* visited link */

a.bodyLinks:hover
{
	text-decoration:underline;
	color:#ff9c00;
	font-weight:bold;
}  /* mouse over link */

a.bodyLinks:active
{
	text-decoration:underline;
	color:#ff9c00;
	font-weight:bold;
}  /* selected link */

.indentedUl { margin-left:30px; }




textarea{
	width:300px;
	height:98px;
}

input{
	
	width:200px;
}

input,textarea{
	font-size:12px;
}



#confirmEmail{
	font-size:14px;
	margin-bottom:15px;
	font-weight:bold;
	color:#000000;
}

#contactForm{
	background-color:#CCC;
	float:left;
	margin-top:8px;
}

#contactFormBody{
	float:left;
	padding:20px 10px 10px 10px;

}

.testimonial{
	margin:15px 15px 0px 5px;
	font-size:10px;
	font-style:italic;
	
	
}
.testimonialTitle{
	font-weight:bold; 
	font-size:11px;
	color:#ff9c00;
	text-align:center;
	margin:-5px 0px -10px 0px;
	display:block;
	font-style:normal;
	
	
}
