/* @group Basics incl. Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: helvetica, arial, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 110%;
	background-color: #333;
	color: #fff;
	background-image: url("../images/shared/body_bg.gif");
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 0.6em;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}




/*
	Standard paragraph style
*/

p
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #828282;
	font-size: 0.8em;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}


ul
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 0.6em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/*
	headings
*/

h1
{
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}


h2
{
	padding: 0 0 10px 0;
	margin; 0 0 0 0;
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
}

h3
{
	margin; 0 0 20px 0;
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
}



/*
	Links
*/

a:link, a:active
{
	font-family: helvetica, arial, sans-serif;
	color: #b6d547;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */







/* @group Basic structure */



/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
	width: 940px;
	background-image: url("../images/shared/glow_bg.png");
	background-repeat: no-repeat;
	background-position: -120px -180px;
}


#header
{
	width: 940px;
	height: 120px;
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	border-top: 1px solid #666;
	background-image: url("../images/shared/header_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}


#nav-wrapper /* Not positioned to ge */
{
  	position: relative;
  	padding: 0 0 0 0;
		margin: 0 0 0 0;
}

div#estates-today-logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 110px;
	margin: 0;
	padding: 0;
}

/* Logo strapline */
h1#strapline
{
	position: absolute;
	top: 60px;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	color: #777;
	font-weight: bold;
}



#content-wrapper
{
	width: 940px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	min-height: 300px;
	background-image: url("../images/shared/bg_content_container.png");
	background-repeat: repeat-y;
}

/* wrapper for the 220px left column */
div#left-column
{
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

/* wrapper for everything on the right */
div#right-column
{
	float: left;
	width: 700px;
	min-height: 470px;
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* wrapper for slideshow */
div#slideshow-wrapper
{
	float: left;
	width: 700px;
	min-height: 470px;
	background-color: #fff;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
}


/* @end */







/* @group Pages */

/* 

	Pages Definitions

*/


#left-column h1
{
	color: #eee;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

#left-column h2
{
	color: #999;
	font-size: 0.8em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

#left-column p
{
	color: #fff;
	font-size: 0.7em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}








#right-column h1
{
	width: 550px;
	color: #666;
	font-size: 1.2em;
	padding: 30px 50px 20px 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}


#right-column p
{
	color: #666;
	padding: 0 50px 20px 0;
	margin: 0 0 0 0;
}

/* in-page fullwidth pix & Caption */

div#text-page-image
{
	width: 660px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	background-color: #efefef;
	border: 5px solid #efefef;
}

div#text-page-image p
{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 0.7em;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

div#left-white
{
	float: left;
	width: 210px;
	padding: 0 20px 0 10px;
	margin: 0 0 0 0;
	background-color: #fff;
	color: #333;
}

div#left-white h1
{
	color: #666;
	font-size: 0.8em;
	padding: 30px 50px 10px 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

div#left-white p
{
	color: #666;
	font-size: 0.8em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.1em;
}

div#left-white p.weblink-left
{
	color: #666;
	font-size: 0.7em;
	padding: 40px 0 40px 0;
	margin: 0 0 0 0;
	line-height: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
}

div#left-white ul li
{
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #dfdfdf;
}

/* @end */





/* @group Footer */

/* Footer */

#footer
{
	width: 940px;
	height: 70px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	/* background-color: #fff; */
	background-image: url("../images/shared/footer_bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
}


#footer p
{
	padding: 25px 0 0 240px;
	margin: 0 10px 0 0;
	color: #616161;
	font-size: 0.6em;
	/* text-shadow: #fff 1px 1px 1px; */
}


img#footer-logo
{
	
	float: left;
	padding: 0 0 0 0;
	margin: 22px 0 0 0;
}





/*
	Footer Links
*/

#footer a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}


#footer a:hover
{
	color: #666;
	font-size: 1.0em;
	text-decoration: underline;
}

#footer a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}


/* @end */

/* @group Standard defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */

/* @group IE6 PNG Fixes */

/* IE6 PNG FIXES */

img, #container { behavior: url(/iepngfix.htc); }
img, #estates-today-logo { behavior: url(/iepngfix.htc); }
img, #footer { behavior: url(/iepngfix.htc); }

/* @end */



