/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #fff url('images/bg.jpg') repeat-x top left;
}
#wrap {
	margin: 0 auto;
	width:989px;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

a img {
	border: none;
}

#site {
	border: 0px solid red;
	position: relative;
	display: block;
	clear: both;
}
#container {
	display: block;
	position: absolute;
	top:  0px;
	left: 0px;
	float: left;
	width: 989px;
	height: auto;
	border: 0px solid red;
	background: #fff;
}

/* @end

/* @group Navigation */

#navigation {
	display: block;
	clear: both;
	height: 363px;
	width:989px;
	margin: 0px;
	padding: 0px;
	background:#FBAA74 url('images/header.jpg') no-repeat top left;

}
#flash {
	display: block;
	position: absolute;
	width: 989px;
	height: 250px;
	left:1px;
	top: 113px;
	background: url('images/flash.jpg') no-repeat top left;
	}
#en {
	display: block;
	position: absolute;
	top:  50px;
	left: 458px;
	float: left;
	width: 32px;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
#es {
	display: block;
	position: absolute;
	top:  50px;
	left: 495px;
	float: left;
	width: 34px;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
#home {
	/*display: none;*/
	position: absolute;
	top:  50px;
	left: 410px;
	float: left;
	width: 50px;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
#logo01 {
	display: block;
	position: absolute;
	top:  35px;
	left: 613px;
	float: left;
	width: 91px;
	height: 40px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
#logo02 {
	display: block;
	position: absolute;
	top:  37px;
	left: 729px;
	float: left;
	width: 148px;
	height: 38px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
#logo03 {
	display: block;
	position: absolute;
	top:  32px;
	left: 896px;
	float: left;
	width: 78px;
	height: 42px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#EA833D;
	}
/* @end */

/* @group Content */
#content {
	display: block;
	clear: both;
	width: 989px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/bg_content.jpg') repeat-y;
}

#content:after {
	display: block;
	clear: both;
	content: ".";
	color: white;
	font-size: 1px;
	text-indent: -3000px;
	line-height: 1px;
}

/* @end */

/* @group Left */
#content li.left h2 {
	color: #FFF9A9;
	margin: 0px 20px 0px 36px;
	padding-left: 30px;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background:transparent url('images/bArrow2.gif') no-repeat 0px 50%;
}
#content li.left {
	float: left;
	display: inline;
	width: 251px;
	height:auto;
	margin: 0px;
	background:#5E75A9;
}
#content li.left span.top {
	display: block;
	clear: both;
	width: 251px;
	height: 25px;
	margin: 0px;
}
#content li.left span.bottom {
	display: block;
	clear: both;
	width: 251px;
	height: 20px;
}
#content li.left p {
	color: #B1F2FE;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	margin: 10px 20px 18px 36px;
}
#content li.left p a {
	text-decoration: none;
	color:#FFF9A9;
}
#content li.left p a:hover {
	text-decoration: none;
	color:#01424E;
}
/* @end */

/* @group Center */
#content li.center h2 {
	color: #FFF9A9;
	margin: 0px 20px 0px 36px;
	padding-left: 30px;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background:transparent url('images/white_arrow.gif') no-repeat 0px 50%;
}
#content li.center {
	float: left;
	display: inline;
	width: 460px;
	height:auto;
	margin: 0px;
	background:#5E75A9;
}

#content li.center span.top {
	display: block;
	clear: both;
	width: 460px;
	height: 25px;
	margin: 0px;
	background:#5E75A9;
}

#content li.center span.bottom {
	display: block;
	clear: both;
	width: 460px;
	height: 10px;
	background:#5E75A9;
}

#content li.center .more {
	display: none;
}
#content li.center p {
	color: #fff;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	margin: 16px 35px 18px 36px;
}
#content li.center p a {
	text-decoration: none;
	color:#FFF9A9;
	padding-left: 30px;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	background:transparent url('images/white_arrow.gif') no-repeat 0px 50%;
}
#content li.center a img {
	padding-left:30px;
}
#content li.center p a:hover {
	text-decoration: underline;
	color:#fff;
}
#content li.center hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px dotted red;
	border-width: 1px 0px;
	border-color: #cae5ec #cae5ec white white;
}


/* @end */

/* @group Right */
#content li.right h2 {
	color: #5E75A9;
	margin: 0px 20px 0px 20px;
	padding-left: 30px;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background:transparent url('images/black_arrow.gif') no-repeat 0px 50%;
}
#content li.right {
	width: 279px;
	height: auto;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left:711px;
	top: 363px;
	background: #E2E2E2;
}

#content li.right p a {
	text-decoration: none;
	color:#FFF9A9;
	padding-left:0px;
	background:transparent url('images/arrow.jpg') no-repeat 0px 50%;
}
#content li.right p a:hover {
	text-decoration: none;
	color:#231700;
}
#content li.right span.top {
	display: block;
	clear: both;
	width: 279px;
	height: 25px;
	line-height: 15px;
	margin: 0px;
	background: #E2E2E2;
}

#content li.right span.bottom {
	display: block;
	clear: both;
	width: 279px;
	height: 25px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: #E2E2E2;
}

#content li.right p {
	color: #B1F2FE;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	margin: 10px 20px 18px 20px;
}

#content li.right dl dd img.thumb {
	background: #b1d7e5;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#content li.right dl dd hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px solid red;
	border-width: 1px 0px;
	border-color: #F2ECCE #F2ECCE #E4D89C #E4D89C;
}

/* @end */



/* @group footer */

#footer {
	display: block;
	clear: both;
	width: 989px;
	height: 75px;
	background: url('images/footer.jpg') no-repeat;
	color:#025564;
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;

}
#footer a {
	text-decoration:none;
	color:#025564;
}
#footer a:hover {
	text-decoration: underline;
	color:#025564;
}
#f1 {
	display: block;
	position: absolute;
	bottom:  30px;
	left: 720px;
	float: left;
	width: 300px;
	height: 21px;
	text-decoration:none;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#5E75A9;
	}
#f2 {
	display: block;
	position: absolute;
	bottom:  15px;
	left: 720px;
	float: left;
	width: 200px;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#ED4606;
	}
#copy {
	display: block;
	position: absolute;
	bottom:  30px;
	left: 280px;
	float: left;
	width: auto;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#140C07;
	}
#copy_down {
	display: block;
	position: absolute;
	bottom:  15px;
	left: 280px;
	float: left;
	width: auto;
	height: 21px;
	text-decoration:none;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#ED4606;
	}

/* @end */

/* @group Forms */
#form  {
	display:block;
	position:absolute;
	top:352px;
	width:384px;
	z-index:1;
	left: 30px;
}
#form1  {
	width:384px;
	height:auto;
	z-index:1;
	left: 16px;
	position:relative;
}
form label {
	display: block;
	text-align: left;
	color: #FFF9A9;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	border: 0px;
	padding-left:4px;
}
.input {
	border: 1px solid #4A5F8C;
	background: #8193BC;
	padding: 0px;
	color: #fff;
	font: 14px  Tahoma, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 230px;
	height:19px;
	margin: 0px 0px;
	margin-bottom:10px;
}
.txt_form {
	color: #fff;
	font: 12px  Tahoma, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 10px;
}
.input2 {
	border: 1px solid #05BADA;
	background: #0396AF;
	padding: 0px;
	color: #01424E;
	font: 12px  Tahoma, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 195px;
	height:19px;
	margin: 0px 0px;
}
.textarea {
	border: 1px solid #4A5F8C;
	background: #8193BC;
	padding: 0px;
	color: #fff;
	font: 12px  Tahoma, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 230px;
	height:120px;
	margin: 5px 0px;
}
.button { background-color:#DF7127;
	border:1px solid #EB8948;
	color: #fff;
	font-weight:bold;
	font: 12px  Tahoma, Arial, Helvetica, Geneva, sans-serif;
	width: 90px; height:25px;
}


/* @end */


/* lists */
.shortList {
	margin:0;
	padding:0;
}
.shortList li {
	margin-bottom:1px;
	padding:0;
	list-style:none;
	
}
.shortList a {
	display:block;
	width:auto;
	padding:6px 10px 6px 20px;
	margin-left:36px;
	color:#FFF9A9;
	border-bottom:1px solid #05BADA;
	text-decoration:none;
	cursor: pointer;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background:#026273;
}
.shortList a:hover {
	color:#FFF9A9;
	border-bottom:1px solid #05BADA;
	text-decoration:none;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background:#05BADA;
}
/* End */
/* lists_li */
.shortList_li {
	margin:0;
	padding:0;
}
.shortList_li li {
	margin-bottom:1px;
	padding:0;
	list-style:none;
	
}
.shortList_li a {
	display:block;
	width:350px;
	padding:6px 10px 6px 20px;
	margin-left:36px;
	color:#fff;
	border-bottom:1px dotted #9FACCC;
	text-decoration:none;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background:#7587B5;
}
.shortList_li a:hover {
	color:#fff;
	border-bottom:1px dotted #EC8D4D;
	text-decoration:none;
	font-weight:bold;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background:#D96616;
}
/* End */

