﻿/*
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-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 45px;
background: #330000 url('../images/gradient.png') repeat-x top;
text-align: center; /* apply only for container center div otherwise use left */
}

table {
width: 100%;
margin: 0px;
text-align: left;
border-collapse: collapse;
}

td, tr {
padding: 5px;
border: 1px solid #999999;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

h1 {
color: #cbcb96;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
}

h2 {
color: #c42626;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-indent: 0px;
text-transform: uppercase;
}

h3 {
color: #cbcb96;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
margin-bottom: -8px;
}

/* Links
////////////////////////////////////////////////////////////////////////////////// */

a:link {
color: #cbcb96;
text-decoration: underline;
}

a:visited {
color: #cbcb96;
text-decoration: underline;
}

a:hover {
color: #c42626;
text-decoration: underline;
}

#footer a:link {
color: #a22020;
text-decoration: underline;
}

#footer a:visited {
color: #a22020;
text-decoration: underline;
}

#footer a:hover {
color: #cbcb96;
text-decoration: underline;
}

/* Centering Container
////////////////////////////////////////////////////////////////////////////////// */

#container_center {
width: 640px;
margin: 0 auto;
text-align: left;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
width: 640px;
height: 154px;
padding: 0px;
margin: 0px;
text-align: left;
background: #660000 url('../images/header.gif') no-repeat center center;
}

#content {
width: 600px;
padding: 20px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #660000 url('../images/content.gif') no-repeat right bottom;
}

#footer {
width: 640px;
padding-top: 5px;
padding-bottom: 15px; /* firefox bug */
margin: 0px;
text-align: right;
color: #cbcb96;
font-size: 10px;
background: #330000;
}

#line_big {
width: 100%;
height: 24px;
padding: 0px;
margin: 0px;
text-align: left;
background: #cbcb96 url('../images/line_big.gif') repeat-x;
}

#line_small {
width: 640px;
height: 6px;
padding: 0px;
margin: 0px;
text-align: left;
background: #330000 url('../images/line_small.gif') repeat-x;
}

/* 2 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#container_2_columns {
width: 640px;
padding: 0px;
text-align: left;
line-height: 1.5em;
margin-right: auto;
margin-left: auto;
background: #7b1919;
}

#content_2_columns_left {
float: left;
width: 127px;
height: 100%;
overflow: hidden;
}

#content_2_columns_right {
float: right;
width: 511px;
border-left: 2px solid #330000;
background: #660000;
overflow: hidden;
}

#footer_2_columns { /* apply inside container_2_columns */
width: 640px;
height: 0px; /* only use this line in case of lack of content */
clear: both;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.font_beige_10 {
color: #cbcb96;
font-size: 10px;
line-height: 1.3em;
}

.font_white_11 {
color: #ffffff;
font-size: 11px;
line-height: 1.3em;
}

/* 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: #cbcb96;
font-size: 10px;
line-height: 1.3em;
text-align: center;
border: 1px solid #cbcb96;
padding: 6px;
margin: 0px;
background: #330000;
}

.close {
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

/* Alignment
////////////////////////////////////////////////////////////////////////////////// */

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

/* Misc
////////////////////////////////////////////////////////////////////////////////// */

#footer p {
margin-top: 0px;
}