/* CSS Document */

a{
outline: none;
}

body {
	margin:0;
	padding:0;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

#frameContent ul, #frameContent li, #frameCommunityContent ul, #frameCommunityContent li {
	margin:0;
	padding:0;
	list-style:none;
}

#frameContent, #frameWhatWeDoContent {
	width:/*335*/650px;
	padding-left:15px;
}

#frameWhatWeDoContent {
	width:/*335*/460px;
	padding-left:200px;
	font-size:12px;
}

#frameCommunityContent, #frameNewsContent {
	width:410px;
	padding-left:15px;
}

#contactForm li, #estimatesForm li, #communityList li {
	margin-bottom:10px;
}

.artistInfo h4 {
	margin:0;
}

.artist {
	margin-bottom:15px;
}

.artistArt {float:left;}
.artistInfo {float:left;margin-top:10px;margin-left:15px;}

/*green links*/

.greenLinks {
	width:600px;
	height:125px;
	margin-left:40px;
	margin-bottom:15px;
}

.greenLinks a {
	float:left;
	display:inline;
}

#greenTerms,
#greenPaper,
#greenTimeline,
#greenFSC,
#greenCERT {
	width:125px;
	height:125px;
	margin:0 10px;
	padding:0;
	background-position:0 0;
	/*background-repeat:no-repeat;*/
	display:block;
	text-indent:-9999px;
}

#greenTerms { background-image:url(../imgs/greenButtTerms.gif); }
#greenPaper { background-image:url(../imgs/greenButtPaper.gif); }
#greenTimeline { background-image:url(../imgs/greenButtTimeline.gif); }
#greenFSC { background-image:url(../imgs/greenButtFSC.gif); }
#greenCERT { background-image:url(../imgs/certbutton.gif); }

#greenTerms:hover,
#greenPaper:hover,
#greenTimeline:hover,
#greenFSC:hover {
	background-position:0 -125px;
}

/*portfolio links*/

.workLinks {
	width:632px;
	height:184px;
	margin-left:5px;
	margin-bottom:0px;
}

.workLinks a {
	float:left;
	display:inline;
}

#workPortfolio,
#workFSC,
#workAwards {
	width:184px;
	height:184px;
	margin:0 10px;
	padding:0;
	background-position:0 0;
	/*background-repeat:no-repeat;*/
	display:block;
	text-indent:-9999px;
}

#workPortfolio { background-image:url(../imgs/buttonportfolio.jpg); }
#workFSC { background-image:url(../imgs/buttonfscwork.jpg); }
#workAwards { background-image:url(../imgs/buttonawardwork.jpg); }


#workPortfolio:hover,
#workFSC:hover,
#workAwards:hover {
	background-position:0 -184px;
}