html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow";
	font-size: .9em;
	color: #365589;
	text-align: center;
}

body {
	background: white url("../images/body_bg.jpg") repeat-x;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #59a4d9;
	text-decoration: none;
}

img {
	border: none;
}

#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
	z-index: -10;
}

#bg div {
	position: absolute;
	left: 50%;
	margin-left: -800px;
}

#content {
	position: relative;
	margin: 0 auto;
	font-family: "vera-sans-1","vera-sans-2";
	font-size: 1.2em;
	color: #365589;
	padding: 10px 40px 40px 40px;
	text-align: left;
}

#message {
	width: 400px;
}

#message.wide {
	width: 600px;
}

#content img {
	float: right;
	clear: right;
	margin-bottom: 30px;
}

#content h1 {
	font-family: "dederon-sans-web-1","dederon-sans-web-2";
	font-weight: bold;
	font-size: 2.0em;
	color: black
}

#content h2 {
	font-family: "deva-ideal-1","deva-ideal-2";
	font-weight: normal;
	font-size: 1.5em;
	color: #7da3d0;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	color: black
}

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#header {
	position: relative;
	width: 950px;
	height: 85px;
	margin: 0 auto;
}

#main {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	border: 2px solid #365589;
	border-top: 0;
	background: white;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
}

#nav {
	display: table;
	position: relative;
	height: 55px;
	font-size: 1.2em;
	text-align: center;
	white-space: nowrap;
	background: url("../images/nav_bg.jpg") repeat-x;
}

#nav_center {
	display: block;
	position: relative;
	height: 55px;
	top: -10px;
}

div.nav_link {
	font-family: "etica-1","etica-2";
	font-weight: normal;
	vertical-align: bottom;
	display: table;
	height: 50px;
	float: left;
	background: url("../images/nav_bg.jpg");
	margin: 0;
	border: 0;
	padding: 0 15px;
	color: black;
}

div.nav_link p {
	display: table-cell;
	vertical-align: middle;
}

div.nav_link:hover {
	color: #59a4d9;
}

div.nav_active {
	position: relative;
	height: 55px;
	top: -5px;
	background: url("../images/nav_active_bg.jpg")
}

div.nav_div {
	height: 50px;
	float: left;
}

#nav img {
	vertical-align: text-top;
}

#logo {
	float: left;
}

#login {
	position: relative;
	float: right;
	top: 10px;
	left:-90px;
	color: white;
	text-align: center;
	width:390px;
}

input.login {
	font-size: 1.0em;
	border:solid 2px #365589;
	background:white;
	color: #365589;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 5px;
        margin-left: -5px;
	margin-right: 5px;
	width:130px; 
}

input.login:focus {
	background-color: #FFFFCC;
}

input[type=checkbox] {
	margin: 0;
	vertical-align: middle;
}

#footer {
	position: relative;
	width: 850px;
	top: 140px;
	margin: 0 auto;
}

#mobile {
	position: absolute;
	width: 190px;
	right: 0;
	bottom: 0;
	text-align: center;
}

#iphone {
	float: left;
}

#blackberry {
	float: right;
}

img.reflection {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#mobile_text {
	position: absolute;
	width: 100%;
	bottom: 0;
}

#follow {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

#follow img {
	vertical-align: middle;
}

#demo {
}

#view_demo {
	position: inherit;
	left: ;
	top: ;
}

#hidden {
	visibility: hidden;
}

#join_today {
	position: absolute;
	right: -20px;
	top: 40px;
}

#fees {
	float: right;
	text-align: center;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#fees input {
	width: 50px;
	font-size: 0.8em;
	border:solid 2px #7da3d0;
	background:white;
	color: #365589;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-color: black;
	width: 100%;
	padding: 10px;
	background-color: #efefef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#contact input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border:solid 2px #7da3d0;
	background:white;
	color: #365589;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#contact input  {
	transition: all 0.30s ease-in; -webkit-transition: all 0.30s ease-in; -moz-transition: all 0.30s ease-in;
}

#contact input:focus {
	box-shadow: 0 0 5px #3D5889; -webkit-box-shadow: 0 0 5px #3D5889; -moz-box-shadow: 0 0 2px #3D5889;
}

#contact textarea:focus {
  	box-shadow: 0 0 5px #3D5889; -webkit-box-shadow: 0 0 5px #3D5889; -moz-box-shadow: 0 0 2px #3D5889;
}

div.column_left {
	position: relative;
	width: 290px;
	float: left;
}

div.column_right {
	position: relative;
	width: 290px;
	float: right;
}

div.column_residential {
	position: relative;
	width: auto;
	float: left;
}

#message td {
	vertical-align: top;
	height: 140px;
	line-height: 1.8em;
}

#message tr {
}

#message td h2 {
	position: relative;
	color: #003366;
	left: -20px;
}

#message td img {
	float: none;
	clear: none;
	margin-right: 30px;
}

ul {
	list-style-image: url("../images/bullet_point.png");
}

#signup {
	position: absolute;
	right: -80px;
}

#signup_red {
	position: absolute;
	left: -118px;
	top: 10px;
}

#divider_residential {
	position: inherit;
	padding: 0px 0px 0px 80px;
	float: left;
}
