html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #333;
}

/*h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
*/
h1, h2 {
	text-transform: none;
}

h1 {
	font-size: 1.6em;
	background-image: url(images/stock/h1-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 35px;
	background-position: left 0px;
}

h1.style1 {
	text-transform: none;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	border: 1px solid #233065;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #233887;
}

h2.style1 {
	font-size: 1.5em;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #306D85;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background-image: url(images/stock/bg02B.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul {
	margin: 0px;
	padding: 109px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

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

#menu li.active, #menu li.active a {
	text-decoration: none;
	background-color: #48869D;
}

/** PAGE */

#page {
	overflow: hidden;
	background-image: url(images/stock/bg03b.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#page-bg-bottom {
	overflow: hidden;
	background-image: url(images/stock/bg06b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	background-image: url(images/stock/bg05b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #48869D url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background-image: url(images/stock/bg07b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
}

#footer .legal {
}

#footer .links {
	color: #000;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 120px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top;
	line-height: .7em;
}
#sidebar ul {
}
#sidebar li {
	font-size: 15px;
	text-decoration: none;
	padding: 5px;
}
#sidebar li a {
	padding: 5px;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover {
	background-color: #223371;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}
#sidebar li a:active, #sidebar li a:active{
	background-color: #223371;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

.active {
	background-color: #223371;
	padding: 5px;
	color: #FFF;
}
h3 {
	color: #FFF;
	background-color: #5792BA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	padding-left: 5px;
}
