@charset "utf-8";
/* CSS Document Singlesdatingfree.com
Author: AB

*/

body {
	margin: 0px;
	text-align:center;
	background-color: #ffffff;	
}

	h2 {font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; font-size: 16px; color: #fe4902;}
	h3 {font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; font-size: 14px; color: #9E1B34;}
	h4 {font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; font-size: 12px; color: #fe4902;}
	
	.italics {font-style:italic;}
	.bold {font-weight: bold;}
	
	ul.bullets {list-style-type: disc; padding: 0px 0px 0px 25px;} /* used to get bullets to show since default is no bullets - don't use in conjuction with a preceeding id of subhead */
	ul.menu {list-style-type: none; margin: 0px; padding: 0px;}
	.subhead { margin-bottom:0px; } /* used so bullets bellow it won't need to specifically declare style of bullets */
	.grey { color:#666; } /* used in main headings when two tier */
	
/*---------------------------Links---------------------------*/

a:link {color: #9E1B34; text-decoration: none;}
a:visited {color: #9E1B34; text-decoration: none;}
a:hover {text-decoration: none; color:#BA4B2F;}

#header {
	width: 100%;
	height: 73px;
	overflow: hidden;
	background-color: #508ebd;
	}
	

	
#container {
	width: 960px;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#mainbg {
	width: 960px;
	height: 590px;
	background-image:url(../images/main_bg4.jpg);
		}

#seachHolder {
	width: 400px;
	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
	margin-left: 74px;
	padding-top: 340px;
	
	}
	
#pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	width: 400px;
	float: left;
	margin-left: 74px;
	padding-top: 20px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

	
#fieldbg {
	width: 100%;
	background-color:#FFFFFF;
	border: 4px solid #D7D7D7;
}
.fieldfont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.fieldbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}


