/*************************************************************************
	MODULE: 	global.css
	PURPOSE:	Sets all global styles for layout and formatting
*************************************************************************/




/*Auto float clearing for compliant browsers
*************************************************************************/
#header:after,
#main:after,
.news-story:after,
#pagecontrols:after,
#footer:after,
.clearthis:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}




/* General Rules and classes
*************************************************************************/
body {
	color:#fff;
	background:#504f4f;
	font: normal 1.00em/1.2em "Verdana","Helvetica","Arial",sans-serif;
	}

#leftnav {
	float: left;
	width: 20%;
	}

#homepage {
	float: left;
	width: 58%;
	}

#news {
	float: right;
	width: 20%;
	}
	
#internal {
	float: left;
	width: 80%;
	}

a {
	color: #9E1815;
	text-decoration: none;
	border-bottom: 1px dashed #9E1815;	
	}
	
a:hover,
a:focus,
a:active {
	border-bottom: none;
	background-color: #fff;
	color: #666;
	}


strong,	
.b {
	font-weight: bold;
	}

.small {
	font-size: 0.9em;
	}

.flLeft {
	float: left;
	}

.flRight {
	float: right;
	}

.disguise {
	position: absolute;
	left: -10000px;
	}

a.pdf {

	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	padding: 3px 2px 6px 25px;
	}

.bottom-border {
	border-bottom: 1px solid #ccc;
	margin: 0 17px 12px 0;
	}




/* Controls
*************************************************************************/
#controls {
	background: #cdd2d7;
	text-align: right;
	font-size: 80%;
	color: #313131;
	border-bottom: 1px solid #b7b7b7;
	}

#controls p {
	padding: 3px 17px 5px 0;
	line-height: 1em;
	}

#controls a {
	color: #313131;
	border-bottom: 1px dashed #313131;
	}

#controls a:hover,
#controls a:focus,
#controls a:active {
	color: #9E1815;
	border-bottom: 1px solid #9E1815;
	}




/* Header
*************************************************************************/
#header {
	background: #fff;
	padding-bottom: 12px;
	border-bottom: 20px solid #005b82;
	}

#header .logo {
	float: left;
	margin: 18px 0 12px 12px;
	}
	
#header .tel {
	float: right;
	color: #0083bb;
	font-size: 130%;
	font-weight: bold;
	padding: 8px 12px 0 0;
	/*padding: 20px 17px 0 0;*/
	}

#header a {
	border-bottom: none;
	}




/* Main
*************************************************************************/
#main {
	background: #fff url("../images/bg_LeftNav.gif") repeat-y;
	}




/* Left nav
*************************************************************************/
#leftnav {
	padding: 25px 0 40px 0;
	}

#leftnav ul {
	margin-bottom: 10px;
	width: 170px;
	}
	
#leftnav ul ul {
	margin-bottom: 0px;
	}
	
#leftnav li {
	margin: 0 0 7px 0;
	}
	
#leftnav li a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial",sans-serif;
	font-size: 75%;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url("../images/bg_bullet.gif") no-repeat 10px 50%;
	padding: 2px 5px 2px 25px;
	border: none;
	}

#leftnav li li {
	margin: 4px 0;
	}
	
#leftnav li li a {
	background: none;
	font-weight: normal;
	text-transform: none;
	}

#leftnav a:hover,
#leftnav a:active,
#leftnav a:focus,
#leftnav a.here,
#leftnav li.current_page_item a {
	text-decoration: underline;
	}
	
#leftnav li.current_page_item li a {
	text-decoration: none;	
	}

#leftnav li.current_page_item li a:hover,
#leftnav li.current_page_item li a:active,
#leftnav li.current_page_item li a:focus {
	text-decoration: underline;
	}




/* Home page
*************************************************************************/
#homepage {
	padding: 20px 0 40px 0;
	}




/* News
*************************************************************************/
#news {
	margin: 20px 0 40px 0 !important;
	padding-bottom: 22px;
	}




/* Internal
*************************************************************************/
#internal {
	padding-bottom: 40px;
	}




/* Content
*************************************************************************/
.content {
	color: #313131;
	/*background: url("../images/bg_main.gif") no-repeat center center;*/
	font-size: 75%;
	}
	
.content .breadcrumb {
	color: #005b82;
	font-size: 90%;
	line-height: 1em;
	margin: 14px 0;
	}

.content h1 {
	background: #0083BB url("../images/bg_h2_bottom.gif") no-repeat right bottom;
	color: #fff;
	padding: 4px 10px;
	margin: 0 17px 15px 0;
	font-size: 130%;
	font-weight: normal;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	}
	
.content p,
.content address,
.content dl {
	margin: 0px 10px 20px 10px;
	}
	
.content dt {
	float: left;
	margin-bottom: 10px;
	}

.content dd {
	margin-bottom: 10px;
	}

.content h2,
.content h3,
.content h4,
.content h5 {
	margin: 0px 10px 2px 10px;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	}

.content h2 {
	font-size: 130%;
	color: #005B82;
	font-weight: bold;
	}
	
.content h3 {
	font-size: 120%;
	color: #005B82;
	}
	
.content h4 {
	font-size: 110%;
	font-weight: bold;
	color: #005B82;
	}

.content ul {
	margin: 0px 10px 10px 20px;
	list-style: none;
	}
	
.content ol {
	margin: 0px 10px 0px 30px;
	}
	
.content ul li {
	background: url("../images/body_bullet.gif") no-repeat 0 6px;
	padding: 0px 0px 8px 10px;
	}
	
.content ol li {
	padding: 0px 0px 12px 10px;
	}
	
.content li ul {
	margin: 10px 10px 0px 20px;
	}

.content a:hover,
.content a:focus,
.content a:active {
	border-bottom: none;
	background-color: #9E1815;
	color: #fff;
	}
	
.content a.noborder {
	border-bottom: none;
	}
	
.content hr {
	height: 1px;
	border-top: 0;
	border-bottom: 1px solid #999;
	margin-right: 17px;
	}
	
blockquote p {
	font-size: 110%;
	}

img.left,
img.alignleft {
	float: left;
	padding: 10px 17px;
	}

img.right,
img.alignright {
	float: right;
	padding: 10px 17px;
	}
	
div.imgRight,
div.alignright,
div.imgLeft,
div.alignleft {
	background: #ececec;
	border: 1px solid #c3c3c3;
	text-align: center;
	padding: 5px 0 0 0;
	}
	
	
div.imgRight,
div.alignright {
	float: right;
	margin: 0 15px 10px 15px;
	}

div.imgLeft,
div.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	}

div.alignleft p,
div.alignright p,
div.imgLeft p,
div.alignleft p {
	font-size: 0.9em;
	margin: 0;
	}


.testimonial {
	padding: 0px 35px 20px 0px;
	}

.testimonial blockquote {
	background-color: #ececec;
	background-image: url("../images/quote_open.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: 1px solid #c3c3c3;
	padding: 0 0 0 33px;
	}
	
.testimonial blockquote p {
	margin: 6px !important;
	padding: 0 30px 0 0;
	background-image: url("../images/quote_close.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.credit {
	text-align: right;
	padding-top: 3px;
	margin-right: 0px !important;
	}
	
#pagecontrols {
	margin: 100px 17px 0px 0px !important;
	padding-top: 4px;
	border-top: 1px solid #0083BB;
	}
	
.actions {
	float: left;
	}
	
.logos {
	float: right;
	}

.logos img {
	padding: 6px 0 0 10px;
	}

.logos a {
	border: 0 !important;
	}

.logos a:hover,
.logos a:focus,
.logos a:active {
	border-bottom: none;
	background: none;
	}




/* Homepage news stories
*************************************************************************/
#news {
	margin-top: 39px;
	font-size: 75%;
	background: #868686 url("../images/bg_rightColBottom.gif") no-repeat bottom left;
	}

#news h2 {
	background: #868686;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 10px;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#news .story {
	padding: 10px;
	background: #E0E0E0;
	border-bottom: 1px solid #fff;
	}
	
#news .story h3 {
	color: #005B82;
	line-height: 1em;
	}

#news .story p {
	color: #313131;
	}
	
#news .story p.date {
	color: #005B82;
	margin-bottom: 10px;
	}
	
p.more {
	padding-top: 10px;	
	text-align: right;
	}
	
p.more a {
	color: #9e1815;
	padding-right: 8px;
	border-bottom: 1px dashed #9e1815;
	}
	
p.more a:hover,
p.more a:focus,
p.more a:active {
	border-bottom: none;
	background: #fff;
	color: #666;
	}



/* News listing
*************************************************************************/
.news-story {
	border-bottom: 1px solid #c3c3c3;
	margin: 0 17px 20px 0;
	}

.news-story .descr {
	font-weight: bold;
	}
	




/* Footer
*************************************************************************/
#footer {
	background: url("../images/bg_footer.gif") repeat-x;
	border-top: 1px solid #fff;
	padding: 40px 17px 10px 0;
	font-size: 75%;
	color: #fff;
	text-align: right;
	}

#footer p {
	margin-bottom: 5px;
	}

#footer a {
	color: #fff;
	border-bottom: 1px dashed #fff;	
	}

#footer a:hover,
#footer a:focus,
#footer a:active {
	border-bottom: none;
	background: #fff;
	color: #666;
	}

