@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	background: url(images/body-bg.png) repeat-x #4c5b8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

h1, h2, h3, h4, p, ol, ul {
	margin: 0 0 15px 0;
}

li {
	margin: 0 0 10px 0;
}

ul ul {
	margin: 5px 0 5px 0;
}

ul.exampleList {
	list-style-type: upper-alpha;
}

p, ul, ol {
	font-size: 11pt;
	line-height: 15pt;
}

p.bigText {
	font-size: 16pt;
	line-height: 19pt;
}

p.bigBoldText {
	font-size: 18pt;
	line-height: 21pt;
	font-weight: bold;	
	text-transform: uppercase;
}

.red {
	color: #900;	
}

h1, h2, h3, h4 {
	color: #001559;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 28pt;
}

img {
	border: none;
}

a {
	font-weight: bold;
	color: #4C5B8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	margin: 20px 0;
	border: none;
	height: 1px;
	background: #000;
	color: #000;	
}

p.textAlignCenter {
	text-align: center;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
}

#container {
	width: 900px;
	height: 100%;
	float: left;
	background: #4C5B8A;
}

#header {
	position: relative;
	width: 900px;
	height: 250px;
	background: url(images/header-bg.png) no-repeat bottom center;
	position: relative;
	margin: -2px 0 -3px 0;
	z-index: 999;
}

#testimonialsButton {
	position: absolute;
	right: 93px;
	bottom: 26px;
}

#logo {
	position: absolute;
	left: 17px;
	top: 7px;
}

#girl {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#nav {
	width: 554px;
	position: absolute;
	right: 20px;
	bottom: 108px;
	height: 37px;
}

	#nav a {
		display: block;
		height: 37px;
		float: left;
	}

	#nav a#aboutLink {
		width: 156px;
		background: url(images/nav-bg.png) no-repeat;
	}
		#nav a#aboutLink:hover {
			background: url(images/nav-bg.png) no-repeat 0 -37px;
		}
	
	#nav a#contactLink {
		width: 134px;
		background: url(images/nav-bg.png) no-repeat -156px 0;
	}
	
		#nav a#contactLink:hover {
			background: url(images/nav-bg.png) no-repeat -156px -37px;
		}
	
	#nav a#testLink {
		width: 192px;
		background: url(images/nav-bg.png) no-repeat -290px 0;
	}
	
		#nav a#testLink:hover {
			background: url(images/nav-bg.png) no-repeat -290px -37px;
		}
	
	#nav a#homeLink {
		width: 72px;
		background: url(images/nav-bg.png) no-repeat -482px 0;
	}
	
		#nav a#homeLink:hover {
			background: url(images/nav-bg.png) no-repeat -482px -37px;
		}

#main {
	float: left;
	width: 900px;
	min-height: 300px;
	background: #fff;
}

#contentWrap {
	background: url(images/contentWrap-bg.jpg) repeat-y;
	width: 850px;
	margin: 0 25px 23px 25px;
	position: relative;
	float: left;
}

#contentWrapTop {
	background: url(images/contentWrapTop-bg.jpg) no-repeat;
	width: 850px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#contentWrapBottom {
	background: url(images/contentWrapBottom-bg.jpg) no-repeat;
	width: 850px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#content {
	float: left;
	min-height: 100px;
	width: 790px;
	padding: 30px;
	position: relative;
	z-index: 3;
}

	body#backpage #content {
		min-height: 380px;
	}

#buttons {
	clear: both;
	text-align: center;
	padding-bottom: 11px;
}

	#buttons img {
		margin: 0 11px;
	}
	
ul.indexList {
	list-style-type: none;
	padding-left: 20px;
}

	ul.indexList li {
		background: url(images/indexList-bg.gif) no-repeat 0 4px;
		padding-left: 19px;
		margin: 0 0 15px 0;
	}
	
a.red {
	color: #990000;
}
	
form#contactForm {
	margin: 30px auto 0 auto;
	width: 400px;
}

	form#contactForm input[type=text], form#contactForm textarea {
		width: 300px;
		border: 1px solid #001559;
		padding: 5px;
	}
	
	form#contactForm label {
		width: 73px;
		float: left;
		text-align: right;
		padding-right: 5px;
	}
	
	form#contactForm p {
		border-bottom: 1px solid #C2C2C2;
		padding: 5px 0 15px 0;
	}
	
	form#contactForm input[type=submit] {
		margin: 0;
		padding: 5px;
		background: #001559;
		border: none;
		color: #fff;
	}
	
		form#contactForm input[type=submit]:hover {
			background: #4C5B8A;
		}
		
.marginTop {
	margin-top: 15px;
}

.imgFloatLeft {
	float: left;
	vertical-align: middle;
}

.sampleTestWrap ol {
	list-style-type: upper-alpha;
}

#footer {
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat;
	text-align: center;
	padding: 50px 0 65px 0;
}

	#footer p {
		color: #242a58;
		font-size: 9pt;
	}

	#footer a {
		text-decoration: none;
		font-weight: bold;
		color: #4C5B8A;
	}
	
	#footer a, #footer span {
		margin: 0 8px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
