@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- Page layout */

body {
	background: #000c5b url(../img/layout/body_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 30px 0 0 0;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#header {
	width: 1024px;
	height: 85px;
	background-image: url(../img/layout/header.png);
	margin: 0;
	padding: 0;
}
#header ul#navi {
	padding: 62px 0 0 193px;
}
#header ul#navi li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 15px;
	
}
#header ul#navi li a {
	color: #000;
	text-decoration: none;
	background: #f90 url(../img/layout/navarrow_r.gif) left no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 0;
}
#header ul#navi li a:hover {
	color: #fff;
}
#header ul#navi li a.droppeddown {
	background-image: url(../img/layout/navarrow_d.gif);
	color: #fff;
}
#header ul#navi li.dropdown ul {
	display: none;
	position: absolute;
	background-color: #ff9900;
	margin: 4px 0 0 -10px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
}
#header ul#navi li.dropdown ul li {
	float: none;
	margin: 5px 10px 5px 10px;
	font-size: 14px;
	line-height: 1.5em;
}
#header ul#navi li.dropdown ul li a {
	background-image: none;
	padding: 0;
}
#header ul#navi li.dropdown > a {
	cursor: default;
}


#leftbar_wrapper {
	float: left;
	width: 173px;
	margin-left: 19px;
	margin-bottom: 20px;
}
#leftbar {
	background: #000c5b;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
#leftbar p {
	text-align: center;
	margin: 20px 5px 0 5px;
	line-height: 18px;
}

#content {
	padding: 20px 20px 20px 215px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: "Times New Roman", Georgia, serif;
	
}
#content h1 {
	font-size: 2.3em;
	margin: 0.4em 0 0.4em 0;
	padding: 0 0 0 2px;
	border-bottom: 1px solid #fff;
	font-style: italic;
}
#content h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #fff;
	font-style: italic;
	margin: 0.3em 0 0.3em 0;
	padding: 0 0 0 2px;
}
#content h3 {
	font-size: 1.3em;
	font-style: italic;
	margin: 0.3em 0 0.3em 0;
}
#content p {
	line-height: 1.4em;
	padding: 0 8px 0 8px;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4em;
	margin: 8px 0 8px 0;
}
#content li {
	padding: 0 0 0 10px;
}
#content a:link, #content a:visited, #content a:active, #content a:hover, #leftbar a {
	color: #f90;
}
#content a:hover, #leftbar a:hover {
	text-decoration: none;
}
#content em {
	font-style: italic;
}
#content strong {
	font-weight: bold;
}

#content .rightsidebar {
	float: right;
	width: 160px;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #000c5b;
}
/*#content .imgr {
	clear: right;
	float: right;
	margin: 5px;
}
#content .w150px img {
	width: 150px;
}
#content .w220px img {
	width: 220px;
}
#content .w350px img {
	width: 350px;
}
#content .w480px img {
	width: 480px;
}*/
#content p img {
	margin: 5px 10px 5px 10px;
}
#content p img.right {
	float: right;
	margin: 5px 0 5px 10px;
}
#content p img.left {
	float: left;
	margin: 5px 10px 5px 0;
}
#content .clearboth {
	clear: both;
}
#content table {
	border: 1px solid #fff;
}
#content table tr td {
	padding: 5px 10px;
	border-bottom: 1px dotted #fff;
}
#footer {
	clear: both;
	width: 1024px;
	text-align: center;
	border-top: 1px solid #fff;
}