﻿/*
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #333333;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin: 0px 0px 20px 0px;
padding: 0px;
background: #ffffff url('../images/background_line_top.gif') repeat-x top center;
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: #003366;
font-size: 11px;
line-height: 1.3em;
font-weight: bold;
}

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

img {
border-width: 0px;
}

h1 {
margin-top: 1.2em;
margin-bottom: 1.2em;
color: #003366;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

h2 {
margin-top: 1.2em;
margin-bottom: 1.2em;
color: #444444;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
}

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

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

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

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

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

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

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

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

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

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

#header {
width: 995px;
height: 35px;
padding-top: 15px;
padding-right: 5px;
margin: 0px;
text-align: right;
color: #808080;
font-size: 10px;
font-weight: bold;
background: #ffffff url('../images/background_logo_top.gif') no-repeat left;
}

#navigation {
width: 1000px;
height: 50px;
padding: 0px;
margin: 0px;
text-align: right;
background: #ffffff url('../images/background_navigation.gif') no-repeat;
}

#content {
width: 730px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 250px;
padding-right: 20px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/background_logo_pic.jpg') no-repeat;
}

#footer {
width: 995px;
height: 14px;
padding-top: 7px;
padding-bottom: 5px;
padding-right: 5px;
margin: 0px;
text-align: right;
color: #ffffff;
font-size: 10px;
background: #ffffff url('../images/background_line_bottom.gif') no-repeat;
}

#disclaimer {
width: 995px;
padding-bottom: 15px; /* firefox bug */
padding-right: 5px;
margin: 0px;
text-align: right;
color: #808080;
font-size: 10px;
background: #ffffff;
}


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

.font_grey_10 {
color: #808080;
font-size: 10px;
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: #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;
}
