﻿/*
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #ffffff;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 10px;
margin-bottom: 45px;
background: #958f77;
text-align: center; /* apply only for center div otherwise use left */
}

table {
width: 100%;
margin: 0px;
text-align: left;
border-collapse: collapse;
}

td, tr  {
padding: 5px;
border: 1px solid #958f77;
color: #d6d0b9;
font-size: 10px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #d6d0b9;
font-weight: normal;
font-size: 11px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

h1 {
color: #d6d0b9;
font-family: 'Trebuchet MS', verdana, sans-serif;font-weight: bold;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

h2 {
color: #3a382d;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
}

/* Links
////////////////////////////////////////////////////////////////////////////////// */

a:link {
color: #d6d0b9;
text-decoration: underline;
}

a:visited {
color: #d6d0b9;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

#header a:link {
color: #4f4d42;
text-decoration: underline;
}

#header a:visited {
color: #4f4d42;
text-decoration: underline;
}

#header a:hover {
color: #d6d0b9;
text-decoration: underline;
}

#footer a:link {
color: #4f4d42;
text-decoration: underline;
}

#footer a:visited {
color: #4f4d42;
text-decoration: underline;
}

#footer a:hover {
color: #d6d0b9;
text-decoration: underline;
}

/* Centering Container
////////////////////////////////////////////////////////////////////////////////// */

#container_center {
width: 784px;
margin: 0 auto;
text-align: left;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
width: 779px;
height: 82px;
padding-right: 5px;
margin: 0px;
text-align: right;
line-height: 1.5em;
color: #d6d0b9;
font-size: 10px;
background: #958f77 url('../images/logo.gif') no-repeat left center;
}

#rocks_top {
width: 784px;
height: 112px;
padding: 0px;
margin: 0px;
text-align: left;
background: #656356 url('../images/rocks_top.jpg') no-repeat center center;
}

#navigation {
width: 784px;
padding: 0px;
margin: 0px;
text-align: left;
background: #656356;
}

#line {
width: 784px;
height: 16px;
padding: 0px;
margin: 0px;
text-align: left;
background: #656356 url('../images/line.gif') no-repeat center center;
}

#multimedia {
width: 784px;
padding: 0px;
margin: 0px;
text-align: left;
background: #656356 url('../images/loading.gif') no-repeat center center;
}

#content {
width: 744px;
padding: 20px;
margin: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
text-align: left;
line-height: 1.5em;
background: #656356;
}

#content_home {
width: 784px;
padding: 0px;
margin: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
text-align: left;
background: #656356;
}

#content_terms {
width: 744px;
padding: 20px;
margin: 0px;
border-bottom: 1px solid #ffffff;
text-align: left;
line-height: 1.5em;
background: #656356;
}

#rocks_bottom {
width: 784px;
height: 55px;
padding: 0px;
margin: 0px;
text-align: left;
background: #656356 url('../images/rocks_bottom.jpg') no-repeat center center;
}

#footer {
width: 779px;
padding-top: 8px;
padding-right: 5px;
padding-bottom: 15px; /* firefox bug */
margin: 0px;
text-align: right;
line-height: 1.4em;
color: #d6d0b9;
font-size: 10px;
background: #958f77;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.font_light_brown_10_u {
color: #afa992;
font-size: 10px;
line-height: 1.3em;
text-decoration: underline;
}

.font_brown_12 {
color: #d6d0b9;
font-size: 12px;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.input_grey {
color: #666666;
font-size: 11px;
border: 1px solid #999999;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

.input_red {
color: #666666;
font-size: 11px;
border: 1px solid #ff0000;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

.submit {
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

/* Boxes
////////////////////////////////////////////////////////////////////////////////// */

.box {
color: #4f4d42;
border: 1px solid #ffffff;
padding: 6px;
margin: 0px;
text-align: center;
font-size: 10px;
background: #958f77;
}

.close{
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}