﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #0033CC;
	color: #333333;
	font: 11px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
}
a{
	color: #660000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}





td {
font-family: Century Gothic, Arial, Helvetica;
font-size: 10pt;
}

td.largerfont {
font-family: Century Gothic, Arial, Helvetica;
font-size: 12pt;
}

td.padded {
padding-left: 10;
padding-right: 10;
}

.error {
color: #CC0000;
}

.highlighttext {
font-family: Century Gothic, Arial, Helvetica;
color: #B01F1C;
font-weight: bold;
}

.lightcolortext {
color: #999999;
font-style: italic;
}

.accent {
font-style: italic;
}

.linecolor {
color: #66C1CC;
}

.verticalline {
background-color: #66C1CC;
}

.cellaccent {
background-color: #D4F0F7;
}

.generaltable {
background-color: #EBF7FA;
border: 1px solid #66C1CC;
width: 500px;
padding: 3px;
spacing: 0px;
}

.largetable {
background-color: #EBF7FA;
border: 1px solid #66C1CC;
padding: 3px;
spacing: 0px;
}

.smalltable {
background-color: #EBF7FA;
border: 1px solid #66C1CC;
width: 360px;
padding: 3px;
spacing: 0px;
}

.colortable {
border: 1px solid #C0C0C0;
border-collapse: collapse;
}

.colorcell {
border: 1px solid #C0C0C0;
}

.fieldname {
font-weight: bold;
color: #000000;
text-decoration: none;
}

.regtext {
font-family: Century Gothic, Arial, Helvetica;
font-size: 10pt;
}

.smalltext {
font-family: Century Gothic, Arial, Helvetica;
font-size: 8pt;
}

.largelinks {
font-size: 12pt;
}

.largeboldtext {
font-size: 14pt;
font-weight: bold;
}

.noline {
text-decoration: none;
}

.black {
color: #000000;
}

.nolineblack {
text-decoration: none;
color: #000000;
}

.warning {
color: #AB7136;
font-weight: bold;
}


a.linkset {
color: #B01F1C;
font-weight: bold;
text-decoration: underline;
}

input.button, .button {
color:#B01F1C;
background-color: #EBF7FA;
border:2px solid;
border-top-color: #66C1CC;
border-left-color: #66C1CC;
border-right-color: #B01F1C;
border-bottom-color: #B01F1C;
filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#EBF7FA',EndColorStr='#66C1CC');
}





li{
	list-style: none;
}

table td,  table th{
padding:5px;
}

/*=== Centered Layout ===*/
#centerwrap{
	background: url(../images/bg2.gif) no-repeat top;
	height: 570px;
	margin: 0 auto;
	position: relative;
	width: 792px;
}
#content{
	height: 555px;
	margin: -58px 0 0 239px;
	position: absolute;
/*=== MOVES VERT TABS L&R ===*/
	width: 542px;
}
/* \*/
#centerwrap{
	left: 50%;
	margin: -280px 0 0 -410px;
	position: absolute;
	top: 50%;
}
/*=== Header ===*/
#header{
	height: 160px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat top center;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 95px;
	text-decoration: none;
	width: 542px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	clear: both;
	font-size: 12px;
	height: 41px;
	padding: 0 0 0 20px;
}
#nav1 li{
	float: left;
	height: 41px;
	margin: 0 0 0 -2px;
	text-align: center;
}
#nav1 li a{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	color: #ffffff;
	display: block;
	float: left;
	line-height: 46px;
	text-decoration: none;
	width: 104px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat top;
	color: #6a4a3c;
	text-decoration: none;
}
/*- Nav2 -*/
#nav2{
	height: 222px;
	margin: 0 -35px 0 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 195px;
	width: 33px;
}
#nav2 li{
	clear: both;
}
#nav2 li a{
	display: block;
	height: 109px;
	text-decoration: none;
	width: 33px;
}
#nav2 li#n21 a{
	background: url(../images/btn-email.gif) no-repeat top;
}
#nav2 li#n22 a{
	background: url(../images/btn-about.gif) no-repeat top;
}
#nav2 li a:hover{
	text-decoration: none;
}
/*=== Columns ===*/
#columns{
	height: 412px;
	margin: 17px 0 30px 20px;
	overflow: auto;
	padding: 0 15px 0 0;
	width: 500px;
}
#columns h2{
	color: #660000;
	font-size: 14px;
	margin: 0 0 10px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font: 10px "Comic Sans MS", cursive;
	text-align: center;
}
#footer a{
	color: #ffffff;
}

#dropmenudiv {
position : absolute;
border : 1px solid black;
border-bottom-width : 0;
font : normal 12px Verdana;
line-height : 18px;
z-index : 100;
}

#dropmenudiv a {
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 1px solid black;
padding : 1px 0;
text-decoration : none;
font-weight : bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
