
body {
	background-image:url(../images/bg/1_bg_blue.png);
	background-repeat: repeat-x;
	background-color: #668CBB;
	margin: 0px;
	text-align: center;
}
#main {
	padding: 20px 0px;
	width: 944px;
	text-align: left;
	margin: 0px auto;
}
	#main_header {
		width: 944px;
		padding: 0px;
		background-image:url(../images/main/main_header.png);
		background-position:top;
		background-repeat: no-repeat;
		float: left;
	}
	* html #main_header {
		_behavior: url("scripts/png.htc");
	}
		#header {
			width: 934px;
			padding: 5px 0px 0px 5px;
			float: left;
			text-align: center;
		}
			* html #header {
				text-align: center;
			}
		#logo {
			width: auto;
			padding: 20px 0px 20px 267px;
			float: left;
		}
			#logo_image {
				width: 100px;
				height: 100px;
				float: left;
				padding-right: 10px;
			}
			#logo_title {
				width: 290px;
				padding-top: 20px;
				float: left;
				text-align: left;
			}
				#logo_title h1 {
					color: #7095c2;
					font-size: 28px;				
				}
			#logo_slogan {
				width: 290px;
				float: left;
				text-align: left;
			}
				#logo_slogan h2 {
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size: 14px;
				}
		#header_right {
			width: 609px;
			height: 184px;
			float: left;
		}
	#main_menu {
		width: 934px;
		height: 40px;
		padding: 0px 5px;
		float: left;
	}
	#menu {
		width: 934px;
		float: left;
		background-image:url(../images/menu/1_menu_blue.png);
		background-repeat: repeat-x;
		background-position: bottom;
	}
		#menu ul {
			list-style:none;
			margin:0px auto;
			text-align: center;
			padding:0;
			width: 925px;
		}
		#menu ul li {
			display: inline;
			width: 185px;
			float:left;
			text-align: center;
		}
		#menu ul li a {
			display:block;
			padding: 8px 0px 10px 0px;
			color: #fff;
			font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
		}
			* html #menu ul li a {
				font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
			}
		#menu ul li a:hover {
			background-image:url(../images/menu/1_menu_blue.png);
			background-repeat: repeat-x;
			background-position:top;
			text-decoration: none;
		}
	#main_content {
		width: 944px;
		padding: 0px;
		background-image:url(../images/main/main_content.png);
		min-height: 400px;
		background-repeat: no-repeat;
		float: left;
	}
		* html #main_content {
			_behavior: url("scripts/png.htc");
		}
	#content {
		width: 934px;
		padding: 0px 5px;
		float: left;
	}
		* #content {
			padding: 0px;
			margin: 0px 5px;
		}
		#content_left {
			width: 400px;
			float: left;
		}
			.content_left {
				padding: 20px 0px 20px 20px;
			}
		#content_right {
			width: 534px;
			float: left;
		}
		.content {
			padding: 20px;
		}
		.content p {
			text-align: justify;
		}
		.content h2 {
			color: #7095c2;
			padding-bottom: 10px;
		}
		.content h3 {
			color: #a40502;
		}
		.content ul {
			list-style: square;
		}
	#main_footer {
		width: 944px;
		background-image:url(../images/main/main_footer.png);
		background-position: bottom;
		background-repeat: no-repeat;
		float: left;
	}
	* html #main_footer {
		_behavior: url("scripts/png.htc");
	}
		#footer {
			width: 934px;
			padding: 0px 5px 25px 5px;
			float: left;
		}
		#footer_copyright {
			text-align: center;
		}
		#footer_powered_by_xtarting {
			width: 934px;
			margin: 0px auto;
			text-align: center;
			float: left;
			padding-bottom: 10px;
		}
		#footer_menu {
			width: 934px;
			padding: 15px 0px 10px 0px;
			margin: 0px auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			float: left;
		}
			#footer_menu ul {
				display: inline;
				list-style: none;
				margin: 0;
				padding: 0;
			}
			#footer_menu ul li {
				display: inline;
				margin: 0px;
				padding: 0px 10px;
			}
			#footer_menu ul li a {
				color:#666;
			}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.transparency {
	_behavior: url("scripts/png.htc");
}
.text, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.line_height {
	line-height: 145%;
}
.center {
	text-align: center;
}
.red {
	color: #af0100;
}
.gray {
	color: #333;
}
.blue {
	color:#3566CC;
}
.orange {
	color: #FF4900;
}
.white {
	color: #fff;
}
.justify {
	text-align: justify;
}
h1 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#333;
	margin: 0;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333;
	margin: 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	margin: 0;
}
.hidden {
	display: none;
}

/* Form */

contactform#input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	padding:0;
	color:#030;
}
fieldset {
	width: 492px;
	border: solid #ccc 1px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
legend {
	background: #00457a;
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:0px 0 0 11px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#00457a #00457a #00457a #00457a;
}
label {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:right;
	width:150px;
	line-height:25px;
	margin:0 10px 10px 0;
}
dd {
	float:left;
	width:250px;
	line-height:25px;
	margin:0 0 10px 0;

}
.contactus_required_field {
	background-color: #D4E6F5;
}
.contactus_textarea {
	width: 300px;
}
