body,html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	background: #d4d4d4 url('default/bckgrnd-body.gif') repeat-x top left;
}

a { color: #BB0404; text-decoration: none; }
a:visited { color: #BB0404; }
a:hover { text-decoration: underline; }
a img { border: none; }

.clear { clear: both; }
.tint { background-color: #EBEBEB; }
.nopad-top { padding-top: 0; margin-top: 0; }
.nopad-bottom { padding-bottom: 0; margin-bottom: 0; }

#wrap {
	position: relative;
	width: 946px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 189px;
	background: transparent url('default/bckgrnd-header.png') no-repeat top left;
}
#header img { margin: 35px 0 0 26px; }
#zeecarnival {
	position: absolute;
	top: -20px;
	left: 570px;
}

#leftColumn {
	float: left;
	width: 248px;
	height: 577px;
	background: transparent url('default/bckgrnd-nav.png') no-repeat 7px 0;
}

#rightColumn {
	float: left;
	width: 660px;
	margin-left: 36px;
	padding-top: 24px;
}

#imageBlock { 
	min-height: 435px;
}
#imageBlock .de-cover {
	margin: 0 15px 0 0;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	bottom: 0;
	text-align: center;
	background-color: #c3c3c3;
	color: #FFF;
	padding-bottom: 30px;
}
#bottomNav {
	height: 24px;
	margin-bottom: 7px;
	background-color: #800080;
}
#bottomNav a { color: #FFF; }

/* ########################## Primary and Secondary Nav ############################### */
#navigation h3 { 
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#navigation a { color: #FFF; }
#navigation ul {
	position: relative;
	width: 238px;
	list-style: none;
	padding: 0 0 0 7px;
	margin: 0;
	background: transparent url('default/nav-break.gif') no-repeat 7px 0;
}

#navigation ul li {
	width: 238px;
	height: 28px;
	text-align: center;
	padding: 8px 0 0 0;;
	background: transparent url('default/nav-break.gif') no-repeat bottom left;
	font-size: 14px;
}

/*#header ul li.double { border-right: 1px solid #FFF; }*/

#navigation ul li a { display: block; height: 28px; }
#navigation ul li a:hover { text-decoration: none; }



/* ########################## Contents ############################### */
#contents {
	width: 900px;
	top: 163px;
	padding: 30px 0 20px 0;
	background: #FFF url('default/bckgrnd-body.gif') repeat-y top left;
}


/* ######################### tableless forms ###################### */
form label,form input,form select {
	display: block;
	float: left;
	/*width: 250px;*/
	margin-bottom: 10px;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

form label.wide {
	width: 406px;
	font-size: 12px;
}

form input[type=text], form input[type=password],form select,form textarea  {
	border: 1px solid #4d4d21;
}
form input[type=hidden] { display: none; }

form textarea { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	margin-bottom: 10px;
	width: 300px;
	height: 200px;
}

form input.error { background-color: #efe5e5; }
form input.autowidth { width: auto; }

form label {
	width: 120px;
	padding-right: 20px;
}

form label.short { width: 75px; }
form input.short { width: 150px; }

form br {
	clear: left;
}

form fieldset {
	border: none;
	border-top: 2px solid #BB0404;
	border-bottom: 2px solid #BB0404;
	padding: 15px;
}

form legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #4d4d21;
	padding: 0 5px 0 5px;
}

/* ############################ status message ############################ */

p#statusMessage
{
	padding: 5px;
}

#statusMessage.good
{
	background-color: #a6ef7b;
	border: 1px solid #76c83f;
}

#statusMessage.neutral
{
	background-color: #f7fdcb;
	border: 1px solid #c2d071;
}

#statusMessage.bad
{
	background-color: #ef9398;
	border: 1px solid #dc5757;
}

/* ## ERROR HANDLER PRE ## */

#fw_error
{
	
}

/* #################################### bespoke styles ######################## */
blockquote {
	color: #BB0404;
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.byLine { width: 100%; text-align: right; font-style: italic; }


table {
	margin-top: 7px;
	border-collapse: collapse;
	/*border: 1px solid #999;*/
	width: 400px;
}
th, td { padding: 2px 10px 2px 10px; }
tr.stripe {	background-color: #DDD;}
tr.header { border: 1px solid #999; }

#banners {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#mssociety {
	position: absolute;
	top: 52px;
	left: 380px;
}
