/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #000000;
	background-image: url(images/page_elements/body_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
}

#page_container {
	background-color: transparent;
	position: relative;
	top: 0px;
	width: 960px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	margin: auto;
	overflow: hidden;
}

table {
	background-color: transparent;
	border: 0px;
}

tr {
	vertical-align: top;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	color: #BFBFBF;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7E4A03;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	line-height: 150%;
}

.small {
	font-size: 10px;
}

.normal {
    font-size: 13px;
}

.large {
	font-size: 15px;
}

.right {
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

h1 {
	font-family: 'Adobe Garamond Pro', Garamond, Georgia, Times New Roman, serif;
	font-size: 25px;
	color: #BFBFBF;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BFBFBF;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	font-weight: bold;
	line-height: 150%;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #333333;
	text-align: left;
}

ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

li {
	list-style-type: square;
	line-height: 150%;
}


/* ----- FORM ELEMENTS ----- */

fieldset{
    padding: 20px;
    border: 1px solid #BFBFBF;
    margin-bottom: 20px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #BFBFBF;
    font-weight: bold;
}

.label {
    display: block;
    width: 180px;
    float: left;
    font-weight: bold;
}

.largelabel {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	background-color: #000000;
	border: solid #BFBFBF 1px;
	margin-bottom: 6px;
	width: 200px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	font-weight: bold;
	background-color: #000000;
	border: solid #7E4A03 2px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto;
}

.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	background-color: transparent;
	border: none;
	margin-bottom: 6px;
	width: auto;
}

.selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	background-color: #000000;
	border: solid #BFBFBF 1px;
	margin-bottom: 6px;
	width: 200px;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BFBFBF;
	background-color: #000000;
	border: solid #BFBFBF 1px;
	overflow: auto;
	margin-bottom: 6px;
	width: 380px;
	height: 120px;
}

.validation {
    padding-left: 180px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 13px;
}


/* ----- IMAGE ELEMENTS ----- */

img {
	border: 0px;
}

img.border {
	border: 2px solid #7E4A03;
}

img.no_margins {
	border: 0px;
	margin: 0px;
}

img.no_margins_border {
	border: 2px solid #7E4A03;
	margin: 0px;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	border: 2px solid #7E4A03;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 2px solid #7E4A03;
	float: right;
}

/*img.gallery {
	cursor: pointer;
	border: 2px solid #7E4A03;
}*/

/* ----- WEBSITE HEADER ----- */

#header {
    width: 960px;
    height: 160px;
}

#languages {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 220px;
    height: 18px;
    background-color: #222222;
    border-top: 0px;
    border-bottom: 1px solid #7E4A03;
    border-left: 1px solid #7E4A03;
    border-right: 1px solid #7E4A03;
    color: #7E4A03;
    font-size: 11px;
    text-align: center;
}

#languages a:link, #languages a:active, #languages a:visited {
    color: #BFBFBF;
    font-weight: normal;
    text-decoration: none;
}

#languages a:hover {
    color: #7E4A03;
    font-weight: normal;
    text-decoration: none;
}

/* ----- WEBSITE NAVIGATION ----- */

#topnav {
    position: absolute;
    top: 103px;
    right: 0px;
    width: 460px;
    height: 22px;
    background-image: url(images/page_elements/topnav_background.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: right;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: normal;
}

#topnav a:hover {
    color: #7E4A03;
    text-decoration: none;
    font-weight: normal;
}

.navblock {
    float: left;
    width: 300px;
    min-height: 340px;
    height: auto !important;
    height: 340px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
    padding-bottom: 20px;
}

.navblock img {
    border: 5px solid #7E4A03;
}

.navblock h3 {
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: -10px;
}

.navblock p {
    margin-left: 5px;
}

.navblock a:link, .navblock a:active, .navblock a:visited {
    color: #BFBFBF;
    text-decoration: none;
}

.navblock a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
    width: 100%;
    height: 20px;
    background-color: #111111;
    border-bottom: 5px solid #7E4A03;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
    color: #7E4A03;
    text-decoration: none;
    font-weight: normal;
}

#address {
    float: left;
    min-width: 528px;
    width: 55%;
    height: 15px;
    padding-top: 10px;
    padding-left: 5%;
    font-size: 9px;
    color: #666666;
}

#address a:link, #address a:active, #address a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#address a:hover {
    color: #666666;
    text-decoration: underline;
    font-weight: normal;
}

#development {
    float: right;
    min-width: 336px;
    width: 35%;
    height: 15px;
    padding-top: 10px;
    padding-right: 5%;
    font-size: 9px;
    color: #666666;
    text-align: right;
}

#development a:link, #development a:active, #development a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#development a:hover {
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

/* ----- WEBSITE CONTENT ----- */

#highlight {
    width: 940px;
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
}

#highlight h2 {
    display: block;
    float: left;
    width: 200px;
    height: 70px;
    padding: 0;
    margin: 0;
    font-family: 'Adobe Garamond Pro', Garamond, Georgia, Times New Roman, serif;
	font-size: 25px;
	color: #BFBFBF;
	font-weight: normal;
	border-right: 1px solid #7E4A03;
}

#message {
    float: right;
    width: 730px;
    height: 70px;
}

#breadcrumbs {
    width: 940px;
    height: 13px;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 11px;
}

#content {
    width: 960px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#sidebar {
    float: left;
    width: 200px;
    height: auto;
    margin-top: 50px;
    margin-right: 50px;
}

#sidebar ul li {
    margin-bottom: 13px;
    line-height: 150%;
    color: #7E4A03;
}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
}

#sidebar ul li a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
}

#sidebar ul li a.active {
    color: #7E4A03;
}

#main {
    float: right;
    width: 690px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 19px;
    border-left: 1px solid #7E4A03;
}


/* ----- JQUERY GALLERY PLUGIN ----- */

#gallery {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
    height: 450px;
    /*border: 5px solid #7E4A03;*/
    border: 0px;
}

#gallery img {
    border: 2px solid #7E4A03;
}

.galleryBar {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 7px;
    display:none;
}

.galleryBar li {
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
    overflow: hidden;
    float: left;
    list-style: none;
}

.galleryScreen, .galleryInfo {
    position: absolute;
}

.galleryScreen {
    background-color: #000000;
    margin-top: 1px;
}

.galleryInfo {
    background-color: transparent;
    color: #BFBFBF;
    padding: 12px;
}
.galleryTitle {
	font-family: 'Adobe Garamond Pro', Garamond, Georgia, Times New Roman, serif;
	font-size: 25px;
	font-weight: normal;
}

#slideshow {
    float: left;
    overflow: hidden;
    width: 400px;
    height: 490px;
    border-right: 5px solid #7E4A03;
}

#slideshow .galleryBar {
    visibility: hidden;
    padding: 0;
}

#newsgallery {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
    height: 480px;
    border: 0;
}

#newsgallery img {
    border: 2px solid #7E4A03;
}

#newsgallery .galleryBar {
    overflow: hidden;
    visibility: hidden;
}


/* ----- SPLASHPAGE JQUERY TOOLS OVERLAY EFFECT ----- */

#splashpage {
    width: 810px;
    height: 490px;
    background-color: #000000;
    padding: 0px;
    display: none;
    border: 5px solid #7E4A03;
}

#splashpage a:link, #splashpage a:visited, #splashpage a:active {
    display: inline-block;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: #222222;
    font-size: 14px;
    font-weight: normal;
    color: #BFBFBF;
    text-decoration: none;
}

#splashpage a:hover {
    display: inline-block;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: #7E4A03;
    font-size: 14px;
    font-weight: normal;
    color: #BFBFBF;
    text-decoration: none;
}

#splashpage div.close {
    right: -15px;
    top: -10px;
}

#splashpage div {
    background-color: #000000;
}

#selection {
    float: right;
    width: 400px;
    height: 460px;
    padding-top: 30px;
    text-align: center;
}

/* ----- JQUERY SLIDER ----- */

#messageslider {
    margin: 0px;
    padding: 0px;
}

#messageslider li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 70px;
}

#messageslider li h3 {
    margin: 0px;
    padding: 0px;
}

#messageslider li p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

/* ----- END STYLESHEET ----- */
