body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	
}

#top-main
{
	/*width:968px;
	margin:0px auto;*/
	border:0px solid red;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	height:136px;
	
}
#main-content
{
	width:931px;
	margin:0px auto;
	border:0px solid red;
}
#header
{
	background-image:url(../images/header-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:136px;
}
.header-box
{
	height:115px;
	border:0px solid red;
}
#logo
{
	float:left;
	background-image:url(../images/logo-black-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:115px;
	width:215px;
}
#logo img
{
	padding-left:10px;
	padding-top:35px;
	position:absolute;
}
#header-right
{
	float:left;
}
.header-text
{
	width:703px;
	color:#156EB2;
	font-size:20px;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	padding-top:22px;
	padding-left:10px;
	border:0px solid red;
}
.sub-header-text
{
    color:#000;
	font-size:16px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	padding-left:57px;
	border:0px solid red;
	height:40px;
}
/**********************************Header CSS************************************************/
.ddcolortabs{
clear:both;
margin:0 0;
float:right;

border:0px solid red;
text-align:right;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
/*height:32px;*/

}

.ddcolortabs li{
margin:0;
float:left;
color: #000000;
list-style:none;
background:url("../images/white-tab-right.gif") no-repeat left top;
border-bottom:#356E97 1px solid;
padding:0 0 0 3px;
margin-right: 5px;
border:0px solid red;
height:32px;
}
.ddcolortabs li:hover{
background:url("../images/blue-tab-right.gif") no-repeat left top;

height:32px;
}

.top_remain{
float:left;
background:url("../images/white-tab-left.gif") no-repeat right top;
padding:8px 12px 7px 10px;

text-align:center;
font-weight:bold;
text-decoration:none;
border:0px solid red;
}

#top_last
{
	border:0px solid red; 
	margin-right:0px;
}

.top_remain:hover{
float:left;
color: #FFFFFF;
background-image:url(../images/blue-tab-left.gif);
margin:0 0px 0 0;
text-align:center;
font-weight:bold;
text-decoration:none;

}

.ddcolortabs a span{

color:#000000;
}

.ddcolortabs a:hover span{
color: #FFFFFF;
float:none;
}
.ddcolortabs li.selected
{
	background:url("../images/blue-tab-right.gif") no-repeat left top;
	color:#FFFFFF;
}
.selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background:url("../images/blue-tab-left.gif") no-repeat right top;
	color:#FFFFFF;
}
.selected a span
{
	color: #FFFFFF;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border:0px solid black; /*THEME CHANGE HERE*/
border-top-width:0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-top: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 5px 0px 0px 5px;
background-color:#3399CC;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #E0EDF8;
color: black;
}

.dropmenudiv_b{
position:absolute;
top: 0;
border:0px solid black; /*THEME CHANGE HERE*/
border-top-width:0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-top: 1px solid #ffffff; /*THEME CHANGE HERE*/

background-color:#9B804C;
text-decoration: none;
color: white;
}
.dropmenudiv_b a div{
text-align:center;

}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #DDCFB3;
color: black;
}

/********************************************************************************************/



#page-content
{
	clear:both;
	
}
#page-content img
{
	margin-bottom:5px;
	
}
#main-page
{
	float:left;
	width:731px;
	border:0px solid;
	padding-top:5px;
}
#right-side
{
	float:left;
	width:200px;	
	border:0px solid;
	padding-top:5px;
}
.home-page-title
{
	font-family:"trebuchet MS";
	font-size:23px;
	color:#136FB2;
	background-image:url(../images/title-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:5px;
	font-style:normal;
	
}
.page-title
{
	font-family:"trebuchet MS";
	font-size:23px;
	color:#000000;
	background-image:url(../images/title-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:5px;
	padding-top:5px;
	font-style:normal;
	
}
.home-page-description
{
	font-family:"trebuchet MS";
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	color:#504a4a;
	font-size:15px;

}

.page-description
{
	padding-bottom:5px;
	padding-top:15px;
	padding-right:10px;
	color:#504a4c;
	font-size:12px;
	text-align:justify;
}

.page-description table
{
	/*color:#003366;*/
	/*color:#6C6C6C;*/
	vertical-align:text-top;
	
	
}
.page-description a
{
	/*color:#003366;*/
	color:#156DB4;
	vertical-align:text-top;
	text-decoration:none;
}
.page-description a:hover
{
	/*color:#003366;*/
	color:#283794;
	vertical-align:text-top;
	text-decoration:none;
}
.page-description ul li
{
	border:0px solid blue;
	line-height:13px;
	vertical-align:middle;
	margin-bottom:3px;
	text-align:left;
}
.page-description th
{
	color: #3475B5;
	border-left:1px solid #3475B5;
	border-bottom:1px solid #3475B5;
}
.tablewithborder
{
	border-top:1px solid #3475B5;
	border-right:1px solid #3475B5;
}
.tablewithborder td
{
	border-left:1px solid #3475B5;
	border-bottom:1px solid #3475B5;
	
}
.page-subtitle
{
	color:#136FB2;
	font-size:18px;
}
.black-page-subtitle
{
	color:#000000;
	font-size:18px;
	text-decoration:underline;
}
.home-sub-title
{
	font-size:20px;
	color:#424242;
	font-weight:bold;
}
.home-map
{
	/*background-image:url(../images/map-bg.gif);
	background-repeat:no-repeat;
	width:724px;*/
	/*text-align:center;*/
	padding-top:10px;
}
.right-top
{
	height:46px;
	border:0px solid red;
	padding:0;
	margin:0;
}

.right-middle
{
	border-left:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
	/*_margin-top:-5px;*/
	background-image:url(../images/right-middle.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	background-color:#EEEEEE;
	width:167px;
	padding-left:20px;
	padding-right:10px;
	padding-top:0px;
	color:#030303;
	font-size:13px;
}
.right-bottom
{
	background-image:url(../images/right-bottom.gif);
	background-repeat:no-repeat;
	width:199px;
	height:16px;
}
.breaking-feed
{
	
}
.breaking-feed a
{
	color:#156EB2;
	font-size:11px;
	font-weight:bold;
}
.breaking-feed img
{
	vertical-align:middle;
}
.breaking-date
{
	color:#156EB2;
	
	font-weight:bold;
	font-size:11px;
}
.breaking-date a
{
	color:#156EB2;
	
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.breaking-title a
{
	color:#030303;
	
	text-decoration:none;
	
}
.breaking-more a
{
	color:#156EB2;
	
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.stock-div
{
	font-size:13px;
}
.stock-div div
{
	padding:3px;
}
.stock-rating
{
	width:85px; 
	float:left; 
}
/*.inner-top
{
	background-image:url(../images/innerbox-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
	width:968px;
	margin-top:10px;
	border:0px solid blue;
}*/
#inner-middle
{
	background-repeat:repeat-y;
	border:0px solid red;
	width:731px;
	/*padding:0px 10px 0px 10px;*/
	float:left;
}
#inner-middle table
{
	margin:0px;
	padding:0px;
	
	/*border:1px solid red;*/
}
#inner-right
{
	float:left;
	width:200px;	
	border:0px solid;
	padding-top:7px;
	
}
/*.inner-bottom
{
	background-image:url(../images/innerbox-bottom.gif);
	background-repeat:no-repeat;
	height:7px;
	width:968px;
	border:0px solid blue;
}*/

.headerblue
{
	/*background-color:#9A7F4C;*/
	
	background-image:url(../images/blue.gif);
	background-repeat:no-repeat;
	color:White;
	font-size:15px;
	font-weight:bold;
	width:947px;
	height:45px;
	padding-left:10px;
}
.headerwhite
{
	/*background-color:#034D7C;*/
	
	background-image:url(../images/white.gif);
	background-repeat:no-repeat;
	color:#505B79;
	font-size:15px;
	font-weight:bold;
	width:947px;
	height:45px;
	padding-left:10px;	
}
.irbluetable
{
	
	background-color:#FAFAFA;
	border:1px solid #D0D0D0;
	border-top:0px;
	width:947px;
/*	padding:10px;*/
}
.irwhitetable
{
	background:#FFFFFF;
	border:1px solid #D0D0D0;
	border-top:0px;
	width:947px;
	/*padding:10px;*/
}
.mainrow
{
	font-size:12px;
	vertical-align:top;
	padding:3px;
	
}

.mainrow a
{
	color:#356AA0;
	font-weight:bold;
	text-decoration:none;
}
.multirow
{
	font-size:12px;
	vertical-align:top;
	padding:3px;
	border:1px solid #D0D0D0;
	border-top:0px;
	border-left:0px;
	margin-right:5px;
	border-collapse:collapse;
}
.multirow a
{
	color:#356AA0;
	font-weight:bold;
	text-decoration:none;
}
.multirow2
{
	font-size:12px;
	vertical-align:top;
	padding:3px;
	border-bottom:1px solid #D0D0D0;
	border-collapse:collapse;
}
.multirow2 a
{
	color:#356AA0;
	font-weight:bold;
	text-decoration:none;
}
.bottomrow
{
	font-size:12px;	
	vertical-align:top;
}
.pagelinks
{
	border:0px solid red;
	color:#156DB4;
	font-size:12px;
	text-align:justify;
}

.pagelinks a
{
	color:#156DB4;
	font-weight:bold;
	text-decoration:none;
}
.pagelinks a:hover
{
	text-decoration:underline;	
}

.rightmenu
{
	color:#000000;
	text-align:center;
	padding:5px;
	font-size:13px;
	background-image:url(../images/sapreter.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:bold;

}

.rightmenu a
{
	color:#000000;
	
	text-decoration:none;
}
.rightmenu a:hover
{
	color:#000000;
	text-align:left;
	font-size:13px;
	text-decoration:none;
}

.rightmenu-last
{
	color:#000000;
	text-align:center;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}
.rightmenu-last a
{
	color:#000000;
	
	text-decoration:none;
}
.rightmenu-last a:hover
{
	color:#000000;
	text-align:left;
	font-size:13px;
	text-decoration:none;
}


#footer
{
	clear:both;
	border:0px solid red;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	height:59px;
	text-align:center;
	color:#136FB2;
	font-size:11px;

}

.footersubscribe
{
	text-align:center;
	padding:8px 0px;
	border:1px solid #E5E5E5;
	border-left:none;
	border-right:none;
	color:#3280C8;
	font-weight:bold;
}

.footersubscribe .inputclass
{
 width:180px;
 border:1px solid #A8A197;
 color:#8B8B8B;	
 font-size:12px;
 padding:1px;
 margin:0px;
}
.footer-links
{
	padding:10px;
	padding-top:15px;
	padding-bottom:5px;
	word-spacing:2;
	letter-spacing:1px;
}
.footer-links a
{
	padding-left:10px;
	padding-right:10px;
	color:#136FB2;
	text-decoration:none;
}
.footer-links a:hover
{
	color:#4F4949;
	text-decoration:underline;
}

/*-------------------------- Request More Information -----------------------------------------*/
.formmaindiv
{
width:770px;
border:0px solid red;
}
.formmaindiv form label
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color:#146CB4;
text-decoration:none;
vertical-align:top;
padding:0 5px 0 5px;
width:200px;
float:left;
text-align:right;
}

 .formcontainer
{
padding:2px 0px 2px 0px;
vertical-align:top;
}
.input {
border: 1px solid #DADCE0;
color: #000000;
background-color:#FFFFFF;
font-family::Arial, Helvetica, sans-serif;
font-size:13px;
width:300px;
}

.clear-block
{
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
.heading-lables
{
	padding:10px 0 10px 0;
}
.submission_error
{
border:2px solid #CCA940;
color:#FF0000;
background-color:#FFDC73;
padding:10px;
margin:10px;
margin-bottom:5px;
line-height:20px;
}
.pdf-icon ul
{
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:10px;
}
.pdf-icon ul li
{
	list-style:none;
	background-image: url(../images/pdf-icon.gif);
  	background-repeat: no-repeat;
 	background-position: 0px 3px;
	padding-left: 25px;
	padding-top:10px;
	height:20px;
}
.pdf-icon ul li a
{
	color:#000;
}
.newspagedate
{
	color:#3575B5;
	font-weight:bold;
}
.newspagedate a
{
	color:#3575B5;
	font-weight:bold;
	text-decoration:none;
}
.newspagetitle a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.news-summary-title
{
	color:#3575B5;
	font-weight:bold;
}
.news-summary
{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
	text-align:justify;
}
.subpageheader
{
	padding:0px 0 10px 0;
	font-weight:bold;
	font-size:18px;
}
.divrsstext a
{
	float:right; 
	border:0px solid red; 
	padding-right:15px; 
	padding-top:20px;
	color:#3575B5;
	font-weight:bold;
}
.media-page-subtitle
{
	font-size:12px;
	color:#3575B5;
	font-weight:bold;
}
.media-div p
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000000;
}
.media-div a
{
	color:#3575B5;
	text-decoration:none;
}
.media-div img
{
	border:0px solid;
}
#galleryimg img
{
	border:0px solid red;
	margin:0px 0px 0px -10px;
}
.property-overview ul li
{
	list-style-image:url(../images/prop-list.jpg);
}

.front-presentation{
	width:323px;
	height:193px;
	background-image:url(../images/presentation-front.jpg);
	background-repeat:no-repeat;
	float:left;
}

.front-commodity{
	width:323px;
	height:193px;
	background-image:url(../images/commodity_info.jpg);
	background-repeat:no-repeat;
	float:right;
}

.presentation-link{
	text-align:center;
	margin-top:155px;
	
}

.presentation-link a{
	text-align:center;
	color:#3674b5;
	text-decoration:none;
	font-size:13px;
	
}

.commodity-link{
	text-align:center;
	margin-top:155px;
}

.commodity-link a{
	text-align:center;
	color:#3674b5;
	text-decoration:none;
	font-size:13px;
}