
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #8D181B;}
a:hover {color: #fff; text-decoration:none;}
a img {border: none;}

body {
	background: #000000;
	color: #000000;
	font: normal .8em Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}



h1,h2,h3 {padding-top: 0px; color: #000000; margin-bottom: 4px;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #CEBE75;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
}

.outer-container {
	
	padding-bottom: 10px;
	}

/* header & title */
.header {
	background: #8D181B;
	height: 200px;
	margin-bottom: 0px;
}


#nav {
	background-color: #8D181B;
	height: 45px;
}

/* main */
.main {
	margin-top: 7px;
	background: #000 url(images/main.gif);
	border-top: 0px solid #FFF;
	padding: 0px 12px 0 0;
}

.main_fullpage {
	margin-top: 7px;
	background: #CEBE75 url(images/main_no_line.gif);
	border-top: 0px solid #FFF;
	padding: 0px 12px 0 0;
}



/* navigation */
.navigation {
	float: right;
	width: 205px;
}
.navigation .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.navigation li {
	line-height: 1.4em;
	list-style-type: square; color:#8D181B;
	margin-left: 18px;
}
.navigation p {font-family: Georgia, "Times New Roman", Times, serif;}

.navigation img {
	border: 5px solid #ffffff;
	float: left;
	margin: 2px;
	margin-top: 15px;
	
}
.navigation h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.2em;
}

/* floating image with subtitle text */

.floating-box-vert {
	float: right;
	width: 180px;
	padding-left: 5px;
}
.floating-box-vert p  {
	font-size: .7em;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.floating-box-horiz {
	float: right;
	width: 225px;
	padding-left: 5px;
}
.floating-box-horiz p  {
	font-size: .7em;
	padding-left: 5px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.floating-box-thumb_left {
	float: left;
	width: 100px;
	padding-right: 5px;
}

.floating-box-thumb_left img {
	border: 5px solid #ffffff;	
}

.floating-box-thumb_right {
	float: right;
	width: 100px;
	padding-left: 5px;
}

.floating-box-thumb_right img {
	border: 5px solid #ffffff;	
}

/* whole widthcontent */
.whole_width_content {
	
	width: 660px;
	margin-left: 15px;
}

.whole_width_content h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 2.2em;
}




/* content */
.content {
	float: left;
	width: 420px;
	margin-left: 15px;
	padding-right: 10px;
}
.content h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 2.2em;
}

.content h2 {
	color: #8D181B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 1.3em;
	
}

.content h4 {
	color: #8D181B;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 1em;
	
}

.content li {
	line-height: 1.4em;
	list-style: square;
	margin-left: 18px;
}

.content img {
	border: 0px solid #5a5542;
	margin: 0px 0px;
}


/* footer */
.footer {
	background-image: url('images/footer.jpg');
	background-repeat:no-repeat;
	background-color: #000000;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-top: 0px;
	padding: 0px 15px;
	height: 100px;
	width: 670px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {color: #8D181B;}


textarea.styled {width: 290px;}

.styled {
	font-size: .8em;
	background: #F8F7F6;
	border: 1px solid #000;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}


/* input forms */

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 0;
	width: 100%;
	background-color: #d4d8ff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	
}

input[type="submit"] {
	margin: 0;
	width: 30%;
	padding: 1px;
	background: #000;
	color: #ffffff;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: .9em;
	border: 2px #fff;
	}

input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #8D181B;
	}
	
/* text box scrollbars */

body {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #cebe75;
	scrollbar-3dlight-color: #cebe75;
	scrollbar-darkshadow-color: #cebe75;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cebe75;
	scrollbar-shadow-color: #cebe75;
	scrollbar-track-color: #ffffff;
}
/* page scrollbars */

html {
	scrollbar-highlight-color: #cebe75;
	scrollbar-arrow-color: #cebe75;
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-shadow-color: #cebe75;
	scrollbar-track-color: #000000;
}