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

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

h1 {
color: #A7907E;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 16px;
font-weight: bold;
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: #A7907E;
text-decoration: underline;
}

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

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

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

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

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

#header {
border-left: 1px solid #CCCCCC;
padding: 0px;
width: 666px;
margin: 0px;
background: #FFFFFF url(../images/b_01.jpg) repeat-y 50%;
}

#menus {
border-left: 1px solid #CCCCCC; 
padding: 0px;
width: 666px;
margin: 0px;
background: #FFFFFF url(../images/b_02.jpg) repeat-y 50%;
}

#content {
border-left: 1px solid #CCCCCC; 
padding: 0px;
width: 666px;
margin: 0px;
background: #FFFFFF url(../images/b_02.jpg) repeat-y 50%;
}

#footer {
padding-bottom: 15px; /* firefox bug */
width: 667px;
margin: 0px;
}

#shadow {
padding: 0px;
width: 667px;
height: 10px;
margin: 0px;
background: #FFFFFF url(../images/b_03.jpg) repeat-y 50%;
}

#line {
border-left: 1px solid #CCCCCC; 
padding: 0px;
width: 666px;
height: 1px;
margin: 0px;
background: #FFFFFF url(../images/b_04.jpg) repeat-y 50%;
}

.s_content {
padding: 20px 40px 20px 20px;
margin: 0px;
text-align: left;
line-height: 1.7em;
text-align: justify;
}

.s_content_p {
padding: 20px;
margin: 0px;
text-align: left;
line-height: 1.7em;
text-align: justify;
}

/* 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;
}

.t_copyright_10 {               
color: #CCCCCC;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 100%;
text-align: right;
padding-top: 5px;
padding-right: 14px;
}

/* Misc
////////////////////////////////////////////////////////////////////////////////// */

#footer p {
margin-top: 0px;
}