@charset "UTF-8";
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#333;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#fff
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#000
}
strong{
	font-weight:bold
}
em{
	font-style:italic
}
.container {
	width: 1147px;
	margin-right: auto;
	margin-left: auto;
}
.clear{
	clear:both;
}
#searchbox{
	background:url(../images/bg.top.jpg) no-repeat top center; 
	height:40px;
}
#searchfield{
	float:right;
	margin-right:80px;
	margin-top:8px;
	height:30px;
}
#searchfieldbox{
		
	background:url(../images/bg.searchfield.png) no-repeat;
	background-color: transparent;
	width:179px;
	height:26px;
	border:none;
    
	padding:0px 5px 0px 5px;
	
	font-size:13px;
	
}
#searchbutton{
	float:right;
	background:url(../images/bg.searchbutton.png) no-repeat;
	border:none;
	width:101px;
	height:26px;
}
#menubox{
	background:url(../images/bg.menu.jpg) no-repeat;
	height:54px;
}
#indexbox{
	height:495px;
}
#box{
	background:url(../images/bg.box.jpg) no-repeat;
	height:34px;
}
#fontsize{
	background:url(../images/bg.fontsize.png);
	width:181px;
	height:30px;
	float:right;
	margin-right:80px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif
}
#fontsize .current{
	
	text-decoration:underline
}
#fontsize a{
	color:#666;
    text-decoration:none;
	display:block;
	width:26px;
	float:right;
	line-height:26px;
}
#fontsize a:hover{
	color:#000;
}
#fontsize .normal{
	font-size:12px
}
#fontsize .big{
	font-size:14px
}
#fontsize .bigger{
	font-size:16px
}
#breadcrumb{
	background:url(../images/bg.breadcrumb.png) no-repeat;
	height:18px;
	width:500px;
	padding: 3px 20px 5px 20px;
	font-size:0.82em;
	line-height:18px;
	margin-left:70px;
}
#breadcrumb a{
	color:#333;
	text-decoration:none
}
#breadcrumb a:hover{
	text-decoration:underline
}

.plain{
	background:url(../images/bg.subpage.plain.jpg) no-repeat;
	height:700px;
}
.about{
	background:url(../images/bg.subpage.about.jpg) no-repeat;
	height:auto !important;
		min-height:600px;
		height:600px;
		
}
.jgh{
	background:url(../images/bg.subpage.jgh.jpg) no-repeat;
	height:auto !important;
	min-height:600px;
	height:600px;
}
.alex{
	background:url(../images/bg.subpage.alex.jpg) no-repeat;
	height:auto !important;
		min-height:600px;
		height:600px;
}
.career{
	background:url(../images/bg.subpage.career.jpg) no-repeat;
	height:auto !important;
		min-height:600px;
		height:600px;
}
.news{
	background:url(../images/bg.subpage.news.jpg) no-repeat;
	height:auto !important;
		min-height:600px;
		height:600px;
}
.contact{
	background:url(../images/bg.subpage.contact.jpg) no-repeat;
	height:auto !important;
	min-height:600px;
	height:600px;
}
.blank{
	background:url(../images/subpage.blank.jpg) no-repeat;	
	height:auto !important;
	min-height:600px;
	height:600px;
}

#content{
	width:670px;
	float:right;	
	padding-right:100px;
	padding-left:20px;
	padding-top:18px;
}
#content h2{
	color:#263A73;
	font-size:1.50em;
	text-transform: capitalize;
}

#content h3{
	color:#263A73;
	font-size: 1.13em;
	text-transform: none;
	font-weight: bold;
	padding-top: 15px;
}

#content p{
	color:#444;
	line-height:1.69em;
	font-size:1.06em;
	padding:10px 0px 10px 0px;
}
#content ul{
	margin:0px 10px 0px 10px;
	line-height:1.69em;
	font-size:1.06sem;
	color:#444;
}
#content li{
	list-style:circle
}
.subtitle{
	
	width:250px;
	left: 72px;
	top: 0px;
	padding:15px 10px 10px 18px;
	color:#FFF;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	
	margin-bottom:60px;
	
}
.leftcol{
   position:relative;
	left: 72px;
	top: 0px;
	float:left;
	width:250px;
}
.submenu{

}
.submenu ul{
	padding:15px 15px 15px 15px;
}
.submenu li{
	background:url(../images/bluedot.gif) no-repeat left 5px;
	padding-left: 10px
}
.submenu li a{
	display:block;
	width:100%;
	height:20px;
	text-decoration:none;
	color:#666
}
.submenu li a:hover{
	background:url(../images/sub_hover.png) no-repeat left 15px;
}
.submenu li a.current{
	background:url(../images/sub_hover.png) no-repeat left 15px;
}


.services A:link {
	COLOR: #6f96a5; TEXT-DECORATION: underline
}
.services A:visited {
	COLOR: #6f96a5; TEXT-DECORATION: underline
}
.services A:hover {
	COLOR: #6f96a5; TEXT-DECORATION: none
}
.services A:active {
	COLOR: #6f96a5; TEXT-DECORATION: none
}


#sub_about{
	background:url(../images/sub_about.png) no-repeat;
	height:146px;	
}
#sub_jgh{
	background:url(../images/sub_jgh.png) no-repeat;
	height:66px;	
}
#sub_alex{
	background:url(../images/sub_jgh.png) no-repeat;
	height:66px;	
}
#sub_career{
	background:url(../images/sub_career.png) no-repeat;
	height:125px;	
}
#sub_news{
	background:url(../images/sub_news.png) no-repeat;
	height:102px;	
}
#footer{
	height:147px;
	background:url(../images/footer.jpg)
}
#indexfooter{
	height:147px;
	background:url(../images/index_footer.jpg) no-repeat top;
}
#footer .note, #indexfooter .note{
	font-size:11px;
	color:#999;
	padding-left:60px;
	padding-top:80px;
	line-height:16px;
}
#contactform label{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	line-height:20px;
	height:20px;
}
#contactform input{
	width:250px;
	line-height:1em;
	font-size:1.2em;
	height:20px;	
	border:#CCC solid thin;
}
#contactform textarea{
	width:350px;
	font-size:1.2em;
	height:150px;
		border:#CCC solid thin;
}
#contactform #submitcontact{
	background:url(../images/bg.submitbutton.png) no-repeat;
	border:none;
	width:101px;
	height:26px;
}
.photoright{
	float:right;
	width:255px;
	color:#444;
	line-height:1.5em;
	font-size:0.85em;
	padding:10px;
}


.newslettercover{
	float: left;
	width:150px;
	color:#444;
	line-height:2.0em;
	font-size:1.0em;
	padding-right:15px;
	text-align: center;
}
