/*
Colours Used in Site

BG:#1B1B1B


*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0;	outline: 0; }
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {	background-color:#160D08; margin: 0px auto; }
html {	height:101%; margin: 0px auto; font-family:Arial, Helvetica, sans-serif; font-size:1em; line-height:130%; color:#FFFFFF;}
.clear{	clear:both; }
/******************************************************************************************/
/*************************************** Img **********************************************/
/******************************************************************************************/
img {margin:0px;padding:0px;border: 0px;}
/******************************************************************************************/
/*************************************** Text **********************************************/
/******************************************************************************************/
h1 { font-size:95%; color:#717139;padding:15px 0 10px 0; }
h2 { font-size:95%; color:#717139;padding:0px 0 10px 0; }
h3 { font-size:85%; color:#717139;padding:10px 0 7px 0; font-style:italic;}
h4 { font-size:95%; color:#fff;padding:15px 0 5px 0; border-bottom:#fff 1px dashed; }
h5 { font-size:95%; color:#fff;padding:0px 0 5px 0;border-bottom:#fff 1px dashed; }
h6 { font-size:85%; color:#717139;padding:15px 0 10px 0; }
p { font-size:80%; padding:0px 0px 15px 0px; margin:0px;}



.conditions { font-size:70%;line-height:110%; }

/******************************************************************************************/
/************************************ Structure *******************************************/
/******************************************************************************************/
#container { width: 850px; margin: 0px auto; padding:0px;}
#header {background-color:#484824;width:850px; height:120px; border-top:10px solid #717139;padding:18px 0px 0px 0px; margin:0px;clear:both; }
#logo { float:left;width:306px;height:66px; padding:0px 0px 18px 18px; }
#content { padding:0px; margin:0px 0 10px 0; height:100%;background-color:#0D0805;}
#hero { width:496px;height:390px; padding:0px;margin:0px; float:left;}
#welcome { float: right;width:310px; height:348px; background-color:#282814;padding:22px 22px 20px 22px; margin:0px; }

#hero2 { width:600px; height:198px;float:right;padding:0px; margin:0px;}
#title { background-color:#282814;width:232px; float:left; height:34px; padding:164px 0px 0px 18px; margin:0px;}

#left_col { width:214px;float:left; padding:18px;}
#left_col ul { list-style:none;padding:0px;margin:0px; }
#left_col li { list-style:none;padding:5px 0 10px 0;margin:0px;display:block; }
#left_col p a:link, #left_col p a:visited, #left_col p a:active { padding:0px 0 2px 0; margin:0px; color:#717139;text-decoration:none;border-bottom:1px dashed #717139;}
#left_col p a:hover { color:#fff;text-decoration:none;border-bottom:1px dashed #fff;}

#right_col { width: 570px;float:right;padding:18px 30px 18px 0px; }
#right_col ul { list-style:none; font-size:80%; padding:0 30px 5px 15px;margin:0px;}
#right_col li { padding:0 30px 5px 15px;margin:0px;list-style:none; background-image: url(../images/bullet.gif);background-position:left 6px;background-repeat:no-repeat; }
#right_col a:link, #right_col a:visited, #right_col a:active { padding:0px 0 2px 0; margin:0px; color:#717139;text-decoration:none;border-bottom:1px dashed #717139;}
#right_col a:hover { color:#fff;text-decoration:none;border-bottom:1px dashed #fff;}
 
#copyright { font-size:72%; color:#FFFFFF; padding:25px 9px 0px 9px; margin:0px; } 

#footer {height:50px;padding:0px 18px 0 235px; margin:25px 0 0 0;background-color:#39391D;}
#footer ul {padding: 0px; margin:0px; list-style:none; }
#footer li {padding: 0px; margin:0px; display:inline;list-style:none; }
#footer li img { padding: 20px 0px 0px 0; }

.float_left { float:left;}
.float_right { float:right; }

.thumb_left { width:200px; padding:20px 15px 10px 0px; float:left;}
.thumb_right { width:200px; padding:20px 0px 10px 15px; float:right;}

.news_thumbl { width:180px; padding:5px 15px 0px 0px; float:left;color:#717139;font-size:85%;line-height:120%;}
.news_thumbr { width:180px; padding:5px 0px 0px 15px; float:right;color:#717139;font-size:85%;line-height:120%;}

.coll { width:250px; float:left;}
.colr { width:250px; float:right;}

#map { font-size: 80%; color:#717139;padding:0px 0px 30px 0px; padding:0px 0px 30px 0px;}

/******************************************************************************************/
/************************************ ANAV *******************************************/
/******************************************************************************************/
#anav { float: left; margin:0px;height:32px; padding:0px 9px 0px 9px; width:832px;border-bottom:4px solid #0D0805; }
#anav ul {padding: 0px; margin:0px; list-style:none; }
#anav li {padding: 0px; margin:0px; display:inline;list-style:none; }
#anav li img { padding: 10px 9px 0px 9px;margin:0px; }

/******************************************************************************************/
/************************************ BNAV *******************************************/
/******************************************************************************************/
#bnav { float:right;padding:0px 18px 18px 0px; width:300px; text-align:right;  }
#bnav ul {padding: 0px; margin:0px; list-style:none; }
#bnav li {padding: 0px; margin:0px; display:inline;list-style:none; }
#bnav li img { padding: 10px 6px 6px 6px; }


/******************************************************************************************/
/************************************ QuickLinks *******************************************/
/******************************************************************************************/
#quicklinks { float: left; width:188px;margin:0px;padding:0px; background-color:#3C3C3C; font-size: 80%; color:#999; overflow:hidden; }
#quicklinks a:link, #quicklinks a:visited {display: block; padding: 0px; margin: 0px; color:#999999; text-decoration:none; height:25px;}
#quicklinks a:hover {display: block; margin: 0px;padding:0px; color:#fff;border:none; outline:none;}
#quicklinks ul {padding: 5px 0 10px 10px; margin:0px; list-style:none; display:block;}
#quicklinks li {padding: 0px 10px 0px 20px; margin: 0px; background-image: url(../images/bullet_quicklinks.gif); background-repeat: no-repeat; background-position:left 8px;}
#quicklinks li img { padding: 0px; display:block; margin:0px;}
#quicklinks h1 { padding: 20px 10px 10px 10px; margin:3px; background:#999; line-height:0%;}

/******************************************************************************************/
/************************************ Home Buttons *******************************************/
/******************************************************************************************/

#home_btns { float: left; margin:0px;padding:0px;}
#home_btns ul {padding: 0px 0px 0 9px; margin:0px; list-style:none;}
#home_btns li { display:inline; padding: 0px; margin: 0px;}
#home_btns li img { padding: 10px 4px 10px 0px; margin:0px;}

/******************************************************************************************/
/************************************ New Buttons *******************************************/
/******************************************************************************************/

#new_btns { float: right; margin:0px;padding:0px;}
#new_btns ul {padding: 0px 8px 0 8px; margin:0px; list-style:none;}
#new_btns li { display:inline; padding: 0px; margin: 0px;}
#new_btns li img { padding: 8px 3px 0 3px; margin:0px;}

/******************************************************************************************/
/************************************ Gallery *******************************************/
/******************************************************************************************/
#gallery { padding:18px 0 18px 18px; margin:0px; }
#gallery h4 { font-size:95%; color:#fff;padding:15px 15px 5px 0; margin:0 20px 0 0; border-bottom:#fff 1px dashed;text-transform:uppercase; }
#gallery ul {padding: 0px; margin:0px; list-style:none; }
#gallery li {padding: 0px; margin:0px; display:inline;list-style:none;border:none; }
#gallery li img { padding: 5px 7px 8px 0px;border:none; }
#gallery li a:link, #gallery li a:visited, #gallery li a:active { text-decoration:none;border-bottom:none;list-style:none;background-image:none;}
