@charset "UTF-8";
html {background-color:#FFF;
}
body {
background-repeat:repeat-x;
background-position:top;
	margin:0 auto;
}
body,td,th {font-family:Verdana, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin:0 0 5px 0; color: #000;}
p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 20px; margin:5px 0 5px 0; font-weight: bold; color: #055ea5;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; margin:5px 0 5px 0; font-weight: bold; color: #055ea5;}
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000;}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px;	font-weight: bold; color: #000000;}

a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration: underline;
}

#navigation ul#nav {
	z-index: 5000;
}

#navigation ul#nav li {
    list-style:none;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
    width:100px;
}

#navigation ul#nav li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ccc;
	text-align: center;
    background:#117fc6;
}

#navigation ul#nav li a span {
	padding: 0 15px 0 10px;
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
}

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    width: 100px;
    padding: 3px 8px 3px 8px;
    background:#555;
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul /* This is for Internet Explorer 6  */
{
    display: block;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4000;
    width: 100px;
}

#navigation ul#nav  li ul li {
    width: 100px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 100px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 15px 10px;
    text-decoration: none;
    margin: 0;
    color: #eee;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}

#navigation ul#nav li ul li a:hover {
	width:80px;
    color: #fff;
    background: #62686e;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
    background: #555;
}
div#wrapper {
	width:950px;
	margin: 0 auto;
	padding:0;
}
div#header {
	background: url(../../images/logo_top.gif) no-repeat top left;
	float:left;
	width:950px;
	height:140px;
	margin:0;
	padding:0;
}
div#menu {
	width:600px;
	float:right;
	padding:0;
	margin:95px 0;
	text-align:right;
	color:#FFFFFF;
}
div#uppernav {
	width:600px;
	float:right;
	margin:0 0 60px 0;
	padding:0;
}
div#content {
	float:left;
	width:950px;
	margin:0;
	padding:0;
}
div#flashcontent {
	width:755px;
	height:400px;
	}
div#footer_gallery {
	float:left;
	width:705px;
	height:15px;
	text-align:center;
	margin:65px 0 0 100px;
	padding:0;
}
div#footer {
	float:left;
	width:950px;
	height:220px;
	text-align:center;
	margin:0;
	padding:0 0 20px 0;
}
.footxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:5px 0 5px 0; color:#333;}
a:link.footxt {
	color:#333;
	text-decoration: none;
}
a:visited.footxt {
	color:#333;
	text-decoration: none;
}
a:active.footxt {
	color:#000;
	text-decoration: none;
}
a:hover.footxt {
	color:#000;
	text-decoration: none;
}
