@charset "utf-8";
body{
	width:100%;
	padding:0px;
	margin:0px;
}
#block {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image:url(sjimage/body.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#holder{
	height: auto;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
#wrapper {
	height: 950px;
	width: 1024px;
	position: relative;
	top: 0px;
	display: block;
}
#logoblock{
	position:relative;
	top:0px;
	width:100%;
	left:10px;
}

#logocall{
	position:absolute;
	top:0px;
	width: auto;
	right:0px;
}
#nav{
	top:100px;
	position:absolute;
	height:24px;
	width:55%;
	font-family:"myriad pro";
	font-weight: 600;
	vertical-align:middle;
	color: #F2F2F2;
	margin:0px;
	padding:0px;
	right:0px;
	background-color:rgb(30, 30, 30);
}
#nav span a{
	text-decoration:none;
	color: #F2F2F2;
}
#nav span{
	padding-right:30px;
}
#nav span a:hover{
	color: #900;
	text-shadow: 5px 0px 2px #19071a;
	filter: dropshadow(color=#19071a, offx=5, offy=0); 
}

#nav span:hover{
	background-color: #333;
}
#header{
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
	height:auto;
	width:100%;
	border:#333 medium solid;
}
#headcaption{
	padding-top:20px;
	position:absolute;
	bottom:0px;
	width:0px;
	height:50px;
	z-index:2;
	color:#373a6b;
	background-color:#FFF;
	opacity:0.5;
}
#headcaptiontext{
	padding-top:10px;
	position:absolute;	
	width:320px;
	left:10px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	word-spacing:2px;
	bottom:10px;
	z-index:3;
}
#content{
	position:relative;
	top:0px;
	width:90%;
	background-color:#F2F2F2;
	z-index:2;	
	border:#333 medium solid;
	border-top:none;
	overflow:hidden;
}
#content label{
	float:left;
	width:150px;
}
#leftcontent{
	position:relative;
	top:15px;
	width:40%;
	float:left;
	border-right:2px solid #333;
	padding-right:10px;
}
#leftcontent h3{
	text-shadow: 2px 2px 2px #1a181a;
	filter: dropshadow(color=#1a181a, offx=2, offy=2); 
}
#leftcontent h2{
	text-shadow: 3px 3px 1px #1a181a;
	filter: dropshadow(color=#1a181a, offx=3, offy=3); 
}
#rightcontent h3{
	text-shadow: 2px 2px 2px #1a181a;
	filter: dropshadow(color=#1a181a, offx=2, offy=2); 
}
#rightcontent{
	position:relative;
	top:15px;
	float:right; 
	width:50%;
	margin-bottom:15px;
}
#textblock{
	position:relative;
	top:0px;
	height:auto;
	width:80%;
	background-color:#F2F2F2;
	font-family:"trebuchet ms";
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: 0px 10px 5px 5px #bebebe;
	box-shadow: 0px 10px 5px 5px #bebebe;
}
#textblock p{
	font-size:14px;
	color:#666;
}
#textblock legend{
	font-size:20px;
	font-weight:bold;
	font-family:"trebuchet";
	letter-spacing:2px;
	color:#1E1E1E;
}
#about{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	position:relative;
	overflow:hidden;
}
#about h2{
	font-size:24px;
	font-weight:bold;
	font-family:tahoma;
	color:#1E1E1E;
}
#about p{
	font-family:trebuchet MS;
	font-size:14px;
	color:#666;
}
#footer{
	width:100%;
	position:relative;
	z-index:0;
	top:-20px;
	height:172px;
	background-color: #333;	
	border:#333 medium solid;
}
#greymargin{
	position:relative;
	height:40px;
	background-color:#1E1E1E;
}
#bottomblock{
	position:absolute; 
	bottom:10px; 
	left:50px;
}
#bottomlink{
	position:absolute;
	right:20px;
	bottom:10px;
}
#bottomlink span{
	padding-right:30px;
}
#bottomlink span a{
	text-decoration:none;
	color: #F2F2F2;
}
#bottomlink  a:hover{
	color: #900;
	text-shadow: 5px 0px 2px #19071a;
	filter: dropshadow(color=#19071a, offx=5, offy=0); 
}