/**************************************************************
  MAIN
**************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #000 url('/img/bg_body2.jpg');
	color: #fff;
	font: 14px/18px Georgia, serif;
	text-align: center;
}

a:link, a:visited {
	color: #d4d4d3;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:active {
	outline: none;
}

a:focus, input:focus {
	-moz-outline-style: none;
}

a img {
  	border-width: 0;
}

p {
	margin:0 0 1.5em 0;
}

h1 {
	font-size: 30px;
	color: #fff;
}

h1 span {
	display: none;
}

h2 {
	display: inline;
	font-size: 40px;
	margin: 0;
}

h3 {
	color: #fff;
	font-size: 20px;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #fff;
}


/**************************************************************
  CONTAINERS
**************************************************************/

.container {
	position: relative;
	background: #000 url('/img/Background2.jpg') 0 198px no-repeat;
	border: 1px solid #090909; 
	border-width: 0 10px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 790px;
}

#top {
	width: 790px;
	height: 198px;
}

ul#navigation {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font: bold 15px Tempus Sans ITC, Verdana, sans-serif;
	text-align: center;
	background: url('/img/bg_nav2.png') top center repeat-x;
	width: 790px;
	height: 30px;
}

ul#navigation li {
	position: relative;
	float: left;
	width: 110px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #090909;
}

ul#navigation li.first {
	border-width: 0;
}
ul#navigation li.last {
	border-width: 0 0 0 1px;
}

#navigation a:link, #navigation a:hover, #navigation a:visited {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 24px;
	padding: 6px 0 0 0;
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	color: #284021;
}
#navigation li.selected a {
	color: #840601;
}

#language {
	position: absolute;
	top: 246px;
	right: 14px;
}

#footer {
	width: 810px;
	margin: 0 auto;
	padding: 14px 0 10px 0;
	text-align: center;
	font: 10px Monaco, Verdana, Sans-serif;
	background: #090909;
	color: #9d9d9d;
}


/**************************************************************
MISC
**************************************************************/

.pipe {
	margin: 0 5px;
	color: #9d9d9d;
}

div.spacer {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

.admin-link {
	font-weight: bold;
	text-transform: uppercase;
}
.admin-link a:link, .admin-link a:visited {
	color: #ba1f1f;
}
.admin-link a:hover {
	color: #fff;
}

.date {
	margin: 0 0 1px 0;
	color: #fff;
	text-transform: uppercase;
}

hr, .hr {
	height: 2px;
	margin: 10px 0 20px 0;
	background: transparent;
	border-top: 2px dotted #676767;
}

label, .label {
	display: block;
	position: relative;
	float: left;
	width: 90px;
	margin: 0 0 7px 0;
	padding: 4px 0;
	font-weight: normal;
}

.required label {
	font-weight: bold;
}

.input {
	margin: 0 0 2px 0;
}

input[type=text], input.text, input.title, textarea, select {
	margin: 0;
}

label.long {
	width: 40px;
	text-align: left;
	font-weight: bold;
}
input.long {
	width: 500px;
}
textarea {
	width: 400px;
	height: 100px;
}

.error-message {
	margin: 3px 0 10px 90px;
	color: #ff3333;
}

.cancel {
	margin: 5px 0 0 30px;
}

p.error {
	color: #ff3333;
}

#status {
	color: #ba1f1f;
	font-weight: bold;
}

.small {
	font: 11px Times New Roman, serif;
}

ul#images {
	list-style-type: none;
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.pointer {
	cursor: pointer;
}

.left {
	position: relative;
	float: left;
}

.row {
	margin: 0 0 20px 0;
}

.mr40 {
	margin: 0 30px 0 0;
}

.newsletter {
	margin: 5px 0 0 0;
}

.newsletter .error-message {
	margin-left: 0;
}

.newsletter .input-text {
	width: 180px;
	margin: 10px 0 0 0;
	padding: 4px;
	font-size: 11px;
	color: #666;
}

.newsletter .submit {
	margin: 8px 0 0 10px;
}

.thumb, .thumb-last {
	position: relative;
	float: left;
	width: 140px;
	margin: 10px 5px 0 2px;
	padding: 4px;
	border: 1px dotted #999;
}
.thumb-last {
	margin: 10px 0 0 0;
}

.thumb p, .thumb-last p {
	margin: 5px 0 0 0;
}

#cd {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/******** PAGINATION ********/
div.pagination {
	margin: 0 0 10px 0;
    color: #0d4f72;
    font: normal 11px Times New Roman, serif;
}

div.pagination span.highlight {
    color: #393c3c;
}

div.pagination a, div.pagination .prev, div.pagination .next {
	margin: 2px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #95b8cb;
    color: #95b8cb;
    text-decoration: none;
}

div.pagination a:hover, div.pagination a:active {
    background: #fff;
    border: 1px solid #0d4f72;
    color: #0d4f72;
}

div.pagination span.current {
	margin: 2px;
    padding: 2px 5px 2px 5px;
    background: #0d4f72;
    border: 1px solid #0d4f72;
    color: #fff;
}


/**************************************************************
sIFR
**************************************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
