﻿/* 
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-bottom: 45px;
padding-bottom: 15px; /* firefox bug */
background: #c9dbe8 url('../images/b_01.jpg') repeat-x;
text-align: center; /* apply only for center div otherwise use left */
}

p {
margin: 0px;
}

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

tr, td {
padding: 5px;
border: 0px;
color: #005796;
font-size: 11px;
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: #9cc4d9;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

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

h3 {
color: #005796;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-indent: 0px;
margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

#navigation {
width: 760px;
height: 70px;
padding: 0px;
margin: 0px;
text-align: left;
background: #005796;
}

#spacer_1 {
width: 760px;
height: 32px;
padding: 0px;
margin: 0px;
}

#multimedia {
width: 758px;
height: 185px;
padding: 0px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
margin-right: auto;
margin-left: auto;
text-align: left;
background: #9cc4d9;
}

#flash_logo {
width: 219px;
float: left;
overflow: hidden;
}

#flash_intro {
width: 539px;
float: right;
overflow: hidden;
}

#clear {
clear: both;
}

#spacer_2 {
width: 760px;
height: 15px;
padding: 0px;
margin: 0px;
}

#content_index {
width: 700px;
padding: 30px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff url('../images/b_03.jpg') no-repeat center center;
}

#content {
width: 700px;
padding: 30px;
margin: 0px;
text-align: left;
line-height: 1.5em;
background: #ffffff;
}

#footer {
width: 750px;
height: 17px;
padding-right: 10px;
padding-top: 7px;
margin: 0px;
text-align: right;
color: #ffffff;
font-size: 10px;
background: #adadad url('../images/b_02.jpg') repeat-x;
}

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

.box {
color: #ffffff;
border: 1px solid #005796;
padding: 6px;
margin: 0px;
background: #9cc4d9;
}

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