@charset "utf-8";
/*** RESET ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* image */
img { border:none; }
/*** STYLE ***/
body {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#0e366a;
	background: url(gui/body_bg.png) repeat-y left;
}
.clear {
    clear:both;
    height:0px;
	line-height:0px;
}
.size {
	margin-right:auto;
	width:1000px;
}
.head {
	height: 224px;
	background:url(gui/head_bg.png);
}
.head .grass {
	height: 224px;
	background:url(gui/head_grass.png) left bottom repeat-x;
}
.head .logo {
	display:block;
	height: 224px;
	width:440px;
	background:url(gui/logo.png) no-repeat left;
	float:left;
}
.head .nav {
	display:block;
	height: 30px;
	width:560px;
	float:left;
	margin-top: 194px;
}
.head .nav .ma {
	float:left;
	width:122px;
	height:30px;
	background: url(gui/nav_ma.png) top left;
	margin-right:18px;
}
.head .nav .ma:hover {
	background: url(gui/nav_ma.png) bottom left;
}
.head .nav .ma_focus, .head .nav .ma:focus {
	background: url(gui/nav_ma.png) bottom right;
	float:left;
	width:122px;
	height:30px;
	margin-right:18px;
}
.head .nav .dc {
	float:left;
	width:122px;
	height:30px;
	background: url(gui/nav_dc.png) top left;
	margin-right:18px;
}
.head .nav .dc:hover {
	background: url(gui/nav_dc.png) bottom left;
}
.head .nav .dc_focus, .head .nav .dc:focus {
	background: url(gui/nav_dc.png) bottom right;
	float:left;
	width:122px;
	height:30px;
	margin-right:18px;
}
.page {

}
.page .minor {
	float:left;
	width:420px;
	margin-right:20px;
}
.page .minor .teaser {
	display:block;
	text-decoration:none;
	height:61px;
	margin-top:20px;
}
.page .major {
	float:left;
	width:540px;
	padding-top:20px;
}
.page .major .quote .text {
	float:left;
	width:293px;
	padding-right:70px;
	line-height:160%;
}
.foot {
	margin-top:20px;
	margin-bottom:10px;
	font-size:11px;
	text-align:right;
}
/*** Content ***/
.email {

}
.tel {
	padding-left:90px;
}
.quote {
	height:140px;
	background:url(gui/quote.png);
	padding-left:19px;
	padding-top:18px;
}
.quote .team {
	float:left;
	width:158px;
	font-size:11px;
}
.quote .team img {
	padding-bottom:4px;
}
a {
	color:#0e366a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:20px;
}
h2 {
	height:16px;
	line-height:16px;
	background:url(gui/subline.png) bottom;
	margin-top:20px;
}
h2 span {
	height:16px;
	background:#FFFFFF;
	padding-right:12px;
}
p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	line-height:160%;
}	
/* slideshow */
pre { display:none }
.pics { height: 432px; width: 540px; padding:0; margin:0; overflow: hidden }
.pics img { height: 430px; width: 538px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
/* panel */
.panel {
	margin: 60px auto 0 auto;
	width:230px;
}
.panel_head {
	text-decoration:none;
	font-size: 17px;
	color:#123a6e;
	padding-left:50px;
	display:block;
	height:30px;
	line-height:30px;
}
.panel_date {
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#9badc6;
}
.panel_text {
	font-size:11px;
}
.panel_news {
	margin-top:10px;
}
.panel .net {
	background:url(gui/panel_head-net.png) left no-repeat;
}
.panel .team {
	background:url(gui/panel_head-team.png) left no-repeat;
}
.panel .news {
	background:url(gui/panel_head-news.png) left no-repeat;
}