/*

Page-specifc styles can be found at the end of this document

*/



/*----- BODY AND GENERAL CSS -----*/

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #222;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:  1.4em;
	background: #ececec url(images/bodybkg.jpg) top repeat-x;
	}

p {margin: 1em 0;}



a:link {color: #d30000; text-decoration: none;}
a:visited {color: #df4444; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: 1px solid #222;}

h2 {
	text-align: center;
	font-size: 21px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	}

h3 {
	font-size: 16px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin: 1.5em 0 1em 0;
	}

h4 {
	font-size: 14px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	margin: 1.5em 0 1em 0;
	}

blockquote, form, label, ol, dl, fieldset, address {}

ul {
	margin: 1em 0 1em 2em;
	list-style-type: square;
	}

ul ul {
	margin: 0 0 0 2em;
	}

ol {
	margin: 1em 0 1em 2em;
	}


img {border: 1px solid #222;}

table {}
tr {}
td {}
option {padding: 0 1em 0 0;}
	

/*----- PAGE -----*/

#page {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #666;
	}

/*----- HEADER -----*/

#header {
	height: 117px;
	background: url(images/banner.jpg) top no-repeat;
	}

#header h1 {display: none;}

#headerphone {
	text-align: right;
	color: #fff;
	font-size: 11px;
	position: relative;
	right: 15px;
	top: 95px;
	}

/*----- CONTENT WRAP -----*/

#contentwrap {
	background: url(images/contentwrap_bkg.jpg) top no-repeat;
	padding-bottom: 25px;
	}

#innercontentwrap {
	background: url(images/innercontentwrap_bkg.gif) repeat-y;
	padding-top:35px;
	padding-bottom: 1em;
	min-width: 0;
	}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 1px;
	}

/*----- MAIN CONTENT -----*/

#maincontent {
	width: 600px;
	float: right;
	margin-right: 15px;
	}

/*----- SIDEBAR -----*/

#sidebar {
	width: 150px;
	float: left;
	}

#sidebar ul {
	list-style-type: none;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	margin: 0;
	}

#sidebar ul li {
	border-bottom: 1px solid #ccc;
	padding: 4px 5px 4px 15px;
	}

#sidebar ul li a {
	color: #222;
	}

#sidebar ul li a:hover {
	color: #d30000;
	text-decoration: none;
	}

li.active {
	border-right: 1px solid #fff;
	border-left: 5px solid #ccc;
	padding-left: 10px !important;
	}


li.active a {
	color: #d30000 !important;
	}

/*----- FOOTER -----*/

#footer {
	width: 780px;
	margin: 0 auto 16px auto;
	text-align: center;
	color: #666;
	}

#footer img {border: none;}

#footer a {color: #666;}

#footernav {
	font-size: 10px;
	margin-bottom: 2em;
	}

#footernav a {
	}

#footer table {
	margin: 0 auto;
	border-collapse: collapse;
	}

#footer td {
	padding: 5px 24px;
	border: 1px solid #A9A9A9;
	font-weight: bold;
	}

/*----- PAGE SPECIFIC STYLES -----*/

/*----- Articles -----*/

ul.articleslist li {
	padding: 5px 0 12px 0;
	}

/*----- Press releases -----*/

.presstitle {
	text-align: left !important;
	font-size: 13px;
	}

/*----- Quote results -----*/

#quoteresults-table td {
	padding: 0 0 3px 0;
	}	

.centered {
	text-align: center;
	}