/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(/portal/pics/sitefx/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h2 {
	font-size: 107%;
	color: #FFFFFF;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 77%;
	font-weight: bold;
}

p, ul {
	text-align: justify;
	font-size: 90%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#noscriptinfo {
	display: none;
	position: relative;
	left: 110px;
	top: 70px;
	width: 185px;
	height: 40px;
	font-size: 80%;
	color: #777;
}

#noscriptinfo h3 {
	font-size: 90%;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(/portal/pics/sitefx/img02.jpg) no-repeat;
}

#menu {
	margin: 0 auto;
	width: 578px;
	height: 15px;
	border-bottom: 1px #B4A851 solid;
	z-index: 0;
}

#menu li {
	float: left;
	background: url(/portal/pics/sitefx/menufx.jpg) no-repeat left bottom;
	padding-left: 24px;
	padding-bottom: 2px;
	z-index: 2;
}

#menu a {
	text-decoration: none;
	color: #887811;
	padding-right: 15px;
	font-size: 95%;
}

#menu a:hover {
	text-decoration: underline;
	color: #E44601;
}

/* Page */

#page {
	position: relative;
	width: 760px;
	margin: 5px auto;
	background: url(/portal/pics/sitefx/img03.gif) repeat-y;
}

#spinner {
	display: none;
	position: absolute;
	top: -5px;
	left: 0px;
	width: 35px;
	height: 35px;
	background: url(/portal/pics/sitefx/spinner.gif) no-repeat;
	z-index: 5;
}

/* Content */

#content {
	float: left;
	width: 400px;
	padding: 0 0 0 95px;
	background: url(/portal/pics/sitefx/img04.gif) no-repeat;
}

#content .title {
	padding: 10px 10px 10px 50px;
	background: url(/portal/pics/sitefx/img07.gif) no-repeat 20px 50%;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(/portal/pics/sitefx/img08.gif) repeat-x;
}

#content .content p {
	margin-bottom: 1em;
	font-size: 100%;
}

#content_text {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url(/portal/pics/sitefx/img10.gif) no-repeat center bottom;
}

#content_text td {
	border-bottom: 1px #887811 solid;
	border-left: 1px #887811 solid;
	font-size: 80%;
	text-align: center;
}

#content_text h3 {
	color: #E44601;
}

/* Sidebar */

#sidebar {
	display: none;
	float: right;
	width: 160px;
	padding: 7px 90px 40px 0;
	background: url(/portal/pics/sitefx/img05.gif) no-repeat right top;
}

#sidebar li {
	padding: 4px 0 4px 5px;
	border-bottom: 1px solid #fff;
}

#sidebar li h1 {
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar a {
	text-decoration: none;
	color: #E44601;
	padding-right: 15px;
	font-size: 110%;
}

#sidebar a:hover {
	color: #887811;
}

/* Gallery */
#gallery_header {
	padding-top: 15px;
	color: #fff;
}

.gallery img {
	border: 1px #fff solid;
}

.gallery td {
	border: 0 !important;
}

/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(/portal/pics/sitefx/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #D7CE32;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #D7CE32;
}

#footer a {
	color: #D7CE32;
}

