@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#c4cbd2;
}
#headerimg{
	background-image:url(img/Header.png);
	background-repeat:no-repeat;
	width:570px;
	height:200px;
	margin:20px 0px 10px 30px;
}
#headerimgsp{
	background-image:url(img/Headersp.png);
	background-repeat:no-repeat;
	width:570px;
	height:200px;
	margin:20px 0px 10px 30px;
}
.box {
	border:thin solid #E7E7E7;
	border-top: thin solid white;
	margin:0px 20px 0px 15px;
}
.ilbox {
	border:thin solid #E7E7E7;
	border-top: thin solid white;
	margin:0px 20px 0px 20px;
	margin-bottom:100px;
}
.cibox {
	border:thin solid #E7E7E7;
	border-top: thin solid white;
	margin:0px 20px 0px 20px;
	margin-bottom:100px;
	height:100%;
}
.fabox {
	border:thin solid #E7E7E7;
	border-top: thin solid white;
	margin:0px 20px 0px 20px;
	margin-bottom:100px;
	height:100%;
}
.ilboxheader {
	background-color:#8794A9;
	color:white;
	border:thin solid #E7E7E7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 20px;
	height:20px;
}
.ciboxheader {
	background-color:#8794A9;
	color:white;
	border:thin solid #E7E7E7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 20px;
	height:20px;
}
.faboxheader {
	background-color:#8794A9;
	color:white;
	border:thin solid #E7E7E7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 20px;
	height:20px;
}
.boxheader {
	background-color:#8794A9;
	color:white;
	border:thin solid #E7E7E7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 15px;
	height:20px;
}
p.info {
	text-align:center;
	color:#2970A6;
	margin-top:-9px;
	position:relative; 
	float:left;
	padding-left:25%;
	
}
.ilwrap {
	position:relative; 
	width:74px; 
	height:150px;
	padding-left:20px;
}
.ciwrap {
	position:relative; 
	width:74px; 
	height:150px;
	padding-left:20px;
}
.fawrap {
	position:relative; 
	width:74px; 
	height:150px;
	padding-left:20px;
}

.link {
	text-align:center;
	color:#2970A6;
	width:84px;
	font-size:11px;
	height:30px;
	margin-top:-10px;
	text-decoration:none;
	
}
p.header {
	margin-top:0px;
	padding:2px 0px 0px 10px;
	background-image:url(img/headermask.png);
	background-repeat:repeat-x;
}
.thumbwrap {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
    
	
}
img {
	padding:10px;
	position:relative;
}
.thumbborder {
	position: absolute;
	background-color:#CCCCCC; 
	width:130px; 
	height:166px;	
	margin-top:6px; 
	margin-left:6px;
}
.list {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#3D3D3D;
	text-align:left;
}
.words {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#666667;
	text-align:left;
	line-height:20px;
	border-right: thin solid #EFEFEF;
	width:335px;
}
.twords {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#666667;
	text-align:left;
	width:190px;
	height:200px;
	margin-left:-120px;
	padding-top:10px;
}
hr {
	padding-top:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style:none none solid;
	border-width:medium medium 1px;
	clear:both;
	color:#E5E5E5;
	margin:0 -1px 1em;
	width:100%;
}
.linksplit {
	padding-top:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style:none none solid;
	border-width:medium medium 1px;
	clear:both;
	color:#E5E5E5;
	margin:0 -1px 1em;
	width:50%;
	margin-left:25%;
}
label {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#3D3D3D;
	padding-left:10px;
	
}
.thumbinfo {
	height:200px; 
	width:75px; 
	position:relative; 
	float:right; 
	margin:10px 5px 5px 10px;
	
}
.fold:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.fold {
	position:relative; 
	float:right; 
	margin-right:-212px; 
	margin-top:-13px;
	
}
a {
	text-decoration:none;
	color:#2970A6;
	
}
a:hover {
	text-decoration:underline;
}
#desclink{
	padding-left:40px;
	
}
table{
	color:white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 15px;
	padding:0px;
}
table tr:first-child td{
	padding:2px 0px 0px 10px;
	margin:0px;
	border-left:thin solid #E7E7E7;
	background-image:url(img/headermask.png);
	background-color:#8794A9;
	color:white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:10px 20px 0px 15px;
	height:20px;
}
table tr td {
	padding:0px;
	margin:0px;
	border-left: thin solid #E7E7E7;
	border-right: thin solid #E7E7E7;
}
table tr:last-child td {
	padding:0px;
	margin:0px;
	border-bottom: thin solid #E7E7E7;

}
.thumbnailborder {
	background-color:#D9DADA; 
	padding:0px;
	margin:10px;

}
.thumbnailborder img {
	margin:0px !important;
	padding:5px !important;
}

