body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
	font-weight: bold;
	background-color: #c9c9c9;
}

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }
a, a * { cursor: pointer; }

b, strong, .bold {
	font-weight: bold;
}

#container {
	width: 960px;
	height: 720px;
	overflow: hidden;
	margin: 15px auto 0;
	position: relative;
	top: 0; left: 0;
}

#content {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	width: 960px;
}

#homepage_bg {
	position: absolute;
	top: 5px; left: 0;
	z-index: 0;
}

#background {
	position: absolute;
	top: 5px; left: 0;
	width: 960px;
	height: 720px;
	z-index: 0;
}

/* ANIMATED LINKS */
#animated_links_wrapper {
	position: absolute;
	top: 6px; left: 0;
}

#animated_links {
	margin-left: 70px;
}

#animated_links a {
	color: #00aeff;
	display: block;
	text-indent: -99999px;
	float: left;
	width: 291px;
	height: 78px;
	position: relative;
	top: 0; left: 0;
	margin-left: 65px;
}

#animated_links .text {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	height: 42px;
/*	width: 291px;  */
	width: 319px;
	background-position: top left;
	background-repeat: no-repeat;
}

#animated_links .nowhere .text { background-image: url(../images/nowhere.png); }
#animated_links .now_here .text { background-image: url(../images/now-here.png); }

#animated_links .nowhere.selected .text { background-image: url(../images/nowhere-selected.png); }
#animated_links .now_here.selected .text { background-image: url(../images/now-here-selected.png); }

#animated_links a .arrow {
	display: block;
	position: absolute;
	top: 5px; left: 140px;
	height: 27px;
	width: 27px;
	background-position: top left;
	background-repeat: no-repeat;
}

#animated_links .nowhere .arrow { background-image: url(../images/nowhere-arrow.png); }
#animated_links .now_here .arrow { background-image: url(../images/now-here-arrow.png); }

#animated_links .nowhere.selected .arrow { background-image: url(../images/nowhere-arrow-selected.png); }
#animated_links .now_here.selected .arrow { background-image: url(../images/now-here-arrow-selected.png); }

/* NAVIGATION */
#navigation {
	position: absolute;
	top: 88px; left: 0;
	background: url(../images/nav-bg.png) top left no-repeat;
	width: 960px;
	height: 74px;
}

#navigation h3 {
	text-indent: -99999px;
	display: block;
	background: url(../images/logo.png) top left no-repeat;
	height: 39px;
	width: 144px;
	position: absolute;
	top: 17px; left: 12px;
}

#navigation ul {
	position: absolute;
	top: 17px; left: 216px;
	width: 744px;
}

#navigation li {
	float: left;
	padding-right: 10px;
}

#navigation .length2 li { width: 367px; }
#navigation .length3 li { width: 241px; }
#navigation .length4 li { width: 178px; }
#navigation .length5 li, #navigation.length1 li { width: 140px; }
#navigation .length6 li { width: 115px; }
#navigation .length7 li { width: 97px; }
#navigation .length8 li { width: 84px; }

#navigation li.last {
	padding-right: 0;
}

#navigation li a {
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

#navigation li a .text {
	float: left;
}

#navigation li a .arrow {
	float: left;
	display: block;
	background: url(../images/nav-arrow.png) top left no-repeat;
	width: 10px;
	height: 11px;
	margin: 4px 0 0 10px;
}

#navigation li a:hover, #navigation li a:hover * {
	text-decoration: none;
}

#navigation li a:hover .text, #navigation li a.selected .text, #navigation li a.sub_nav_hover .text {
	color: #00aeff;
}

#navigation li a:hover .arrow, #navigation li a.selected .arrow, #navigation li a.sub_nav_hover .arrow {
	background-image: url(../images/nav-arrow-hover.png);
}

#navigation ul .sub_nav {
	display: none;
	font-weight: normal;
	left: 0;
}

#navigation.fallback ul li:hover .sub_nav {
	display: block;
}

#navigation ul .sub_nav a {
	padding-top: 6px;
	padding-bottom: 5px;
}

#navigation ul .sub_nav a:hover {
	color: #00aeff;
}

/* CONTENT */
#page_content {
	position: absolute;
	top: 162px; left: 0;
	width: 960px;
	/*height: 230px;*/
}

#page_content .panel {
	float: left;
	width: 240px;
	height: 230px;
	background: url(../images/panel-bg.png) top left no-repeat;
	overflow: hidden;
}

#page_content .image {
	position: relative;
	top: 0; left: 0;
}

#page_content .image img {
	position: absolute;
	top: 0; right: 5px;
}

#page_content .image img.prev, #page_content .image img.next {
	cursor: pointer;
	top: 205px;
}

#page_content .image img.prev { right: 209px; }
#page_content .image img.next { right: 12px; }

#page_content .title, #page_content .text_section {
	margin: 10px 8px 5px 8px;
}

#page_content .title {
	margin-left: 10px;
}

#page_content .title h1 {
	font-size: 34px;
	line-height: 1em;
	padding-bottom: 8px;
}

#page_content .title p {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

#page_content .last {
	margin-right: 10px;
}

#page_content .text_section {
	font-weight: normal;
}

#page_content .text_section p {
	margin-bottom: 1.2em;
}

#page_content .text_section .scroller {
	height: 210px;
	overflow: auto;
}

#page_content .text_section .buttons {
	margin-top: 9px;
}

#page_content .text_section .buttons a {
	float: left;
	display: block;
	height: 15px;
	width: 46px;
	margin-right: 30px;
	position: relative;
	top: 0; left: 0;
}

#page_content .text_section .buttons a .arrow {
	display: block;
	height: 10px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	top: 2px; right: 0;
}

#page_content .text_section .buttons .more .arrow { background-image: url(../images/down-arrow.png); }
#page_content .text_section .buttons .back .arrow { background-image: url(../images/up-arrow.png); }


/* CONTACT PAGE */
#contact_title li {
	font-size: 14px;
	line-height: 1.2em;
}

#contact_title ul {
	padding: 5px 0 15px 0;
}

#contact_title p {
	font-size: 12px !important;
	line-height: 1.2em !important;
	font-weight: normal;
}

#contact_form {
	float: left;
	height: 230px;
	width: 720px;
	background-color: red;
}

#page_content #contact_title, #contact_form {
	background: url(../images/panel-bg-large.png) top left no-repeat;
}

#contact_form h1 {
	font-size: 34px;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 3px;
}

#contact_form td {
	vertical-align: top;
	padding-top: 6px;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #fff !important;
	background: transparent !important;
	padding: 4px 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
}

#contact_form .text input, #contact_form .small_text input, #contact_form .textarea textarea {
	width: 260px;
}

#contact_form .label {
	width: 68px;
	padding-top: 11px;
}

#contact_form .text, #contact_form .textarea {
	width: 288px;
}

#contact_form .textarea textarea {
	height: 39px;
}

#contact_form .small_text input {
	width: 82px;
}

#contact_form .checkbox {
	padding-top: 4px;
	text-align: right;
}

#contact_form .checkbox input {
	position: relative;
	top: 2px; left: 0;
	margin-right: 22px;
	border: none !important;
}

#contact_form #contact_submit {
	cursor: pointer;
	float: right;
	border: none !important;
	width: 60px;
	text-align: left;
	background: url(../images/submit.png) 0 0 no-repeat !important;
	margin: 1px 22px 0 0;
}

#contact_form .success, #contact_form .errors {
	position: absolute;
	top: 16px; right: 28px;
	padding: 5px 10px;
	color: green;
	background-color: #fff;
	z-index: 50;
}

#contact_form .errors {
	color: red;
}

#contact_form #captcha_label {
	padding-top: 4px;
}

#contact_form td.submit {
	padding-top: 4px;
}

/* FOOTER */
#footer {
	font-weight: normal;
	width: 960px;
	margin: 0 auto;
}

#footer .left, #footer .right {
	padding: 5px 0 10px 0;
}

#footer .left {
	float: left;
	padding-left: 8px;
}

#footer .right { 
	float: right; 
	padding-right: 8px; 
}

#footer, #footer a {
	color: #414142;
}

#page_content .panel .text_section .scroller a {
	text-decoration: underline;
}

#page_content .panel .text_section .scroller a:hover {
	color: #ddd;
}
