﻿/*
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: 40px;
margin-bottom: 45px;
background: #b3daeb url('../images/background_main.gif') repeat;
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 #b3daeb;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

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

img {
border-width: 0px;
}

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

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

h3 {
margin-top: 5px;
margin-bottom: -2px;
color: #39607a;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 1.5em;
text-decoration: none;
text-indent: 0px;
text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#header_line {
width: 100%;
height: 112px;
padding: 0px;
margin: 0px;
background: #b3daeb url('../images/background_header.gif') repeat-x;
}

#header {
width: 714px;
height: 112px;
padding-right: 8px;
margin: 0px;
text-align: right;
line-height: 1.4em;
color: #666666;
font-size: 10px;
background: url('../images/logo.gif') no-repeat left center;
}

#navigation {
width: 722px;
padding: 0px;
margin: 0px;
border-bottom: 6px solid #b3daeb;
text-align: left;
background: #dedede;
}

#multimedia {
width: 722px;
padding: 0px;
margin: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
text-align: left;
background: #ededed;
}

#content {
width: 682px;
padding: 20px;
margin: 0px;
border-top: 6px solid #b3daeb;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/background_content.jpg') no-repeat top center;
}

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

#footer_line {
width: 100%;
height: 36px;
padding: 0px;
margin: 0px;
background: #b3daeb url('../images/background_footer.gif') repeat-x;
}

#footer {
width: 714px;
padding-top: 5px;
padding-right: 8px;
padding-bottom: 15px; /* firefox bug */
margin: 0px;
text-align: right;
line-height: 1.4em;
color: #666666;
font-size: 10px;
background: transparent;
}

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

.font_light_grey_11 {
color: #666666;
font-size: 11px;
line-height: 1.3em;
text-decoration: none;
}

/* 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: #39607a;
border: 1px solid #39607a;
padding: 6px;
margin: 0px;
text-align: center;
font-size: 10px;
background: #b3daeb 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;
}