@charset "UTF-8";
/* CSS Document */

*{

	padding: 0px;
	margin: 0px;
	
}

body{

	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%
}

#wrapper{

	margin: 0px auto;
	width: 960px;
	
}

#header{

	width: 960px;
	height: 150px;
	
}

#logo{

	width: 111px;
	height: 80px;
	background-image:url(../images/slice_03.png);
	background-repeat: no-repeat;
	margin-top: 14px;
	float: left;
	
}

#nav{

	float: right;
	width: 660px;
	margin-top: 50px;
	margin-right: 130px;
	
	
}

#nav li {

	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #0096D7;
	
	
}

#nav a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #0096D7;
}

#nav a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #106F99;
}
	

#row1{

	clear: both;
	
}

#banner{

	width: 642px;
	height: 351px;
	float: left;
	position: absolute;
	z-index: 0;
	/*background-image:url(../images/slice_03.jpg);
	background-repeat: no-repeat;*/

}

#title{
	position: absolute;
	z-index: 10;
	}

#title h1{

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 48px;
	padding-left: 24px;
	padding-top: 14px;
	width: 270px;
	
}

#newsHolder{
	
	width: 306px;
	height:351px;
	float: right;
	background-image:url(../images/slice_09.png);
	background-repeat: no-repeat;

}

#news{

	width:260px;
	height: 320px;
	padding-left: 24px;
	padding-top: 18px;
	
}

#news h1{

	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	
}


#news h2, a{

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFA4;
	font-size: 13px;
	text-decoration: none;
	
}

#news p {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	
}

#row2{

	clear: both;
	
}

#slideshow{

	width: 960;
	height: 153;
	padding-top: 14px;
	
}

#footer{

	clear:both;
	margin-top: 12px;
	
}

/*---- sub page ----*/

#cLeft{

	width: 643px;
	float: left;
	
}

#cRight{

	width: 306;
	/*float: right;*/
	margin-left: 654px;
	height: 520px;
	
}

#subBanner{

	width: 643px;
	height: 145px;
	background-image:url(../images/sub_banner_03.jpg);
	background-repeat: no-repeat;
}

#subBanner h1{

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 48px;
	padding-left: 24px;
	padding-top: 14px;
	
}

#subNewsHolder{
	
	width: 306px;
	height:351px;
	background-image:url(../images/slice_09.png);
	background-repeat: no-repeat;

}

#slideshowSmall{

	width: 306;
	height: 153;
	padding-top: 10px;
	
}

#subContent{

	width: 643px;
	margin-top: 10px;
	
}

#rndTop{

	width: 315px;
	height: 6px;
	background-image:url(../images/rnd_03.png);
	background-repeat: no-repeat;
}

#subCopy{

	width: 275px;
	background-color: #FFFFFF;
	padding: 18px 16px 18px 24px;
	
}

#subCopy h1{

	color: #1C84CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 14px;
	
}

#subCopy h2{

	color: #050038;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 12px;
}

#subCopy p{

	color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;;
	
}

#rndBtm{

	width: 315px;
	height: 6px;
	background-image:url(../images/rnd_13.png);
	background-repeat: no-repeat;
}

#contLeft{
	float: left;
}

#contRight{
	float: right;
}


/*---- Sub page 2 ----*/

#rndTopFull{

	width: 643px;
	height: 6px;
	background-image:url(../images/rndbg_03.png);
	background-repeat: no-repeat;
}

#subCopyFull{

	width: 595px;
	background-color: #FFFFFF;
	padding: 18px 24px 18px 24px;
	
}

#subCopyFull h1{

	color: #1C84CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 14px;
	
}

#subCopyFull h2{

	color: #050038;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 12px;
}

#subCopyFull p{

	color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;;
	
}

#rndBtmFull{

	width: 643px;
	height: 6px;
	background-image:url(../images/rndbg_06.png);
	background-repeat: no-repeat;
}
	


