@charset "utf-8";
/* CSS Document */


/* * *  Shared Styles  * * */

html, body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	width: 100%;
	height: 100%;
	min-width: 200px;
	padding: 0;
	margin: 0;
}

img {
	display: none;
}

p {
	display: block;
	text-indent: 15px;
}

h2 {
	text-align: center;
}

div {
	display: none;
}

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;
	padding: 0;
	margin-top: -18px;
}

#bannerImage {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 2px #50838C solid;
	padding: 10px;
	margin: auto;
}

#main {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: auto;
	margin-top: 20px;
}

#content {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #FFFFFF;
	width: 94%;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	z-index: 0;
}

#footer {
	display: none;
}

.testimonial {
	display: none;
	margin-top: 50px;
}


/* * *  Navigation  * * */

/* Container */
#nav {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	padding: 0;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 5;
}

.line_white {
	display: none;
}

.line_blue {
	display: none;
	position: relative;
	top: -30px;
	left: 100px;
	background-color: #50838C;
	width: 124px;
	height: 3px;
	padding: 0;
	margin-top: 0;
}

#nav span.ul:hover .line_blue {
	display: block;
}

/* Link Set */
#nav span.ul {
	display: block;
	position: relative;
	height: 20px;
	padding: 0;
	margin-top: 3px;
	margin-left: 10px;
	overflow: visible;
}

#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: none;
	position: relative;
	top: -30px;
	left: 100px;
	background-color: #FFFFFF;
	border-left: 2px #50838C solid;
	border-right: 1px #50838C solid;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}

#nav span.ul:hover span.li {
	display: block;
	width: 110px;
	height: 16px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	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: 3px;
	padding-left: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: -3px;
	margin-left: -8px;
	margin-right: -3px;
	margin-bottom: -3px;
}

#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;
}