﻿/*
*
{
    padding: 0;
    margin: 0;
}
*/
body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/* color: #666666; */
	background-color: #FFFFFF;
	font-size: 12px;
}
td
{
	vertical-align: top;
	font-size: 1em;
	line-height: 1.5em;
}
.wrapper
{
    width: 782px;
    margin: 0 auto;
}
#border
{
	border: 1px solid #0075B2;
	margin: 20px 0px 5px 0px;
	background-color: #fff;
	min-height: 776px;
	float: right;
	width: 780px;
}
* html #border
{
    height: 776px;
}
/* IE Min-Height Hack */
/* ------------------------ Start Header -----------------*/
.header
{
    text-align: center;
    margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar
{
	color: #000;
	font-weight: bold;
	/* margin: 8px 0px 18px 6px; */
	height: 21px;
	/* padding: 5px 0px 0px 0px; */
	margin-right: 2px;
	margin-left: 8px;
}
#nav-bar ul
{
	list-style-type: none;
	/* width: 100%; */
	/* margin: 0;
	padding: 0; */
	/* background-color: #545454; */
	overflow: hidden;
}
#nav-bar li
{
	float: left;
	list-style: none;
}
#nav-bar a:link
{
    color: #000;
    text-decoration: none;
    background-color: inherit;
    display: block;
	/* padding: 5px; */
	margin-right: 10px;
	/* border: 1px solid #fff; */
	
	padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
}

#nav-bar a:visited
{
    color: #000;
/*    text-decoration: none;
    background-color: inherit;
    display: block;
	padding: 5px;
	border: 1px solid #fff; */
}

/* Using CSS code from: "Clean Arrow Underline Menu", http://www.dynamicdrive.com/style/csslibrary/item/clean_arrow_underline_menu/ */
#nav-bar a:hover
{
    /* color: #000;
    text-decoration: none;
    border: 1px solid #a9a9a9;
	background-color: #a9a9a9; */
	border-bottom:3px solid #0075B2; /* style of arrow underline */
}
#nav-bar a:hover:after
{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px; /* value should match border-width below */
	bottom: 0;
	border-width: 5px; /* value should match margin-left above */
	border-style: solid;
	border-color: transparent transparent #0075B2 transparent; /* create up arrow */
}

/* ------------------------ End Navigation Bar -----------------*/

/* ------------------------ Start Images -----------------*/
img
{
	display: inline;
	border: none;
	margin-right: 5px;
}
img.block
{
    display: block;
}
img.float
{
    float: left;
    margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/

/* ------------------------ Start Main Columns -----------------*/

#rightcolumn
{
    /* border: 1px solid red; */
    margin: 6px 0px 0px 0px;
    display: inline; /* IE Hack */
    width: 684px; /* original value was: 513px; */
    float: left;
    min-height: 300px;
    padding: 5px 48px 5px 48px;
   	line-height: 1.5em;
}
* html #rightcolumn
{
    height: 300px;
}
/* IE Min-Height Hack */

.maincontent
{
	/* border: 1px solid red; */
	min-height: 80px;
	display: inline; /* IE Hack */;
	float: left;
	margin-bottom: 7px; /* width: 760px;  530px; */;
}
* html .maincontent
{
    height: 80px;
}
/* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1
{
    font-size: 1.3em;
    color: #17365d;
}
h2
{
    font-size: 1.2em;
    color: #17365d;
}
h3
{
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
/* ------------------------- End Headings ---------------------*/
li
{
	list-style-type: disc;
}
#footer
{
    font-size: 10px;
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
/*
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
} */
.valid
{
    margin: 10px 0px 0px 10px;
}
#subtitle
{
	color: #666666;
	font-weight: bold;
}

.hoster
{
    color: #FFFFFF;
}
.hoster a
{
    color: #FFFFFF;
}