﻿/*
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: #808080;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 0px;
margin-left: 0px;
background: #ffffff url('../images/background_main.jpg') repeat-y left top;
}

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

td, tr {
padding: 5px;
border: 1px solid #999999;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

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

img {
border-width: 0px;
}

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

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

h3 {
color: #598cff;
font-family: 'Trebuchet MS', verdana, sans-serif;
text-align: center;
font-weight: bold;
font-size: 15px;
text-decoration: none;
line-height: 1.5em;
text-indent: 0px;
margin-top: 0px;
}

h4 {
color: #888888;
font-family: 'Trebuchet MS', verdana, sans-serif;
text-align: justify;
font-weight: bold;
font-size: 13px;
text-decoration: none;
line-height: 1.5em;
text-indent: 0px;
}

/* Links
////////////////////////////////////////////////////////////////////////////////// */

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

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

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

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

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

#content_2_columns_right_header a:hover {
color: #808080;
text-decoration: none;
}

#footer a:link {
color: #598cff;
text-decoration: underline;
}

#footer a:visited {
color: #598cff;
text-decoration: underline;
}

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

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

#content {
width: 674px;
overflow: hidden;
padding: 25px 25px 0px 25px;
margin-left: 23px;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/drop.gif') no-repeat right top;
}

#grass {
width: 684px;
height: 59px;
padding: 0px 20px 0px 20px;
margin-left: 23px;
background: #ffffff url('../images/grass.gif') no-repeat bottom;
}

#footer {
width: 717px;
margin-top: 7px;
margin-bottom: 7px;
margin-left: 23px;
padding-right: 7px;
text-align: right;
color: #808080;
font-size: 10px;
background: #f4f4f4;
}

#line {
width: 724px;
height: 8px;
padding: 0px;
margin-left: 23px;
border-top: 4px solid #ffffff;
border-bottom: 4px solid #ffffff;
background: #cccccc;
}

#spacer_firefox {
width: 724px;
margin-left: 23px;
padding-bottom: 20px; /* firefox bug */
}

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

#container_2_columns {
width: 724px;
padding: 0px;
margin-left: 23px;
text-align: left;
line-height: 1.5em;
background: #ffffff;
}

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

#content_2_columns_left_menus {
height: 266px;
}

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

#content_2_columns_right_header {
height: 137px;
padding-top: 6px;
padding-right: 6px;
text-align: right;
color: #666666;
font-size: 10px;
background: #ffffff url('../images/banner.jpg') no-repeat;
}

#content_2_columns_right_flash {
background: #ffffff url('../images/banner.jpg') no-repeat top;
}

#content_2_columns_right_multimedia {
background: #ffffff url('../images/loading.gif') no-repeat center center;
}

#footer_2_columns { /* apply inside container_2_columns */
width: 724px;
height: 0px; /* only use this line in case of lack of content */
clear: both;
}

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

.font_home_header {
color: #999999;
font-size: 10px;
}

/* 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 #ff0000;
padding: 6px;
margin: 0px;
background: #151515 url('../images/loading.gif') no-repeat center center;
}

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

/* Alignment
////////////////////////////////////////////////////////////////////////////////// */

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

