html,
body  {
	margin: 0; padding: 0;
}

body {
	font: 13px/150% Arial, Helvetica, Verdana, Geneva, Sans-serif;
	color: #222;
	
}

/* standard elements */
a img {
	border: none;
}
a {
	color: #ff8900;
}
a:hover {
	color: #046ce2;
}
form, table, blockquote, dl, ul, ol, p {
	margin: 0 0 1em 0;
}
ul.more {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
ul.more li {
	padding-left: 20px;
	background: url(../images/v2/bullet_more.png) no-repeat 3px 4px;
	font-weight: bold;
}
ul.more li a {
	color: #ff8900;
}
ul.more li a:hover {
	color: #046ce2;
}
hr {
	display: none;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
	margin: 0 0 0.2em 0;
}


/* layout */

#wrapper {
	position: relative;
	min-width: 1003px;
	background: url(../images/v2/girl.jpg) no-repeat right bottom;
}
* html #wrapper {
	width: 1003px;
}


#header {
	position: relative;
	height: 77px;
	background: #3e86e2 url(../images/v2/clouds.jpg) no-repeat left top;
	border-bottom: 2px solid white;
}
#header h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 310px;
	height: 50px;
	text-indent: -999em;
}
#header h1 a {
	display: block;
	width: 310px;
	height: 50px;
	background: url(../images/v2/home_logo.png) no-repeat left top;
	text-decoration: none;
}
* html #header h1 a {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v2/home_logo.png');
}

#login {
	position: absolute;
	top: 0;
	right: 230px;
	height: 77px;
	overflow-y: auto;
	color: white;
}
#login .box {
	padding: 10px 0 0 0;
}
#login h2 {
	display: none;
}
#login .block1,
#login .block2,
#login .block3 {
	float: left; display: inline;
	margin-right: 5px;
}
#login .row1,
#login .row2 {
	clear: both;
}
#login .block1,
#login .block2 {
	width: 110px;
}

#login form {
	margin: 0; padding: 0;
}
#login form label {
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	color: #cbe3fe;
}
#login form input#fc_email,
#login form input#fc_password {
	background: #e5f0fc;
	border: 1px solid #165fb6;
	padding: 1px 3px;
	font-size: 13px;
	width: 100px;
}
#login form input#fc_email:focus,
#login form input#fc_password:focus {
	background: #fffcc8;
}
img.button {
	cursor: pointer;
}
#login form .button {
	margin-top: 0.9em;
}
#login ul {
	margin: 0; padding: 0;
	list-style: none;
}
#login ul li {
	font-size: 0.85em;
	padding-left: 12px;
	white-space: nowrap;
	background: url(../images/v2/bullet_login.png) no-repeat left 6px;
}
#login ul li a {
	color: white;
}
#login ul li a:hover {
	color: #002858;
}

#container {
	position: relative;
	height: 438px;
	background: url(../images/v2/3rows.gif) repeat-x left top;
	border-bottom: 2px solid white;
	color: white;
}

#photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 468px;
	height: 438px;
	background: url(../images/interface/homephoto.jpg) no-repeat left top;
}
#payoff {
	position: absolute;
	top: 220px;
	left: 40px;
	width: 310px;
	height: 75px;
	text-indent: -999em;
	background: url(../images/v2/payoff.png) no-repeat left top;
}
* html #payoff {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v2/payoff.png');
}
#home_fixed #photo {
	background: url(../images/v2/homephoto_christmas.jpg) no-repeat left top;
}
#home_01 #photo {
	background: url(../images/v2/homephoto01.jpg) no-repeat left top;
}
#home_01 #payoff {
	top: 320px;
	left: 40px;
}
#home_02 #photo {
	background: url(../images/v2/homephoto02.jpg) no-repeat left top;
}
#home_02 #payoff {
	top: 20px;
	left: 20px;
}
#home_03 #photo {
	background: url(../images/v2/homephoto03.jpg) no-repeat left top;
}
#home_03 #payoff {
	top: 330px;
	left: 10px;
}
#home_04 #photo {
	background: url(../images/v2/homephoto04.jpg) no-repeat left top;
}
#home_04 #payoff {
	top: 250px;
	left: 30px;
}
#home_05 #photo {
	background: url(../images/v2/homephoto05.jpg) no-repeat left top;
}
#home_05 #payoff {
	top: 340px;
	left: 10px;
}
#home_06 #photo {
	background: url(../images/v2/homephoto06.jpg) no-repeat left top;
}
#home_06 #payoff {
	top: 340px;
	left: 40px;
}
#home_07 #photo {
	background: url(../images/v2/homephoto07.jpg) no-repeat left top;
}
#home_07 #payoff {
	top: 330px;
	left: 10px;
}


#search {
	position: absolute;
	top: 0;
	left: 430px;
	height: 137px;
	overflow-y: auto;
}

#search .row2 {
	margin: 0.5em 0 0 1.45em;
}

#search .box {
	padding: 17px 0 0 0;
}
#search .box p {
	color: #4f7002;
	margin-bottom: 0.5em;
}
#search .box form {
	margin: 0;
	color: white;
}
#search .box form select {
	vertical-align: middle;
	background: #edf5db;
	border: 1px solid #739b10;
}
#search .box form .button {
	margin: 0.5em 0 0 4.9em;
	cursor: pointer;
}

#button {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 190px;
	height: 130px;
}

#members {
	position: absolute;
	top: 137px;
	left: 468px;
	height: 126px;
	width: 510px;
}
#members .box {
	position: absolute;
	top: 17px;
	width: 510px;
}
#members .memberRow {
	float: left; display: inline;
	position: relative;
	height: 92px;
	width: 92px;
	margin: 0 5px;
	font-size: 11px;
}
* html #members .memberRow {
	margin: 0;
}
.memberInfo {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 92px;
	width: 160px;
	height: 108px;
	margin-left: -100px;
	background: url(../images/v2/memberinfo_back.png) no-repeat left top;
	padding: 3px 8px 0 8px;
	text-align: center;
}
#members .memberRow:hover .memberInfo,
#members .memberRow.hover .memberInfo {
	display: block;
}
#members .memberPic {
	float: right; display: inline;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border: 1px solid white;
	margin: 0 0 10px 10px;
}
#members .memberPic a {
	display: block;
	width: 90px;
	height: 90px;
	text-indent: -999em;
	text-decoration: none;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}

#members .memberRowBalloonText {
	margin: 0;
	color: #486700;
	line-height: 16px;
}

#members .memberRowBalloonText a {
	font-weight: bold;
	color: #314600;
}
#members .memberRowBalloonText a:hover {
	color: #ff8900;
}

#promo {
	position: absolute;
	top: 263px;
	left: 470px;
	height: 175px;
	width: 533px;
}
#promo .box {
	padding: 12px 0 0 0
}
#promo .box ul {
	margin: 5px 0; padding: 0;
	list-style: none;
}
#promo .box ul#listOne {
	width: 290px;
}
#promo .box ul#listTwo {
	position: absolute;
	top: 5px;
	left: 310px;
	width: 210px;
}
#promo .box ul li {
	padding-left: 20px;
	line-height: 130%;
	margin-bottom: 8px;
	background: url(../images/v2/bullet_promo.png) no-repeat 3px 3px;
}

#testimonial {
	position: relative;
	height: 121px;
	background: #046ce2 url(../images/v2/blue_curve.gif) no-repeat left top;
	color: white;
}
#testimonialButton {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#testimonial .box {
	padding: 12px 0 0 12px
}
#testimonial .box #quoteBox {
	padding-left: 20px;
	width: 700px;
	background: url(../images/v2/quote-begin.gif) no-repeat 3px top;
}
#testimonial .box #quoteBox em {
	padding-right: 20px;
	background: url(../images/v2/quote-end.gif) no-repeat right bottom;
}

#banner {
	background: #a7ce4c url(../images/v2/green_curve.gif) no-repeat left top;
}
#banner .box {
	padding: 18px 12px;
	text-align: center;
}
#banner .box span {
	border: 1px solid white;
}
#banner .box img {
	border: 1px solid white;
}

#ankeilers {
	width: 80%;
}
#ankeilers .box {
	padding: 12px 5px;
}
#ankeilers table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#ankeilers table th,
#ankeilers table td {
	text-align: left;
	padding: 0.2em 1.3em;
	border-left: 1px solid #ccc;
}
#ankeilers table th.first,
#ankeilers table td.first {
	border-left: none;
}
#ankeilers table th {
	vertical-align: middle;
	color: #046ce2;
}
#ankeilers table td {
	vertical-align: top;
}
#ankeilers table p {
	margin-bottom: 0.5em;
}

#footer {
	width: 80%;
	text-align: center;
}
#footer #footerMenu {
	margin: 0 0 1em 0; padding: 0;
	list-style: none;
}
#footer #footerMenu li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	border-left: 1px solid #add158;
}
#footer #footerMenu li.first {
	border: none;
}
#footer #footerMenu li a {
	padding: 0 15px;
	text-decoration: none;
}
#footer #footerMenu li a:hover {
	text-decoration: underline;
}

#footer #footerSubmenu {
	margin: 0 0 0.7em 0; padding: 0;
	list-style: none;
}
#footer #footerSubmenu li {
	display: inline;
	line-height: 100%;
	border-left: 1px solid #aaa;
}
#footer #footerSubmenu li.first {
	border: none;
}
#footer #footerSubmenu li a {
	padding: 0 10px;
	color: #333;
	text-decoration: none;
}
#footer #footerSubmenu li a:hover {
	color: #046ce2;
	text-decoration: underline;
}

#footer #copyright {
	color: #777;
	font-size: 0.9em;
}
#footer #copyright a {
	color: #777;
	text-decoration: underline;
}
#footer #copyright a:hover {
	color: #333;
}

#joinnow {
	position: absolute;
	top: 25px;
	left: 305px;
	width: 120px;
	height: 120px;
	text-indent: -999em;
}
#joinnow a {
	display: block;
	width: 121px;
	height: 121px;
	background: url(../images/v2/joinnow.png) no-repeat left top;
	text-decoration: none;
}
* html #joinnow a {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v2/joinnow.png');
}
