@charset "utf-8";
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #fff url('../images/page.gif') repeat-x top center;
}

p {
	color: #455f73;
	font-size: 15px;
	line-height: 1.4em;
	padding: 2px 0 6px 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	padding: 4px 0 10px 0;
}

h1 {
	font-weight: normal;
	font-size: 32px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	color: #f5a72c;
}

h3 {
	font-weight: bold;
	color: #455f73;
}

strong {
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

#page {
	position: relative;
	background: url('../images/header.gif') no-repeat top center;
}

#header {
	position: relative;
	height: 390px;
	width: 960px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 800px;
}

#logo-title {
	position: absolute;
	left: 110px;
	top: 5px;
	font-weight: bold;
	font-size: 20px;
	color: #455f73;
}

#logo-text {
	position: absolute;
	left: 110px;
	top: 30px;
	font-size: 13px;
	line-height: 1.3em;
	color: #647e91;
}

#description {
	position: absolute;
	top: 40px;
	right: 25px;
	font-size: 16px;
	line-height: 1.3em;
	text-align: right;
	color: #455f73;
}

#header-image {
	position: absolute;
	top: 100px;
	right: -1px;
}

#header-text {
	position: absolute;
	top: 130px;
	left: 37px;
	width: 640px;
}


#header-text h1, #header-text p {
	color: #fff;
	width: 540px;
}

#content a, #sidebar a {
	color: #489adb;
}

#content a:hover, #sidebar a:hover, #content a:focus, #sidebar a:focus {
	color: #f5a72c;
}

ul.buttons {
	margin: 5px 0;
}

ul.buttons li {
	display: inline;
}

ul.buttons li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 10px 0px 22px;
	border: 1px solid #b3d3ec;
	margin-right: 7px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	background: url('../images/button.gif') repeat-x top left;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 2px;
}

ul.buttons li a:hover, ul.buttons li a:focus {
	margin-top: 2px;
	margin-bottom: 0;
	background: url('../images/button.gif') bottom left;
}


#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 130px;
}

#content {
	position: relative;
	margin-left: 37px;
	width: 500px;
	top: 0;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	color: #455f73;
	font-size: 15px;
	line-height: 1.4em;
	padding: 2px 0 6px 0;
}

#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 385px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	background: #86b5da;
	width: 100%;
	height: 130px;
}

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footer h3, #footer p {
	color: #fff;
}

#footer p {
	font-size: 12px;
	line-height: 1.4em;
}

#footer h3 {
	font-size: 15px;
}

#footer-left {
	position: absolute;
	top: 10px;
	left: 37px;
}

#footer-right {
	position: absolute;
	right: 25px;
	top: 15px;
}

#footer-right li {
	display: inline;
	margin-left: 10px;
	font-size: 11px;
}

#footer-right a {
	color: #fff;
}

.csc-frame-frame1 {
	padding: 15px 15px 10px 15px;
	border: 1px solid #cbdfef;
}

.csc-frame-frame2 {
	padding: 15px 15px 10px 15px;
	border: 1px solid #f5a72c;
	margin-bottom: 10px;
}

.csc-frame p {
	font-size: 12px;
}

.csc-menu-1 li {
	margin-bottom: 5px;
	font-size: 15px;
}


