@charset "utf-8";
/* CSS Document */


/* * *  Shared Styles  * * */

html, body {
	background: url(Images/check.png) 0 0 repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 300px;
	padding: 0;
	margin: 0;
}

span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

img {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

p {
	display: block;
	text-indent: 15px;
}

h2 {
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #0597b1;
	text-decoration: none;
	border-bottom: 1px #50838C dotted;
}

a:hover {
	border-bottom: 1px #50838C solid;
}

#banner {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background: url(Images/bannerBG.png) 0 0 repeat-x;
	width: 100%;
	height: 144px;
	padding: 0;
	margin: 0;
}

#bannerImage {
	display: block;
	position: relative;
	top: 8px;
	left: 0;
	background: url(Images/banner.png) 0 0 no-repeat;
	width: 345px;
	height: 120px;
	padding: 0;
	margin: auto;
}

#main {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 840px;
	min-height: 100%;
	padding: 0;
	margin: auto;
	margin-top: -20px;
}

#content {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 760px;
	padding: 40px;
	padding-bottom: 120px;
	margin: 0;
	z-index: 0;
}

#footer {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	background-color: #50838C;
	background: url(Images/bannerBG.png) 0 0 repeat-x;
	border-top: 2px #50838C solid;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	z-index: 10;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	border: none;
}

#footer a:hover {
	text-decoration: underline;
}

.testimonial {
	display: none;
	float: right;
	clear: none;
	width: 250px;
	padding-left: 70px;
	margin-top: -271px;
}


/* * *  Navigation  * * */

/* Container */
#nav {
	display: block;
	position: relative;
	top: 20px;
	left: 0;
	width: 732px;
	height: 20px;
	padding: 5px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 5;
}

.line_white {
	display: block;
	background-color: #FFFFFF;
	border-left: 2px #50838C solid;
	border-right: 1px #50838C solid;
	width: 195px;
	height: 8px;
	padding: 0;
	margin-top: 0;
}

.line_blue {
	display: block;
	background-color: #50838C;
	width: 198px;
	height: 3px;
	padding: 0;
	margin-top: 0;
}

/* Link Set */
#nav span.ul {
	display: block;
	float: left;
	clear: none;
	width: 183px;
	height: 20px;
	padding: 0;
	margin: 0;
}

#nav span.ul:hover {
	overflow: visible;
}

/* Link Set Title */
#nav span.ul span.ul_name_single, #nav span.ul span.ul_name_multi {
	color: #50838C;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 12px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	cursor: pointer;
}

#nav span.ul span.ul_name_single {
	background: url(Images/minus.png) 63px 8px no-repeat;
	width: 68px;
}

#nav span.ul span.ul_name_multi {
	background: url(Images/plus.png) 113px 8px no-repeat;
	width: 118px;
}

#nav span.ul:hover span.ul_name_multi {
	background: url(Images/minus.png) 113px 8px no-repeat;
}

#nav span.ul:hover span.ul_name_single, #nav span.ul:hover span.ul_name_multi {
	text-decoration: underline;
}

/* Link Set Item */
#nav span.li {
	display: block;
	background-color: #FFFFFF;
	border-left: 2px #50838C solid;
	border-right: 1px #50838C solid;
	width: 0;
	height: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0;
	cursor: pointer;
}

#nav span.ul:hover span.li {
	width: 180px;
	height: 20px;
	overflow: visible;
}

#nav span.li:hover {
	background-color: #E4E9EA;
}

/* Nav Links */
#nav a {
	display: block;
	color: #50838C;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-left: -10px;
	margin-right: -5px;
	margin-bottom: -5px;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	color: #50838C;
	border: none;
}

#nav span.ul:hover span.ul_name_single a, #nav span.ul:hover span.ul_name_multi a {
	text-decoration: underline;
}

#nav span.li a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}