﻿/* 
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: #ffffff;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 20px;
margin-bottom: 45px;
background: #17469e;
text-align: center; /* apply only for center div otherwise use left */
}

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

tr, td {
padding: 5px;
border: 0px solid #999999;
color: #ffffff;
font-size: 11px;
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 {
color: #f4e3c5;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

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

a {
color: #41963f;
text-decoration: underline;
}

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

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

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

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

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

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

#sub {
width: 760px;
padding: 0px;
border: 0px;
font-size: 10px;
text-align: right;
}

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

#container_2_columns {
width: 798px;
padding: 0px;
border: 0px;
margin-right: auto;
margin-left: auto;
}

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

#content_2_columns_right {
float: right;
width: 628px;
overflow: hidden;
}

#content {
width: 536px;
margin-left: 22px;
padding: 20px;
border: 3px solid #41963f;
background: #2D58A7;
}

#footer_2_columns {
width: 772px;
height: 0px;
margin-top: 5px;
font-size: 10px;
text-align: right;
clear: both;
}

#spacer {
height: 5px;
}

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

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

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

.font_red_12 {
color: #ff0000;
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 url('../images/b_03.jpg') repeat;
}

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

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

.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: 164px;
margin-top: 3px;
}

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

#navcontainer a {
display: block;
width: 164px;
margin-bottom: 10px;
background-color: #f3e8d2;
border: 3px solid #41963f;
}

#navlist a:visited {
color: #000000;
text-decoration: none;
}

#navcontainer a:link {
color: #000000;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #17469e;
color: #ffffff;
}

#navcontainer #currentpage a {
color: #ff0000;
}