@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
}
.twoColFixRtHdr #container {
	width: 820px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 195px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	border: 1px solid #000000;
}
.twoColFixRtHdr #mainContent {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: none;
	padding-right: 5px;
	padding-left: 5px;
} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	bottom: 5px;
	margin-top: 30px;
	clear: both;
	margin-left: 30px;
	background-position: center;
} 
.twoColFixRtHdr #footer p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding: 1px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
}
#slideshow {
	float: right;
	margin-right: 5px;
}
#slidshowrt {
	float: right;
}
.projecttitle {
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
	padding-left: -5px;
}
.projectsbody {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
}
#slideshowcenter {
	left: auto;
	right: auto;
}
.homebody {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#signup {
	margin-right: auto;
	width: 820px;
	margin-left: auto;
	clear: both;
}
.projectdetailpara {
	padding-right: 10px;
	padding-left: 10px;
}
#left {
	height: auto;
	width: 30%;
	border: thin solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#center {
	height: auto;
	width: 30%;
	border: thin solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#right {
	height: auto;
	width: 30%;
	border: thin solid #000000;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.projectpage200p {
	padding: 2px;
	width: 200px;
	float: left;
	height: auto;
}
.projectpage200pimage {
	margin-top: 150px;
	position: relative;
}
.project200ptextheader {
	height: 60px;
}
.projectpage100p {
	width: 145px;
	float: left;
	padding: 2px;
	height: auto;
}
.calendarindent {
	padding-right: 5px;
	padding-left: 30px;
}
.videos {
	margin-left: 30px;
}
.slideshowborder {
	border: 2px solid #000000;
}
iframe {
}
.newproject175s {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#toplogo {
	margin-bottom: -20px;
}
.paypalworkbox {
	top: 0px;
	width: 200px;
	z-index: 1;
	float: right;
}
.workboxbox {
	float: left;
	z-index: 1;
}
.workboxletter {
	z-index: 2;
}

