
/* ____________ Main Elements ____________ */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Arial, Helvetica, sans-serif; color: #787878;
	text-align: center;
	background-color: #c5ccdb;
}

#outerContainer {
background: url(images/bg.gif) center repeat-y;
}

a {
	color: #485f95;
	text-decoration: underline;
}
a:hover {
	color: #787878;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}


/* ____________ Main Container Home ____________ */

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: #ebebeb url(images/bg-normal.gif) center repeat-y;
}


/* ____________ Utility Nav ____________ */

#utilityNav {
	height: 25px;
	font: 85% Arial, Helvetica, Sans Serif; color: #dbdbdb; text-decoration: none;
	background: #c5ccdb url(images/bg-utility-nav.gif) center no-repeat;
	text-align: left;
width: 100%;
	
}

#utilityNav div {
width: 770px;
margin-left: auto;
	margin-right: auto;
padding-top: 3px;
}

#utilityNav ul {
	float: right;
padding-top:2px;
	display: inline;
	list-style-type: none;
}
#utilityNav li {
	display: inline;
	border-right: #9daed5 solid 1px;
}
#utilityNav li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #485f95;
	text-decoration: none;
}
#utilityNav li a:hover {
	color: #485f95;
	text-decoration: underline; 
}

#loginform {
height: 25px;
background: url(images/bg-login.gif) left center no-repeat;
padding-left: 22px;

}

#loginform input {
font-size: 90%;
width: 60px;
padding: 1px;
color: #787878;
margin-top: 0px;
height: 12px;
vertical-align: top;
}
#loginform label {
color: #485f95;
vertical-align: bottom;
margin-right: 3px;
}

input#login {
width: 29px;
height: 15px;
margin-top: 0px;
}

#utilityNav p {
color: #485f95;
padding-top: 2px;
font-weight: normal;
}

/* ____________ Main Nav - Home ____________ */

#mainNav {
	height: 16px;
	width: 755px;
	font: bold 95% Arial, Helvetica, Sans Serif; color: #485f95; text-decoration: none;
	background: #d0daef url(images/bg-nav-normal.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#mainNav ul {
	display: inline;
	list-style-type: none;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	padding-left: 7px;
	padding-right: 7px;
	color: #485f95;
	text-decoration: none; 
}
#mainNav li a:hover {
	color: #667aa9;
	text-decoration: none; 
	padding-top: 7px;
	padding-bottom: 7px;
	background: #b5c2dd url(images/bg-nav-roll.gif) repeat-x;
}


/* ____________ Content ____________ */

#content {
	width: 525px;
	margin-left: 30px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
	display: inline;
}
#content p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#content h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #485f95;
	font-size: 170%;
	background-color: #e5e5e5;
	padding: 5px 5px 3px 8px;
}
#content h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #485f95;
	font-size: 130%;
}
#content h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 110%;
}
#content ul {
font-size: 100%;
	margin-bottom: 15px;
	margin-left: 50px;
}
#content ol {
	margin-bottom: 15px;
	margin-left: 20px;
}
#content ol li {
margin-bottom: 10px;
}


#content h2#commentary, #content h2#opinion, #content h2#investigations, #content h2#documents {
padding-left: 24px;
font-size: 115%;
}

#content h2#commentary a, #content h2#opinion a, #content h2#investigations a, #content h2#documents a {
text-decoration: none;
color: #485f95;
}

#commentary {
background: url(images/icon-commentary.jpg) no-repeat;
}
#opinion {
background: url(images/icon-opinions.jpg) no-repeat;
}
#investigations {
background: url(images/icon-investigations.jpg) no-repeat;
}
#documents {
background: url(images/icon-documents.jpg) no-repeat;
}


/* ____________ Right Side Bar ____________ */



#rightSideBar {
	width: 180px;
	text-align: center;
padding: 5px 0px 10px 0px;
	float: right;
	display: inline;
	margin-right: 5px;
	border-top: 5px solid #ebebeb;	
	background: url(images/bg-right-sidebar.gif) no-repeat top;
}
#rightSideBar p {
	color: #FFFFFF;
	font-size: 95%;
	margin: 10px;
}

#rightSideBar img {
margin-left: auto;
margin-right: auto;
}
#rightSideBar h2 {
padding: 10px 0px;
}


/* ____________ Footer ____________ */

#footer {
	width: 100%;
	color: #485f95;
	font-size: 85%;
	background: #c5ccdb url(images/bg-footer-normal.gif) center top no-repeat;
	text-align: center;
	height: 5em;
	clear: both;
	padding-top: 20px;
}
#footer p {
	
}
#footer p a {
	color: #485f95;
	text-decoration: none;
}
#footer p a:hover {
	color: #667aa9;
	text-decoration: none; 
}


/* ____________ Misc ____________ */

.clearBoth {
clear: both;
}

.imgRight {
	float: right;
	padding-left: 20px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.imgCentreContent {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#errorText {
display: block;
border: 1px solid;
	color: #ffffff;
padding: 10px;
margin-top: 15px;
background-color: #fe8686;
font-weight: bold;
}
div#errorText p {
margin-bottom: 5px;
}
div#errorText ul {
margin: 0px 0px 0px 30px;
padding: 0px;
}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ____________ Left Side Bar - Home ____________ */

#leftSideBar {
	width: 155px;
	float: left;
	display: inline;
background: url(images/bg-search.gif) repeat-y;
overflow: hidden;
}
#leftSideBar ul {	
	list-style-type: none;
	text-align: left;
}
#leftSideBar li a {	
	background: url(images/sidebar-left-button-bg.gif) no-repeat;
	margin-left: 10px;
	color: #898989;
	font-size: 95%;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	margin-left: 0px;
	display: block;
	width: 145px;
	height: 19px;
}
#leftSideBar li a:hover /*,#leftSideBar #companySubscriberLink*/ {	
	background: url(images/sidebar-left-roll.gif) no-repeat;
	margin-left: 10px;
	color: #505050;
	font-size: 95%;
	text-decoration: none;
	padding-top: 3px;
	margin-left: 0px;
	display: block;
	height: 19px;
}

#leftSideBar p {
clear: left;
text-align: left;
padding: 10px;
font-size: 90%;
}

#s {
width: 108px;
height: 16px;
border: 1px solid #cccccc;
display: block;
float: left;
margin: 0px 0px 5px 11px;
padding: 2px;
font-size: 110%;
}

#categories {
clear: left;
}
/* ____________ News Posts ____________ */

#news {
	width: 380px;
	margin-right: 25px;
	padding-bottom: 15px;
	text-align: left;
	float: right;
}
#news p {
	line-height: 1.5em;
	margin-bottom: 15px;
	font-size: 95%;
}
#news h1 {
	margin-top: 15px;
	font-weight: normal;
	color: #485f95;
	font-size: 170%;
	background-color: #e5e5e5;
	padding: 5px 5px 4px 8px;
}
#news h1 a {
color: #485f95;
text-decoration: none;
}
.newsDetails {
	display: block;
	list-style-type: none;
	background-color: #e5e5e5;
	font-size: 85%;
	padding-bottom: 5px;
}
.date {
	display: inline;
	list-style-type: none;
	margin-left: -50px;
	background: #e5e5e5 url(images/news-calendar.gif) no-repeat left;
	padding: 5px 10px 5px 28px;
}
.postedBy {
	display: inline;
	list-style-type: none;
	background: #e5e5e5 url(images/news-posted-by.gif) no-repeat left;
	padding: 5px 10px 5px 20px;
}

#news ul {
	margin-bottom: 15px;
	margin-left: 50px;
}
#news ol {
	margin-bottom: 15px;
	margin-left: 50px;
}



#news ul.postmetadata {
margin: 0px;
font-size: 85%;
display: block;
height: 17px;
padding-top: 10px;
background: #e5e5e5 url(images/bg-meta-options.gif);
}
#news ul.postmetadata a {
text-decoration: none;
color: #485f95;
}

#news ul.postmetadata a:hover {
color: #787878;
}

.commentIcon {
	display: inline;
	list-style-type: none;
	background: url(images/news-comment.gif) no-repeat left;
	padding: 0px 10px 0px 18px;
margin-left: 10px;
}
.categoryIcon {
	display: inline;
	list-style-type: none;
	background: url(images/news-category.gif) no-repeat left;
	padding: 5px 10px 5px 20px;
}

#comments {
margin-left: 20px;
margin-top: 23px;
}

#comments h2 {
color: #4b5e96;
font-size: 120%;
margin-bottom: 20px;
}
#comments ol {
list-style-type: none;
margin-left: 0px;
}
#comments ol li {
border-left: 2px solid #c5c5c5;
padding-left: 15px;
margin-bottom: 23px;
}
#comments ol li h3 {
font-size: 100%;
font-style: italic;
margin-bottom: 4px;
}
#comments ol li h3 em {
color: #4b5e96;
}
#comments ol li small {
display: block;
margin-bottom: 8px;
font-size: 80%;
}

#commentform p {
margin-bottom: 4px;
}
#author, #email, #url {
width: 140px;
height: 14px;
padding: 2px;
border: 1px solid #6f6f6f;
font: 100% Arial, Helvetica, sans-serif;
}
#comment {
width: 300px;
height: 80px;
padding: 2px;
border: 1px solid #6f6f6f;
font: 100% Arial, Helvetica, sans-serif;
}
#submit {
width: 98px;
height: 19px;
background-color: #495e97;
border: 0px;
font: 100% Arial, Helvetica, sans-serif;
color: #ffffff;
}

.navigation {
font-size: 90%;
text-align: right;
margin-top: 10px;
padding: 3px;
background-color: #e5e5e5;
}
.navigation a {
color: #485f95;
text-decoration: none;
}
.navigation a:hover {
text-decoration: underline;
}
.alignleft {
float: left;
}

.info {
background-color: #d6dcea;
padding: 10px 0px 5px 10px;
font-size: 95%;
display: block;
margin-top: 25px;
height: 172px;
}

/*________ Contact Form ________*/

#contactForm {
	width: 300px;
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	margin-top: 25px;
}

#contactForm h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}
#contactForm label {	
	width: 65px;
	float: left;	
	display: inline;
	clear: left;
	text-align: left;
} 

#productForm label {	
	width: 145px;
margin-right: 10px;
	float: left;	
	display: inline;
	clear: left;
	text-align: right;
} 

#contactForm fieldset, #productForm fieldset { 
	margin-top: 10px;
	border: 0; 
} 
#contactForm fieldset input, #productForm fieldset input {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 148px;
	border: 1px solid;
	font: 100% Arial,Helvetica,sans-serif;
} 

#contactForm fieldset legend, #productForm fieldset legend {
	display: none;
}
#contactForm textarea, #productForm fieldset textarea {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 200px;
	border: 1px solid;	
	overflow: auto;
	font: 100% Arial,Helvetica,sans-serif;
}

#productForm fieldset textarea {
width: 250px;
height: 100px;
}

#submitButton, #subscribeButton {	
	display: block;
	margin-left: 65px;
	background-color: #485FA4;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 8px;
	margin-right: auto;
	margin-top: 5px;
}
#subscribeButton {	
	margin-left: 155px;
}

#image20 {
	float: right;
	margin-bottom: 20px;
}

.post img {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.post ul li {
font-size: 90%;
line-height: 1.6;
margin-bottom: 5px;
}