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

/* =YAHOO! RESET STYLES
---------------------------------------------------------------------------------------*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}ul li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

body {
	width:100%;
	height:100%;
	background: #117ec1 url(../images/bkgd_blue_and_white_2.jpg) no-repeat top center;
	text-align: center;
	font: normal 75% Arial, Helvetica, sans-serif;
}
#wrapper {
	display:inline-block;
	width:650px;
	margin-top:118px;
}
#nav {
	width:110px;
	height:200px;
	float:left;
	position:relative;
	left:-64px;
	top:202px;
}
#content {
	width:540px;
	height:390px;
	float:left;
	position:relative;
	left:-64px;
}
#content h1 {
	display:block;
	color: #fff;
	font-size: 4.5em;
	margin-bottom:12px;
}
#content h2 {
	display:block;
	height:120px;
	color: #1a83c4;
	font-size: 7em;
	text-align: center;	
	margin-top:12px;
}
#content h3 {
	position:relative;
	left:0px;
	top:12px;
	display:block;
	background-color:#ababab;
	color:#fff;
	text-align:left;
	width:226px;
	font-size: 1.1em;
	font-weight:bold;
	margin:0px 0px 18px 1px;
	padding:13px 30px;
}
#content p {
	display:block;
	width:280px;
	text-align: left;
	color: #616161;
	padding: 12px 80px 8px 30px;
	line-height:16px;	
}
#welcome-content {
	display:block;
        margin-top:-15px;
	height:315px;
	width:535px;
	background: url(../images/landing_welcome_photo.jpg) no-repeat bottom right;
}
#member-content {
	display:none;
        margin-top:-15px;	
        height:315px;
	width:535px;
	background: url(../images/landing_member_photo.jpg) no-repeat bottom right;
}
#provider-content {	
	display:none;
        margin-top:-15px;
	height:315px;
	width:535px;
	background: url(../images/landing_provider_photo.jpg) no-repeat bottom right;
}
#member-tool {
	display:block;
	width:280px;
	text-align: left;
	padding: 12px 0px 8px 30px;
}

/****************************************************************
	Footer */
#footer {
	display:inline-block;
	width:540px;
	height:42px;
	text-align:right;	
}
#footer p {
	text-align:right;
	color:#fff;
	font-size: .9em;
	padding:28px 20px 0px 0px;
}
#footer p a {
	color:#fff;
}
#footer p a:hover {
	color:#fff;
	text-decoration:none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

