/* CSS Document
GOALS OFFICE SOLUTIONS
Designed by Express Sites
Copyright Managed Solutions Pty Ltd
13 March 2007
*/

@import url("main_nav.css");
@import url("sub_nav.css");
@import url("content.css");
@import url("form.css");
@import url("footer.css");
@import url("sifr.css");

* {margin: 0; padding: 0;}
html, body {height: 100%;}

body {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	background: #FFF url(../images/bg.gif) top left repeat-y;
	color: #444444;
	line-height: 1.55em;
	position: relative;
	letter-spacing: .02em;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* === HEADER === */
div#branding {
	position: absolute;
	top: 0;
	height: 90px;
	width: 100%;
	min-width: 1004px;
	border-bottom: 1px solid #FFFFFF;
	background: #8b032a url(../images/branding_watermark.gif) right no-repeat;
}

div#branding .flash {
	position: absolute;
	top: 90px;
	left: 70px;
	width: 234px;
	height: 156px;
	border: 1px solid #FFFFFF;
	background: url(../images/home_tape.jpg) left top no-repeat;
}

div#branding p {
	color: #FFFFFF;
	padding: 70px 20px 0 0;
	float: right;
}

/* === HX === */
h1 {	
	background: url(../images/logo.gif) top left no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 90px;
	left: 70px;
	width: 235px;
	position: absolute;
}

h1 a {float: right; width: 235px; height: 90px;}

h2 {
	color: #AD0C23;
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 22px;
	width: 100%;
	height: 26px;
}

h2 .reg {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #AD0C23;
	border-bottom: #E5CAD2 1px dashed;
	margin: 7px 0 5px 0;
	clear: both;
	width: 100%;
	height: 18px;
}

h3.first, h3.zurich_nopadding {margin-top: 0;}
h4 {font-size: 11px; margin-top: 3px; color: #333333;}

/* === P === */
p {padding: 0 0 12px 0;}

/* === IMG === */
img {border: 0;}
img.imageleft {float: left; padding: 0 15px 10px 0;}
img.imageright {float: right; margin: 3px 0 5px 15px;}

/* === ADDITIONAL CLASSES === */
span.testimonial, span.last_testimonial {color: #AD0C23; font-size: 10px; font-weight: bold;}
span.testimonial {padding-bottom: 13px; border-bottom: 1px dashed #D5D6D8; display: block;}
span.news {font-size: 9px; color: #89919d;}
a.more {font-size: 10px; color: #2b3d5a; font-weight: bold; text-decoration: none;}
a:hover.more {text-decoration: underline;}