/* --------------------------------------- Site Wide */
html {
    height: 100%;
}
body {
	margin: 0 auto 0 auto; 
    height: 100%;
	background-color: #fff;
	font: 13px Arial, Helvetica, Sans-Serif;
    color: #222;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    margin: 30px 0 10px 0;
}
h1 {
	margin: 20px 0 10px 0;
	font-size: 21px;
}
h2 {
	font-size: 18px;
	line-height: 1.2em;
}
a, a:active, a:visited {
	color: #800807;
	outline: none;
	text-decoration: none; 
}
a:hover { text-decoration: none; }
a:active { outline: none !important; }
:focus { -moz-outline-style: none; }
a img {
	border: none; 
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.spacer {height: 10px;}
.readmore {
	text-align: right;
	}
table {
    border-collapse: collapse;
    width: 630px;
    font-size: .9em;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
}
td {
    padding: 7px 15px 7px 10px;
    line-height: 1.4em;
    border-bottom: 1px dashed #ccc;
}
.credit {
    font-style: italic;
    text-align: right;
}
.sources {
	font-size: 10px;
	line-height: 1.2em;
}
.sources ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sources ul li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding-left: none;
}
div.img_cap_right{ float: right; margin: 5px 0 0 20px; padding: 0 0 0 0; width: 250px;}
div.img_cap_left{ float: left; margin: 5px 20px 0 0; padding: 0 0 0 0; width: 250px;}
div.img_cap_right img, div.img_cap_left img { margin: 0 0 0 0;}
div.img_cap_right p, div.img_cap_left p { font-size:.8em; color: #666; line-height: 1.4em; margin: 5px 0 0px 0; padding-bottom: 0px; float: left;}
.hr {
    background-color: #D9D9D9;
    height: 1px;
}
textarea {
	font: 12px/160% Verdana, Geneva, sans-serif;
}
li li {
	list-style-type: circle;
	padding-bottom: 2px;
}


/* Container */
#container {
    position: relative;
	min-height: 100%;
    width: 980px;
  	margin: 0 auto 60px auto;
}

/* Navigation */
#nav {
    height: 33px;
    margin: 0 0 0 0;
	padding: 14px 0 0 0;
    background: url(img/nav.png) #800807 repeat-x;
}
#nav .wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#nav .logo {
    height: 59px;
    width: 160px;
    margin-left: 48px;
    float: left;
}
#nav .links ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
    font-size: 13px;
}
#nav .links li {
	display: inline;
	text-align: center;
	padding: 0 30px 0 0;
}
#nav .last {
	float: right;
	text-align: right;
	padding: 0 0 0 0 !important;
}
#nav a, #nav a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
#nav a:hover {
	color: #AF3E2B; 
}
#nav .links li.selected a {
	color: #0f0 !important;
}


/* Sub Navigation */
#subnav {
	height: 329px;
	background: url(img/subnav.png) #812618 top no-repeat;
	border-bottom: 2px solid #efefef;
	margin: 0 0 14px 0;
	padding: 0 0 0 0;
	text-align: center;
}
#subnav .bottom {
	height: 22px;
	background: url(img/subnav_b.png) #222 top repeat-x;
}
#subnav img {
	padding: 20px 0 0 0;
}


/* Splash */
#splash {
	float: left;
    width: 980px;
	min-height: 600px;
    margin: 0 auto 0 auto;
    padding: 5px 0 10px 0;
    line-height: 1.6em;
}
#splash .col1 {
	float: left;
    width: 670px;
	margin: 0 50px 0 0;
    padding: 0 0 0 0;
}
#splash .col2 {
	float: left;
    width: 260px;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#splash p {
	margin: 0 0 10px 0;
}
#splash a {
	font-weight: bold;
}


/* Main */
#main {
    clear: both;
    width: 980px;
    margin: 0 auto 0 auto;
    padding: 5px 0 240px 0;
}
#main .col1 {
    float: left;
    width: 670px;
    padding: 0 0 100px 0;
    margin: 0 50px 0 0;
    line-height: 1.6em;
    color: #222;
}
#main .col2 {
    float: left;
    width: 260px;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#main img {
    padding: 0px 0 0px 0;
}
#main ul {
    list-style-type: disc;
    margin-left: 0px;
}
#main .sponsors {
	list-style-type: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#main .sponsors li {
	padding: 0 0 5px 0;
}
.contributors {
	padding: 10px 0 0 0;
}


.medianav h4 {
	margin: 20px 0 5px 0;
}
.medianav ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.medianav li {
	list-style-type: none;
	line-height: 1.2em;
	border-bottom: 1px dotted #dfdfdf;
	padding: 3px 0 3px 0;
}
.medianav li:hover {
	font-weight: bold;
}
.highslide-gallery {
	margin-bottom: 30px;
}


/* Footer */
#footer {
    clear: both;
    height: 120px;
    margin: -140px auto 0 auto;
    padding: 0 0 0 0;
 	background-color: #761B10;
	color: #ccc;
	border-top: 2px solid #efefef;
    position: relative;
    font-size: 11px;
}
#footer .wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#footer p {
    padding: 10px 0 0 0;
}
#footer a, #footer a:visited {
	color: #fff;
	font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer h4 {
	margin-top: 20px;
	color: #ccc;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer .section {float: left; margin: 0 40px 0 0;}
#footer .topspace {padding-top: 40px;}
#footer .rightspace {margin-right: 80px;}
#subfooter {
	clear: both;
	display: block;
	height: 47px;
	margin: -12px auto 0 auto;
    padding: 0 0 0 0;
	background: url(img/footer.png) #222;
	color: #ccc;
    position: relative;
}
#subfooter .wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#subfooter p {
    padding: 15px 0 0 0;
    font-size: 11px;
}
#subfooter a, #subfooter a:visited {
	color: #fff;
	font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.required {
	color: #f00;
}
.cpinput {
	display: block;
	padding: 5px 5px 5px 5px;
}
.cpinfo {
	color: #8f8f8f;
}
.choices {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.choices li {
	list-style: none;
}


/* Contact Form */
#contactform {
	float: left;
	width: 670px;
	min-height: 400px;
	padding: 0px 0 0px 0;
	margin-right: 0px;
	line-height: 1em;
}
#contactform h2{
	margin-bottom: 10px;
}
#contactform form{
	margin-top: 35px;
}
#contactform ul{
	margin-left: 0;
	padding-left: 0;
}
#contactform li{
    list-style-type: none;
	clear: both;
	background: none;
}
#contactform label {
	float: left;
	width: 100px;
	text-align: left;
}
#contactform input {
	float: left;
	width: 150px;
	margin: 0px 0 10px 0;
	padding: 5px 5px 5px 5px;
}
#contactform textarea {
	padding: 5px 5px 5px 5px;
}
#contactform .submitbutton {
	width: 100px;
	padding: 2px 2px 2px 2px;
    margin: 5px auto auto 100px;
}


/* Articles */
.articles {
	margin: 0 0 0 0;
}
.articles .title {
	font-weight: bold;
	margin: 0 0 0 0;
}
.articles .author {
	margin: 0 0 0 20px;
	list-style-type: none;
}

#twelve {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	padding-bottom: 20px;
	min-height: 100px;
}
#twelve p {
	line-height: .75em;
	padding: 0 0 0 0;
}
#twelve h3 {
	margin: 0 0 0 0;
	line-height: .75em;
}
#twelve .russian {
    float: left;
    width: 310px;
    margin: 0 50px 0 0;
    line-height: 1.6em;
    color: #222;
}
#twelve .english {
    float: left;
    width: 310px;
	margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
#twelve ul {
	list-style-type: none;
	padding-left: 20px;
}
#twelve .back {
	margin-left: -20px;
}
.gallery {
    float: right;
    width: 230px;
    margin: 0 0 10px 10px;
	padding: 5px 5px 5px 5px;
    line-height: 1.6em;
    color: #222;
	background: #EBEDEA;
	border: 1px solid #efefef;
	height: 255px;
}
.gallery h5 {
	margin: 5px 0 10px 5px;
}