html {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	font: normal 10pt "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
table, td, th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	empty-cells: show;
}
td {
	vertical-align: top;
	font-size: 10pt;
}
img {
	border: 0;
}
h1 {
	margin: 0 0 12px 0;
	font-size: 16pt;
	font-weight: normal;
	text-shadow: #ccc 1px 1px 1px;
}
p {
	/*margin: 0;*/
}
a {
	color: #0071A6;
}




#layout {
	position:relative;
	min-width: 997px;
	min-height: 100%;
}
* html #layout {
	height: 100%;
}

#navbarHolder {
	height: 38px;
	margin-top: 20px;
	clear: both;
}

#navbar {
	float:left;
	background: #530A53 url(../images/navbarEnd.png) no-repeat top right;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	height: 38px;
	vertical-align: middle;
}

#navbar a {
	font-size: 14px;
	line-height: 38px;
	color: #fff;
}

#footer {
	border-top: 1px solid #ccc;
	position: relative;
	clear: both;
	height: 49px;
	margin: -50px auto 0;
	font-size: 12px;
	min-width:997px;
}

#footerEmpty {
	height: 50px;
}
.footerCopyright {
	position: absolute;
	left: 50px;
	top: 8px;
	width: 220px;
	padding-right: 15px;
}
.footerEmail {
	position: absolute;
	right: 25%;
	top: 15px;
	width: 150px;
	height: 16px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	background: url('../images/footerEmail.png') 0 3px no-repeat;
}
.footerPhones {
	position: absolute;
	left: 25%;
	top: 14px;
	width: 200px;
	padding-left: 70px;
	font-weight: bold;
	font-size: 16px;
}
.footerMediahead {
	position: absolute;
	right: 35px;
	top: 12px;
	width: 100px;
	background: url('../images/mediahead.png') left top no-repeat;
	padding-left: 32px;
	line-height: 1.1em;
}

#content {
	margin: 10px 50px 20px 50px;
	clear: both;
}
.contentDescription {
	width: 100%;
	clear: both;
}

#header {
	height: 150px;
	position: relative;
}

#headerLogo {
	position: absolute;
	cursor: pointer;
	top: 30px;
	left: 50px;
	width: 108px;
	height: 83px;
	background: url(../images/headerLogo.png) no-repeat;
}
#headerSlogan {
	position: absolute;
	top: 67px;
	right: 40%;
	width: 338px;
	height: 48px;
	background: url(../images/headerSlogan.png) no-repeat;
}

#headerPhone {
	position: absolute;
	top: 68px;
	right: 50px;
	width: 210px;
	height: 52px;
	font-size: 24px;
	/*background:url(../images/headerPhone.png) no-repeat;*/
}

#headerOnline {
	position: absolute;
	top: 118px;
	right: 94px;
	width: 150px;
	height: 26px;
	background:url(../images/headerOnline.png) no-repeat right bottom;
}
#headerOnline a {
	color: red;
	font-size: 20px;
}