@import url(/library/css/common.css);
@import url(/library/css/calendar.css);
@import url(style.inc.css);

/*
Design by SoftGanz Group
http://www.softganz.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

a { color: #255E0A; }
a:link { color: #255E0A; }
a:hover { color: #9A9A00; }

body {
	background: #0052a5 url(bg.gif) repeat-x;
	color: #000000;
}

/* page layout */

#page-wrapper {
	width: 830px;
	margin: 0 auto;
	background: #fff;
}

#header-wrapper {
	height: 164px;
	background: url(banner06.jpg) left top no-repeat;
	border-bottom:2px #fff solid;
}

#content-wrapper {
	width:830px;
	margin-top:0px !Important;
	margin-top:-27px;
	padding-top:40px;
	background:#fff url(bar_1.png) left top repeat-x;
}

#primary {
	width: 570px;
	padding: 0 10px;
	float: left;
	font-size:0.875em;
}

#secondary {
	width: 230px;
	float: right;
	background:#f6faff;
	border:1px #dfeaf7 solid;
	font-size:10pt;
}

#content-footer {
	clear:both;
}

#footer-wrapper {
	clear: both;
	padding: 20px 0;
	border-top: 5px solid #cdddec;
	text-align:center;
	font-size: 11px;
	color: #333333;
	background:#dee5ec;
}

/* element */

#header-wrapper h1 a {
	height: 146px;
	padding:20px 30px 0;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size: 20pt;
	color: #fff;
}
#header-wrapper h1 a:hover { color:#cdcd00;}
#header-wrapper  p.web-slogan {
	margin-left:30px;
	position:absolute;
	top:60px;
	color:#6f6f6f;
	font-size: 12px;
}

/* top navigator */
ul#navigator {
	height:24px;
	margin:5px 0 0;
	padding:0 0 0 0px;
	font-size:14px;
	line-height:24px;
	list-style-type:none;
	text-align:right;
	position:relative;
	display:none;
}
ul#navigator li {
	margin:0;
	padding:0;
	display:inline;
}
ul#navigator li a {
	padding:2px 15px;
	text-decoration:none;
	color:#565656;
	font-weight:bold;
}
ul#navigator a:hover {
	color:#cdcd00;
	text-decoration:none;
}

#secondary h2 , #secondary h3 {
	height: 34px;
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	text-transform: uppercase;
	color: #336600;
	line-height:34px;
	background: url(title_bullet.png) 3px center no-repeat;
}

#secondary ul {
	margin:0;
	padding:0px 0;
	list-style: none;
	margin-bottom: 10px;
}

#secondary li  {
	padding: 5px 20px;
	padding-bottom: 5px;
}

#secondary p {
	font-size: 10px;
}

#primary p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#footer-wrapper p { margin: 0;}
#footer-wrapper a {	color: #333333;}
#footer-wrapper ul { list-style-type:none;}
#footer-wrapper ul li { display:inline;}

div.content h2.header {
	text-align:right;
	padding-right:20px;
}
div.content h2.title {
	margin:0;
	padding:3px 0 3px 10px;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	background: #408a1b;
	-moz-border-radius:0;
}
