﻿/*
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: #555555;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin: 0px;
background: #985a1d url('../images/background_main.gif') center repeat-y;
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 #999999;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

ul {
color: #777777;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

img {
border-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header {
width: 100%;
height: 151px;
padding: 0px;
margin: 0px;
border-top: 5px solid #fcf9cf;
border-bottom: 5px solid #fcf9cf;
text-align: center;
background: #c29c56;
}

#header_content {
position: relative;
margin: auto;
width: 637px;
height: 143px;
padding-top: 8px;
padding-right: 8px;
border-bottom: 5px solid #fcf9cf;
border-left: 5px solid #fcf9cf;
border-right: 5px solid #fcf9cf;
text-align: right;
color: #ffffff;
font-size: 10px;
background: #985a1d url('../images/background_banner.gif') center center no-repeat;
}

#header_logos {
width: 250px;
height: 77px;
margin-left: 387px;
margin-top: 47px;
}

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

#container_2_columns {
width: 645px;
padding: 0px;
border-left: 5px solid #fcf9cf;
border-right: 5px solid #fcf9cf;
text-align: left;
line-height: 1.5em;
margin-right: auto;
margin-left: auto;
}

#content_2_columns_left {
float: left;
width: 143px;
height: 100%;
overflow: hidden;
background: #fcf9cf;
}

#content_2_columns_right {
float: right;
width: 497px;
border-left: 5px solid #fcf9cf;
overflow: hidden;
}

#multimedia {
width: 497px;
margin: 0px;
border-bottom: 5px solid #fcf9cf;
background: #ffffff;
}

#content {
width: 457px;
padding: 20px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/background_content.gif') top no-repeat;
}

#line {
width: 497px;
height: 0px;
margin: 0px;
border-bottom: 5px solid #fcf9cf;
background: #ffffff;
}

#footer {
width: 487px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 50px;
margin: 0px;
text-align: right;
color: #c29c56;
font-size: 10px;
background: #ffffff;
}

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

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

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

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

.font_grey_12 {
color: #808080;
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: #888888;
font-size: 10px;
line-height: 1.2em;
border: 1px solid #985a1d;
padding: 6px;
margin: 0px;
background: #fcf9cf;
}

c29c56

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