﻿body, html, form
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	color:#414040;
}

p { margin-top:0px; margin-bottom:10px; }
    
a, a:link
{
	cursor:pointer;
	color:#007aaa;
}

a.arrow
{
	background:url(/images/link.gif) no-repeat 0px 3px;
	padding-left:8px;
	text-decoration:underline;
}

a:hover
{
	color:#414040;
}

a img { border:0px; }

.lAlign { text-align:left; }
.rAlign { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }

.hand { cursor:pointer; }

.reg
{
	font-size:9px;
	position:relative;
	top:-3px;
}

.reg2
{
	font-size:12px;
	position:relative;
	top:-5px;
}

h1
{
	font-size:1.618em;
	font-weight:normal;
	color:#007aaa;
	margin-top:12px;
	margin-bottom:12px;
}

h2
{
	font-size:14px;
	font-weight:normal;
	color:#007aaa;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom: 1px solid #007aaa;
	padding-bottom:5px;
	margin-top:20px;
}

.expander h2 { border-bottom:0px; padding-bottom:0px; margin-top:0px; }

h3
{
	font-size:12px;
	font-weight:normal;
	color:#007aaa;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}

i
{
	font-weight:bold;
}

ul
{
	list-style-type:square;
}

.content
{
	padding:22px;
}

.topBorder
{
	border-top:1px solid #414040;
	
}

.arrowLink, .arrowLink:link
{
	display:inline-block;
	background:#414040 url(/images/linkArrow.gif) no-repeat left;
	text-indent:24px;
	color:#ffffff;
	height:16px;
	padding-right:6px;
	padding-top:1px;
	text-decoration:none;
	cursor:pointer;
	width:75px;
	text-align:center;
}

.smallText
{
	font-size:9px;
}

.arrowLink.long
{
	width:100px;
}

.arrowLink.longer
{
	width:150px;
}

.arrowLink.show, .arrowLink.hide 
{
	position:relative;
	bottom:0px;
	right:0px;
}
	
.arrowLink.show
{
	top:-20px;
}

.arrowLink.hide 
{
	display:inline-block;
}

.expander
{
	border:1px dotted #706f6f;
	padding:6px;
	margin-bottom:9px;
}

.expander.closed
{
	height:17px;
}
	
.arrowLink:hover { color:#05e7fb;  }

.hide
{
	display:none;
}

.button, .button:link, .button:hover
{
	background:url(/images/button.png);
	color:#fefefe;
	text-decoration:none;
	width:105px;
	height:18px;
	display:inline-block;
	text-align:center;
	font-size:11px;
	padding-top:2px;
}

table.form td
{
	padding: 3px 1px;
}

hr.dotted 
{
	border-top: 1px dotted black;
	color: White;
	border-bottom: none;
}

.checkbox input
{
	vertical-align: sub;
}
.checkbox td 
{
	vertical-align: baseline;
}

.sign-up-for-updates 
{
    background-color: #f4f2f3;
    border-left: #bdbbbc solid 340px;
    padding: 12px 6px 12px 24px;
    overflow: hidden;
}

.sign-up-for-updates h2
{
	font-size: 16px;
	color: #007aa9;
	margin: 3px 0;
	font-weight: bold;
	border: none;
}

.sign-up-for-updates a
{
    float: right;
}
.iron td
{
    padding:5px 13px 2px 3px;
}

em
{
    font-size:10px;
}

#main-banner frame
{
	position: absolute;
}

#main-banner .label
{
	position: absolute;
	bottom: 10px;
	left: 0;
	background: repeat-y url(black-strip.png) top left;
	width: 331px;
	padding: 5px 0px 5px 20px;
	color: #ffffff;
}

#main-banner .caption
{
	position: absolute;
	top: 80px;
	background-color: #FF6106;
	right: 0;
	padding: 10px 15px;
	color: #ffffff;
}

#main-banner .label p,
#main-banner .caption p 
{
	margin: 0;
}

