﻿/* 
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: 40px 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: #FF6600;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 16px;
text-decoration: bold;
}

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

a {
color: #FF6600;
text-decoration: underline;
}

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

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

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

a:active {
color: #FF6600;
text-decoration: underline;
}

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

#header {
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 0px;
width: 762px;
margin-bottom: 5px;
}

#contact {
border: 1px solid #CCCCCC;
padding: 0px;
width: 762px;
margin-bottom: 5px;
}

#container {
background: #FFFFFF;
padding: 0px;
width: 764px;
margin-bottom: 5px;
}

#footer {
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 0px;
width: 762px;
margin-bottom: 5px;
}

.s_banner {
padding: 4px;
margin: 0px;
text-align: left;
}

.s_contact {
padding: 4px;
margin: 0px;
text-align: center;
}

.s_navigation {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
padding: 10px 10px 0px 10px;;
margin: 0px;
text-align: left;
line-height: 1.5em;
}

.s_navigation ul {
padding-left: 0px;
margin-left: 8px;
margin-bottom: 30px;
}

.s_navigation li {
font-family: Verdana, Arial, sans-serif;
color: #666666;
font-size: 11px;
text-align: left;
line-height: 150%;
margin-top: 0px;
margin-left: 10px;
list-style-image: url("../images/bullet_g.gif");
}

.s_navigation a {
color: #666666;
text-decoration: none;
}

.s_navigation a:link {
color: #666666;
text-decoration: none;
}

.s_navigation a:visited {
color: #666666;
text-decoration: none;
}

.s_navigation a:hover {
color: #FF6600;
text-decoration: none;
}

.s_navigation a:active {
color: #666666;
text-decoration: none;
}

.s_content {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
padding: 12px;
margin: 0px;
text-align: left;
line-height: 1.4em;
}

.s_content li {
list-style-type: circle;
}

.s_content_center {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
padding: 12px;
margin: 0px;
text-align: center;
line-height: 1.4em;
}

.s_content_small {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
padding: 12px;
margin: 0px;
text-align: lesf;
line-height: 1.4em;
}

.s_footer {
color: #FFFFFF;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
background: #FFFFFF url('../images/b_01.jpg');
background-repeat: repeat-y;
padding: 6px;
margin: 0px;
text-align: right;
}

.s_footer a {
color: #FFFFFF;
text-decoration: underline;
}

.s_footer a:link {
color: #FFFFFF;
text-decoration: underline;
}

.s_footer a:visited {
color: #FFFFFF;
text-decoration: underline;
}

.s_footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.s_footer a:active {
color: #FFFFFF;
text-decoration: underline;
}

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

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

.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_xxx_10 {               
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 100%;
text-align: left;
}

.t_xxx_12 {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 100%;
text-align: left;
}