/* CSS Document */
	body {
		margin:0;
		padding:0;
		height:100%; /* this is the key! */
		width:100%;
		
		/* from DW template */
		/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
		font-family: "Lucida Grande", Tahoma, sans-serif;
		font-size: 12px;
		
		/*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;
	}
	#center {
		position:absolute;
		height:100%;
		width:100%;
		background:#dee0cc url(../gfx/bkggreen15.jpg) no-repeat bottom center;
		/*background:#dee0cc url(../gfx/bkgfair1.jpg) repeat-x top center;*/
		/*background:#dee0cc url(../gfx/bkgsun7.jpg) top center;*/
	}
	#center1 {
		position:absolute;
		height:100%;
		width:100%;
		background-position:bottom;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../gfx/bkgbottom2.png', sizingMethod='image');
		/*background: transparent url(gfx/bkgbottom2.png) no-repeat bottom center;*/
	}
	.content {
		margin-left:50px;
		margin-right:50px;
		margin-bottom:20px;
		color:#333;
		background:#ffc;
		border:1px solid #333;
		padding:0 10px;
	}
	
	.oneColElsCtr #container {
		width: 835px;/*46em;*/
		background: none;/* #FFFFFF;*/
		margin: 2em auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	.oneColElsCtr #mainContent {
		padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}


	#left {
		position:absolute;
		left:0;
		top:0;
		padding:0;
		width:200px;
		height:100%; /* works only if parent container is assigned a height value */
		color:#333;
		background:#00FF66 url(gfx/bkgbottom.png) no-repeat bottom center;
		border:0px solid #333;
	}
	#right {
		position:absolute;
		right:0;
		top:0;
		padding:0;
		width:200px;
		height:100%; /* works only if parent container is assigned a height value */
		color:#333;
		background:#00FF66;
		border:0px solid #333;
	}
	
	#left p {
		padding:0 10px;
	}
	#right p {
		padding:0 10px;
	}
	p.top {
		margin-top:20px;
	}

	
	

	.thrColFixHdr #container { 
		width: 810px;/*780px;*//*46em;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
			/*background: #FFFFFF;*/
			/*border-top: solid #FF0000 15px;*/
			/* margin: 0 auto; (original) */
			margin: 2em auto; /* the auto margins (in conjunction with a width) center the page */
			/* border: 1px solid #000000; (original) */
		text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	
	.thrColFixHdr #header { 
			/*background: #DDDDDD; */
		background: none; /*url(gfx/RGMBanner2.png)*/ /*top left no-repeat*/ /*#e0fafa*//* url(gfx/title.jpg)*/;
			margin: 0 0 0 0;
			padding: 0 0 0 0;/* (original) */  /* 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. */
			/*padding: 0;*/
	} 
	
	.thrColFixHdr #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 */
	}
	
	.thrColFixHdr #sidebar1 {
		float: left; /* since this element is floated, a width must be given */
		width: 150px; /* 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 */
			/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
			background: transparent;
			height:291px;
			margin-top: 15px;
		padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	}
	.thrColFixHdr #sidebar2 {
		float: right; /* since this element is floated, a width must be given */
		width: 160px; /* 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 */
			/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
			background: transparent url(../gfx/formbkg.gif) top left no-repeat;
			height:291px;
			/*margin-top: 15px;*/
			/*padding: 5px 10px 0 15px;*/ /* padding keeps the content of the div away from the edges */
			padding: 0 10px;
	}
	.thrColFixHdr #sidebar1b { 
			/*margin: 0 200px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
			
		padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		
		float:left;
		width:150px;
		margin-top: 0px;
	}
	.thrColFixHdr #sidebar2b { 
			/*margin: 0 200px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
			
		padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		
		background: transparent url(../gfx/formbkg.gif) top left no-repeat;
		float:right;
		width:160px;
		height:291px;
		margin-top: 0px;
	}
	.thrColFixHdr #mainContent { 
			/*margin: 0 200px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
			margin: 15px 200px;
		padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
	
		.thrColFixHdr #clientsContent { 
				/*margin: 0 200px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
				margin: 15px;
			padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		}
	
	.thrColFixHdr #footer { 
		/*padding: 0 10px 0 20px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
			padding: 0;
			/*background:#DDDDDD;*/
			background:none;
			/*border-top: solid #000000 5px;*/
			text-align:center;
	} 
	.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	.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;
	}


/* STAGE STUFF */

.middleboxText h1 {
	margin-top: 0;
	padding: 0 5px 0 20px;
	font-weight:normal;
}

.middleboxText p {
	padding: 0 5px 0 5px;
}

.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:0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
		margin:0;
}
.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 2 http://www.cssplay.co.uk/menus/pro_horizontal.html#nogo */
/* ============================================================== */
	/*Credits: CSSpplay */
	/*URL: http://www.cssplay.co.uk/menus/pro_two */
	.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
	.menu2 li {float:left;}
	.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
	.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
	.menu2 li.current a {color:#fff; background:url(button3.gif);}
	.menu2 li.current a b {background:url(button3.gif) no-repeat right top;}
	.menu2 li a:hover {color:#fff; background:#000 url(button4.gif);}
	.menu2 li a:hover b {background:url(button4.gif) no-repeat right top;}
	.menu2 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
	.menu2 li.current a:hover b {background:url(button3.gif) no-repeat right top;}
	
	.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
	.menu1 li {float:left;}
	.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
	.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
	.menu1 li.current a {color:#fff; background:url(button3.gif);}
	.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
	.menu1 li a:hover {color:#fff; background:#000 url(button2.gif);}
	.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
	.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
	.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}



<!-- Simple Photo Gallery -->
	#gallery {position:relative; width:750px; background:#FFFFFF}
	#thumbs {width:210px; margin-top: 0px; float:left; /*background:#FF0099;*/}
	#thumbs a {display:block; float:left; margin:0 0 0px 0px; width:60px; height:40px; border:2px solid #FFFFFF;}
	#thumbs a img {width:60px; height:40px; border:0;}
	#thumbs a:hover {border-color:#ddd;}
	#thumbs a:hover img {position:absolute; width:auto; height:auto; left:205px; top:0px; 
		/*border:1px solid #333;*/
		border-bottom: #FFFFFF 34px solid;
		border-top: #FFFFFF 34px solid;
	}

	#gallery3 {position:relative; width:185px; background:#000000;}
	#thumbs3 {width:185px; margin-top: 0px; float:left;}
	/*#thumbs3 a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}*/
	#thumbs3 a {display:block; float:left; margin:0 0 0px 0px; width:60px; height:40px; border:0px solid #FFFFFF;}
	/*#thumbs3 a img {width:50px; height:50px; border:0;}*/
	#thumbs3 a img {width:60px; height:40px; border:0;}
	#thumbs3 a:hover {border-color:#ddd;}
	#thumbs3 a:hover img {position:absolute; width:auto; height:auto; left:185px; top:-40px;
		border-bottom: #FFFFFF 30px solid;
		border-top: #FFFFFF 21px solid;
		border-left: #FFFFFF 25px solid;
		border-right: #FFFFFF 25px solid;
	}
	#thumbs3 span {
		display: none;
	}
	
	#gallery4 {position:relative; width:150px; background:#000000;}
	#thumbs4 {width:150px; margin-top: 0px;}
	/*#thumbs3 a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}*/
	#thumbs4 a {display:block; float:right; margin:0 0 0px 0px; width:140px; height:12px;
		border:0px solid #FFFFFF; /*background:#999999;*/
		color:#000000; font-weight:bold;
		font-size:11px; text-decoration: none;}
	/*#thumbs3 a img {width:50px; height:50px; border:0;}*/
	#thumbs4 a img {/*width:150px; height:13px;*/width:0; height:0; border:0; /*visibility:hidden;*/ /*display:none;*/}
	#thumbs4 a:hover {border-color:#ddd; color:#FF0000; font-weight:bold; font-style:normal; text-decoration: none;}
	#thumbs4 a:hover img {position:absolute; width:auto; height:auto; right:165px; top:-40px;
		border-bottom: #FFFFFF 30px solid;
		border-top: #FFFFFF 21px solid;
		border-left: #FFFFFF 21px solid;
		border-right: #FFFFFF 21px solid;
		/*visibility:visible;*/
		/*display:block;*/
	}
	

	#thumbs2 {width:150px; margin-top: 0px; float:right; text-align:center; /*background:#FF0099;*/}
	#thumbs2 a {display:inline; height: 16px; width: 150px; float:left; /*margin:0 0 3px 3px;*/ /*width:60px; height:40px; */border:0px solid #FFFFFF; text-decoration:none; color:#000000;}
	#thumbs2 a img {width:0px; height:0px; border:0;}
	#thumbs2 a:hover {border-color:#ddd; color:#FF0000;}
	#thumbs2 a:hover img {position:absolute; width:auto; height:auto; left:205px; top:0px; 
		/*border:1px solid #333;*/
		border-bottom: #FFFFFF 34px solid;
		border-top: #FFFFFF 34px solid;
	}


	
/* LIGHTWINDOW DEAFULT.CSS */
	h1 {
		text-align: left;
			/*font-weight: normal;*/
		font-weight: bold;
		font-size: 180%;
			/*color: #96BF55;*/
		color: #000000;
		margin: 5px 0 15px 0;
	}
	
		h1 span {
			clear: both;
			font-size: 60%;
			/*color: #FF9;*/
			color:#000000;
		}
	
	
	h2 {
		text-align: left;
			/*font-weight: normal;*/
		font-weight: bold;
		font-size: 150%;
		color: #09f;
		margin: 5px 0 15px 0;
	}
	
		h2 span {
			clear: both;
			font-size: 70%;
			color: #FF9;
		}
		
	h3 {
		clear: both;
		font-size: 150%;
		color: #09f;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	
/* CUSTOM */
	a.redlink {
		color: #FF0000;
		text-decoration:underline;
	}
	a.redlink:visited {
		color: #FF0000;
		text-decoration:underline;
	}
	a.redlink:hover {
		color:#000000;
		text-decoration: underline;
	}
	a.redlink:focused {
		color:#000000;
		text-decoration: underline;
	}
	
	a.blacklink {
		color:#000000;
		text-decoration:underline;
	}
	a.blacklink:visited {
		color: #000000;
		text-decoration:underline;
	}
	a.blacklink:hover {
		color:#FF0000;
		text-decoration: underline;
	}
	a.blacklink:focused {
		color:#FF0000;
		text-decoration: underline;
	}
	
/* IE fix for png transparency */
.bluebox8pngFix {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='gfx/bluebox8.png', sizingMethod='image');
}