@charset "UTF-8";
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 315px;
}
#middle {
	width: 100%;
	height: 100%;
	position: relative;
}
#logo {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	min-height: 290px;
}
#main-content {
	background-color:#FFF;
	width: 1000px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
#text {
	width: 62%;
	height: auto;
	padding: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 50px;
}
#sidebar {
	width: 22%;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#box1 {
	width: 100%;
	padding: 0px;
	margin-bottom: 40px;
	border: 1px solid #960D08;
}
#box1head {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	height: 63px;
	background-attachment: scroll;
	background-image: url(images/background-sidebar.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#box1middle {
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 20px;
	float: left;
	height: 20px;
	width: 50%;
	position: absolute;
	top: 20%;
	line-height: 1.3em;
}
#box1icon {
	float: right;
	position: absolute;
	right: -5%;
	top: -5%;
}
#box1text {
	margin: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
}
#box2 {
	width: 100%;
	padding: 0px;
	margin-bottom: 40px;
	border: 1px solid #960D08;
}
#box3head {
	width: 100%;
	padding: 0px;
	height: 63px;
	background-attachment: scroll;
	background-image: url(images/background-sidebar.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#box3middle {
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 20px;
	float: left;
	height: 20px;
	width: 50%;
	position: absolute;
	top: 35%;
	line-height: 1.3em;
}
#sidebar  {
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#sidebar a {color:#930}

ul.bullets1 {
list-style-type: none;
padding:0; margin:0; padding-left:10px;
}

ul.bullets1 li {
list-style-image: url('images/bullet.png');
padding-bottom: 10px;
}

.clear { clear: both; }

#footer {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #930;
	text-align: left;
	margin-top: 0px;
}

nav {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	background-color: #333;
}

nav ul ul {
	display: none;
	text-align: left;
}

	nav ul li:hover > ul {
		display: block;
	}
	
nav ul {
	background: #efefef;
	background: #333;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 15px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #333 0%, #444 40%);
		background: -moz-linear-gradient(top, #333 0%, #444 40%);
		background: -webkit-linear-gradient(top, #333 0%,#444 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
	display: block;
	padding: 20px 50px;
	color: #ffffff;
	text-decoration: none;
	}
	
	nav ul ul {
	background: #444;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	font-size: 13px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #555;
		border-bottom: 1px solid #000;
		position: relative;
	}
		nav ul ul li a {
			padding: 10px 20px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #333;
			}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.brdr {
	border: 1px solid #333;
}
a.nav {color:#ffffff;}
a.nav hover{color:#ffffff;}
a.nav active{color:#ffffff;}
a.nav visited{color:#ffffff;}