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


body {
	margin: 0; padding: 0;
	background: #ffffff repeat-x;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#header {
	background: #ffffff no-repeat;
	width: 1000px; height: 179px;
	float: left;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font: normal 12px Verdana;
}
ul#topnav li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index:100
}
ul#topnav li a {
	text-indent: 5px;
	height: 0px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
background-position: left bottom; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 24px; left: -1;
	background: #fec239 repeat-x;
	padding: 3px 1px 1px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 7px;
	-khtml-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	display: none;
}
ul#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 220px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub li.h2 {
	padding: 0;  margin: 0;
font: bold 13px Verdana;
}
ul#topnav .sub li.h2 a {
	height: 20px;
	background: none;
	font: bold 13px Verdana;
	padding: 5px 5px 10px 12px;
	color: #800000;
	text-align: left;
	text-decoration: none;
	vertical-align:middle;
}
ul#topnav .sub ul li a {
	font: normal 12px Verdana;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 5px 5px 10px 12px;
	display: block;
	text-decoration: none;
	color: #000;
	text-align: left;
}
ul#topnav .sub ul li a:hover {
	color: #fff;
	background: #800000; 
	padding: 5px 5px 10px 12px;
}
ul#topnav .sub ul li.h2 a:hover {
	color: #fff;
	background: #800000; 
	padding: 5px 5px 10px 12px;
}

a img.fb {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.fblast {
	margin-right: 0;	
}

.images_right {
    margin: 0 0 15px 15px;
}

.images_left {
    margin: 0 15px 15px 0px;
}

#images{margin: 20px 20px 20px 10px;}
.home #images{width:801;height:350px;overflow:hidden;}
