/* MAIN LAYOUT STYLING */

html, body, div#wrapper
{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	background:#f3f3f3;
}

body, table, td
{
	line-height:16px;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:12px;
}

div#wrapper
{
	width:964px;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
	background-color:#fff;
}

table#main
{
	height:100%;
}

td#header
{
	width:964px;
	height:219px;
	background:transparent url(../img/layout/header_bg_repeat.jpg) repeat-x top left;
}

img#logo
{
	cursor:pointer;
	position:relative;
	top:20px;
	left:15px;
}

div#headline
{
	z-index:5;
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-150px;
	font-size:20px;
	color:#fff;
}

img#banner_img
{
	float:right;
	width:404px;
	height:219px;
	border:none;
}

td#menu
{
	width:964px;
	height:34px;
	background:transparent url(../img/layout/menu_bg_repeat.jpg) repeat-x top left;
}

td#menu a
{
	padding:0 10px 0 10px;
	line-height:38px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

td#menu a:hover
{
	color:#fff;
}

td#content
{
	padding:50px;
	vertical-align:top;
	background:#fff url(../img/layout/content_bottom.jpg) no-repeat bottom right;
}

td#content td
{
	text-align:left;
	vertical-align:top;
}

td#content p
{
	line-height:19px;
}

td#content p span
{
	margin:3px 0 3px 0;
	padding:3px 3px 0 12px;
	background-color:#e39d37;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}

td#content div.hr
{
	width:400px;
	border-bottom:1px solid #e39d37;
	text-transform:uppercase;
	color:#364FA3;
}

td#footer
{
	width:964px;
	height:30px;
	padding:0 0 0 10px;
	text-align:left;
	vertical-align:bottom;
	background:transparent url(../img/layout/footer.jpg) no-repeat bottom left;
	line-height:40px;
	font-size:10px;
	color:#fff;
}

td#footer a
{
	text-decoration:none;
	color:#e39d37;
}

td#footer a:hover
{
	text-decoration:underline;
	color:#fff;
}

h1
{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
	color:#364fa2;
}

p
{
	padding:0 0 10px 0;
}

p.slogan
{
	padding:10px 0 5px 0;
	font-size:10px;
	color:#364FA3;
}

/* CONTACT */

table#contact td
{
	width:85px;
	padding:10px 5px 10px 0;
	text-align:left;
	vertical-align:top;
	font-size:9px;
}

table#contact td img
{
	width:80px;
	height:100px;
	border:none;
}