/* global styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:'Tahoma', Verdana, Sans-Serif;
	height: 100%; 
	margin: 0;
	background-color: #fff;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* end global styles */

/* header styles */
#header {
	height: 147px;
	color: #fff;
	background: url('../images/template/main_header.gif') top left repeat-x #fff;
	overflow: hidden;
}
#header_content {
	width: 770px;
	margin: 0px auto 0px auto;
}
#logo {
	float: left;
	padding-top:10px;
	width: 300px;
	height: 88px;
	background-image: url('../images/template/logo.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#header_ad {
	float: right;
	margin: 15px 0 0 0;
}
#signin {
	margin-top: 3px;
	float: right;
}
#fb_signin {
	margin-top: 3px;
	float: right;
}
#tabs {
	width: 700px;
	padding-top: 0;
	clear: both;
}
ul#tabs li {
	padding: 5px 18px 7px 21px;
	background:url("../images/template/tab_back.gif") no-repeat left top;
	float: left;
	border: none;
	list-style: none;
	display: inline;
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
ul#tabs li a{
	color: #fff;
	text-decoration: none;
}
#tabs #current {
	padding: 5px 15px 10px 21px;
	background-image:url("../images/template/tab_current.gif");
}
/* end header sytles */

/* main content styles */

#content {
	width: 700px;
	margin: 0px auto 0px auto;
}

#content_header a{
	color: #000;
}

#content_header {
	color: #000;
	margin-top:20px;
	width: 700px;
	height: 187px;
	background-image: url(../images/template/content_body_white.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	}

#content_small1 a{
	color: #000;
}

#content_small1 {
	color: #000;
	margin-top:0px;
	margin-left: 9px;
	margin-right: 8px;
	padding: 5px 0 0 0;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/content_small.gif);
	background-repeat: no-repeat;
	float: left;
}

#content_small2 a{
	color: #000;
}
#content_small2 {
	color: #000;
	margin-top:0px;
	margin-left: 9px;
	margin-right: 8px;
	padding: 5px 0 0 0;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/content_small.gif);
	background-repeat: no-repeat;
	float: left;
}

#content_small3 a{
	color: #000;
}

#content_small3 {
	color: #000;
	margin-top:0px;
	margin-left: 9px;
	margin-right: 8px;
	padding: 5px 0 0 0;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/content_small.gif);
	background-repeat: no-repeat;
	float: left;
}
#content_line {
	margin-top:30px;
	width: 705px;
	height: 8px;
	background-image: url(../images/template/content_line.gif);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 177px;
}
#bottom_nav {
	color: #000;
	text-align: center; 
	margin-top: 20px;
	font-size: 12px;
}
#bottom_nav a{
	color: #000;
}
#title1 {
	font-size: 14px;
	padding: 5px 0 0 10px;
}
#text1 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title2 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text2 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title2 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text2 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title3 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text3 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title4 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text4 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title5 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text5 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
#title6 {
	font-size: 14px;
	padding: 5px 0 15px 10px;
}
#text6 {
	font-size: 12px;
	padding: 0 0 0 10px;
}
/* end content styles */

/* footer styles */
#footer_container {
	clear: both;
	width: 100%;
	height: 219px;
	color: #fff;
	bottom: 0 !important;
	bottom: -1px;
	background: url('../images/template/main_footer.gif') bottom repeat-x #fff;
	overflow: hidden;
}
#footer_content {
	width: 700px;
	margin: 0px auto 0px auto;
}
#footer_holder1 {
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 8px;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/footer_holder.gif);
	background-repeat: no-repeat;
	float: left;
}
#footer_holder2 {
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 8px;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/footer_holder.gif);
	background-repeat: no-repeat;
	float: left;
}
#footer_holder3 {
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 8px;
	width: 215px;
	height: 197px;
	background-image: url(../images/template/footer_holder.gif);
	background-repeat: no-repeat;
	float: left;
}
/* end footer styles */

#theform {
	/* background-color: #4F4F00;
	background-color: #fff;
	color: #000;
	width: 40em;*/
	}
#theform fieldset {
	color: #000;	
	padding: 5px;	
	width: 215px;
	height: 335px;	
	background-image: url(../images/template/content_long.gif);
	background-repeat: no-repeat;
	float: left;
	border: none;
	
	}
#theform fieldset legend {
	font-size: 4em;
	font-family:'Tahoma', Verdana, Sans-Serif;
	color: #000;
	padding-top: 45px;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 2em;
	font-size: 1em;
	color: #000;
	}

#theform fieldset div.help {
	color: #000;
	font-size: .8em;
/*	font-weight: bold;	*/
	height: 5em;
	}
#theform fieldset label {
	font-size: 1 em;
	display: block;
	line-height: 2 em;
	}

#theform fieldset input {
	font-size: 1.25em;
	height: 3.0 em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #000;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #fff;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: none;
	}

/* Part 4 Styling */
#theform #pt4 {
	padding: 5px;
	margin-top: 20px;
	clear: both;
	width: 38em;	
	height: 8em;
	border: 10px;
	border-width: 10px 0;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	padding: 5px 0 0 0;
	width: 10em;
	height: 8em;
	float: left;
	font-size: 0.5em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;	
	color: #000;
	background-color: #fff;
	font-weight: bold;
	border-bottom: 	1px;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px; 
	float: right;
	}


#theform fieldset1 {
	color: #000;	
	padding: 5px;	
	width: 215px;
	height: 297px;	
	background-repeat: no-repeat;
	float: left;
	border: none;
	}

#theform #pt5 {
	padding: 5px;
	margin-top: 40px;
	clear: both;
	position:fixed;
	width: 38em;	
	height: 4em;
	border: 2px;
	border-width: 2px;
	}

#theform #pt5 legend {
	display: none;
	}
#theform #pt5 h3 {
	display: none;
	}

#theform #pt5 #disclaimer {
	padding: 5px 0 0 0;
	width: 20em;
	height: 8em;
	float: left;
	font-size: 0.8em;
	}

#chkbox {
	height: 5em;
	font-size: 1em;
	width: 18em;*/	
	color: #000;
	background-color: #fff;
	font-weight: bold;
	border-bottom: 	1px;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px; 
	float: left;
	}

#theform #pt5 #submitform {
	height: 5em;
	width: 18em;	
	font-weight: bold;
	border-bottom: 	1px;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px; 
	float: right;
	}