
body{
background-color: #B6B6B2;
background-image: url(../images/background.jpg);
background-repeat: repeat;
background-position: 0% 0%;
background-color: Black;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
margin: 0px;
color: white;
}

h1, h2, h3, h4 {
margin: 0;
padding: 0;
color: #b59758;
font-weight: normal;
}

h2 {
margin: 0 0 10px;
font-size: 1.6em;
letter-spacing: 1px;
text-transform: uppercase;
}

a {
color: #b59758;
text-decoration: none;
}

strong {
color: #b59758;
}

a:hover {
text-decoration: underline;
}

.right {
float: right;
}

.clear {
clear: both;
}

.hr {
border-top: 1px solid #b59758;
margin: 10px 25px;
height: 1px;
}


/* ---------------------------------- */

#main_holder{
width: 900px;
margin: 0px auto 0px auto;
}

#masthead{
float: left;
width: 840px;
padding: 10px 30px 10px 30px;
height: 60px;
border-left: 1px solid #90AABE;
border-right: 1px solid #90AABE;
background-color: Black;
}

#masthead_logo{
float: left;
width: 60px;
}

#masthead_right{
float: right;
width: 135px;
margin-top: 10px;
}

#content_holder{
float: left;
width: 840px;
border-left: 1px solid #90AABE;
border-right: 1px solid #90AABE;
background-color: #000000;
border-top: 1px solid #90AABE;
padding: 30px 30px 0;
}

#footer{
float: left;
width: 840px;
background-color: #141414;
border: 1px solid #90AABE;
padding: 8px 30px 8px 30px;
background-color: #141414;
}


#social {
float:left;
width:50px;
font-size: 9px;
color: #90AABE;
text-align:left;
}



#footer_left, #footer_right{
font-size: 9px;
color: #90AABE;
}


#footer_left{
width: 600px;
float: left;
text-align: left;
}

#footer_right{
width: 50px;
float: right;
text-align: right;
}
/* ---------------------------------- */

#footer_left a, #footer_right a{
color: #90AABE;
}

#footer_left a:link, #footer_left a:active, #footer_left a:visited, 
#footer_right a:link, #footer_left a:active, #footer_left a:visited{
text-decoration: none;
}

#footer_left a:hover, #footer_right a:hover{
text-decoration: underline;
}

/* ---------------------------------- */


/* !nav */

#nav {
z-index: 50;
float: left;
width: 900px;
height: 26px;
border-top: 1px solid #90AABE;
border-left: 1px solid #90AABE;
border-right: 1px solid #90AABE;
margin: 0px;
padding: 0px;
background-image: url(../images/nav_background.gif);
background-repeat: repeat-x;
background-color: #454545;
}

#nav, #nav ul {
position: relative;
float: left;
list-style: none;
text-transform: uppercase;
margin: 0px;
min-height: 24px;
height: auto !important;
height: 24px;
padding: 0;
}

#nav li {
float: left;
text-align: center;
position: relative;
width: 180px;
}

#nav a {
font-size: 13px;
font-weight: bold;
display: block;
text-decoration: none;
border-right: 0px solid white;
padding: 6px 0 4px;
min-height: 14px;
height: auto !important;
height: 14px;
color: #80A3B7;/* blue */
}

#nav a:hover {
color: #B4985A;/* gold */
}

.seperator{
background-image: url(../images/nav_separator.gif);
background-position: 100% 0%;
background-repeat: no-repeat;
}


/* !sub nav */

#nav li ul {
position: absolute;
left: -999em;
z-index: 200;
margin: 0;
border-top: 1px solid #90AABE;
}

#nav li ul li {
font-size: 1em; 
width: 182px;
background-image: url(../images/nav_background.gif);
background-repeat: repeat-x;
background-color: #454545;
text-transform: none;
}

#nav ul li ul li a {
padding: 6px 0 4px;
min-height: 16px;
height: auto !important;
height: 16px;
border-left: 1px solid #90AABE;
border-right: 1px solid #90AABE;
border-bottom: 1px solid #90AABE;
color: #80A3B7;/* blue */
}

#nav li ul li ul li {
font-size: 1.2em; 
}

#nav li ul li a:hover, #nav li.sfhover ul li a:hover {
color: #B4985A;/* gold */
}

#nav li ul ul {
margin: -25px 0 0 143px; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: -1px; 
}




/* !main */

/* !panel1 */

.panel1 {
border: 1px solid #90AABE;
padding: 0;
min-height: 130px;
height: auto !important;
height: 131px;
margin-bottom: 0px;
}

.panel1.size1 {
width: 510px;
}

.panel1.size2 {
width: 355px;
}

.panel1.size3 {
width: 455px;
}

.panel1.size4 {
width: 600px;
}

.panel1 h2 {
color: #b59758;
background-image: url(../images/nav_background.gif);
background-repeat: repeat-x;
background-color: #454545;
padding: 8px 0 0 25px;
font-weight: bold;
font-size: 1.0em;
text-transform: uppercase;
border-bottom: 1px solid #90AABE;
margin-bottom: 9px;
min-height: 21px;
height: auto !important;
height: 21px;
}

.panel1 h2 span a {
color: white;
font-size: .9em;
letter-spacing: 0;
float: right;
margin-right: 10px;
}

.panel1 h3 {
margin: 20px 20px 10px 25px;
text-align: left;
}


.panel1 p {
margin: 0 20px 10px 25px;
text-align: left;
}

.panel1 img.picright, div.picright {
border-left: 1px solid #90AABE;
border-bottom: 1px solid #90AABE;
float: right;
position: relative;
top: -9px;
margin-left: 20px;
margin-bottom: 10px;
}

.panel1 a, #maparea a {
color: #b59758;
}

.panel1 .indent {
margin-left: 25px;
}

ul.additions {
margin: 0;
padding: 0;
list-style: none;
text-transform: capitalize;
}

ul.additions li a {
}

.bolder b {
color: #b59758;
}

.bolder i {
color: #90AABE;;
}

.sig {
margin: -10px 0 10px 375px}


#movies {
background-color: #454545;
border: 1px solid #90AABE;
text-align: center;
margin: 10px 0 20px;
width: 510px;
}

#movies a {
display: inline-block;
text-decoration: none;
margin: 15px 10px 10px;
line-height: 1.2em;
}

#movies a img {
border: none;
margin-bottom: 4px;
}



#interviews {
width: 455px;
background: none;
border: none;
text-align: center;
margin: 10px 0 20px;
}

#interviews a {
display: inline-block;
text-decoration: none;
margin: 15px 1px 10px;
}

#interviews a img {
border: none;
}

#interviews.size3 {
width: 455px;
}

#interviews.size3 a {
margin: 15px 2px 10px;
}

#interviews.transparent {
width: 455px;
background: none;
border: none;
}



/* !images */

#maparea {
width: 450px;
float: right;
}

#picarea {
float: right;
}

#picarea img{
border: 1px solid #90AABE;
margin-bottom: 10px;
}


/* !gallery */

.galleryrow {
margin: 20px 25px;
border-top: 1px solid #7ea3b7;
border-bottom: 1px solid #7ea3b7;
padding: 0 0 5px 0;
}

.galleryrow img {
margin: 0 15px 0 0;
border: 0;
}

.galleryrow h3 {
margin: 5px 0 5px 0;
text-transform: uppercase;
letter-spacing: 1px;
color: #b59758;
}



/* !cat table */

td.catpics {
background: url(../images/montage.jpg) no-repeat ;
background-position-y: 12px;
background-position-x: 50px;
}

table.table1 {
border: 1px solid #90AABE;
border-collapse: collapse;
}

table.table1 td, table.table1 th {
border: 0;
border-bottom: 1px solid #90AABE;
padding: 8px 0 7px 25px;
}

table.table1 td.blackbg {
background-color: black;
}

table.table1.links td, table.table1.links th {
text-align: center;
padding: 8px 0 7px;
}

table.table1.links td {
padding: 2px;
}

table.table1 tr.heading, table.table1 th {
background: url(../images/nav_background.gif) repeat-x #454545;
font-weight: bold;
font-size: 1.0em;
text-transform: uppercase;
color: #b59758;
letter-spacing: 1px;
}

table.table1 tr.heading a {
color: white;
font-size: .9em;
margin: 0 10px 0;
text-decoration: none;
letter-spacing: 0px;
float:right;}

table.table1 tr.heading a:hover {
color: #b59758;
text-decoration: underline;
}

table.table1 tr.content a {
color: #b59758;
font-size: 1em;
padding: 0 10px 0 0;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

table.table1 tr.content a:hover {
color: #b59758;
text-decoration: underline;
}

table.table1 tr.content td img.pic {
border-left: 1px solid #90AABE;
border-bottom: 1px solid #90AABE;
position: relative;
top: -8px
}

.nextlinks {
margin: 10px 0;
text-align: center;
}

.nextlinks a {
color: #b59758;
margin-right: 5px;
text-decoration: none;
}

.nextlinks a:hover {
text-decoration: underline;
}


/* !news */

#newsarea {
/* home */
width: 300px;
float: right;
}

.newsclip table {
border: 1px solid #90AABE;
border-top: 0;
border-collapse: collapse;
margin-bottom: 25px;
}

.newsclip table td {
padding: 0 0 0 25px;
border-right: 1px solid #90AABE;
}

.newsclip table font{
/* general */
font-size: 1em;
}

.newsclip table font a b {
/* heading */
text-decoration: none;
color: #b59758;
font-weight: bold;
text-transform: uppercase;
font-size: 1em;
background-image: url(../images/nav_background.gif);
background-repeat: repeat-x;
background-color: #454545;
display: block;
border-bottom: 1px solid #90AABE;
border-top: 1px solid #90AABE;
padding: 8px 0 0 25px;
margin-left: -25px;
min-height: 21px;
height: auto !important;
height: 21px;
width: 100%;
letter-spacing: 1px;
cursor: pointer;
}

.newsclip table font i {
/* date */
font-size: 1em;
color: #7ea3b7;
}

.newsclip table font b a {
/* read more */
font-size: .8em;
font-weight: bold;
display: block;
margin: 5px 0 15px;
font-weight: bold;
text-transform: uppercase;
}

.newsclip table img {
/* image */
margin: 0px 0 10px 10px;
border-bottom: 1px solid #90AABE;
border-left: 1px solid #90AABE;
}


/* !forms */

.panel1 form {
margin: 0 0 5px 25px;
}

.panel1 form .formrow {
padding-bottom: 10px;}

.panel1 form label {
display: inline-block;
color: white;
width: 70px;
float: left;
padding-top: 3px;
}

input, textarea {
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #454545;
border-top: 1px solid #454545;
background-color: #a9c4ca;
}

.panel1 form input, .panel1 form textarea {
width: 235px;
}

.panel1 form input {
height: 18px;
}

.panel1 form input.reset, .panel1 form input.submit, input.submit {
width: auto;
height: 30px;
background-image: url(../images/nav_background.gif);
background-repeat: repeat-x;
background-color: #454545;
color: #90AABE;
border: 1px solid #90AABE;
padding: 0 15px;
cursor: pointer;
}

table#searchform {
border: 1px solid #90AABE;
padding: 0 5px;
float: right;
margin-top: -40px;
}

