/*Reset Styles!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#231f20; text-decoration:underline;}	
a:hover {color:#86935e; text-decoration:underline;}	

ul {
	margin:10px 30px;
	}
	
em {
	font-style:oblique;
	}
	
strong {
	font-weight:bold;
	}

ul li {
	list-style-type:circle;
	margin:10px;
	}

body {
	color:#6a6c69;
	font:14px arial, verdana, sans-serif;
	line-height:150%;
	background:#999 url(../images/site_bg.gif) top center repeat-y;
	}
	
#container {
	position:relative;
	margin:0 auto;
	width:970px;
	}
	
#wrap {
	background:url(../images/bg.gif) right top repeat-y;
	float:left;
	width:970px;
	background-color: #fff;
	}
	
#left {
	float:left;
	width:700px;
	}
	
#logo {
	float:left;
	text-align:center;
	width:700px;
	padding:20px 0 10px 0;
	background-color: #fff;
	}
		
#header {
	float:left;
	width:698px;
	height:352px;
	padding:10px 0 0 20px;
	margin:0;
	background:url(../images/header.jpg) left top repeat-x;
	background-color: #fff;
	}

#headerthanks {
	float:left;
	width:698px;
	height:352px;
	padding:10px 0 0 20px;
	margin:0;
	background:url(../images/header_thanks.jpg) left top repeat-x;
	background-color: #fff;
	}
	
#content {
	float:left;
	width:685px;
	padding:5px 15px 15px 15px;
	background-color: #fff;
	}

#content h1 {color:#53651f; text-align: center; font-size: 22px; font-weight: bold; line-height: 26px; margin-top: 8px;}	

#content p {color:#58595b; text-align: center; font-size: 19px; line-height: 25px; margin: 20px 0;}	

#content ul {color:#58595b; font-size: 19px; line-height: 23px; margin: 0; padding:0 0 0 80px; list-style-type: disc;}	
#content ul li {list-style-type: disc;}

#right {
	float:right;
	width:250px;
	}
	
#right h1 {background-color: #85935d; text-align: center; padding: 27px 0px; color:#fff; font-size: 22px; line-height:27px; font-weight: bold;}
#right p.signup {
	background:#b0b996;
	color:#fff;
	font-size:18px;
	}
	
#right form {
	margin: 10px 0 0 8px;
	color:#636363;
	}
	
#right form p.small {
	font-size:10px;
	font-style: italic;
	padding-left:35px;
	}
	
#right form label {
	float:left; 
	width:75px;
	color:#636363;
	text-align:right;
	margin:0 15px 15px 0;
	}

#right form p.error {color:red; margin-top:0; font-weight: bold; font-size:10px; line-height:12px; float:left; width:120px;}

#right form input {
	float:left;
	width:120px;
	height:17px;
	padding:3px 0 0 0;
	}
	
#right form input.check {
    float:left;
	width:25px;
	margin-top:3px;
	}
	
#right form input.submit {
	width:160px;
	height:37px;
	margin-left:33px;
	margin-top:15px;
	}
	
#footer {
	color:#231f20;
	text-align:center;
	float:left;
	width:717px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	padding:20px 0 20px 0;
	line-height:16px;
	background-color: #fff;
	border-top:1px solid #ccc;
	}
	
/*Safari HACK*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#content #tabs .tab-top strong {margin-top:11px!important;}
}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
#content #tab1 .tab-top strong {margin-top:12px;}
}	