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

@import url("master_css.css");

body{
	background: url(../images/header2.jpg) center top no-repeat #121214;
}
h1, h2, h3, h4, p{
	color: #abadb3;
	padding: 0px;
	margin: 10px 20px;
	font-family: "trebuchet MS",Tahoma,Geneva,sans-serif;
}
p{
	font-family: Arial,Helvetica,sans-serif;
}
h2 {
	padding: 10px;
	letter-spacing:0px;
	font-size:1.2em;
}
a, a:visited {
	color: inherit;
	cursor: pointer;
}
#wrapper {
	margin: 0px auto;
	width: 980px;
	display:block;
	position:relative;
}
#header {
	width: 980px;
	height: 150px;
	margin: 0px;
	color: #000000;
	padding: 0px;
}
#header h1, #header h2{
	margin: -1000px 0 0 0;
	display: block;
	position: absolute;
}
#header h3{
	font-family: arial,sans-serif;
	font-size: 18px;
	letter-spacing: 0pt;
	word-spacing: 2.8pt;
	font-weight: normal;
	color: #cbcdd1;
	
	padding: 108px 0px 0px 0px;
	margin: 0px;
	float:right;
	clear:both;
	display: block;
	width: auto;
	
	font-family: verdana,sans-serif;
	font-size: 14px;

}
#header h3 a{
	color: #dfe2e6;
	cursor: pointer;
}
#header h3 a:hover{
	color: #ffffff;
	cursor: pointer;
	text-decoration:underline;
}
#aboutpanel, #footer, #contactpanel, .notice{	
	position: relative;
	display: block;
	float: left;
	clear: both;
	
	width: 980px;
	height: auto;
	
	margin: 0px;
	padding: 0px;
	
	overflow: visible;
}
#aboutpanel{
	margin: 0px 0px 30px 0px;
	float: left;
	position: relative;
	display: block;
	height: 230px;
}
#aboutpanel div{
	position: relative;
	display: block;
	float: left;
	clear: none;
	
	margin: 0px;
	padding: 0px;
	
	width: 490px;
	height: 230px;
}
#aboutpanel div h2, .notice h2, #contactpanel h2{
	color: #afafaf;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.2pt;
	word-spacing: 1.0pt;
	line-height: 12pt;
	padding: 10px 10px 0px 10px;
}
#aboutpanel div p, .notice p{
	position: relative;
	display: block;
	clear: none;
	
	margin: 10px 10px 20px 10px;
	padding: 0px;
	
	color: #7f7f7f;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.2pt;
	word-spacing: .75pt;
	line-height: 17pt;
}
.notice h2, .notice p{
	text-align: left;
	padding: 0px;
	margin: 10px 20px;
}
#aboutpanel div p.small{
	text-align: justify;
	font-size: 14px;
	line-height: 20pt;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}
#aboutpanel div p img{
	width: 8px;
	height: 8px;
	margin: 0px 8px;
}
#aboutpanel div p strong, #aboutpanel div p a{
	color: #d4d4d4;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}
#aboutpanel div p a{
	text-decoration: underline;
}
#contactpanel {
	width: 980px;
	margin: 0px;
	padding: 0px;
	display: none;
	position: relative;
	float: left;
	clear: both;
}
#contactpanel h2{
	color: #afafaf;
	text-align: left;
	font-size: 2Wpx;
	letter-spacing: 0.2pt;
	word-spacing: 1.0pt;
	line-height: 12pt;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
form#contactform{
	display: block;
	position: relative;
	margin: 15px 0px 0px 102px;
	padding: 0px;
	width: 776px;
}
#contactpanel div{
	display: block;
	clear: none;
	float: left;
	
	width: auto;
	height: 156px;
	
	border: none;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 60px;
	margin-bottom: 0px;
}
#footer p {
	font-size: 12px;
	color: #454545;
	text-align: center;
}
#footer p a {
	color: #666666;
	text-decoration:underline;
}
#footer p b {
	color: #666666;
}