/*******************\
*   MAIN SETTINGS   *
\*******************/
body, form {
	padding: 0px;
	margin: 0px;
	font-Family: Verdana, Arial;
	font-size: 11px;
}

#main_container {
	position: relative;
	margin: 55px auto 0 auto;
	width: 945px;
}

#header_container {
	position: relative;
	height: 40px;
}

#content_container {
	position: relative;
	height: 340px;
	background-color: #000;
	color: #fff;
	overflow-x: hidden;
}

#footer_container {
	position: relative;
	margin-top: 16px;
	height: 43px;
}

#headlines {
	position: absolute;
	left: 0;
	top: -6px;
	width: 507px;
	height: 22px;
	overflow: hidden;
}

#headlines .headline {
	list-style: none;
	display: none;
	position: absolute;
	top: 0;
}

.headline, .headline a {
	font-size: 17px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}

#header_container #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 20px;
}

#footer_container #footer_text {
	position: absolute;
	left: 0;
	top: 0;
}

#footer_container #lower_nav {
	position: absolute;
	right: 0;
	top: 0;
}

.content {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	background: url(/images/bg_2.jpg) left top no-repeat;
}

#home_page_link {
	position: absolute;
	left: 0px;
	top: 100px;
	height: 30px;
	color: white;
	font-size: 30px;
	text-decoration: none;
	width: 250px;
	text-align: right;
}

#lower_nav ul {
	color: #000;
	padding: 0px;
	margin: 0px;
	float: right;
}

#lower_nav ul li:first-child {
	border-left: none;
	padding-left:0;
}

#lower_nav ul li { 
	margin-left: 2px;  
	list-style-type: none; 
	display: inline;
	font-Size: 7pt;
}

#lower_nav ul li a { 
	color: #333;
	text-decoration: none;
}

#lower_nav ul li a.selected { 
	color: #265d7d;
}

#lower_nav ul li a:hover { 
	color: #f00;
	text-decoration: none;
}

/********************\
*   OTHER SETTINGS   *
\********************/
.right {
	text-Align: right;	
}

.top {
	vertical-Align: top;	
}
.error {
	color:		#FF0000;
	background-Color:	#FFFF66;
}
input, textarea, select {
	font-family: Arial;
	font-Size: 9px;
}

.form_row {
	position: relative;
	margin-bottom: 5px;
	line-height: 12px;
}

.form_row label {
	color: #777;
	font-weight: normal;
	font-size: 0.8em;
}

.form_row label.inside {
	position: absolute;
	left: 5px;
	top: 1px;
}

.form_row input, .form_row textarea, .form_row select {
	border: 0;
	font-size: 0.8em;
	width: 100%;
	padding: 0.1em 0.5em;
}

.form_row input {
	height: 12px;
	padding: 2px;
}

.form_row textarea {
	overflow: auto;
	padding: 2px;
}

.form_row select {
	padding: 0.1em 0;
}

a#start_with_bloosky:link, a#start_with_bloosky:visited {
	color: red !important;
}

#front_text {
	position: absolute;
	left: 30px;
	top: 164px;
	color: white;
	font-size: 24px;
}

#start_button {
	position: absolute;
	right: 0px;
	top: 241px;
	width: 500px;
	height: 26px;
	font-size: 8pt;
	font-weight: bold;
	width: 220px;
}

#start_button li {
	list-style: none;
	height: 19px;
	padding-bottom: 3px;
}

#start_button .tab {
	height: 100%;
	width: 100%;	
}

#start_button li .selected, #start_button li .hover {
	background-position: left bottom;
}

#text_container {
	position: absolute;
	left: 290px;
	top: 100px;
	width: 460px;
	line-height: 16px;
	border-left: 1px solid #EEE;
	height: 197px;
	padding-left: 20px;
}

#scroll_container {
	position: absolute;
	left: 262px;
	top: 100px;
	width: 460px;
}

.bullet_points li {
	float: left;
	margin-right: 20px;
	list-style: none;
}

.white {
	color: white !important;
}

.jScrollPaneDrag {
	background: url("/images/scroll_drag.png") no-repeat scroll 0 0 transparent !important;
}

.jScrollPaneTrack {
	background: url("/images/scroll.png") repeat-y scroll 24.5px 0 transparent !important;
}

form .submit {
	background: url("/images/submit.png") no-repeat scroll bottom left transparent;
	text-indent: -1000em;
	width: 100px;
	height: 23px;
	border: 0px;
	cursor:pointer;
}

form .submit:hover {
	background-position: top left;
	cursor:pointer;
}