@charset "UTF-8";
/**
* all
*/
html {
	height: 100%;
}

body {
	height: 100%;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFF;
	margin: 0;
	padding: 0;	
	text-align: center;
	color: #000;
}
ul{
	margin:0;
	padding:0;
}
p{
	margin:0;
}
 a{
	text-decoration: none;
	color:#000;
}
 a:hover {
	text-decoration: none;
	color:#333;
}

a img {
	border:none;
}
#wrapper {
	position:absolute;
	width:788px;
	height:529px;
	text-align:left;
	background-image:url(images/wrapper.jpg);
	background-repeat:no-repeat;
}

#leftbox {
	width:139px;
	height:529px;
	padding-left:23px;
	float:left;
}
#leftbox ul{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#leftbox li{
	font-size:26px;
}
#mainnavigation{
	margin-top:20px;
}
#mainnavigation ul li ul {
	display:none;
}

#extranaviagtion {
	position:absolute;
	top:433px;
	}
	
#rightbox {
	width:624px;
	height:526px;
	float:right;
}

#topbox {
	height:31px;
	padding-top:20px;
	margin-bottom:10px;
}
#subnavigation {
	position:absolute;
	width:226px;
	top:20px;
	left:163px;
	z-index:3;
}
#subnavigation img{
	border:none;
}
#subnavtitle{
	width:226px;
	height:30px;
	overflow:hidden;
}

#subnavtitle span{
	height:30px;
	font-size:26px;
}
.subnaviagtionarrow {
	position:absolute;
	border:none;
	left:212px;
	top:7px;
	float:left;
	z-index:5;
}
#subnaviagtionitems{
	padding-left:10px;
	background-color:#CBDBF2;
	width:226px;
	margin-top:5px;
	}
#subnaviagtionitems ul{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#subnaviagtionitems a{
	text-decoration: none;
	color:#FFF;
}
#subnaviagtionitems a:hover {
	text-decoration: none;
	color:#999;
}
#titlechild {
	margin-left:246px;
	font-size:26px;
	/*float:left;*/
}
#title {
	font-size:26px;
	float:left;
}
#logo {
	width:122px;
	height:44px;
	text-align:right;
	position:absolute;
	top:0px;
	left:666px;
	z-index:10;
	/*margin-top:-20px;
	float:right;*/
}
#content{
	position:relative;
	top:0;
	left:0;
	z-index:1;
	}
	
#content p {
	margin:1em 0;
}
.posttitle{
	font-size:20px;
	}
.post{
	margin-bottom:20px;
	}
#subPageThumbnails img {
	border:none;
	margin-left:-1px;
}
.col1 {
	width:180px;
	height:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	}
	
.col2 {
	width:180px;
	height:180px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	}
.col3 {
	width:180px;
	height:180px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	overflow:hidden;
	}
.row1 {
	clear:both;
	}
.row2 {
	clear:both;
	}
#subPageList ul{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#subPageList li{
	font-size:26px;
}
#sampleinfo {
	position:absolute;
	width:132px;
	height:136px;
	padding-top:27px;
	padding-left:13px;
	padding-right:20px;
	left:464px;
	top:10px;
	background-image:url(images/infolayer.jpg);
}