@charset "utf-8";

/*-----------------------basic layout-----------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/assets/images/backgrounds/home-background.png);
	}
#header {
	background-image: url(/assets/images/backgrounds/home-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 150px;
}
#topmenu {
	text-align: right;
	height: 14px;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.beige {
	color: #FAD495;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.brown {
	color: #CC9465;
}

#frontcontent {
	float: left;
	width: 520px;
	margin-left: 20px;
	margin-right: 10px;
}
#categories {
	float: right;
	width: 230px;
	margin-right: 20px;
	background-image: url(/assets/images/backgrounds/categories.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 305px;
	margin-bottom: 20px;
}
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	width: 180px;
	margin-left: 40px;
	margin-top: 50px;
	list-style-type: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	text-align: justify;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#headermenu {
	background-image: url(/assets/images/backgrounds/123banner.jpg);
	height: 171px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px;
}
#footer {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #CC9465;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}


	
#wrapper{
	position: relative;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	}
	
#clear {
	clear:both;
	}
#subleft {
	float: left;
	width: 520px;
	margin-left: 20px;
	margin-right: 10px;
}
#subright {
	float: right;
	width: 250px;
	margin-top: 10px;
}
.aboutus {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/about-us-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
#sealbanner {
	float: right;
	width: 230px;
	margin-right: 20px;
	height: 212px;
	margin-bottom: 10px;
	text-align: right;
}
.advertise {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/advertise-with-us-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.contactus {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/contact-us-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.thankyou {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/thank-you-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.error {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/error-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.login {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/login-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.signup {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/signup-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
#question {
	width: 450px;
	margin-right: 50px;
	margin-left: 50px;
}

label {
	text-align: right;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.submit {
	width: 59px;
	border-top-color: #FAD495;
	border-right-color: #FAD495;
	border-bottom-color: #FAD495;
	border-left-color: #FAD495;
	background-color: #CC9465;
	color: #FFFFFF;
}

textarea {
	background-color: #FAD495;
	width: 230px;
	margin-top: 10px;
	border: 1px solid #CC9465;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	width: 230px;
	margin-top: 10px;
	background-color: #FAD495;
	border: 1px solid #CC9465;
	height: 20px;
	color: #000000;
}
select {
	width: 230px;
	margin-top: 10px;
	background-color: #FAD495;
	border: 1px solid #CC9465;
	height: 20px;
	color: #000000;
}
.adtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9465;
	text-align: left;
	margin-bottom: 20px;
}
.adcontentdiv {
	width: 300px;
	float: left;
}
.adexample {
	float: right;
	width: 220px;
	height: 200px;
}
.adcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
li {
	background-image: url(/assets/images/bullets/brown-bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 7px;
	list-style-type: none;
}
.adsignup {
	width: 260px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.amsignup {
	float: right;
	width: 260px;
	margin-top: 20px;
	text-align: center;
}
.shortform {
	width: 60px;
}
#adbanner {
	float: right;
	width: 230px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: right 15px;
	height: 235px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.seal {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/seal-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.sealborder {
	width: 200px;
	margin-right: 12px;
	margin-left: 5px;
}
.bulletlistlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	width: 300px;
	margin-left: 40px;
	margin-top: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}
.short-input {
	width: 86px;
}
.catheader {
	float: left;
	width: 520px;
	background-image: url(/assets/images/subheaders/specific-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 70px;
}
.msg {
	width: 300px;
	height:auto;
	background-color: #FFFFFF;
	border: 1px solid #CC9465;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	text-align: center;
	color: #CC9465;
	margin-left:50px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	
	}

