@charset "UTF-8";
body,img,p,h1,h2,h3,h4,ul,ol,li,form {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#333;
	background:#000 url(images/BG_body.gif) repeat;
	background-attachment:fixed;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
hr {
	background-color:#999;
	color:#999;
	height:1px;
	border:none;
	clear:both;
	margin:0 20px;
}
a:hover {
	text-decoration:none;
}
#container {
	width:980px;
	text-align:left;
	margin:0 auto;
}
/* Top Navigation */
#container #topNavContainer {
	width:980px;
	height:70px;
	float:left;
	background:#000;
	position:relative;
}
#container #topNavContainer #topNav {
	list-style-type:none;
	font:11px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	bottom:0px;
	left:10px;
}
#container #topNavContainer #topNav li {
	float:left;
	position:relative;
}
#container #topNavContainer #topNav li a {
	color:#fff;
	text-decoration:none;
	float:left;
	height:25px;
	line-height:25px;
	padding:0 13px;
	display:inline;
}
#container #topNavContainer #topNav li a:hover,#container #topNavContainer #topNav li a.act {
	color:#ff9900;
}
/* Drop Menus */
#container #topNavContainer #topNav li ul {
	width:165px;
	list-style:none;
	position:absolute;
	top:25px;
	left:0px;
	display:none;
	z-index:500;
}
#container #topNavContainer #topNav li ul li {
	width:165px;
	float:left;
	text-align:left;
}
#container #topNavContainer #topNav li ul a {
	width:165px;
	height:auto;
	color:#ff9900;
	font:11px Verdana, Geneva, sans-serif;
	background:#111;
	padding:5px 15px;
	display:block;
	line-height:14px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	border-right:0px;
	border-left:0px;
}
#container #topNavContainer #topNav li ul a span {
	font-size:10px;
	line-height:14px;
}
#container #topNavContainer #topNav li ul a:hover,#container #topNavContainer #topNav li ul a.act {
	background:#444;
	border-top:1px solid #ff9900;
	border-bottom:1px solid #ff9900;
	border-right:0px;
	border-left:0px;
	color:#fff;
}
#container #topNavContainer #topNav li:hover ul, #container #topNavContainer #topNav li.over ul {
	display:block;
}
/* Webcams Drop Menu */
#container #topNavContainer #topNav li ul.webcams,#container #topNavContainer #topNav li ul.webcams li,#container #topNavContainer #topNav li ul.webcams li a {
	width:200px;
}
/* Green Drop Menu */
#container #topNavContainer #topNav li ul.green,#container #topNavContainer #topNav li ul.green li,#container #topNavContainer #topNav li ul.green li a {
	width:120px;
}
/* People Drop Menu */
#container #topNavContainer #topNav li ul.people,#container #topNavContainer #topNav li ul.people li,#container #topNavContainer #topNav li ul.people li a {
	width:140px;
}
/* Contact Drop Menu */
#container #topNavContainer #topNav li ul.contact,#container #topNavContainer #topNav li ul.contact li,#container #topNavContainer #topNav li ul.contact li a {
	width:95px;
	left:-11px;
}
/* Banner */
#container #banner {
	width:100%;
	height:66px;
	float:left;
	background:#333;
	border-top:1px solid #ff9900;
	border-bottom:2px solid #000;
}
#container #banner #logo {
	margin:7px 0 0 10px;
}
/* Content */
#container #content {
	width:980px;
	float:left;
	background:#fdf9ef;
	position:relative;
}
#container #content h1 {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	padding:5px 20px;
	background:#ff9900;
	color:#000;
}
h1.webcam {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	padding:5px 20px;
	background:#ff9900;
	color:#000;
}
#container #content h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0 20px 15px 20px;
	padding:10px 0 0 0;
}
#container #content h2 span {
	font:italic normal 11px Verdana, Geneva, sans-serif;
}
#container #content h3 {
	color:#666600;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0 20px;
}
#container #content h4 {
	color:#666600;
	font:bold 12px Verdana, Geneva, sans-serif;
	margin:0 20px 15px 20px;
}
#container #content p {
	line-height:20px;
	margin:0 20px 15px 20px;
}
#container #content ul {
	margin: 0 0 15px 40px;
}
#container #content ul li {
	line-height:20px;
}
/* Home */
#container #content.home {
	width:972px;
	padding:4px;
	background:#fdf9ef;
}
#container #content.home #homeRotator {
	width:725px;
	height:300px;
	float:left;
}
#container #content.home #homeRight {
	width:243px;
	height:504px;
	overflow:hidden;
	float:right;
	margin:0 0 0 4px;
	display:inline;
	background:#c1ad3d url(images/BG_home_right.jpg) top left no-repeat;
}
#container #content.home #homeRight2 {
	width:243px;
	height:504px;
	overflow:hidden;
	float:right;
	margin:0 0 0 4px;
	display:inline;
	background:#8bcbe7 url(images/BG_home_right_2010-7-26.jpg) top left no-repeat;
}
#container #content.home #homeRight2 #freeseLogo {
	margin:15px auto;
}
#container #content.home #homeRight2 h2 {
	background:#244a6f;
}
#container #content.home #homeRight2 p {
	margin:0px 10px 0 10px;
	color:#000;
}
#container #content.home #homeRight2 #pressRelease {
	margin:15px auto 0 auto;
}
#container #content.home #homeRight h2 {
	background:#c1ad3d;
}
#container #content.home #homeRight p {
	margin:300px 10px 0 10px;
}
#container #content.home #homeRight h2,#container #content.home #homeBottom #homeBottomLeft h2,#container #content.home #homeBottom #homeBottomRight h2,#container #content.home #homeRight2 h2 {
	margin:0;
	padding:4px 0;
	text-align:center;
	font-size:14px;
	color:#fff;
}
#container #content.home #homeBottom2 {
	width:725px;
	height:200px;
	float:left;
	margin:4px 0 0 0;
	background:#bbd25e;
	position:relative;
}
#container #content.home #homeBottom2 img.homeWeaver {
	position:absolute;
	top:0;
	left:0;
}
#container #content.home #homeBottom2 img.usgbc {
	position:absolute;
	top:30px;
	right:5px;
}
#container #content.home #homeBottom2 h2 {
	position:absolute;
	top:5px;
	left:170px;
	margin:0;
	padding:0;
	font:bold 28px Arial, Helvetica, sans-serif;
	color:#fff;
}
#container #content.home #homeBottom2 p {
	position:absolute;
	top:40px;
	left:170px;
	width:400px;
	margin:0;
	padding:0;
	line-height:16px;
}
#container #content.home #homeBottom2 h4 {
	color:#fff;
	background:#55891d;
	margin:0;
	padding:5px 10px;
	position:absolute;
	bottom:0;
	left:161px;
}
#container #content.home #homeBottom {
	width:725px;
	float:left;
	margin:4px 0 0 0;
}
#container #content.home #homeBottom #homeBottomLeft {
	color:#fff;
	width:300px;
	height:200px;
	float:left;
	position:relative;
	background:url(images/BG_homeBottomLeft.jpg) no-repeat;
}
#container #content.home #homeBottom #homeBottomLeft a {
	color:#fff;
}
#container #content.home #homeBottom #homeBottomLeft ul {
	width:130px;
	padding:0 0 0 20px;
	position:absolute;
	top:30px;
	left:80px;
}
#container #content.home #homeBottom #homeBottomLeft #greenInfo {
	position:absolute;
	bottom:10px;
	left:124px;
}
#container #content.home #homeBottom #homeBottomLeft h2 {
	background:#465e08;
}
#container #content.home #homeBottom #homeBottomRight {
	background:#000;
	color:#fff;
	width:421px;
	height:200px;
	float:left;
	margin-left:4px;
	display:inline;
	overflow:hidden;
}
#container #content.home #homeBottom #homeBottomRight h2 {
	background:#663300;
}
#container #content.home #homeBottom #homeBottomRight img {
	float:left;
	margin:0 15px 0 0;
	display:inline;
}
#container #content.home #homeBottom #homeBottomRight p {
	margin-top:5px;
}
#container #content.home #homeRight3 {
	width:243px;
	height:300px;
	overflow:hidden;
	float:right;
	margin:0 0 0 4px;
	display:inline;
}
#container #content.home #homeBottom3 {
	width:972px;
	height:200px;
	float:left;
	margin:4px 0 0 0;
	overflow:hidden;
	display:inline;
}
#container #content.home #homeBottom3 #homeBottomLeft2 {
	width:670px;
	height:200px;
	float:left;
}
#container #content.home #homeBottom3 #homeBottomRight2 {
	width:298px;
	height:200px;
	float:left;
	margin-left:4px;
	padding-top:15px;
	display:inline;
	background:#435231;
	color:#fff;
}
#container #content.home #homeBottom3 #homeBottomRight2 div.homeRow {
	clear:both;
	line-height:18px;
}
#container #content.home #homeBottom3 #homeBottomRight2 div.homeRow span.homeLabel {
	float:left;
	width:70px;
	margin:0 0 0 20px;
	display:inline;
}
/* Profile */
#container #content.profile {
	color:#fff;
	background:#222;
}
#container #content.profile h1 {
	margin-bottom:0;
}
#container #content.profile #profileImg {
	margin:0 0 10px 0;
}
/* People */
#container #content.people_corporateTeam1,
#container #content.people_corporateTeam2,
#container #content.people_divisionPresidents,
#container #content.people_regionalVicePresidents,
#container #content.people_management,
#container #content.people_finance,
#container #content.people_operations,
#container #content.people_corporateServices {
	background:#333;
	color:#fff;
}
div.peopleSubNav {
	width:950px;
	margin:10px 0 0 15px;
	background:#4e4d4d;
	float:left;
	clear:both;
	display:inline;
	line-height:30px;
}
div.peopleSubNav div {
	float:left;
	margin:0 0 0 30px;
	display:inline;
}
div.peopleSubNav a {
	color:#fff;
	text-decoration:none;
}
div.peopleSubNav a:hover,
div.peopleSubNav a.act {
	color:#ff9600;
}
div.peopleSubNav div span {
	float:left;
}
div.peopleSubNav a.pages {
	display:block;
	border:1px solid white;
	float:left;
	padding:4px;
	line-height:8px;
	margin:6px 0 0 10px;
}
div.peopleSubNav a.pagesAct,
div.peopleSubNav a.pages:hover {
	color:#ff9600;
	display:block;
	border:1px solid #ff9600;
	float:left;
	padding:4px;
	line-height:8px;
	margin:6px 0 0 10px;
}
#container #content.people_corporateTeam1 h1,
#container #content.people_corporateTeam2 h1,
#container #content.people_divisionPresidents h1,
#container #content.people_regionalVicePresidents h1,
#container #content.people_management h1,
#container #content.people_finance h1,
#container #content.people_operations h1,
#container #content.people_corporateServices h1 {
	background:none;
	color:#999;
	font:normal 18px Arial, Helvetica, sans-serif;
	margin:20px 0 15px 40px;
	padding:0px;
}
div.peopleRow {
	width:920px;
	float:left;
	margin:0 0 10px 40px;
}
div.peopleRow div.peopleLeft {
	width:335px;
	float:left;
}
div.peopleRow div.peopleLeft img {
	float:left;
	border:1px solid #fff;
	margin:0 20px 0 0;
}
#container #content div.peopleRow div.peopleLeft h2,
#container #content div.peopleRow div.peopleLeft h3, {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#container #content div.peopleRow div.peopleLeft h4 {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#container #content div.peopleRow div.peopleLeft h2 {
	color:#ff9600;
}
#container #content div.peopleRow div.peopleLeft h3 {
	color:#fff;
}
#container #content div.peopleRow div.peopleLeft h4 a {
	color:#3295ba;
}
.peopleRight {
	width:585px;
	float:left;
}

#container #content.people h1 {
	margin-bottom:0px;
}
#container #content #peopleContainer {
	position:relative;
}
#container #content .peopleThumb1 {
	width:127px;
	height:83px;
	position:absolute;
}
#container #content .peopleThumb2 {
	width:129px;
	height:63px;
	position:absolute;
}
#container #content.people_AndrewCox,#container #content.people_BarrettTrapnell,#container #content.people_FredBolt,#container #content.people_JamesSchepp,#container #content.people_LeeJohnson,#container #content.people_MarkSimmons,#container #content.people_NathanaelAndrico,#container #content.people_RodgerForesman,#container #content.people_RoyJohnson,#container #content.people_SurenPatel,#container #content.people_StanleyAllen,#container #content.people_SteveHinnant,#container #content.people_PatFreese,#container #content.people_WilliamCaldwell,#container #content.people_WillWeaver {
	background:#222;
	color:#fff;
}
#container #content #cox {
	top:15px;
	left:340px;
}
#container #content #schepp {
	top:15px;
	left:515px;	
}
#container #content #foresman {
	top:105px;
	left:425px;	
}
#container #content #bolt {
	top:215px;
	left:52px;	
}
#container #content #caldwell {
	top:215px;
	left:240px;	
}
#container #content #johnson {
	top:215px;
	left:425px;	
}
#container #content #simmons {
	top:215px;
	left:615px;	
}
#container #content #freese {
	top:215px;
	left:805px;	
}
#container #content #patel {
	top:365px;
	left:22px;
}
#container #content #allen {
	top:365px;
	left:157px;		
}
#container #content #hinnant {
	top:365px;
	left:291px;	
}
#container #content #johnsonII {
	top:365px;
	left:426px;	
}
#container #content #andrico {
	top:365px;
	left:560px;	
}
#container #content #trapnell {
	top:365px;
	left:695px;	
}
#container #content #weaver {
	top:365px;
	left:830px;	
}
#container #content .peopleImg {
	float:left;
}
/* Services */
#container #content ul.fourColList {
	width:205px;
	float:left;
	display:inline;
}
#container #content .brochureCell {
	height:63px;
	clear:both;
	margin:0 20px 15px 20px;
}
#container #content .brochureCell img {
	float:left;
	margin:0 15px 0 0;
}
#container #content .brochureCell span {
	float:left;
	line-height:63px;
	font-style:italic;
}
/* Projects */
#container #content.projects {
	background:#222;
	color:#fff;
}
#container #content.projects #projectsContainer {
	width:940px;
	float:left;
	margin:0 20px;
	display:inline;
}
/* Green Main */
#container #content.green {
	background:#fdfbef url(images/BG_green_news.jpg) no-repeat;
}
#container #content #greenSubNav {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	width:200px;
	float:left;
}
#container #content #greenSubNav li.subNavTop {
	width:200px;
	height:15px;
	display:block;
	background:url(images/BG_subNavTop.png);
}
#container #content #greenSubNav li.subNavBottom{
	width:200px;
	height:15px;
	display:block;
	background:url(images/BG_subNavBottom.png);
}
#container #content #greenSubNav a {
	width:160px;
	height:auto;
	color:#ff9900;
	text-decoration:none;
	display:block;
	line-height:30px;
	padding:5px 20px;
	font:11px Verdana, Geneva, sans-serif;
	background:#111;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	border-right:0px;
	border-left:0px;
}
#container #content #greenSubNav a:hover,#container #content #greenSubNav a.act {
	background:#444;
	border-top:1px solid #ff9900;
	border-bottom:1px solid #ff9900;
	border-right:0px;
	border-left:0px;
	color:#fff;
}
#container #content.green .column1 {
	width:350px;
	float:left;
	margin:0 20px 15px 20px;
	display:inline;
}
#container #content.green .column2 {
	width:370px;
	min-height:332px;
	float:left;
	background:#bd9535;
}
#container #content.green div.column2 h2 {
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 20px;
	color:#fff;
	background:#357224;
}
/* Q & A on Green */
#container #content.green_qa {
	background:#fdf9ef url(images/BG_green_qa.jpg) no-repeat;
}
#container #content.green_qa div.column1 {
	width:740px;
	margin:0 20px 20px 20px;
	padding:15px 0 0 0;
	float:left;
	display:inline;
	background:url(images/BG_white_trans.png);
}
/* Why Build Green */
#container #content.green_why_build {
	background:#fdf9ef url(images/BG_green_why_build.jpg) no-repeat;
}
#container #content.green_why_build div.column1 {
	width:360px;
	float:left;
	margin:0 0 15px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_why_build div.column1 h2 {
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 20px;
	color:#fff;
	background:#357224;
}
#container #content.green_why_build div.column2 {
	width:360px;
	float:left;
	margin:0 0 15px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_why_build div.column2 h2 {
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 20px;
	color:#fff;
	background:#dd882e;
}
/* Green Services */
#container #content.green_services {
	background:#fdf9ef url(images/BG_green_services.jpg) no-repeat;
}
#container #content.green_services .column1 {
	width:780px;
	float:left;
}
#container #content.green_services div.block1 {
	width:360px;
	height:200px;
	float:left;
	margin:0 0 20px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_services div.block1 h2,#container #content.green_services div.block2 h2 {
	margin:0 0 15px 0;
	padding:5px 20px;
	background:#ff9900;
	color:#fff;
}
#container #content.green_services div.block2 {
	width:740px;
	height:75px;
	float:left;
	margin:0 0 20px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
/* Green Projects */
#container #content.green_projects {
	background:#fdf9ef url(images/BG_green_projects.jpg) no-repeat;
}
#container #content.green_projects div.column1 {
	width:360px;
	float:left;
	margin:0 20px 20px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_projects div.column2 {
	width:360px;
	margin:0 0 20px 0;
	float:left;
	background:url(images/BG_white_trans.png);
}
#container #content.green_projects div.column3 {
	width:740px;
	float:left;
	margin:0 20px 20px 20px;
	padding:10px 0 0 0;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_projects div.column1 h2,#container #content.green_projects div.column2 h2 {
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 20px;
	color:#fff;
	background:#357224;
}
/* Events Calendar */
#container #content.green_events div.column1 {
	width:360px;
	float:left;
	margin:0 20px 20px 20px;
}
#container #content.green_events div.column2 {
	width:360px;
	float:left;
	background:#333 url(images/BG_greenEvents_column2.jpg) no-repeat;
	color:#fff;
}
#container #content.green_events div.column2 h2 {
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	background:#ff9900;
	padding:0;
	line-height:22px;
	margin:0 0 10px 0;
}
/* Renewable Energy */
#container #content.green_renewable {
	background:#fdf9ef url(images/BG_green_renewable.jpg) no-repeat;
}
#container #content.green_renewable div.column1 {
	text-align:center;
	width:284px;
	float:left;
	margin:0 20px 10px 20px;
	display:inline;
}
#container #content.green_renewable div.column1 img {
	width:142px;
	height:102px;
}
#container #content.green_renewable div.column2 {
	width:436px;
	float:left;
	padding:10px 0 0 0;
	background:url(images/BG_white_trans.png);
}
/* Green News */
#container #content.green_news {
	background:#fdf9ef url(images/BG_green_news.jpg) no-repeat;
}
#container #content.green_news div.column1 {
	width:360px;
	float:left;
	margin:0 20px 15px 20px;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_news div.column2 {
	width:360px;
	float:left;
	margin:0 0 15px 0;
	display:inline;
	background:url(images/BG_white_trans.png);
}
#container #content.green_news div.column1 h2,#container #content.green_news div.column2 h2 {
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 20px;
	color:#fff;
	background:#357224;
}
/* CS News */
#container #content.news #newsTwitter {
	width:300px;
	float:left;
}
#container #content.news #newsMain {
	width:430px;
	float:left;
	margin:0 20px 0 0;
	padding:0 20px;
	border-right:1px solid #ddd;
}
#container #content.news #newsMain h2,
#container #content.news #newsCommunity h2 {
	margin:0 0 15px 0;
}
#container #content.news #newsMain .feedburnerFeedBlock ul,#container #content.news #newsMain  .feedburnerFeedBlock li,
#container #content.news #newsCommunity .feedburnerFeedBlock ul,#container #content.news #newsCommunity  .feedburnerFeedBlock li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#container #content.news #newsMain .feedburnerFeedBlock ul li div,
#container #content.news #newsCommunity .feedburnerFeedBlock ul li div {
	margin:0 0 15px 0;
	line-height:18px;
}
#container #content.news #newsMain .feedTitle a,
#container #content.news #newsCommunity .feedTitle a {
	font:normal 23px Times New Roman, serif;
	text-decoration:none;
	color:#491717;
}
#container #content.news #newsMain .feedburnerFeedBlock #creditfooter,
#container #content.news #newsCommunity .feedburnerFeedBlock #creditfooter {
	display:none;
}
#container #content.news #newsMain .feedburnerFeedBlock .headline a,
#container #content.news #newsCommunity .feedburnerFeedBlock .headline a {
	color:#666600;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0;
}
#container #content.news #newsMain .feedburnerFeedBlock p.date,
#container #content.news #newsCommunity .feedburnerFeedBlock p.date {
	margin:0 0 15px 0;
}
#container #content.news #newsCommunity {
	width:470px;
	float:left;
	margin:0 10px 15px 0;
	display:inline;
}
/* Webcams */
#container #content.webcams {
}
#webcams {
	text-align:center;
	margin:0 20px 15px 20px;
}
#webcams img {
	width:287px;
	height:144px;
	margin:2px;
	border:2px solid #000;
}
#webcams img:hover {
	border:2px solid #ff9900;
}
/* Careers */
#container #content #careerOpenings {
	width:940px;
	margin:0 20px 10px 20px;
	float:left;
	display:inline;
	padding:0 0 10px 0;
	background:#333;
	color:#fff;
}
#container #content #careerOpenings hr {
	background-color:#fff;
	color:#fff;
	height:1px;
	border:none;
	clear:both;	
	margin:0 0 30px 0;
}
#container #content #careerOpenings span {
	font:bold 14px Arial, Helvetica, sans-serif;
}
#container #content #careerOpenings h2 {
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	background:#ff9900;
	padding:0;
	line-height:22px;
	margin:0;
}
#container #content #careerOpenings ul {
	margin:10px 10px 10px 30px;
}
/* Plans */
#container #content div.plansLeft {
	width:600px;
	float:left;
	text-align:center;
	margin:0 0 0 10px;
}
#container #content div.plansRight {
	width:350px;
	float:left;
	padding:0;
}
#container #content div.plansRight h2 {
	text-align:center;
	display:block;
	margin:0;
	padding:10px;
	font:normal 24px Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#fff;
	background:#01314a;
}
#container #content div.plansRight div.bidFrame {
	margin:10px 0 0 0;
	border:1px solid #01314a;
	height:585px;
	padding:10px;
	overflow:scroll;
	
}
#container #content div.plansRight div.bidFrame ul {
	margin:0 0 0 15px;
}
#container #content div.plansRight div.bidFrame ul li span.headline a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#container #content div.plansRight div.bidFrame div#creditfooter {
	display:none;
}
/* Contact */
#container #content #contactContainer {
	width:940px;
	float:left;
	margin:0 20px;
	display:inline;
}
#container #content img.skyline {
	float:left;
	margin:0 0 15px 20px;
	display:inline;
	border:2px solid #000;
}
#container #content .contactBlock {
	width:219px;
	float:left;
	margin:0 45px 8px 45px;
	display:inline;
}
#container #content .contactBlock img {
	width:215px;
	height:107px;
	border:2px solid #000;
	margin:0 0 15px 0;
}

#container #content .contactBlock p,#container #content .contactBlock h4 {
	margin:0 0 15px 0;
}
#container #content .contactBlock img:hover {
	border:2px solid #ff9900;
}

#container #content .contactBlock2 {
	width:297px;
	float:left;
	margin:0 8px 8px 8px;
	display:inline;
}
#container #content .contactBlock2 img {
	width:215px;
	height:107px;
	border:2px solid #000;
	margin:0 0 15px 0;
}

#container #content .contactBlock2 p,#container #content .contactBlock2 h4 {
	margin:0 0 15px 0;
}
#container #content .contactBlock2 img:hover {
	border:2px solid #ff9900;
}

#container #content .map {
	width:313px;
	float:right;
	text-align:center;
	margin:0 20px 0 0;
	display:inline;
}
#container #content .map iframe {
	border:2px solid #000;
	margin:0 0 10px 0;
}

/* update 2011-03-21 */
#container #content div.contactHeader {
	width:950px;
	float:left;
	clear:both;
	margin:0 15px 15px 15px;
}
#container #content div.contactHeader img {
	border:2px solid #000;
}
#container #content .map2 {
	width:313px;
	float:left;
	text-align:center;
	margin:0 0 15px 15px;
	display:inline;
}
#container #content .map2 iframe {
	border:2px solid #000;
}
#container #content .contactAddress {
	width:313px;
	float:left;
	margin:0 15px;
	display:inline;
}
#container #content .contactEmployees {
	width:290px;
	float:left;
}
/* ---------------------- */
#container #content .divisionInfo {
	width:313px;
	float:left;
}
#container #content .contactInfo {
	width:293px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}
#container #content .contactInfo img {
	width:60px;
	height:75px;
	float:left;
	margin:0 10px 30px 0;
	display:inline;
	border:2px solid #000;
}
/* Footer */
#container #footer {
	color:#ff9900;
	position:relative;
	font:11px Georgia, "Times New Roman", Times, serif;
	width:950px;
	padding:5px 15px;
	float:left;
	text-align:right;
	border-top:20px solid #ff9900;
	background:#000;
	line-height:24px;
}
#container #footer #validators {
	position:absolute;
	top:6px;
	left:6px;
}
#container #footer #validators #validhtml,#container #footer #validators #validcss {
	width:60px;
	height:21px;
}
#container #footer #validators #validhtml {
	background:url(images/BG_valid-xhtml.gif) bottom left no-repeat;
}
#container #footer #validators #validcss {
	background:url(images/BG_valid-css.gif) bottom left no-repeat;
	margin-left:6px;
}
#container #footer #validators #validhtml:hover,#container #footer #validators #validcss:hover {
	background-position:top left;
}
#container #footer #twitterFacebook {
	position:absolute;
	top:6px;
	left:138px;
}
#container #footer #twitterFacebook #blogger {
	margin:0 0 0 5px;
}
