* {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

body {
	background: white url(images/beacons.jpg) no-repeat bottom right;
	background-attachment: fixed;
	font-family: "Arial", sans-serif;
	position: relative;
	height: 100% !important;
	padding: 40px;
}

#top, #bottom, #left, #right {
	background: #d9e3ea;
	position: fixed;
	z-index: 1000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 9px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 9px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
		
		
#logo {
	display: block;
	outline: none;
	width: 228px;
	height: 57px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat left top;

}
		
h1 {
	font-size: 35px;
	color: #afc1ce;
	font-weight: normal;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

ul#menu,
ulmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu {
	width: 230px;
	position: relative;
	right: -10px;
	margin-top: 30px;
}

ul#menu li a {
	display: block;
	text-align: right;
	color: #afc1ce;
	font-size: 19px;
	text-decoration: none;
	letter-spacing: -2px;
	padding: 10px 20px 10px 20px;
	border-right: 10px solid #d9e3ea;
	outline: none;
}

ul#menu li a:hover {
	color: #febc30;
	background: url(images/menu-arrow.gif) no-repeat left center;
}

ul#menu li a.active {
	border-right-color: #009ddc;
}

ul#menu li ul.submeniu {
	list-style-type: none;
}

ul#menu li ul.submeniu li {
}

ul#menu li ul.submeniu li a {
	font-size: 13px;
	letter-spacing: 0px;
	padding: 0px 20px 5px 0px;
}

ul#menu li ul.submeniu li a:hover {
	background: none;
}

.main-pic {
	border: 4px solid #d9e3ea;
	margin: 20px 0;
}

h3 {
	color: #4f6473;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	/*
	margin-bottom: 20px;
	*/
	padding: 15px 0px 10px 0px;
}

p,
#col-right ul {
	font-size: 12px;
	color: #4f6473;
	margin-bottom: 16px;
}

#col-right ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 10px;
}

#col-right a {
	color: #0094d1;
}

#col-left {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#col-right {
	margin-left: 230px;
	border-left: 10px solid #d9e3ea;
	padding-left: 25px;
	padding-bottom: 20px;
	width: 520px;
	margin-top: 10px;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}

.text {
	background: #f8fafc !important;
	border: 1px solid #7fceed;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4f6473;
	width: 250px;
}

.buton {
	border: 2px solid #0b8ec3;
	background: #009ddc;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: white;
	padding: 5px 10px;
	cursor: pointer;
}

.next-page {
	display: block;
	outline: none;
	width: 33px;
	height: 20px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/arrow-down.gif) no-repeat left top;
	margin-top: 20px;
}