@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.thrColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixLtHdr #header { 
	background: 0;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0x 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 0px 0px;
	width:780px;
	height:184px;
} 
.thrColFixLtHdr #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: 0px 0 0 300px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 2pt;
	font-weight: normal;
}

.thrColFixLtHdr #menugraphic {
	float: left; /* since this element is floated, a width must be given */
	width: 71px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 947px;
	margin: 0 0 0 0;
	background-image: url(menu-graphic.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
}
.thrColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	margin: 0;
	background: #ffffff;
	background-repeat: no-repeat;
	padding: 0px 50px 0px 50px;
	letter-spacing: 1px;
}

#header a:hover {
	color: #3cb54a9; 
}	

#sidebar1 ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar1 li {
	margin: 0;
	padding: 0;
	line-height: 32px;
}

#sidebar1 a {
	color: #000000;
	text-decoration: none; 
}	
	
#sidebar1 a:hover {
	color: #3cb54a; 
}	
.thrColFixLtHdr #mainContent {
	background-color: ffffff;
	background-repeat: no-repeat;
	background-position: top right;
	margin: 45px 0px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	left: 20px;
}
.thrColFixLtHdr #mainContentPortfolio { 
	background-color: ffffff;
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixLtHdr #mainContentServices { 
	background-color: ffffff;
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 50px 0px 45px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixLtHdr #footer { 
	background: 0;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0x 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:780px;
	height:284px; 
} 
.thrColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration: none;
	color: #fbfaee;
}
#footer a:hover {
	color: #006600;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.style2 {
	color: #3cb54a;
	font-size: 10pt}
.style3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	text-align: left}
.style4 {
	color: #3cb54a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: 10pt;}
.style5 {
	color: #a1406c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
	line-height: 18pt;
}
.style6 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	line-height: 10pt}
.style7 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	line-height: 10pt}	
.style8 {
	color: #3cb54a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 10pt;}
.style9 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	line-height: 10pt}
.style10 {
	color: #a1406c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	line-height: 18pt;
}
.style11 {
	color: #a1406c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	line-height: 12pt;
}
.style18 {
	color: #a1406c;
	text-align: left;
	text-size: 12pt
	line-height: 10pt}
.style22 {	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt}
.style23 {
	color: #a1406c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 11.5pt;
	text-align: left;
	line-height: 20pt;
	letter-spacing: 0px}
.style24{
	color: #3cb54a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 14pt;
	line-height: 18pt;
	letter-spacing: 0px
}
.style25 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 20pt;
	text-align: left;
	line-height: 24pt;
	letter-spacing: 0px}
.style26 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 11.5pt;
	text-align: left;
	line-height: 24pt;
	letter-spacing: 0px
}
.style27 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 11.5pt;
	text-align: left;
	line-height: 15pt;
	letter-spacing: 0px}	
		
a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fbfaee;
}
	
	
/* Portfolio Styles */	

#portfolio ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
#portfolio li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
}
#portfolio img {
	display: block;
	margin-bottom: 2px;
	border: 4px #006600 solid;
}
#portfolio a {
	text-decoration: none;
}

/*Pop-Ups:  Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background: #fbfaee;
width: 408px;
padding-bottom: 10px;
left: -1000px;
visibility: hidden;
text-decoration: none;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #006600;
}

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

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -205px;
top: -174px; /*position where enlarged image should offset horizontally */

}


/* End Portfolio Styles */	


/* Current Project Styles*/


.thumbnailCP {
position: relative;
z-index: 0;
font-size: 90%;
}

.thumbnailCP:hover {
background-color: transparent;
z-index: 50;
}

.thumbnailCP span { /*CSS for enlarged image*/
position: absolute;
background: #fbfaee;
width: 408px;
padding-bottom: 10px;
left: -1000px;
visibility: hidden;
text-decoration: none;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #fbfaee;
}

.thumbnailCP span img { /*CSS for enlarged image*/
	border: 4px #006600 solid;
}

.thumbnailCP:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 130px; /*position where enlarged image should offset horizontally */
}
