@charset "UTF-8";

/* reset all */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}



/* pngfix */
.pngfix { behavior: url(/css/iepngfix.htc) }



body {
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1f4d7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
}
#container {
	width:916px;
	margin:0 auto;
	margin-bottom: 30px;
}
#header a {
	display:block;
	margin-top:29px;
	height: 128px;
	text-indent: -9999px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
}
#col1 {
	padding-top:54px;
	float: left;
	width: 617px;
	/*overflow:hidden;*/
}
#col2 {
	padding-top:54px;
	float: left;
	width: 279px;
	margin-left: 20px;
}



/* content */
h2 {
	text-indent: -9999px;
	position: absolute;
	font-size: 14pt;
	margin-top: -18px;
	margin-left: 28px;
	/*fix*/
	width: 800px;
	height: 64px;
	margin-left:15px;
	margin-top:-38px;
	background-repeat: no-repeat;
}
.h2_01a {
	background-image:url(/img/h2/01a.png);
}
.h2_01b {
	background-image:url(/img/h2/01b.png);
}
.h2_02 {
	background-image:url(/img/h2/02.png);
}
.h2_03 {
	background-image:url(/img/h2/03.png);
}
.h2_04 {
	background-image:url(/img/h2/04.png);
}
.h2_05 {
	background-image:url(/img/h2/05.png);
}
.h2_06 {
	background-image:url(/img/h2/06.png);
}
.h2_07 {
	background-image:url(/img/h2/07.png);
}
h3 {
	font-size: 12pt;
}
.content {
	border: 1px solid #446D8E;
	padding-top:56px;
	padding-left:64px;
	padding-right: 60px;
}
.content hr {
	border: 0;
	color: #446D8E;
	background-color: #446D8E;
	height: 1px;
}
.content p {
	line-height: 18pt;
}
.head { /* for dreamweaver editing */
	/*width:530px;*/
}
.scrollable {
	overflow:auto;
	height: 580px;
	/*margin-right: -60px;
	padding-right: 60px;*/
}
.remove_rightPad {
	padding-right:0px;
}
#content_01 {
	background-image:url(/img/01_bg.jpg);
	height: 223px;
}
#content_02 {
	background-image:url(/img/02_bg.jpg);
	height: 223px;
}
#content_03 {
	background-image:url(/img/03_bg.jpg);
	height:623px; /*679*/
}
#content_04 {
	background-image:url(/img/04_bg.jpg);
	height:623px; /*679*/
}
#content_05 {
	background-image:url(/img/05_bg.jpg);
	height:623px; /*679*/
}
#content_05 a {
	text-decoration:underline;
}
#content_06 {
	background-image:url(/img/06_bg.jpg);
	height:623px; /*679*/
}

#content_01b {
	display:block;
	border: 1px solid #446D8E;
	margin-top: 72px;
	height: 396px;
	width: 305px; /*278*/
}

#content_01b ul li
{
	font-size: 8pt;
	letter-spacing: .1em;
}

#content_01b ul li strong
{
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0em;
}

#content_logo {
	position:absolute;
	width:58px;
	height:58px;
	margin-top: -394px;
	margin-left: 495px;
}
#col1 ul {
	margin-left:15px;
}
li {
	line-height: 18pt;
}
#nav {
	height: 223px;
	padding-top:56px;
	padding-left:64px;
	border: 1px solid #4d7a9f;
}
#nav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}
.activeLink {
	color: #f6e852;
}
#contact {
	height: 149px;
	padding-top:35px;
	padding-left:64px;
	border: 1px solid #446D8E;
	margin-top: 72px;
}
#contact p {
	padding-bottom: 8px;
}
#footer {
	border: 1px solid #446D8E;
	padding-top: 34px;
	padding-left:64px;
	height:74px; /*108*/
	margin-top: 72px;
	color:#6B9CB6;
	font-size:7pt;
}
#footer p {
	padding-bottom: 12px;
}

#footer a:hover {
	color: #f6e852;
}


/*links*/
a:link, a:visited {
	text-decoration:none;
	color: #e5e4e4;
}
a:hover {
	color: #f6e852;
}
#nav a {
	/*border:1px solid #000;*/
	display:block;
	padding-left:64px;
	margin-left:-64px;
	width:210px; /* ie fix */
}
#nav a:hover {
	color: #f6e852;
	background-image:url(/img/nav_rollOver.jpg);
	border:0px solid; /*ie fix*/
}
#footer a:link,#footer a:visited {
	text-decoration:none;
	color:#6B9CB6;
}
#footer a:hover {
	color:#f6e852;
}



/* forms */
input.txtField {
	width: 100%;
}
textarea {
	width: 100%;
}
select, textarea, input {
	margin-bottom:5px;
}


/* article */
body.article {
	background-image: url(/img/bg_article.jpg);
	background-color: #c9d0db;
	color:#8c8d8e;
}
.article #header a {
	background-image: url(/img/header_article.jpg);
}
#content_article {
	height:auto;
	background-image: url(/img/article_bg_corner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
}
.article .content {
	border: 1px solid #d4d4d5;
	padding-bottom: 56px;
}
.article #nav {
	border: 1px solid #dcddde;
}
.article #contact {
	border: 1px solid #dcddde;
	/*margin-top: 0px;*/
	color: #3e3e3e;
}
.article #contact a:hover {
	color:#7699b7;
}
.article #footer {
	border: 1px solid #dcddde;
	color:#8c8d8e;
}
.article .head {
	color: #3e3e3e
}
.article a:link,
.article a:visited {
	color: #3e3e3e;
}
.article a:hover {
	color: #f6e852;
}
.article #footer a:link,
.article #footer a:visited {
	text-decoration:none;
	color:#8c8d8e;
}
.article #footer a:hover {
	color:#7699b7;
}








/* jScrollPane*/
.jScrollPaneTrack {
	background-color: transparent;
}
.jScrollPaneDrag {
	background: #5d85a8;
}
.jScrollPaneDragTop {
	background:transparent url(/img/scrollBar-top.gif);
	height:56px;
}
.jScrollPaneDragBottom {
	background:transparent url(/img/scrollBar-bottom.gif);
	height:56px;
}



.clearFloat {
	clear:both;
	height:0px;
}
