﻿/* 
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: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
padding-bottom: 15px; /* firefox bug */
margin: 25px 0px 25px 0px;
background: #FFFFFF;
}

td, tr, p {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h1 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a {
color: #B80D05;
text-decoration: none;
}

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

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

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

a:active {
color: #B80D05;
text-decoration: none;
}

a.copyright {
color: #84C0DF;
text-decoration: underline;
}

a.copyright:link {
color: #84C0DF;
text-decoration: underline;
}

a.copyright:visited {
color: #84C0DF;
text-decoration: underline;
}

a.copyright:hover {
color: #999999;
text-decoration: underline;
}

a.copyright:active {
color: #84C0DF;
text-decoration: underline;
}

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

#header {
background: #FFFFFF;
padding: 0px;
width: 780px;
margin: 0px 0px 14px 0px;
text-align: left;
}

#menus {
background: #FFFFFF;
border: 1px solid #84C0DF;
padding: 0px;
width: 778px;
height: 23px;
margin: 8px 0px 8px 0px;
}

#content {
background: #FFFFFF;
padding: 0px;
width: 780px;
margin: 0px;
}

#footer {
background: #FFFFFF;
padding: 0px;
width: 780px;
margin: 8px 0px 8px 0px;
}

#copyright {
background: #FFFFFF;
padding: 0px;
width: 780px;
margin: 8px 0px 0px 0px;
}

.s_content_home {
padding: 8px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

.s_content_inner {
padding: 8px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

.f_input_grey {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.f_input_red {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
}

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

.t_grey_left_10 {               
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.2em;
text-align: left;
}

.t_red_center_12 {               
color: #B80D05;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 100%;
text-align: center;
}

.t_grey_center_10 {                
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 100%;
text-align: center;
}