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

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../images/bg.png');
	background-repeat: repeat;
}
 
 
.clearFloat {
	clear: both;
}

a img {
	border: none;
}

#top {
	background-image: url('../images/topshadow.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ebebeb;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
#top {
	width: 954px;
	height: 90px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
#top h1 {
	background-image: url('../images/ads.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#top h1 {
	margin: 0;
	padding: 0;
	text-indent: -999px;
}
#top h2 {
	background-image: url('../images/sfyb.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#top h2 {
	margin: 0;
	padding: 0;
	text-indent: -999px;
}

#container {
	background-image: url('../images/container.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7ed4e8;
}
#container {
	width: 100%;
	height: auto;
}

#container ul#menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	list-style-type: none;
	width: 982px;
}
#container ul#menu li {
	background-image: url('../images/a-bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container ul#menu li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	height: 50px;
    width: auto;
	cursor: pointer;
}
html > body #container ul#menu li {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 50px;
    width: auto;
	cursor: pointer;
}
#container ul#menu li a {
	background-image: url('../images/a-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
#container ul#menu li a {
	height: 32px;
    width: 130px;
	display: block;
	padding-right: 8px;
	position: relative;
	z-index: 2;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    text-align:center;
	cursor: pointer;
}
html > body #container ul#menu li a {
	height: 32px;
    width: auto;
	display: block;
	padding-right: 8px;
	position: relative;
	z-index: 2;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    text-align:center;
	cursor: pointer;
}

#container ul#menu li a span {
	background-image: url('../images/a-left.png');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
#container ul#menu li a span {
	display: block;
	height: 26px;
	padding-left: 8px;
	padding-top: 6px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
#container div.top {
	background-image: url('../images/bgtop.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#container div.top {
	width: 974px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	clear: both;
}
#container div.top {
	color: #fff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
#container div.top h3 {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	height: 35px;
	position: relative;
	z-index: 2;
}
#container div.top h3 span {
	display: none;
}
#container div.top h4 {
	margin: 0;
	padding-left: 10px;
	height: 22px;
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: underline;
}
#container div.top p {
	padding-left: 10px;
}

#content {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#content {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
#content div.left {
	background-color: #ebebeb;
	border-width: 4px;
	border-color: #fff;
	border-style: solid;
}
#content div.left {
	width: 650px;
	float: left;
	padding: 5px;
}
#content div.left hr {
	background-image: url('../images/vsplit.png');
	background-repeat: repeat-x;
	background-position: left top;
}
#content div.left hr {
	border: none;
	outline: none;
	height: 2px;
	width: 98%;
}
#content div.left h3 {
	font-family: Tahoma;
	font-size: 18px;
	color: #083c72;
	font-weight: normal;
}
#content div.left a {
	color: #1275bb;
	text-decoration: none;
}
#content div.left a:hover {
	text-decoration: underline;
}
#content div.left div.gallery a img {
	border-width: 4px;
	border-style: solid;
	border-color: #fff;
}
#content div.right {
	background-color: #fad247;
	background-image: url('../images/content-right.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 4px;
	border-color: #fff;
	border-style: solid;
}
#content div.right {
	width: 280px;
	padding: 5px;
	float: right;
}
#bottom {
	background-image: url('../images/bottomshadow.png');
	background-repeat: repeat-x;
	background-position: left top;
}
#bottom {
	width: 954px;
	height: 29px;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#bottom p {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
}
#bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bottom ul li {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
} p.disclaimer {
	margin-left: auto;	
	margin-right: auto; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 0; 
		width: 954px; 
	 color: #fff; font-size: 11px; }
