@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background: #666666 url(../_images/bg.jpg) center center no-repeat fixed;
	font-size: 62.5%;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: none
}
#vertical {
	position:absolute;
	top:50%;
	margin-top:-280px;
	left:0;
	width:100%;
}
#container {
	width:920px;
	margin: 0 auto;
	height:550px;
	background: url(../_images/mainbg.png) no-repeat;
	padding: 5px 6px 13px 12px;
}
#logo {
	width: 113px;
	float: left;
}
#content {
	float: left;
	width: 610px;
	height: 550px;
	overflow: hidden;
	position: relative;
}
#contentarea {
	height: 549px;
	width: 610px;
	overflow:hidden;
	position: relative;
}
#footer {
	text-align: right;
	font-size: 1.6em;
	font-weight: lighter;
	color: #C5C5C5;
	padding: 0 20px 0 0;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	bottom: 25px;
}
#footer a {
	color: #C5C5C5;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
/* --------------------------------- Nav --------------------------------- */

#nav {
	width: 170px;
	float: left;
	background: #60cae4;
	height: 549px;
}
div.sc_menu_wrapper {
	position: relative;
	height: 549px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 170px;
	overflow: auto;
}
div.sc_menu {
	padding: 0;
}
.sc_menu a {
	display: block;
	margin: 5px 0;
	width: 140px;
	padding: 0 15px;
	/* When image support is turned off */
	color: #fff;
}
.sc_menu a:hover {
}
.sc_menu img {
	display: block;
	border: none;
}
.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	text-align: center;
	color: #fff;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	padding: 4px;
	font-size: 12px;
	color: #333;
	background: rgb(255, 255, 255);
}

#nav .site1 {
	background: url(../_images/nav1.jpg) 15px 0 no-repeat;
}
#nav .site2 {
	background: url(../_images/nav2.jpg) 15px 0 no-repeat;
}
#nav .site3 {
	background: url(../_images/nav3.jpg) 15px 0 no-repeat;
}
#nav .site4 {
	background: url(../_images/nav4.jpg) 15px 0 no-repeat;
}
#nav .site5 {
	background: url(../_images/nav5.jpg) 15px 0 no-repeat;
}
#nav .site6 {
	background: url(../_images/nav6.jpg) 15px 0 no-repeat;
}
#nav .site7 {
	background: url(../_images/nav7.jpg) 15px 0 no-repeat;
}
#nav .site8 {
	background: url(../_images/nav8.jpg) 15px 0 no-repeat;
}
#nav .site9 {
	background: url(../_images/nav9.jpg) 15px 0 no-repeat;
}

/* --------------------------------- Content area --------------------------------- */

.section {
	width:1900px;
	position:relative;
}
.section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section .sub {
	position:relative;
	float:left;
	padding: 9px 10px 50px 40px;
	width: 560px;
	height: 490px;
	text-align: left;
}
.section .sub p {
	width:520px;
	font-size: 1.2em;
	color: #666666;
}
.section .next, .section .prev {
	font-size:18px;
	position:absolute;
	bottom:75px;
}
.section .next {
	right:246px;
	height: 20px;
	width: 24px;
	overflow: hidden;
	text-indent: -9000em;
	background: url(../_images/next.gif) 0 0 no-repeat;
}
.section .next:hover {
	background: url(../_images/next.gif) 0 -20px no-repeat;
}
.section .prev {
	left:239px;
	height: 20px;
	width: 24px;
	overflow: hidden;
	text-indent: -9000em;
	background: url(../_images/previous.gif) 0 0 no-repeat;
}
.section .prev:hover {
	background: url(../_images/previous.gif) 0 -20px no-repeat;
}

.section .next, .section .prev {
	text-decoration: none;
	font-size: 2em;
	color: #999999;
}


h1 {
	font-size: 2em;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 10px 0 6px 0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 10px 0 0 0;
}
p {
	font-size: 1.2em;
	margin: 0;
	padding: 8px 0 4px 0;
}
p.url {
	padding: 0;
}
p a {
	color: #8c8c8c;
	text-decoration: none;
}
p a:hover {
	color: #64C8E5
}
p.url a {
	font-size: 1.6em;
	color: #8c8c8c;
	font-weight: lighter;
	text-decoration: none;
}
p.url a:hover {
	color: #64C8E5
}

/* --------------------------------- Contact Form --------------------------------- */

#contactform  {
	padding: 90px 0 0 0;
}
#contactform label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}
#contactform label.error {
	width: auto;
	float: none;
	text-align: left;
	display: block;
	color: #FF0000;
	margin-left: 110px;
}
#contactform .textbox, #contactform .messagebox {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: none;
	background-color: #60cae4;
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
}
#contactform .messagebox {
	width: 350px;
}
#contactform .send {
	margin-left: 110px;
	border: none;
	background-color: #A8AAAD;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
}
.hideblock {
	display: none;
}

