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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	display: none;
}
h1 {
	font-size: 28px;
	line-height: 30px;
	color: #98d5f3;
	font-weight: lighter;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: lowercase;
}
h2 {
	font-size: 25px;
	line-height: 29px;
	font-weight: lighter;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	text-transform: lowercase;
}
h3 {
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	margin-top: 20px;
	text-transform: lowercase;
	color: #98d5f3;
	color: #6791af;
}
img {
	border: none;
}
p {
	margin-top: 10px;
}
#topper {
	background-image: url(/images/interface/topper_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
}
#navigation {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#navigation ul {
	clear: both;
	list-style: none;
	padding-top: 13px;
}
#navigation ul li {
	display: inline;
	font-size: 16px;
	color: #98d5f3;
}
#navigation ul li a {
	color: #98d5f3;
	text-decoration: none;
}
#signup {
	background-image: url(/images/interface/signup_bg.gif);
	background-repeat: no-repeat;
	width: 351px;
	height: 55px;
	float: right;
	text-align: center;	
}
#facebook {
	position:relative;
	background-image: url(/images/interface/facebook_bg.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 55px;
	float: right;
	text-align: center;
}
#facebook img{
	position:absolute;
	bottom:3px;
	left:22px;
	
}
#signup form {
	font-size: 13px;
	padding-top: 30px;
}
#signup input {
	border: none;
	width: 140px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #7cb9e4;
}
#signup .submit {
	width: auto;
	background-color: #000000;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
#responder {
	font-size: 13px;
	padding-top: 30px;
}
#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	clear: both;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #98d5f3;
	padding: 15px 0px 30px 0px;
	text-align: right;
	text-transform: lowercase;
}
#footer a {
	color: #98d5f3;
}
#identity {
	margin: 15px 15px 0px 0px;
	float: left;
}
#content_right {
	float: right;
	width: 580px;
}
#content_right a {
	color: #6791af;
}
#content_right_inner {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
#content_right p {
	font-size: 14px;
	line-height: 22px;
	color: #6791af;
}
#intro {
	margin-top: 15px;
	width: 533px;
	height: 455px;
	background-image: url(../images/about-us/intro_bg.gif);
	background-repeat: no-repeat;
}
#intro ul {
	text-align: center;
	padding-top: 9px;
	font-size: 13px;
	color: #000000;
}
#intro ul li a {
	color: #000000;
	text-decoration: none;
}
#intro_inner {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
#intro p {
	color: #98d5f3;
}
#intro .active {
	text-decoration: underline;
}
.invisible {
	display: none;
}
.visible {
	display: block;
}
#address p {
	margin-bottom: 10px;
}
strong {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar {
	width: 25%;
	float: left;
	text-align: left;
}
#sidebar h2 {
	text-align: left;
}
#sidebar a {
	color: #6791af;
	text-transform: lowercase;
}
#sidebar ul li ul li {
	display: block;
	margin-bottom: 7px;
}
ol {
	color: #6791af;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/interface/checkmark.gif);
}
ol li {
	margin-top: 10px;
}