/* global.css */
ul, li{list-style: none; margin: 0; padding: 0;}
body{ font-size: 12px;}
a{
	text-decoration: none;
}
.tac{text-align: center;}

/* content */
#header
{
	background: #082436 url(../images/bg/nav_bg.gif) center repeat-x;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}

#header li {
	float: left;
	border-left: #2e688f solid 1px;
	border-right: #000 solid 1px;
}

#header li.first {
	border-left: none;
}

#header li.last {
	border-right: none;
}

#header li.line {
	padding: 8px;
	color: #666;
}

#header a {
	float: left;
	padding: 8px 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header a:hover, #header li.current a {
	color: #082436;
	background: #d97337 url(../images/bg/nav_hover.gif) center repeat-x;
}

#container {
	padding-top: 10px;
	background: url(../images/bg/bluebg.jpg) center top no-repeat;
}

#logo {
	height: 80px;
	background: #0c344d url(../images/logo/logo.gif) left center no-repeat;
}

#containerinside {
	margin: 10px 0;
	padding: 5px;
	background: #fff url(../images/bg/container_bg.gif) top repeat-x;
	border: #cedbe4 solid 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#side {
	
}

#side ul {
	background: #e8f2f9;
	border: #cedbe4 solid 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#side li {
	border-top: #e8f2f9 solid 1px;
	border-left: #e8f2f9 solid 1px;
	border-right: #e8f2f9 solid 1px;
	border-bottom: #cddbe4 solid 1px;
}

#side li.first {
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#side li.last {
	border-bottom: #e8f2f9 solid 1px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#side a {
	display: block;
	padding: 10px 10px 10px 30px;
	color: #556f88;
	text-decoration: none;
	background: url(../images/point/arrow_blue.png) left center no-repeat;
}

#side a:hover, #side li.current a {
	color: #d90f25;
	background: #fff url(../images/point/arrow_red.png) left center no-repeat;
}

#main {
	margin-left: 10px;
	/*border: #cedbe4 solid 1px;*/
}

#main h1{
	margin-bottom: 20px;
	padding: 2px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	background: #2e688f;
	border: #cedbe4 solid 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main div{
	color: #556F88;
}

#main p{
	text-indent: 2em;
	line-height: 2em;
}


#footer {
	color: #ccc;
	text-align: center;
	background: #35393c;
	border-top: #000 solid 10px;
}

#footer p {
	margin: 20px;
}