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

article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back800.gif);
	background-repeat: no-repeat;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(222,222,222,1);
}

#logo {
	background-image: url(../images/logo1tab.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
}
#logo h1, #logo h2 {
	position: absolute;
	top: -500px;
}

nav {
	padding-top: 70px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 179px;
	font-weight: bold;
}

#maincontent {
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

#vision {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	background-repeat: no-repeat;
	width: 300px;
	height: 350px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 395px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: -90px;
	text-align: justify;
	background-image: url(../images/face.fw10.fwtab.gif);	
}

ul {
	font-family: "Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding:6px 25px 6px 25px;
	margin-left: 10px;
	white-space: nowrap;
	background-color: #640000;
}
ul li a:hover {
	background: #000000;
	font-weight: bold;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 14px;
}
li:hover a { background: ##66B034; }
li:hover li a:hover {
    background: #000000;
}

.pod {
	width: 300px;
	float: left;
	margin-right: 0px;
	background-image: url(../images/pod1carnival.fw10.gif);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 360px;
}
.podContent {
	margin-top:0px;
	width: 244px;
	height:181px;
	overflow:hidden;
}

#news {
	margin-top:-15px;
	padding-left: 0px;
	margin-left: 0px;
	background-color: rgba(255,255,255,1);
	height: 360px;
	width: 700px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}
