/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-color: #E58532;
	line-height: 18px;
}

/* --- Set styles for links --- */

a:link, a:visited {
	color: #052D72;
	text-decoration: underline;
}

a:hover {
	color: #E58532;
	text-decoration: underline;
}

a:active {
	color: #052D72;
	text-decoration: underline;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
}


/* --- Horizontal nav bars at the top and bottom of each page --- */

.navbar {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #052D72;
	padding: 5px;
}

.navbar a:link, .navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* --- Set background of column on right --- */

.rightCol {
	background-color: #E0E8F5;
}

/* --- Set styles for headings --- */

h1 {
	font-size: 18px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
}

/* --- Set style for header --- */

#header h1 {
	font-size: 24px;
	color: #052D72;
}

/* --- Set style for footer --- */

#footer {
	font-size: 11px;
	color: #666666;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a:active {
	color: #666666;
	text-decoration: underline;
}

/* --- Set style for content --- */

#content {
	margin-top: 10px;
	line-height: 18px;
}

/* --- Set style for usp's on homepage --- */

.ticks ul {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 0 50px;
	padding: 0px;
}

.ticks li {
	line-height: 25px;
	padding-left: 25px;
	background-image:  url("../images/tick.gif");
	background-repeat: no-repeat;
	background-position: 0px;
}

/* --- Set style for rates tables --- */

#rates {
	text-align: center;
	border: 1px solid #000066;
}

.ratesHeader {
	background-color: #052D72;
	text-align: center;
}

.ratesHeader h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

/* --- Set background color for alternate rows in rates tables --- */

.altRow {
	background-color: #E0E8F5;
}

.highlightRow {
	color: #990000;
	font-weight: bold;
}

.highlightAltRow {
	background-color: #E0E8F5;
	color: #990000;
	font-weight: bold;
}

/* --- Styles for forms --- */

#formComments {
	display: none;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.required {
	color: #990000;
}

/* --- Set styles for boxes in right hand column --- */

.sideBox {
	border: 1px solid #052D72;
	background-color: #FFFFFF;
}

.sideBox th {
	background-color: #052D72;
	color: #FFFFFF;
}

.sideBoxRed {
	border: 1px solid #990000;
	background-color: #FFFFFF;
}

.sideBoxRed th {
	background-color: #990000;
	color: #FFFFFF;
}