﻿/* 
Author: The iNet Group / © 1998-2007
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: #000000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
background: #000000 url('../images/b_01.jpg') repeat-y 50% 0;
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;

color: #000000;
font-size: 12px;
line-height: 1.3em;
}

td {
padding: 5px;

color: #000000;
font-size: 12px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

h1 {
color: #002b57;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}


h2 {
color: #333333;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
}

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

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

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

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

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

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

#container_center {
width: 740px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

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

#header {
width: 718px;
height: 135px;
padding: 10px;
margin: 0px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-align: right;
background: #000000 url('../images/logo.jpg') no-repeat;
}

#navigation {
width: 738px;
height: 20px;
padding-top: 5px;
margin: 0px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: center;
background: #bebebe;
font-size: 11px;
font-weight: bold;
}

#navigation a {
color: #002b57;
text-decoration: none;
}

#navigation a:link {
color: #002b57;
text-decoration: none;
}

#navigation a:visited {
color: #002b57;
text-decoration: none;
}

#navigation a:hover {
color: #ff0000;
text-decoration: none;
}

#navigation a:active {
color: #002b57;
text-decoration: none;
}

#multimedia {
width: 738px;
height: 153px;
padding: 0px;
margin: 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: left;
line-height: 1.5em;
background: #000000 url('../images/banner.jpg') no-repeat;
}

#strip {
width: 738px;
height: 25px;
padding: 0px;
margin: 0px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: left;
background: #333333;
}

#content {
width: 698px;
padding: 20px;
margin: 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: left;
line-height: 1.5em;
background: #bebebe url('../images/content.jpg') no-repeat top;
}

#footer {
width: 728px;
height: 20px;
padding-top: 5px;
padding-right: 10px;
margin: 0px;
border-top: 0px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
text-align: right;
color: #808080;
font-size: 10px;
background: #252525;
}

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

.font_red_12 {
color: #ff0000;
font-size: 12px;
}

/* 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 url('../images/b_03.jpg') repeat;
}

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

#content img {
color: #808080;
border: 1px solid #333333;
padding: 6px;
margin: 0px;
background: #999999;
}

.close{
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #FFFFFF;
}