﻿
/* Remove default margin and padding from all elements */
* {
	margin: 0px;
	padding: 0px;
}

/* Set the default page settings */
html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Sans-Serif, Calibri;
	font-size: 12px;
	background-color: #CDC9C9;
	height: 100%;
}

form {
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 15px;
	margin-left: 20px;
}

ul {
	margin-left: 30px;
}

ol {
	margin-left: 30px;
}

li {
	margin-bottom: 3px;
}

td {
	padding: 3px;
}

input {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}


/* Header styles */
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 100%;
	background-image: url('images/header_bg_2.jpg');
	text-align: center;
	z-index: 1;
}

#PrimaryNavContainer {
	position: absolute;
	top: 125px;
	left: 0px;
	height: 24px;
	width: 100%;
	background-color: #013668;
	text-align: center;
	z-index: 1;
}

#BlueStripe {
	position: absolute;
	top: 147px;
	left: 0px;
	height: 11px;
	width: 100%;
	background-color: #9FB6CD;
	border-bottom: solid 2px #3D4A5B;
	z-index: 0;
}

/* Content styles */
#ContentContainer {
	width: 900px;
	min-height: 100%;
	margin: 0px auto;
	padding-top: 160px;
	padding-bottom: 20px;
	border-left: solid 2px #515256;
	border-right: solid 2px #C6C6C6;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
}

#Content {
	margin-left: 230px;
	margin-right: 230px;
	padding-top: 15px;
}

.links {
	list-style: none;
	margin-left: 45px;
}

.links li {
	padding: 2px 0px;
}

.links li a {
	font-size: 12px;
}

.PageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #013668;
}

.SubTitle {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.Table {
	width:100%;
	border-top: solid 1px #7B93B7;
	border-left: solid 1px #7B93B7;
}

.Table td {
	padding: 3px;
	border-right: solid 1px #7B93B7;
	border-bottom: solid 1px #7B93B7;
	font-size: 10px;
}

.NewsTitle {
	font-weight: bold;
	font-size: 16px;
	font-family:Calibri;
}
	
#Accreditations {
	position: absolute;
	top: 588px;
	left: 50%;
	margin-left: -450px;
	z-index: 1;
}

#Accreditations p {
	width:195px;
	padding-right:15px;
	text-align:right;
	font-size: 10px;
	color: #D1D2D4;
}

#LeftMargin {
	float: left;
	width: 210px;
	background-color: #7B93B7;
}

#TrustedPartners {
	margin-top: 50px;
	padding: 0px 15px;
	text-align: right;
	font-size: 10px;
	color: #D1D2D4;
}

#RightMargin {
	float: right;
	width: 210px;
	background-color: #7B93B7;
}

#Features {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}

.Feature {
	border-bottom: solid 1px #013668;
	border-left: solid 1px #013668;
	border-right: solid 1px #013668;
	margin-top: 1px;
	margin-bottom: 4px;
}

.FeatureTitle {
	padding: 4px 10px 4px 10px;
	background-color: #013668;
	color: #D1D2D4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}

.FeatureTitle a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}

.FeatureBody {
	padding: 3px 10px 3px 10px;
	background-color: #E2E3E5;
	color: #000000;
	font-size: 10px;
	text-decoration: none;


}

.FeatureLink {
	text-decoration: none;
	color: #000000;
	
}

a:hover.FeatureLink {
	text-decoration: none;
}

#Testimonial {
	padding: 30px 10px 0px 10px;
	color: #FFFFFF;
}

.Testimonial {
	font-size: 12px;
	font-style: italic;
}

#Copyright {
	margin-top: 25px;
	padding: 0px 10px;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* Form styles */
.Label {
	font-weight: bold;
}

.MandatoryLabel {
	font-weight: bold;
	color: #FF0000;
}

/*****************************************************************************/
/* Rate table styles                                                         */
/*****************************************************************************/

.RateHeader {
	padding: 3px 5px;
	background-color: #013668;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	border-right: solid 1px #A8A9AD;
	border-bottom: solid 1px #A8A9AD;
	color: #FFFFFF;
}

.RateTitle {
	padding: 2px 4px;
	background-color: #EDEDED;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #A8A9AD;
}

.OurRateTitle {
	padding: 2px 4px;
	background-color: #EDEDED;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.Rate {
	padding: 2px 4px;
	background-color: #E2E3E5;
	font-size: 10px;
	text-align: center;
	border-right: solid 1px #A8A9AD;
	border-top: solid 1px #A8A9AD;
}

.OurRate {
	padding: 2px 4px;
	background-color: #E2E3E5;
	font-size: 10px;	
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #A8A9AD;
	border-top: solid 1px #A8A9AD;
	color: #013668;

}

/*****************************************************************************/
/* Primary navigation menu styles                                            */
/*****************************************************************************/

#PrimaryNav {
	width: 800px;
	margin: 0px auto;
	text-align: left;
} 

#PrimaryNav ul {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#PrimaryNav ul li {
	position: relative;
	list-style: none;
	float: left;
	text-align: center;
}

#PrimaryNav ul li ul li {
	clear: both;
}

#PrimaryNav ul li a {
	display: block;
	margin: 0;
	text-align: center;
}

#PrimaryNav ul li ul li a {
	display: block;
	margin: 0;
	text-align: left;
}

#PrimaryNav ul li a:hover {
	background-color: #A2B5CD;
	text-decoration: none;
}

#PrimaryNav ul li ul li a:hover {
	background-color: #A2B5CD;
	text-decoration: none;
}

#PrimaryNav ul ul {
	position: absolute;
	text-align: left;
	z-index: 500;
	background-color: #013668;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	text-align: left;
}

div#PrimaryNav ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#PrimaryNav ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

.PrimaryLink {
	width: 160px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 0px;
}

.PrimaryLinkSelected {
	width: 160px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 0px;
	background-color: #A2B5CD;
}

.DropLink {
	width: 180px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 10px;
	background-color: #7B93B7;
}

/*****************************************************************************/
/* Secondary navigation styles                                               */
/*****************************************************************************/

#SecondaryNav {
	width: 100%;
	margin-top: 21px;
}

A.SecNav {
	display: block;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

A.SecNav:hover {
	background-color: #A2B5CD;
}

A.SecNavSelected {
	display: block;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-color: #013668;
}