@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-attachment: fixed;
	overflow: auto;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-size: 90%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-top-style: double;
	color: #CCCCCC;
}

h5 {
	padding-top: 10px;
	color: #009900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
h4 {
	color: #006600;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: lighter;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding-bottom: 8px;
	padding-top: 20px;
	color: #DA521F;
}
a {
	color: #006600;
	text-decoration: none;
}
a:visited {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/img-screen.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar2 {
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContentInfo {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 220px;
}
.twoColFixLtHdr #mainContentgallery {
	margin-right: 20px;
	margin-left: 20px;
}

.twoColFixLtHdr #footer {
	text-align: center;
	background-image: url(images/img-screen.png);
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #footer p {
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.middle {
	text-align: center;
	font-weight: bold;
	color: #DA511F;
}
.thumb {
	padding: 5px;
	margin: 3px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
#mainContentgallery a:hover img {
	background-color: #7BC143;
}


#contain1 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 768px;
}

#txtBx {
	float: right;
	width: 35%;
}


#sidebar1 p {
	font-size: 11px;
	color: #003300;
}
#leftImg {
	float: left;
}
#rightImg {
	float: right;
}

#banner {
	float: right;
	padding-bottom: 15px;
}
#masthead {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 53px;
	text-align: left;
	padding-left: 10px;
}
#adLinka    {
	width: 610px;
	padding-top: 5px;
	font-size: 12pt;
	float: right;
}

#marquee {
	width: 65%;
	margin-top: 19px;
	margin-left: 300px;
	font-size: 16px;
	position: absolute;
	left: 1px;
	top: 8px;
	height: 18px;
}
#logo {
	margin-right: 10px;
	float: left;
}
#homeBtn {
	width:86px;
	height:15px;
	z-index:500;
	position: absolute;
	margin-top: 743px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-left: 874px;
}


ul#navigation {
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 90%;
	color: #666;
}
ul#navigation li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul#navigation a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul#navigation a:hover {
	background-color: #7BC143;
	color: #FFFFFF;
	font-weight: bold;
}
#FLVPlayer {
	margin-right: 10px;
}

#sidebar2 p {
	font-size: 10px;
	color: #D84813;
}
ul#bulletPts {
	width: 100%;
	color: #000000;
	padding-bottom: 15px;
	list-style-position: inside;
	list-style-type: square;
	font-size: 90%;
}
ul#bulletPts li {
	margin-bottom: 8px;
	margin-left: 8px;
}
