/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D3956;
	background-color: #b2dcf2;
}

a {
	text-decoration: none;
	color: #1D3956;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(images/Index_header.jpg);
	background-repeat: no-repeat;
}

#loginform {
	width: 280px;
	text-align: left;
}

.member_login {
	color: #FFFFFF;
	font-size: 20px;
}

.button_img {
	background-image: url(images/button_img.jpg);
	background-repeat: no-repeat;
	width: 90px;
	height: 30px;
	margin-left: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	text-decoration:none;
}

#index_marquee {
	background-image: url(images/Index_marquee.jpg);
	background-repeat: no-repeat;
}

#inside_marquee {
	background-image: url(images/Services_marquee.jpg);
	background-repeat: no-repeat;
	background-color: #2D7CA7;
}

#inside_content {
	/* color: #FFFFFF; */
}

#inside_content a {
	/* color: #FFFFFF; */
}

.inside_content {
	/* color: #FFFFFF; */
	line-height: 20px;
}

#site_menu ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}

#site_menu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#site_menu ul li a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#site_menu ul li a:hover {
	text-decoration: none;
	color: #97C9E4;
}

#content_area {
	text-align: left;
	background-color: #97C9E4;
	background-image: url(images/Services_content-area.jpg);
	background-repeat: no-repeat;
	min-height: 582px;
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
}

#footer {
	background-image: url(images/Index_orangeFooter.jpg);
	background-repeat: no-repeat;
}

#footer2 {
	background-image: url(images/Index_footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.more {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.pagetitle {
	background-image: url(images/pagetitle_bg.png);
	background-repeat: no-repeat;
	width: 152px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	padding-top: 4px;
	margin-left: 10px;
}

.page_title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

hr.divider {
	border-top: 1px dotted #D1E9FB;
	border-bottom: 0px;
}

#footer_logos ul {
	padding: 0px;
	margin: 0px;
}

#footer_logos ul li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

#footer2 span.copyright {
	font-size: 30px;
	color: #83B1D4;
}

#footer2 span.katasidy {
	color: #83B1D4;
}

#footer2 a {
	color: #83B1D4;
}

.textbut {
	background-color: #F68B19;
	border: 1px solid #000;
}
