﻿/* web */
.container {
	width:998px;
}
.right_column {
	background-image: url('../images/Main2-2_04.jpg');
	width: 17px;
}
.left_column {
	background-image: url('../images/left_column.jpg');
	width: 16px;
}
.web_bg {
	background:#E4E4E4;
}
.spacer {
	height: 2px;
	background-color: #E4E4E4;
}
body {
	background:#E4E4E4;
}
a {
color:#990000;
text-decoration:none;
}
a:visited {
text-decoration:none;
color:#000099;
}
.correct {
	font-family: tahoma;
	font-size: 14px;
	color: green;
}
.error {
	font-family: tahoma;
	font-size: 14px;
	color: maroon;
}

/* menu */
.menu_container {
	height: 53px;
	background-image: url('../images/Main2-2_02.jpg');
	background-repeat: no-repeat;
}
.menu_text {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFFFF;
	width: 105px;
	height: 26px;
	cursor: pointer;
	vertical-align: top;
	white-space: nowrap;
}
.selected_menu {
	background-image: url('../images/menu_shape.png');
	font-family: tahoma;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	width: 105px;
	height: 24px;
	vertical-align: top;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.subpages{
	background-color: #26658e;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	width: 200px;
	overflow: hidden;
	margin-top: 2px;
	visibility: hidden;
}
.unselected_subpage {
	margin: 5px;
	padding: 5px;
	background-color: #26658e;
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.selected_subpage {
	background-color: #7CB6DC;
	margin: 5px;
	padding: 5px;
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

/* Box */
.small_box_body {
	width: 230px;
	height: 210px;
	background-image: url('../images/box_body.jpg');
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	color: #2c5d93;
	padding-left: 12px;
	padding-right: 5px;
}
.small_box_header {
	background-image: url('../images/box_header.jpg');
	width: 230px;
	height: 58px;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: #2c5d93;
}
.small_box_footer {
	background-image: url('../images/box_footer.jpg');
	width: 230px;
	height: 31px;
}

/* Advertise Box */
.main_adv_table {
	width: 738px;
	height: 286px;
	background-image: url('../images/container.png');
}
.gallery_container {
	width: 412px;
	height: 262px;
	background-image: url('../images/shape.png');
	padding-left:3px;
}
.thumb_width {
	width:257px;
}
.thumb {
	padding-top: 10px;
	padding-bottom: 5px;
	cursor: pointer;
}

/* Main Content Box */
.main_content_header {
	background-image: url('../images/small_box_03.jpg');
	font-family: Arial;
	font-size: 16pt;
	width: 738px;
	height: 42px;
	color: #2c5d93;
	padding-left: 15px;
}
.main_content_left {
	width: 14px;
	background-image: url('../images/left_main_bg.jpg');
	vertical-align: top;
}
.main_content_right {
	width: 12px;
	background-image: url('../images/right_main_bg.jpg');
	vertical-align: top;
}
.content {
	width: 718px;
	background-image: url('../images/small_box_06.jpg');
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	color: #2c5d93;
	background-repeat: no-repeat;
}
.index_content {
	width: 718px;
	background-image: url('../images/index_main_box.jpg');
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	color: #2c5d93;
	background-repeat: no-repeat;
}

/* forms */
.focus_field {
	background-color: #F1FFE1;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
.blur_field {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
.button {
	border: 1px solid #000000;
	font-family: tahoma;
	font-size: 12px;
	padding: 3px;
	margin: 3px;
	background-color: #3366CC;
	color: #FFFFFF;
	cursor: pointer;
}
.form_notes {
	font-family: tahoma;
	font-size: 10px;
	color: #990000;
}