﻿/* 
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-top: 0px;
margin-bottom: 45px;
background: #ffffff url('../images/b_main.jpg') repeat-y center;
text-align: center; /* apply only for center div otherwise use left */
}

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

tr {
padding: 0px;
border: 0px;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

td {
padding: 0px;
border: 0px;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

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

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

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

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

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

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

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

#content a:hover {
color: #0b76bf;
text-decoration: underline;
}

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

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

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

#container_2_columns {
width: 698px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 0px;
text-align: left;
line-height: 1.5em;
margin-right: auto;
margin-left: auto;
background: #ffffff url('../images/b_navi.gif') repeat-y;
}

#header_2_columns {
width: 688px;
height: 123px;
border-top: 7px solid #cccccc;
border-bottom: 7px solid #ee2e23;
padding-top: 5px;
padding-right: 10px;
text-align: right;
font-size: 10px;
background: #ffffff url('../images/b_header.gif') no-repeat;
}

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

#content_2_columns_right {
float: right;
width: 495px;
padding: 20px;
overflow: hidden;
}

#content_2_columns_right_home {
float: right;
width: 530px;
padding-top: 5px;
padding-right: 5px;
overflow: hidden;
}

#footer_2_columns {
width: 688px;
height: 25px;
border-top: 7px solid #cccccc;
padding-top: 5px;
padding-right: 10px;
text-align: right;
font-size: 10px;
background: #ffffff;
clear: both;
}

#home_matrix {
float: left;
width: 530px;
height: 100%;
padding-top: 5px;
}

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

.font_blue_10 {
color: #00275b;
font-size: 10px;
line-height: 1.3em;
}

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

.font_red_12 {
color: #ee2e23;
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 #ee2e23;
padding: 2px;
margin-bottom: 5px;
}

/* Boxes
////////////////////////////////////////////////////////////////////////////////// */

.box {
color: #808080;
border: 1px solid #0b76bf;
padding: 6px;
margin: 0px;
background: #f0f0f0;
}

.close{
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

/* Navigation
////////////////////////////////////////////////////////////////////////////////// */

#navcontainer {
width: 151px;
margin-top: 5px;
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#navcontainer a {
display: block;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
width: 141px;
border-bottom: 5px solid #eeeeee;
}

#navlist a:visited {
color: #ffffff;
text-decoration: none;
background-color: #00275b;
}

#navcontainer a:link {
color: #ffffff;
text-decoration: none;
background-color: #00275b;
}

#navcontainer a:hover {
color: #ffffff;
text-decoration: none;
background-color: #ee2e23;
}