@charset "UTF-8";
/* CSS Document */

body  {
	background: #000;
	margin: 0; 
	padding: 0;
	font-family: sans, helvetica, arial;
	font-size: 100%;
	font-weight:normal;
	line-height: 100%;
	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: #DDE4F2;
}

.mainBody #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/contentBG.png);
	background-repeat: repeat-y;
} 

.mainBody #header {
	height:150px;
	padding: 0 20px 0 20px;
	background-image: url(../images/HD_wavefire.jpg);
	background-repeat: no-repeat;
} 

.mainBody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 400px;
	margin-top: 0px;
	padding: 50px 25px 0px 20px; /* padding keeps the content of the div away from the edges */
	text-align:right;
	background-image:url(../images/fadeLineGrn.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.mainBody #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* 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: 400px;
	margin-top: 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
}
.mainBody #sidebar2 p {
	line-height: 150%;
	color:#DDE4F2;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0 50px 6px 0px;
}

.mainBody #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-left: 270px;
	padding: 50px 0px 40px 0px;
}

.mainBody #mainContent p {
	line-height: 150%;
	color:#DDE4F2;
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 6px 0;
}
.mainBody #mainContent img {
float:right;
margin: 0 0 20px 25px;
border: 1px solid #dde4f2;
}

.mainBody #mainContent a img  {
display:block;
border: 1px solid #dde4f2;
}
.mainBody #mainContent a:hover img  {
display:block;
border: 1px solid #71BC25;
}

#imagesMain {
float: right;
width: 150px;

}

#imagesStudio {
float: right;
width: 200px;
padding-left: 20px;
}

.mainBody #mainContent .largeImage {
background-color:#00FF33;
margin-bottom: 120px;
}

.mainBody #mainContent a {
	color:#aed85B;
	text-decoration:none;
}

.mainBody #mainContent a:hover {
	color: #fff;
	text-decoration:none;
}

.mainBody #bottom {
	height:50px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/FT_wavefire.jpg);
	background-repeat: no-repeat;
	background-color: #000;
} 

.mainBody #footer {
	margin: 0px 260px;
	text-align:center;
}

.mainBody #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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#rightFoot {
	padding: 2px 0px;

	float: right;
	width: 245px;
	text-align:left;
}

#leftFoot {
	padding: 2px 0px;

	float: left;
	width: 245px;
	text-align: right;
}

#leftFoot a {
	color:#D1D7F2;
	text-decoration: none;
}

#leftFoot a:hover {
	text-decoration:none;
	color: #A8D267;
}

#contact {
	padding: 2px 0px;
	font-size: 75%;
}
#credits, #credits p {
	font-size: 75%;
	line-height: 120%;
	margin: 12px 0;
	padding: 0;
	color: #a8b0d2;
	text-decoration:none;
}
#credits a, #credits a:visited, #credits a:link {
	font-size: 100%;
	text-decoration:none;
	color: #a8b0d2;

}
#credits a:hover {
color: #ECA24E;
}

.fltlft { /* 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: left;
	margin-left: 8px;
}

.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;
}

.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;
}

#nav {
	height: 30px;
	text-align: center;
	font-size: 70%;
	padding-top:0px;
	padding-bottom: 12px;
}

#nav a	{
	height: 30px;
	padding: 1px 20px;
	color: #71BC25;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	}
		
#nav a:hover {
	color: #dde4f2;
	display: inline;
	text-decoration: none;
	padding: 1px 20px;
	background-image: url(../images/upArrowGrn.png);
	background-repeat: no-repeat;
	background-position: center 12px;
	padding-bottom: 10px;
}

#nav a.down {
	text-decoration:none;
	font-weight: bold;
	padding: 1px 20px;
	color: #dde4f2;
	background-image: url(../images/upArrowBlu.png);
	background-repeat: no-repeat;
	background-position: center 12px;
	padding-bottom: 10px;
}

#nav a.homeDown {
height:30px;
	text-decoration:none;
	font-weight: bold;
	padding: 1px 20px;
	background-image:none;
}

#sidebar1 a.subnav {
	padding-left: 20px;
	color: #A8D267;
	font-weight: normal;
	text-decoration: none;
}
#sidebar1 a.subnav:hover {
	color: #dde4f2;
	text-decoration: none;
	background-image: url(../images/arrowGrn.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
		
#sidebar1 a.down {
	padding-left: 20px;
	color: #dde4f2;
	text-decoration: none;
	background-image: url(../images/arrowGrn.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
	
#sidebarNav { }	

h4 {
	font-size:100%;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
}

h3 {
	font-size:105%;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
}

h2 {
	font-size:115%;
	font-weight: bold;
	margin: 0px 0 6px 0;
	padding: 0 0 8px 0;
	line-height:150%;
	color: #DDE4F2;
}

h1 {
	font-size:115%;
	font-weight: bold;
	padding: 0 0 8px 0;
	line-height:150%;
	color: #ECA24E;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
	line-height:100%;
	font-size:80%;
}

a {
	color:#CCCCCC;
}

a:hover {
	color: #eeb900;
}

a:link, a:visited {
	color:#CCCCCC;
}

#logo {
	display: none;
	text-align:center;
}
