/* CSS Document */
/* Primary Classes Start */
* {	margin: 0px;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	text-align: left;
	background-color: #000000;
}
h1 {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	line-height: 22px;
	padding-bottom: 5px;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #336699;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

p {
   color:#333333;
   padding-bottom: 10px;
   text-align: left;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 16px;
   }

#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#logo {
	background-image: url(assets/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 905px;
	height: 50px;
}
#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5E4EB;
	float: right;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	margin-top: 18px;
	letter-spacing: 0.2em;
}
#header {
	float: left;
	height: 150px;
	width: 905px;
}

#contentwrap {
	float: left;
	width: 905px;
	background-color: #FFFFFF;
	position: relative;
}




#navbar {
	width: 905px;
	font-size: 8px;
	text-align: center;
	background-color: #1B4150;
	height: 30px;
	float: left;
	}

#navbar ul {
	width: 900px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 9px;
	font-weight: bold;
	}
#navbar ul li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	}
#navbar ul li a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	}
#navbar ul li a.selected {
	color: #4D88C4;
}

#navbar ul li a:hover {
    color: #C5E4EB;
	}


#footer {
	float: left;
	width: 895px;
	background-color: #1E4959;
	margin-top: 0px;
	padding: 5px;
}

#footer p {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#form td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonial {
	color: #336666;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.centre {
	text-align: center;
}
.wide {
	width: 600px;
}

.pink {
	color: #F38598;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #336699;
}

.green {
	color: #669900;
}
