.gallerycontainer{
	position: relative;
	width: 580px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #00FF00;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 175px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
body {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	background-color: #525252;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width:1010px;
	padding:0px;
	background-image: url(../images/bg.jpg);
	margin: 0 auto;
}



#container #header {
	position: relative;
	margin-left: 6px;
}
#container #banner {
	position: relative;
	margin-left: 6px;
}

#container  #carbon  {
	background-image: url(../images/carbon.jpg);
	width: 999px;
	height: 23px;
	position: relative;
	margin-left: 6px;
	top: -1px;
}

#container #header img {
	border: none;

}
#container #content {
	position: relative;
	min-height: 600px;
}
#container #content #leftside #rightcol {
	float: right;
	font-size: 11px;
	width: 160px;
	color: #FFFFFF;
	padding-top: 20px;
	position: relative;
	height: 335px;
}
#container #content #leftside #leftcol {
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	left: 16px;
	top: 163px;
	height: 33px;
}
#container #content #leftside #rightcol h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-top: 30px;
}


#container #content #leftside #rightcol p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}



#container  #content  #leftside {
	position: relative;
	margin-left: 30px;
	margin-top: 15px;
	width: 300px;
	background-image: url(../images/left_boxes.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 582px;
}
#container #content #leftside h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 20px;
}







#footerContainerLinks {
	text-align: center;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	width: 999px;
	padding-top: 20px;
	clear: both;
}

#footerContainerLinks a    {
	text-decoration: none;
	color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#footerContainerLinks a:hover    {
	text-decoration: none;
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #005F8C;
}
#container #content #rightside {
	background-image: url(../images/right_boxes.jpg);
	height: 581px;
	width: 631px;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
#container #content #rightside #rightcol {
	float: right;
	width: 300px;
}
#container #content #rightside #leftcol {
	float: left;
	width: 300px;
	height: 195px;
}
#container #content #rightside h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 20px;
}
#container #content #leftside #bottom {
	float: left;
	width: 160px;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}
#container #content #leftside #bottom select {
	margin-bottom: 5px;


}

#container #content #leftside #bottom h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#container #content #leftside #bottom p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#container #content #leftside #bottom img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #rightside #leftcol p {
	font-size: 11px;
	width: 145px;
	float: right;
	color: #FFFFFF;
	margin: 0;
	padding-top: 20px;
	padding-right: 15px;
}
#container #content #rightside #greenbox {
	clear: both;
	padding-top: 40px;
	color: #FFFFFF;
	position: relative;
}
#container #content #rightside #greenbox h4 {
	padding-left: 45px;
	margin: 0;
}
#container #content #rightside #greenbox p {
	padding-left: 45px;
	padding-right: 45px;
	font-size: 13px;
	margin: 0;
	padding-top: 17px;
}

#container #content #rightside #rightcol p {
	font-size: 11px;
	width: 145px;
	float: right;
	color: #FFFFFF;
	margin: 0;
	padding-right: 15px;
	padding-top: 20px;
}
#container #banner #slide {
}
#container  #content  #leftside  #rightcol  ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #content #leftside #rightcol a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #content #leftside #rightcol li {
	padding-bottom: 5px;
}
#container #content #leftside #rightcol a:hover {
	color: #00B500;
	text-decoration: underline;
}
#container #content #rightcontent {
	float: right;
	margin-right: 26px;
	margin-top: 15px;
	width: 634px;
	position: relative;
}
#container #content #rightcontent #subpageheading {
	background-image: url(../images/subpage_heading.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 628px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container #content #rightcontent #subpage {
	position: relative;
	width: 584px;
	margin-top: 7px;
	border-top: 2px solid #878787;
	border-left: 2px solid #878787;
	border-right: 2px solid #878787;
	padding-left: 20px;
	padding-right: 20px;
}
#container  #content  #rightcontent  #subpageheading  h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 19px;
}
#container #content #rightcontent #subpage h2 {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
#container #content #rightcontent #subpage a {
	color: #00B500;
}
#container #content #rightcontent #subpage h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	padding-top: 40px;
}
#container #content #rightcontent #subpage p {
	color: #FFFFFF;
	font-size: 12px;
}

.readmore {
	list-style-image: url(../images/small_logo.png);
	list-style-type: none;
	font-size: 12px;
	padding-left: 20px;
	margin-left: 0px;
}
.rightimg    {
	border: 4px solid #E7E7E7;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #content #rightcontent #subpagebottom {
	background-image: url(../images/subpage_bottom.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 630px;
}

#feature {
	color: #FFFFFF;
	font-size: 11px;
}
#feature ul li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	padding-bottom: 10px;
}
#feature a {
	padding-left: 15px;
	color: #FFFFFF;
}

.cssform      {
	margin-bottom: 20px;

}



.cssform p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	width: 300px;
}



.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
.cssform  img      {
	position: relative;
	bottom: 1px;
	left: 3px;
}
.cssform  table      {
	margin-left: 220px;
	margin-top: 30px;
}


* html .threepxfix{
margin-left: 3px;
}
.tables     {
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}
.leftimg {
	border: 4px solid #E7E7E7;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #content #rightside #leftcol a {
	color: #000000;
	text-decoration: none;
}
#container #content #rightside #rightcol a {
	color: #000000;
	text-decoration: none;
}
#container #content #leftside .box {
	position: absolute;
	top: 238px;
	left: 19px;
}
#container #content #leftside .box2 {
	position: absolute;
	top: 45px;
	left: 19px;
}
#container  #content  #rightside  .box3 {
	position: absolute;
	top: 60px;
	left: 368px;
}
#container #content #rightside .box4 {
	position: absolute;
	top: 60px;
	left: 696px;
}

