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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5% 0 0 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;
}
.opt_con {
	position: relative;
	height: auto;
	width: 300px;
	top: 300px;
	left: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-align:center;
}
.intext {
	color: #ffffff;
	border: 0px;
}

.test_text {
	font-size:10px;
}

#maincontent a:link {
	color: #FFFFFF;
	font-size: 12px; 
	}
#maincontent a:visited {
	color: #FFFFFF;
	font-size: 12px;
	}
#maincontent a:hover {
	color: #FFFFFF;
	font-size: 12px; 
	}
#maincontent a:active 
{color: #FFFFFF;
	font-size: 12px; 
	}

.oneColFixCtr #container {
	width: 932px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
!--Fireworks MX CSS Layer.
    Created -->

#indexr2c1 {
	position:absolute;
	left:0px;
	top:41px;
	width:147px;
	height:111px;
	z-index:1;
	visibility:visible;
}
#indexr4c1 {
	position:relative;
	left:0px;
	top:0px;
	width:932px;
	z-index:8;
	visibility:visible;
	background-image: url(img/bg3.jpg);
}
#indexr4c1-test {
	position:relative;
	left:0px;
	top:0px;
	width:932px;
	z-index:8;
	visibility:visible;
	background-image: url(img/bg3-test.jpg);
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.subfooter {
	margin-left: 880px;
}
.flashcontent {
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
}
a {
	color: #333333;
	border: 0px;
}
.twoColFixLt #sidebar1 a {
	color: #ffffff;
}
.footer {
}
.nav {
	
	margin-left: 450px;
	font-size: 14px;
	padding-top: 95px;
}
.shell {
	background-color: #006699;
	margin-right: 50%;
	margin-left: 50%;
}


.header {
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 113px;
}
.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;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 159px 0px 30px 80px;
	font-size: 10px;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFCC00;
}
.contact {
	position: relative;
	left: 720px;
	top: -120px;
	z-index: 1000;
	color: #FFCC00;
	width: 200px;
	text-align: right;
	font-size: 12px;
}
.contact a{
	color: #FFCC00;
}
.twoColFixLt #mainContent {
	margin: 0 203px 35px 350px; /* 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: 40px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	font-size: 12px;
} 
h1 {
	font-size: 14px;
	font-style: normal;
}

h2 {
	font-size: 14px;
	font-style: normal;
}
.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;
}
