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

body{
	margin:0;
	background-image:url(../images/main_bg.png);
}

#wrapper{
	position:relative;
	z-index:4;
	width:auto;
	height:auto;
	margin-top:-55px;
}

#gear{
	position:fixed;
	bottom:-5px;
	right:0px;
}

#banner{
	
	background: #01093c; /* Old browsers */
background: -moz-linear-gradient(top,  #01093c 0%, #003265 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01093c), color-stop(100%,#003265)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #01093c 0%,#003265 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #01093c 0%,#003265 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #01093c 0%,#003265 100%); /* IE10+ */
background: linear-gradient(to bottom,  #01093c 0%,#003265 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01093c', endColorstr='#003265',GradientType=0 ); /* IE6-9 */

	width:auto;
	height:120px;
	background-repeat: repeat;
	z-index:100;
	position:relative;
}

#ban_logo{
	position:relative;
	z-index:100;
}

.parallax{
	overflow:hidden;
	
}

#logo_inner {
	position:relative;
	width:3000px;
	height:140px;
	top:-30px;
	left:300px;
	background:url(../images/group_img2.png) no-repeat;
}

#img_content1{
	width:235px;
	position:relative;
	float:right;
	margin-top:60px;
	margin-left:20px;
}

#img_content2{
	width:235px;
	position:relative;
	float:right;
	margin-top:3px;
	margin-left:20px;
	clear:both;
}

#content{
	width: 690px;
	height: auto;
	min-height:700px;
	position: relative;
	background-image: url(../images/trans_content.png);
	margin-top: 35px;
	margin-left: 225px;
	font-family: "Bookman Old Style";
	src: url('../fonts/Bookman Old Style.ttf'),url('../fonts/Bookman Old Style.eot'); /* IE9+ */
	font-size: 12pt;
	padding-top:5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #333;
	z-index:1;
}

#footer{
	width:690px;
	height:16px;
	background-image:url(../images/trans_content.png);
	border-radius: 0px 0px 25px 25px;
	-moz-border-radius: 0px 0px 25px 25px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 0px 0px 25px 25px; /* Firefox 3.6 and earlier */
	-o-border-radius: 0px 0px 25px 25px;
	font-family: "Bookman Old Style";
	src: url('../fonts/Bookman Old Stylettf')
    ,url('../fonts/Bookman Old Style.eot'); /* IE9+ */
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-left:225px;
	margin-top:0px;
	font-size:10pt;
	color:#333;
	position:relative;
}


#navigation {
	min-width: 100px;
	margin-left: -20px;
	position: absolute;
	top: 123px;
	z-index: 9999;
	width: 245px;
}
#navigation div {
    width: 100px;
}
#navigation div a {
	height: 45px;
	width: 200px;
	background-image: url(../images/navi_bg.png);
	position: relative;
	border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-o-border-top-left-radius: 0px;
	-khtml-border-bottom-right-radius: 20px;
	-khtml-border-bottom-left-radius: 0px;
	-khtml-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 0px;
	font-family: "Bookman Old Style";
	src: url('../fonts/Bookman Old Stylettf')
    ,url('../fonts/Bookman Old Style.eot'); /* IE9+ */
	font-size: 14pt;
	float: left;
	vertical-align: bottom;
	text-align: center;
	display:block;
	padding-top:15px;
	margin-top:-5px;
	font-weight: normal;
}

.footer_navi_start{
	height: 14px;
	width: auto;
	position: relative;
	font-family: "Bookman Old Style";
	src: url('../fonts/Bookman Old Stylettf')
    ,url('../fonts/Bookman Old Style.eot'); /* IE9+ */
	font-size: 9pt;
	float:left;
	text-align: left;
	margin-right:8px;
}

.footer_navi{
	height: 14px;
	width: auto;
	position: relative;
	font-family: "Bookman Old Style";
	src: url('../fonts/Bookman Old Stylettf')
    ,url('../fonts/Bookman Old Style.eot'); /* IE9+ */
	font-size: 9pt;
	float:left;
	text-align: left;
	border-left:solid 1px #333;
	margin-right:8px;
	padding-left:8px;
}

.footer_navi_start a:hover{
	color:#333;
}

#copy{
	float:right;
	position:relative;
	height: 14px;
	font-size:10pt;

}

.contactspacing{
	color:#333;
	font-size:12pt;
}

.contactformstyle{
	color:#333;
}

.contacttable {
	width: 600px;
}
.contacttd {
	vertical-align: top;
	width:182px;
}

textarea{
	resize:vertical;
	min-height:150px;
	max-height:250px;
	width:300px;
	-moz-border-width:200px;
}

a.sitemap:link{
	color:#333;
}
a.sitemap:visited{
	color:#333;
}
a{
	text-decoration:none;	
}

#footer a{
	color:#333;
}

a:link {color:#FFF;}      /* unvisited link */
a:visited{color:#FFF;} /* visited link */

a:hover {color:#CCC;}  /* mouse over link */

h3{
	position:relative;
	top:10px;
	
}

li{
	margin-top:-15px;
}

h4{
	margin-top:-5px;
}