/***
 *  Tag Styles
 ***/

body
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background: #005686;
	color: #ffffff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 14px;
	line-height: 140%;
}

img
{
	border: 0px;
}

a
{
	color: #ffff33;
	font-weight: bold;
}

h1
{
	padding: 0px;
	margin: 0px;
}

p em
{
	font-style: normal;
	color: #ffff33;
}

p a
{
	font-weight: bold;
}

p a:hover
{
	font-weight: normal;
}

/***
 *  ID Styles
 ***/

#masthead
{
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 180px;
}

/***
 *  Class Styles
 ***/

.head
{
	width: 960px;
	height: 54px;
	border-bottom: 1px solid #cccccc;
}

.head .navi
{
	list-style: none;
	clear: both;
}

.head .navi li
{
	display: inline;
	float: left;
}

.head .navi,
.head .navi li,
.head .navi li a,
.head .navi li img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/***
 *  Class Styles
 ***/

.leftColumn
{
	float: left;
	width: 480px;
}

.leftColumn p
{
	margin-left: 72px;
}

.leftColumn ul
{
	margin-left: 72px;
	padding-left: 0px;
	margin-top: 0px;
}

.leftColumn ul li
{
	margin-left: 20px;
}

.leftColumn h4
{
	margin-left: 72px;
	margin-bottom: 0px;
}

.rightColumn
{
	float: left;
	width: 480px;
}

.rightColumn p
{
	margin-left: 68px;
}

.rightColumn h3,
.rightColumn h5
{
	margin-left: 68px;
	padding: 0px;
}

.rightColumn  h5
{
	font-size: 13px;
}

.conditions h5
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.conditions p
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}

.fullColumn
{
	clear: both;
	width: 960px;
}

.w340
{
	width: 340px;
}

.w620
{
	width: 620px;
}

.w620 h2
{
	margin-left: 72px;
}

.w620 table
{
	padding: 0px;
	margin: 0px;	
	margin-left: 72px;
	width: 548px;
	font-size: 14px;
}

.w620 table td
{
	padding-bottom: 1em;
}

.w620 td.col1
{
	width: 200px;
}

.w620 td.col2
{
	width: 68px;
}

.w620 td.col3
{
	width: 140px;
}

.w620 td.col4
{
	width: 140px;
}


table td.primary
{
	font-weight: bold;
}

table td.secondary
{
	font-style: italic;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.external
{
	color: #eec4c7;
}

.tablesub
{
	font-style: italic;
	font-size: 13px;
}

.telephone
{
	font-size: 20px;
}

.question
{
	font-weight: bold;
}

.answer
{
	color: #cccccc;
}

.faq li
{
	margin-bottom: 1em;
}

/***
 *  Contact Classes
 ***/

.contact input,
.contact textarea
{
	border: 0px;
	background: #cccccc;
}

form.contact
{
	width: 542px;
	margin-left: 72px;
}

.contact p
{
	margin-left: 0px;
}

.contact p.full
{
	clear: both;
}

.contact p.full input
{
	width: 540px;
}

.contact p.full textarea
{
	width: 540px;
	height: 200px;
}

.contact p.leftHalf
{
	position: relative;
	width: 280px;
	float: left;
	clear: none;
}

.contact p.rightHalf
{
	position: relative;
	width: 260px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.contact p.leftHalf input
{
	width: 260px;
	margin-left: 0px;
}

.contact p.rightHalf input
{
	width: 260px;
}

.contact p.submit
{
	text-align: right;
}

/*** 
 *  Footer Classes
 ***/

.footer
{
	width: 960px;
	border-top: 1px solid #cccccc;
	clear: both;
	color: #cccccc;	
	text-align: center;
	clear: both;
	margin-top: 45px;
}

.footer h1
{
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer p
{
	margin-top: 0px;
	font-size: 11px;
	line-height: 11px;
}

.footer ul.navi 
{
	list-style: none;
	padding-left: auto;
	padding-right: auto;
	width: auto;
}

.footer ul.navi li
{
	display: inline;
	padding: 5px;
}

.footer ul.navi li a
{
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 4px 0px 4px;
}

.footer ul.navi li a:hover
{
	color: #999999;
	background: #003450;
}

.footer ul.navi li a.current
{
	color: #ffffff;
	text-decoration: underline;
}

