﻿/* 
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 {
margin: 0px;
color: #ffffff;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 13px;
text-decoration: none;
background: #ffffff url('../images/b_stripes.gif');
text-align: center; /* apply only for center div otherwise use left */
}

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

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

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

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

img {
border-width: 0px;
}

h1 {
color: #f0b4ae;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 18px;
text-decoration: none;
text-indent: 26px;
background: url('../images/bullet_1.gif') no-repeat left center;
}

h2 {
color: #4a0000;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-indent: 16px;
background: url('../images/bullet_2.gif') no-repeat left center;
}

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

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

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

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

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

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

.box_text a:link {
color: #990000;
text-decoration: underline;
}

.box_text a:visited {
color: #990000;
text-decoration: underline;
}

.box_text a:hover {
color: #d83c31;
text-decoration: underline;
}

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

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

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

#header {
width: 784px;;
height: 124px;
padding: 0px;
margin: 0px;
background: url('../images/header.gif') no-repeat;
}

#line_1 {
width: 100%;
height: 28px;
padding: 0px;
margin-bottom: 5px;
background: #ffffff url('../images/b_line.jpg') repeat-x;
}

#line_2 {
width: 100%;
height: 28px;
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
background: #ffffff url('../images/b_line.jpg') repeat-x;
}

#footer {
width: 784px;
padding-bottom: 25px;
margin-bottom: 25px;
font-family: verdana, geneva, arial, helvetica, sans-serif;
text-align: right;
color: #808080;
font-size: 10px;
}

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

#container_2_columns {
width: 784px;
padding: 0px;
margin-right: auto;
margin-left: auto;
background: #d83c31 url('../images/b_content.jpg') repeat-x top;
}

#content_2_columns_left {
float: left;
width: 180px;
height: 100%;
overflow: hidden;
background: url('../images/b_left.jpg') no-repeat top;
}

#content_2_columns_right {
float: right;
width: 599px;
border-left: 5px solid #ffffff;
overflow: hidden;
}

#content_home {
border-top: 5px solid #ffffff;
}

#content {
border-top: 5px solid #ffffff;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 1px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

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

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

.font_grey_10 {
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

.font_red_10 {
color: #ff0000;
font-size: 10px;
line-height: 1.3em;
}

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

.input_grey {
color: #990000;
font-size: 11px;
border: 1px solid #4a0000;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

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

.box_pic {
color: #ffffff;
border: 1px solid #4a0000;
padding: 6px;
margin: 0px;
background: #ffffff;
}

.box_text {
color: #990000;
border: 1px solid #4a0000;
padding: 6px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-size: 11px;
background: #ffffff;
}

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

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

#navcontainer {
width: 165px;
margin-top: 5px;
margin-bottom: 0px;
padding: 0px;
text-align: right;
}

#navcontainer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

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

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

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

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