* { 
	margin: 0;
	padding: 0;
}

html {
/*
	background: #f2e2b4 url('../images/background2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
*/

	background: url("../images/background3.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: 100% 100%; /* cover; */
        -o-background-size: cover;
        background-size: cover;
}

#container {
	margin: 0 auto;
	width: 1034px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fff;
	-moz-box-shadow:    5px 5px 15px 5px #202020;
	-webkit-box-shadow: 5px 5px 15px 5px #202020;
	box-shadow:         5px 5px 15px 5px #202020;
}

#inner {
	margin: 0 auto;
	padding: 0px 40px 0 40px;
/*	padding: 5px 40px 0 40px; */
}

#panel1 {
/*	margin-top: 20px; */
	background: url('../images/header_bg_1.png');
	background-repeat: repeat-x;
	height: 95px;
}

#logo {
	float: left;
	width: 470px;
	margin: 30px 0 0 40px;
}

#top_right {
	float: right;
	width: 490px;
	margin-top: 20px;
}

#panel2 {
	background: #000;
	padding-left: 40px;	
}

#nav {
	width: 954px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: #000; /* 826400; */
	margin-bottom: 10px;
}


#nav a:link, #nav a:visited {
	font-size: 14px;
	font-family: Arial;
}

#panel3 {
	min-height: 200px;
	background: url('../images/main_bg1.png');
	background-repeat: repeat-y;
}

#main {
	float: left;
	width: 665px;
}

#gallery_bg {
	float: left;
	width: 685px;
	height: 433px;
	background: #dcd4bd;
	padding-top: 10px;
	margin-bottom: 20px;
}

#gallery {
	margin: 0 auto;
	width: 640px;
	height: 400px;
	border: 10px solid #fff;
/*	-moz-box-shadow:    5px 5px 15px 5px #202020;
	-webkit-box-shadow: 5px 5px 15px 5px #202020; */
	box-shadow:         5px 5px 5px 0px #808080;
}

#articles {
	padding: 20px;
}

#contact {
	float: right;
	width: 209px;
	padding: 20px;
}

#footer {
	margin: 0 auto;
	width: 1034px;
	margin-top: 10px;
	min-height: 90px;
	background: url('../images/footer_bg_2.png');
/*	background-repeat: repeat-x;*/
}

img {
	border: 0;
}

p {
	font-family: Arial, Helvetica;
	color: #404040;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

#logo p {
	margin: 0;
	padding: 0;
}

#main h2, #contact h3 {
	font-family: Arial, Helvetica;
	font-size: 20px;
	padding-bottom: 10px;
	color: #000;
}

#main h1 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
}

.componentheading {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

	
#main a:link,
#main a:visited,
#contact a:link,
#contact a:visited {
	text-decoration: underline;
	color: #826400;
}

#main a:hover,
#contact a:hover {
	text-decoration: none;
	color: #3f93ff;
}

#main ul, .newsfeed ol {
/*	list-style-type: none; */
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	padding-bottom: 10px;
}

#main li, .newsfeed li {
	font-family: Arial, Helvetica;
	color: #404040;
	font-size: 14px;
	line-height: 22px;
}

.newsfeed li {
	padding-bottom: 10px;
}

.charts p {
	text-align: center;
}

.charts img {
	border: 1px solid #ccc;
	padding: 10px;
}

/* superfish menus */

.jt-menu {
	line-height: 25px;
}

.jt-menu ul {
	width: 270px;
	top: 2.5em;
}

.jt-menu li,
.jt-menu li ul,
.jt-menu li ul li {
	background: #000;
}

.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	top: 2em;
	padding: 0;
}

.jt-menu li ul li {
	border-bottom: 1px solid #2d2d2d;
}

.jt-menu li:hover,
.jt-menu li.sfHover,
.jt-menu a:focus,
.jt-menu a:hover,
.jt-menu a:active {
	background: #404040;
}

.jt-menu a,
.jt-menu a:visited {
	border-top: none;
    color: #fae474;
    border-left: 1px solid #fff;
    padding: 3px 20px;
    text-decoration: none;
	display: block;
	position: relative;
}

.jt-menu, .jt-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
