	/* Redefined HTML tags */

body {
	margin: 0 0 30px 0;
	padding: 0;
	font: small/1.2 Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(/_images/bg/body.gif) top repeat-x;
	color: #3a4a5f;
}

p {
	margin: .8em 0;
}
form {
	margin: 0;
	padding: 0;
}


img {
	border: none;
}

.clear{
	clear:both;
	font-size:2px;
}

	/* Standard Layout ID's */

#container {
	position: relative;
	width: 762px;
	margin: 0 auto;
	padding: 10px 5px 5px;
	background: #fff;
}

	/* Header */

#header {
	position: relative;
	height: 70px;
	margin: 0 0 5px 0;
	background:#fff url(/_images/bg/header.gif) top left repeat-x;
	border: 1px solid #f2f0eb;
	z-index: 9;
}

#skip_navigation {
	display: none;
}

#logo {
	position: absolute;
	bottom: -14px;
	left: 13px;
}

#company-name {
	position: absolute;
	top: 44px;
	right: 13px;
	width: 559px;
	height: 15px;
}

#emergency-number {
	position: absolute;
	top: -7px;
	right: 9px;
	width: 337px;
	height: 36px;
	background: #005a9b url(/_images/bg/emergency-number.gif) top left no-repeat;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: .95em;
	font-family: 'ITC Stone Sans', 'Stone Sans', 'Lucida Grande', Arial, Sans-Serif;
}
#emergency-number strong {
	font-weight: normal;
	font-size: 1.1em;
}

#search {
	position: relative;
	display: block;
	margin: 0 0 1px 0;
	padding: 2px 10px 3px;
	background: #f2f0eb url(/_images/bg/search.gif) top repeat-x;
	text-align: right;
	font-size: .9em;
}
#search label {
	display: inline;
	color: #3a4a5f;
	font-weight: bold;
	padding: 0 3px;
}
#search input.text,
select {
	border: 1px solid #d2d2d2;
	width: 140px;
}
#search input.submit {
	position: relative;
	margin: 0 0 0 3px;
	top: 4px;
}


#content {
	margin: 16px 0 0 0;
}

#sub_content {
	position: relative;
	width: 120px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0 14px 0 0;
	background: #FFFFFF;
}

#main_content {
	position: relative;
	width: 545px;
	float: right;
	margin: 0;
	padding: 0 50px 0 33px;
	background: #fff url(/_images/bg/main-content.gif) top left repeat-y;
	font-size:  1em;
	line-height: 1.4;
}

#main_content table.terms {
	border:1px solid #ddd;
	border-collapse:collapse;
	font-size:0.8em;
	}
	
#main_content table.terms td {
	border:1px solid #ddd;
	}
	

	

#main_content img {
	margin:10px;
	}

.news_date {
	font-size:0.85em;
	color:#00a786;
	display:block;
	margin-top:5px;
	}
.caption {
	display:block;
	margin-top:5px;
	font-size:0.8em;
	font-style:italic;
	width:220px;
	margin-left:10px;
	}

	/* Footer */

#footer {
	position: relative;
	float: none;
	clear: both;
	width: 762px;
	padding: 25px 0 0 0;
	font-size: .85em;
	background: url(/_images/bg/footer-dots.gif) 0 11px repeat-x;
	color: #3a4a5f;
}
#footer a {
	text-decoration: underline;
	color: #00a786;
}

#copyright {
	position: relative;
	margin: 0;
	padding: 0 10px;
	height: 31px;
	line-height: 31px;
	background: #f8fbfe url(/_images/bg/footer.gif);
	border: 1px solid #f2f0eb;
}

#site_credits {
	position: absolute;
	right: 10px;
	top: 0;
}

	/* Forms */
	
form {

	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form label {
	display: block;
	margin: .8em 0 .1em;
}

form input.submit {
}
