﻿/*
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: #808080;
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: #bdcbd6 url('../images/background.gif') repeat-y;
text-align: left; /* 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: #094066;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
}

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

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

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

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

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

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

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

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

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

#header {
width: 722px;
height: 82px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 43px;
text-align: left;
background: #ffffff;
}

#navigation {
width: 722px;
height: 31px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 43px;
text-align: left;
background: #ffffff;
}

#multimedia {
width: 569px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 196px;
text-align: left;
background: #ffffff;
}

#content {
width: 527px;
padding: 20px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 197px;
border-bottom: 8px solid #cccccc;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/background_content.gif') no-repeat right top;
}

#footer {
width: 557px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 15px; /* firefox bug */
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 197px;
border-top: 1px solid #ffffff;
text-align: right;
color: #999999;
font-size: 10px;
background: #eaeaea;
}

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

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

.font_grey_11 {
color: #777777;
font-size: 11px;
}

/* 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: #808080;
border: 1px solid #ff0000;
padding: 6px;
margin: 0px;
background: #151515 url('../images/loading.gif') no-repeat center center;
}

.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;
}