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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #999;
	background-image: url(images/bg1.png);
	background-repeat:repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:link { text-decoration: none; }

/*a:visited {
	text-decoration: none;
	color: #666;
}*/
a:hover {
	text-decoration: underline;
	color: #F60;
}

a:active {
	text-decoration: none;
	color: #F90;
}

h1 {
	font-size: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 50px;
	color: #FFF;
	background-color: #000;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	color: #FFF;
	background: #000 no-repeat;
	padding: 2px;
	margin: 5px 0px 0px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}
h5 a {
	color: #FFF;
	background: #000 no-repeat;
	font: normal;
	/*padding: 2px;
	margin: 5px 0px 0px;*/
	display: inline;
}

h5 a:hover {
	background: #FFF no-repeat;
	color:#000;
	text-decoration:none;
}


.main {
	height: 600px;
	width: 900px;
	border: 1px solid #FFF;
}
.slideshow {
	float: right;
	height: 498px;
	width: 711px;
}
.nav {
	width: 160px;
	margin-top: 157px;
	margin-left: 5px;
	float: right;
	text-align: right;
	margin-right: 5px;
}
.nav2 {
	width: 160px;
	margin-top: 157px;
	margin-left: 5px;
	text-align: left;
	margin-right: 5px;
}
.logo {
	height: 52px;
	width: 150px;
	margin-top: 20px;
	margin-left: 20px;
}
#navlist {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
#navlist a {
	text-decoration:none;
	color:#FFF;
	
}
#navlist a:hover {
	text-decoration:none;
	color:#F60;
	
}
#navlist li {
	list-style-type: square;
	color: #666;
}
/*START - FOR CENTERING HORIZ & VERT*/
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 900px;
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
/*END - FOR CENTERING HORIZ & VERT*/
.address {
	height: 80px;
	width: 165px;
	margin-left: 5px;
	margin-top: 50px;
}
.container-nav {
	float: left;
	height: 500px;
	width: 180px;
}
.title {
	width: 470px;
	margin-top: 310px;
}
