/*****************************************
******************************************
Sections:

1.GENERAL
2.SITE-WIDE CONTENT
3.CONTENT
4.NEWSLETTER/FOOTER

******************************************
******************************************/

/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	font-family: arial, helvetica, "sans serif";
	font-size: 11px;
	color: #FFF;
	background: #4F3A00;
}

a, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #E22241;
}

/* we use this to replave the b tag */
em {
	font-style: normal;
	font-weight: bold;
}

/* 2.SITE-WIDE CONTENT --------------------------- */

#main-container {
	position: relative;
	width: 796px;
	height: auto;
	margin: 30px auto 0 auto;
	background: #7ACBBC;
}

#main-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: #7ACBBC;
}

#header {
	display: inline;
	float: left;
	width: 736px;
	height: 62px;
	margin: 0 30px;
}

#menu {
	display: inline;
	float: left;
	width: 735px;
	height: 30px;
	margin: 30px 31px 0 30px;
	border-right: 1px solid #FFF;
}

#menu li {
	display: inline;
	float: right;
	height: 29px;
	line-height: 30px;
	font-weight: bold;
	list-style: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#menu li a {
	display: block;
	padding: 0 15px;
}

#menu li.here a,
#menu li.here a:hover {
	color: #E22241;
}

#menu li a:hover {
	color: #FFF;
	background: #53AAA5;
}

/* 3. CONTENT --------------------------- */

.content-container {
	display: inline;
	float: left;
	width: 704px;
	height: auto;
	margin: 0 30px;
	padding: 16px;
	background: #FFF;
}

.content-container p {
	float: left;
	width: 337px;
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
	color: #4F3A00;
}

.content-container p.l {
	margin-right: 30px;
}

#about a {
	font-size: 11px;
	font-weight: bold;
	color: #E22241;
}

/* 4.NEWSLETTER / FOOTER --------------------------- */


#newsletter {
	display: inline;
	float: left;
	width: 212px;
	margin-left: 30px;
}

#newsletter p {
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#newsletter span {
	float: left;
	width: 190px;
	padding: 10px;
	border: 1px solid #FFF;
	border-top: 0;
}

#newsletter input {
	width: 180px;
	padding: 1px 5px;
	color: #999;
}

#newsletter input.submit {
	float: right;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #E22241;
	background: #FFF;
	cursor: pointer;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */ 
}

#lmg {
	display: inline;
	float: right;
	margin-right: 30px;
	font-size: 12px;
	background: #53AAA5;
}

#lmg a {
	display: block;
	padding: 10px;
}

#lmg a:hover {
	color: #FFF;
	background: #E22241;
}

#footer {
	float: left;
	width: 796px;
	height: 25px;
	margin-top: 30px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	background: #53AAA5;
}

#footer #p {
	margin-right: 25px;
}

#signup {
	height: 200px;
}

html>body #signup {
	min-height: 200px;
	height: auto;
}

#signup-text {
	font-size: 20px;
	font-weight: bold;
	color: #E22241;
}