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

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

tr {
border: 1px solid #999999;
color: #333333;
font-size: 10px;
line-height: 1.3em;
}

td {
border: 1px solid #999999;
color: #333333;
font-size: 10px;
line-height: 1.3em;
}

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

img {
border-width: 0px;
}

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

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

h3 {
color: #18979e;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-indent: 0px;
line-height: 1.3em;
}

h4 {
color: #777777;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-indent: 0px;
line-height: 1.3em;
margin: 0px;
}

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

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

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

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

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

#content a:hover {
color: #18979e;
text-decoration: underline;
}

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

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

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

#header_shadow {
background: #ffffff url('../images/shadow_01.jpg') no-repeat right;
}

#header {
width: 728px;
height: 126px;
padding-right: 10px;
padding-top: 14px;
margin: 0px;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
color: #666666;
font-size: 10px;
text-align: right;
background: #ffffff url('../images/header.gif') no-repeat center center;
}

#container_shadow {
background: #ffffff url('../images/shadow_02.jpg') repeat-y right;
}

#container_2_columns {
width: 738px;
padding: 0px;
text-align: left;
line-height: 1.5em;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background: #ffffff url('../images/side.jpg') repeat-y left;
}

#content_2_columns_left {
float: left;
width: 148px;
height: 100%;
padding-left: 12px;
overflow: hidden;
}

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

#content_2_columns_right_home {
float: right;
width: 578px;
padding: 0px;
overflow: hidden;
}

#footer_2_columns { /* apply inside container_2_columns */
clear: both;
}

#footer_shadow {
width: 758px;
height: 28px;
background: #ffffff url('../images/footer.jpg') no-repeat center center;
}

#footer {
width: 728px;
height: 10px;
margin-top: -7px;
color: #999999;
line-height: 1.4em;
font-size: 10px;
text-align: right;
}

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

.font_navigation {
color: #18979e;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
padding-left: 15px;
background: url('../images/bullet_01.gif') no-repeat left center;
}

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

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

.submit {
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

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

.box {
color: #808080;
border: 1px solid #18979e;
padding: 6px;
margin: 0px;
background: #edf6f5;
}

.close{
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

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

#navcontainer {
width: 148px;
margin-top: 12px;
margin-bottom: 12px;
}

#navcontainer ul {
margin: 0px;
padding-bottom: 7px;
padding-left: 0px;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
}

#navcontainer a {
padding-left: 15px;
background: url('../images/bullet_02.gif') no-repeat left center;
}

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

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

#navcontainer a:hover {
color: #18979e;
background: url('../images/bullet_03.gif') no-repeat left center;
}

#navcontainer #currentpage a {
color: #e21617;
background: url('../images/bullet_04.gif') no-repeat left center;
}
