
html {

	background: #000;

}

body {

	margin: 0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	background: #000 url(images/top_bg.jpg) repeat-x  center top;
	width: 100%;
	display: table;

}

a:link, a:visited { 
    color: #fff;
	text-decoration: none;
 } 

a:active, a:hover { 
    color: #ccc; 
    text-decoration: none 
	
}


h1 {

	font-size: 22px;
	font-weight: bold;
	color: #fff;
	height: 32px;
	padding: 0px 0px 0px 0px;

}

h2 {

	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	padding: 7px 0px 0px 35px;
	background: url(images/h2.jpg) no-repeat;

}



#container {

	width: 1000px;
	margin: auto;

}

#top_section1 {

	float: left;
	width: 41px;
	height: 320px;
	background: url(images/top1.jpg) no-repeat;

}

#top_section2 {

	float: left;
	width: 638px;
	height: 320px;

}

#top_section3 {

	float: left;
	width: 59px;
	height: 320px;
	background: url(images/top3.jpg) no-repeat;

}

#top_section4 {

	float: left;
	width: 262px;
	height: 320px;
	background: url(images/top4.jpg) no-repeat;

}

.hor_menu{

	float: left;
	margin: 0px;
	padding-left: 10px;
	width: 252px;

	
	
	  
}


.hor_menu ul {

	list-style: none;
	padding-left: 0px;
	margin: 0px;
	

}


.hor_menu li{

	   display: block;

}


.hor_menu li a{

	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	width: 70px;
	height: 30px;
	padding-top: 65px;
	


}

.hor_menu li a:hover {
	color: #fff;
	cursor:help;
}


.ver_menu{

	width: 188px;
	float: left;
	margin: 5px 0px 0px 20px;
	font-size:14px;

}

.ver_menu ul {

	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;

}

.ver_menu li a{

	display: block;
	height: 26px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 2px 0px;
	background: url(images/button.png) no-repeat;
	text-align:center;
	cursor:help;
	

}

.ver_menu li a:hover {
	color: #cccccc;
}

#title {

	float: left;
	width: 638px;
	height: 51px;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
	line-height: 1.6em;
	background: url(images/title.jpg) no-repeat;

}

#top_section5 {

	float: left;
	width: 1000px;
	height: 65px;
	background: url(images/top5.jpg) no-repeat;

}

#container_left{

	float: left;
	width: 630px;
	padding: 0px 50px 0px 50px;
	text-align: justify;

}

#containerm{

	float: left;
	width: 875px;
	padding: 0px 50px 0px 50px;
	text-align: justify;

}


#container_left img {

	float: left;
	padding-right: 10px;

}

#container_right {

	float: left;
	width: 250px;
	padding-right: 20px;
	text-align: justify;

}

#container_right span {

	font-weight: bold;
	color: #fff;

}

.right_paragraph {

	float: left;
	width: 250px;

}

.more {

	float: left;
	width: 240px;
	height: 44px;
	font-weight: bold;
	margin-top: 15px;
	padding: 7px 0px 0px 10px;

	

}

.more a {

	color: #fff;

}

#footer_link {

	float: left;
	width: 100%;
	margin-top: 20px;
	height: 42px;
	background: url(images/footer_link.jpg) repeat-x;

}

.footer_menu{

	margin: auto;
	width: 1000px;

}


.footer_menu ul {

	list-style: none;
	padding-left: 0px;
	margin: 0px;

}

.footer_menu li{

	display: inline;

}

.footer_menu li a {

	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 10px

}

.footer_menu li a:hover {
	color: #fff;
}

#footer {

	float: left;
	width: 100%;
	height: 100px;
	padding-top: 20px;
	background-color: #333333;


}

#footerparagraph {

	margin: auto;
	width: 900px;
	

}



/* HOME Gallery */

div.content {

	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */

	display:block;
	float:right;
	width:472px;
	background-color: #fff;
	

}
div.content2{
    display:block;
	float:left;
	width:650px;
	height:250px;
	background-color:#FFFFFF;

}



div.slideshow {

	clear: both;

}

div.slideshow span.image-wrapper {

	float: left;
	padding-bottom: 0px;

}



div.slideshow img {

	border: none;
	display: block;

}



div.navigation {

	width:166px;
	float: left;

}

ul.thumbs {

	clear: both;
	margin: 0;
	padding: 0;

}

ul.thumbs li {

	float: left;
	padding: 0;
	margin: 0;
	list-style: none;

}

ul.thumbs li a {

	padding: 0px;
	display: block;

}

ul.thumbs li.selected a {

	background: #88f;

}

ul.thumbs a:focus {

	outline: none;

}

ul.thumbs img {

	border: none;
	display: block;

}
.text{
width:600px;
}