@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: #DFDFDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #5C832F;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	/*-moz-box-shadow: 0px 0px 20px #000;  Firefox 
	-webkit-box-shadow: 0px 0px 20px #000;  Safari, Chrome 
	box-shadow: 0px 0px 20px #000;  CSS3*/ 
} 
.twoColFixLtHdr a, .twoColFixLtHdr a:visited, .twoColFixLtHdr #container #mainContent h1, .twoColFixLtHdr #container #mainContent h2 {
	/*color: #a1efef;*/
	color: #f17a36;
}

#footer p a {
	color: #fff;
}
#mainContent .style1, #mainContent .style10, #mainContent .style5, #mainContent .style8  {
	font-size: 16px;
	color: #50dadd;
}

.twoColFixLtHdr h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ff9300;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#mainContent h3 {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin-top: 25px;
}
.twoColFixLtHdr h2 {
	font-size: 16px;
	font-weight: normal;
	color: #50dadd;
	font-variant: small-caps;
	background-position: -20px 20px;
	background-repeat: no-repeat;
	border-top: 1px solid #5c832f;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px;
	margin-bottom: 15px;
	margin-top: 28px;
	margin-left: -45px;
	letter-spacing: 1px;
}
.twoColFixLtHdr #container #sidebar1 li {
	list-style-type: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.twoColFixLtHdr #container #submenu li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	background: url(bg2.jpg) no-repeat center -130px;
	height: 160px;
	padding: 0;
	width: 100%;
}

#header img {
	display: none;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	background-color: #dafdff;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	line-height: 1.5em;
	color: black;
	width: 585px;
} 
.twoColFixLtHdr #background {
	/*background-image: url(images/background.gif);*/
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#back {
	width: 675px;
	height: 160px;
	position: absolute;
	background-color: #dafdff;
	opacity: 0.35;
}
#studioback {
	position: relative;
	width: 675px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	font: small-caps 33px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
	color: black;
	padding-left: 125px;
}
#studio {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	width: 675px;
	text-align: center;
}
.twoColFixLtHdr #footer {
	color: #fff;
	background-color: #e37333;
	height: 40px;
	width: 675px;
	margin-left: 225px;
	font-size: 14px;
	word-spacing: 1px;
	position: relative;
	margin-top: 2px;
}

#footer p span {
	position: absolute;
	right: 685px;
	width: 140px;
	
} 
#footer p span a {
	text-decoration: none;
} 
.twoColFixLtHdr #container #footer #leftfooter {
	position: absolute;
	display: block;
	height: 20px;
	width: 205px;
	float: left;
	text-align: right;
	color: #dafdff;
	right: 675px;
	padding: 10px 20px 10px 10px;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#leftfooter a {
	color: #dafdff;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display: block;
	padding: 12px 10px 10px;
	float: left;
	width: 655px;
	text-align: center;
	position: relative;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-size: 13px;
	color: #dafdff;
}
.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;
}

.twoColFixLtHdr a:hover {
	/*color: #5C832F;*/
	/*color: #1fb5b5;*/
	color: #006666;
}.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 ul li ul li.submenu-1 a, #submenu ul li.submenu-1 a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	padding-left: 45px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	display: block;
	position: relative;
	}
.twoColFixLtHdr #container #sidebar1 ul li:hover ul{
	visibility: visible;
	z-index: 2;
	}
.twoColFixLtHdr #container #sidebar1 ul li ul{
	padding: 0px;
	display: block;
	position: absolute;
	left: 200px;
	width: 150px;
	visibility: hidden;
}
.twoColFixLtHdr  #sidebar1 ul li  ul, #submenu ul  {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 a, #sidebar1 a:visited {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #dafdff;
	font: normal small-caps 14px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: none;
	display: block;
	background-color: #006666;
}
.twoColFixLtHdr #sidebar1 ul li ul li a, #sidebar1 ul li ul li a:visited, #submenu ul li a, #submenu ul li a:visited {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #DDDDDD;
	background-color: #006666;
}
.twoColFixLtHdr #sidebar1 ul li ul li a:hover, #submenu ul li a:hover {
	text-decoration: none;
	display: block;
	background-color: #5C832F;
}
.twoColFixLtHdr #submenu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin: 0px;
	padding-top: 148px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

