/* CSS Document */

/*Import Other Stylesheets*/

@import "screenForm.css";

html, body, div, form, a{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68432d;
}

html {
	background-color: #dfd39b;
}

.nomarginbottom{
	margin-bottom: 0px;
}

ul.leftpadding{
	padding-left: 20px;
}

p.aftertitle{
	font-size: 13px;
}

input, a, a img{
	outline: none;
}

body {
	height:100%;
	background: url(../images/bg_yellow.gif) repeat-x left bottom #e5daac;
	/*overflow-x: hidden;*/
	/*overflow-y: auto;*/
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5a5641;
}

a{
	color: #5e0312;
	font-weight: bold;
	text-decoration: underline;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a:hover, a:visited, a:active { 
	color: #68432d;
	font-weight: bold;
	text-decoration: underline;
}


/*LAYOUT*/

div#header{
	background: url(../images/logo_james_squire.gif) no-repeat 50% 30px #000000;
	border-bottom: 5px solid #ffffff;
	height: 97px;
	padding: 0px 30px;
}

div#content{
	
	padding: 10px 30px;
}

div#pagePopup{
	color: #6f6854;
	font-weight: bold;
	padding: 10px 25px;
	clear: both;
	}
		
	div#joinClubFormLeft, div#joinClubFormRight{
		width: 220px;
		float: left;
		overflow: hidden;
	}
	
	div#joinClubFormLeft{
		margin-right: 10px;
	}
	
	div.joinClubFormRow{
		padding-bottom: 5px;
		clear: both;
		font-size: 11px;
	}
	
	p.compulsory{
		clear:both;
	}
	
	
#contactThank, #unsubscribeThank, .btnClose{
	text-align: center;
}



ul.contactusul{
	list-style: none;
	clear: both;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

ul.contactusul li{
	width: 200px;
	float: left;
}

ul.contactusul li p{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.clearboth{
	line-height: 0px;
	clear: both;
}