/* HTML Definitions */

body {
	background: url(../images/misc/bg.jpg);
	font-family: georgia, times, serif;
}

a {
	color: #916D00;
}

p {
	margin-bottom: 12px;
}

h1 {
	margin-bottom: 20px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	clear: left;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

a:hover {
	color: #00257B;
}

address {
	font-style: normal;
}

.clear {
    height: 0;
    visibility: hidden;
    background-color: transparent; color: transparent;
    clear: both;
}

.clear.left {
    clear: left;
}

.clear.right {
    clear: right;
}


/* Colour Palette */

.bronze {
	color: #916D00;
}

.blue {
	color: #00257B;
}

.grey {
	color: #555;
}


.small {
	font-size: 90%;
}


#topShadow {
	width: 991px;
	height: 15px;
	margin: auto;
	background: url(../images/misc/top_shadow.png) no-repeat;
}

#wrapper {
	color: #555;	
	width: 991px;
	margin: auto;
	background: url(../images/misc/paper_bg.png);
	padding-bottom: 30px;
	font-family: georgia, times, serif;
}

#footShadow {
	width: 991px;
	height: 15px;
	margin: auto;
	background: url(../images/misc/foot_shadow.png) no-repeat;
}

#logo {
	width: 222px;
	height: 61px;
	background: url(../images/misc/logo.gif);
	float: left;
	margin-top: 24px;
	margin-left: 38px;
	text-indent: -9999px;	
}



/* Testimonals */

#testimonial {
	width: 620px;
	height: 60px;
	float: right;
	text-align: right;
	margin-top: 34px;
	margin-right: 38px;
}

#testimonial h3 {
	color: #916D00;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 4px;
	line-height: 1.1em;
}

#testimonial h4 {
	color: #00257B;	
	
}

.mainContent ul.testimonial_list {
	margin-left: 0px;
}


.mainContent ul.testimonial_list li {
	color: #916D00;
	list-style: none;
	margin-left: 0px;
	font-size: 1.1em;
	margin-bottom: 12px;
	font-style: italic;
}

.mainContent ul.testimonial_list li span {
	font-size: 0.8em;
	color: #00257B;	
	font-style: normal;
}


/* Nav Bar */
#sideBarBlock {
    clear: both;
    float: left;
    width: 222px;
	min-height: 450px;    
}

#navBar {
	float: left;
	width: 100%;
	margin: 0 0 20px;	
	display: block;
}

#navBar li span {
	font-size: 0.9em;
	display: block;
	color: #916D00;
	padding: 5px;
}

#navBar li a {
	display: block;
	text-decoration: none;	
}


#navBar li span {
	padding: 5px;
	border-top: 1px solid #916D00;	
}

#navBar .selected {
	font-weight: bold;
}

#navBar li a:hover {
	background: #FFEFBC;
}

#navBar li.first span {
	border-top: none;
}

#navBar li ul {
	margin-bottom: 5px;
}


#navBar li li span {
	font-weight: normal;
	color: #00257B;
	border: none;
	padding: 2px 0px 2px 12px;
	font-size: 0.8em;	
}

#navBar li li.selected span {
	color: #555;
}




#mainBlock {
	clear: both;
	float: left;
	background: url(../images/misc/block_bg.jpg);	
	width: 915px;
	margin-top: 18px;
	margin-left: 38px;
	padding-bottom: 15px;
}

.columnLeft {
	float: left;
	width: 425px;

}

.columnRight {
	float: right;
	width: 220px;
}


#titleBlock {
	margin-bottom: 5px;
	float: left;
	position: relative;
}

#titleBlock h1 {
	margin-bottom: 2px;
	padding-bottom: 20px;
	font-size: 24px;
	float: left;
}

#titleBlock h2 {
    /* done in position absolute to sort out internet explorer issues */
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    text-align: right;
}


#mainContentBlock {
	position: relative;
	float: left;
	margin-left: 31px;
	width: 662px;
	
}	

.mainContent {
	margin-left: 15px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.mainContent h1 {
	padding-top: 15px;
	color: #916D00;
	font-size: 1.8em;
	line-height: 1.2em;
}

.mainContent h2 {
	color: #00257B;	
	font-size: 1.2em;
	margin-bottom: 5px;
	line-height: 1.2em;
}


.mainContent .text {
	margin-right: 25px;
	line-height: 1.4em;
}

.mainContent ul, .mainContent ol {
	margin-left: 12px;
	margin-bottom: 12px;
}	

.mainContent ul li {
	margin-left: 10px;
	list-style: disc;
	line-height: 1.4em;
}

.mainContent ol li {
	margin-left: 10px;
	list-style: decimal;
	line-height: 1.4em;
}



.video {
	/*float: left;*/
	margin-right: 10px;
	margin-bottom: 5px;
}


.videoInfo {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.2em;
	color: #916D00;
	line-height: 1.2em;
}	

.columnLeft span {
	font-size: 0.9em;
	color: #00257B;
}

.mainContent .infoBox {
	clear: right;
	float: right;
	width: 200px;
	margin: 8px 6px 8px 8px;
}

.mainContent .investmentButton {
	clear: right;
	float: right;
	margin: 8px 12px 8px 8px;
}


.mainContent .pageImage {
	margin-left: 12px;
	float: right;
}


.rssLink {
	position: absolute;
	top: 20px;
	left: 300px;
}

.rssLink img {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

.rssLink a {
	font-weight: bold;
	text-decoration: none;
}

.blogList {
	margin-bottom: 15px;
}

.blogList p {
	margin-bottom: 5px;
}

.date {
	color: #00257B;
}

.commentSection {
	margin-right: 16px;
}

.comment h4 {
	border-bottom: 2px solid #FFF;
}



/* Right Column Boxes */

.infoBox .infoBoxTop {
	height: 40px;
	background: url(../images/misc/info_box_top.png) no-repeat;	
}

.infoBox .infoBoxTopGradient {
	height: 14px;
	background: url(../images/misc/info_box_top_gradient.png) no-repeat;	
}

.infoBox .infoBoxTop h3 {
	color: #916D00;
	padding-top: 14px;
	margin: 0;
	margin-left: 18px;
	font-weight: normal;
	font-size: 1.3em;
}

.infoBox .infoBoxMiddle {
	position: relative;
	min-height: 80px;
	background: url(../images/misc/info_box_middle.png);	
}

.infoBox .infoBoxMiddle .text {
	padding-top: 3px;
	margin-left: 18px;
}

.infoBox .infoBoxMiddle .rss {
	position: relative;
	left: 19px;
	bottom: 2px;
	width: 100px;
	height: 20px;
}

.infoBox .infoBoxMiddle .text a {
	font-weight: bold;
	text-decoration: none;
}

.infoBox .infoBoxMiddle .text .date {
	font-weight: bold;
	color: #00257B;	
	padding-bottom: 6px;
}

.infoBox .infoBoxBottom {
	height: 8px;
	background: url(../images/misc/info_box_bottom.png);	
}





/* Page bottom and Footer*/

#bottomLineNav {
	clear: left;
	float: left;
	border-bottom: 1px solid #916D00;
	width: 222px;
	margin-left: 38px;
}

#bottomLineContent {
	float: left;
	border-bottom: 1px solid #916D00;
	width: 662px;
	margin-left: 31px;
}

#footer {
	clear: both;
	font-size: 0.7em;
	padding-top: 5px;
	line-height: 1.2em;	
}

#footer li.firstlast {
	color: #FFF;
}

#footLeft {
	display: block;
	margin-left: 38px;
	float: left;
	width: 222px;
}

#footLeft li.first, #footRight li.first {
	padding-left: 0px;
}

#footLeft li.last, #footRight li.last {
	border-right: none;
	padding-right: 0px;
}

#footLeft li, #footRight li {
	border-right: 1px solid #555;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#footMiddle {
	margin-left: 31px;
	float: left;
	width: 470px;
}

#footRight {
	float: left;
	width: 200px;
	
}

/* page specific */
#page-contact #footer ul .contact-us {
    display: none;
}


/* FORMS */

.form
{
    float:left;
}

.form label {
float: left;
font-weight: 700;
}

.form input {
/*background: #fffaf5;*/
border: 1px solid #c1c1c1;
float: left;
margin: 0.5em 0;
padding: 5px;
width: 340px;
}

.form .submit,.form .submit-post,#contactform .submit {
float: right;
height: 25px;
width: 100px;
}

.form p {
margin: 0;
width: 350px;
}

.form textarea {
/*background: #fffaf5;*/
border: 1px solid #c1c1c1;
font-size: 0.85em;
height: 100px;
margin: 0.5em 0;
padding: 5px;
width: 340px;
}

.form .hide
{
    display: none;
}

/*blog styles*/

.other_posts
{
    float: right;
}

.media_list, .document_list
{
    list-style: none;
}

ul.media_list li, ul.document_list li
{
    list-style: none;
    padding-left: 74px; 
    display:block; 
    height: 64px;
	margin-bottom: 5px;
	clear: left;
}


ul.media_list li.pdf, ul.document_list li.pdf
{
    background: url('../images/misc/doc_icon.gif') no-repeat scroll left top;
    
}

ul.media_list li.video 
{ 
    background: url('../images/misc/tv_icon.gif') no-repeat scroll left top;
}

ul.media_list li.audio 
{ 
    background: url('../images/misc/radio_icon.gif') no-repeat scroll left top;
}
 
ul.media_list li span 
{ 

}

ul.media_list li a, ul.document_list li a
{ 
	font-size: 1.2em;
}


.popup .content {
	color: #333333;
	display: block;
	font-family: georgia, times, serif;
	line-height: 1.3em;
}


div.pagination {
        text-align:center;
        padding: 7px;
        margin: 3px;
        font-size: 0.8em;
}

div.pagination a {
        padding: 2px 5px 2px 5px; 
        margin: 2px;
        border: 1px solid #916D00;
        text-decoration: none; /* no underline */
        color: #916D00;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #916D00;
        background-color:#FFEFBC;
        color: #916D00;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px; 
        border: 1px solid #916D00;
        font-weight: bold;
        background-color: #916D00;
        color: #FFF;
} 
div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #ccc;
        color: #999; 
}


.facebox_overlayBG
{background: #FFF;}




/* google custom search */

#cse-search-box {
    margin: 0 0 0 4px;
    width: 200px;
}

#cse-search-box .cse-submit {
    border: 0 none;
    background: #d39c12;
    color: #ffffff;
    margin: 0 0 0 3px;
    padding: 3px 5px;
    font-size: 9px;
    overflow: visible;
}

#cse-search-results {
    margin: 15px 0 0 0;
    width: 628px;
    border: 1px solid #916d00;
}

#cse-search-results iframe {
    background: white;
    padding: 10px 15px 30px;
    width: 598px;
}




/* 
twitter styling overrides
note: the original styles for these come with the twitter widget script
*/
.twtr-widget {
    margin: 10px 0 0 !important;
}
.twtr-widget h3 {
    clear: none !important;
}
.twtr-widget h4 {
    font-size: 8px !important;
}
.twtr-hd {
    padding: 0 !important;
}
.twtr-hd h4 a {
    font-size: 12px !important;
}
.twtr-bd {
    margin: 15px 0 0;
}
.twtr-widget .twtr-doc, .twtr-widget .twtr-hd a, .twtr-widget h3, .twtr-widget h4 {
    background: none !important;
}
.twtr-ft div {
    padding: 10px 10px 10px 0 !important;
}
.twtr-ft span {
    float: left !important;
    width: 100% !important;
    clear: left !important;
    text-align: left !important;
}