@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../graphics/template/parchmentbg2.jpg);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
	scrollbar-face-color: #CCBD99; scrollbar-shadow-color: #CCBD99; 
	scrollbar-highlight-color: #CCBD99; scrollbar-3dlight-color: #996633; 
	scrollbar-darkshadow-color: #996633; scrollbar-track-color: #B9A678; 
	scrollbar-arrow-color: #996633
}

a:link {color: #330000; text-decoration: none}
a:visited {color: #330000; text-decoration: none}
a:hover {color: #996633; text-decoration: none}
a:active {color: #000000; text-decoration: none}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.3em;
}

#outerWrapper {
	width: 748px;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-left: #666666 solid 1px;
	margin: 0 auto;
}

#innerWrapper {
	width: 740px;
	margin: 0px 2px 2px 2px;	
	border-right: #666666 solid 2px;
	border-bottom: #666666 solid 2px;
	border-left: #666666 solid 2px;
}

#siteHeader {
	background: #cccc99 url(../graphics/template/main/btop.gif) no-repeat top left;
	height: 27px;
	line-height: 27px;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}

#siteHeader #small {
	font-size: 14px;
}

#siteHeader #medium {
	font-size: 16px;
}

#siteHeader #large {
	font-size: 19px;
}

#siteBanner {
	height: 81px;
	background: #cccc99 url(../graphics/template/main/banner.jpg) no-repeat top left;
}

#siteFooter {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	border-top: #666666 solid 1px;
	padding: 5px;
	background: #cccc99;
}

#bBase {
	float: left;
	width: 145px;
	height: 27px;
	background: #cccc99 url(../graphics/template/main/bbottom.gif) no-repeat top left;
}

#pageHeader {
	float: left;
	width: 543px;
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	text-align: right;
	padding-right: 10px;
	background: #cccc99 url(../graphics/template/main/iconshadow.gif) no-repeat top right;
}

#pageIcon {
	float: left;
	width: 42px;
	height: 27px;
	background: #cccc99;
}

#mainSection {
	float: left;
	width: 740px;
	border-top: #666666 solid 1px;
	background: #FFFFFF url(../graphics/template/main/pagebg.gif) repeat-y top left;
}

#secureMainSection {
	float: left;
	width: 740px;
	border-top: #666666 solid 1px;
	background: #FFFFFF;
}

#navigation {
	font-size: 13px;
	float: left;
	width: 145px;
}	

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
}

.nav_RopeBar {
	font-size: 1px;
	height: 5px;
	width: 145px;
	border-bottom: #666666 solid 1px;
	background: url(../graphics/template/main/nav/ropebar.gif) no-repeat top left;	
}

#navigation ul .nav_Bottom {
	height: 40px;
	width: 145px;
	background: url(../graphics/template/main/nav/navbottom.gif) no-repeat top left;
}

#navigation ul li a {	
	display: block;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	width: 140px;
	height: 40px;
	border-bottom: #666666 solid 1px;
}
#navigation ul #nav_Home a {
	line-height: 40px;
	background: url(../graphics/template/main/nav/home_0.jpg) no-repeat top left;
}	
#navigation ul #nav_Home a:hover {
	line-height: 40px;
	background: url(../graphics/template/main/nav/home_1.jpg) no-repeat top left;
}	
#navigation ul #nav_Coll a {
	line-height: 17px;
	background: url(../graphics/template/main/nav/coll_0.jpg) no-repeat top left;
}
#navigation ul #nav_Coll a:hover {
	background: url(../graphics/template/main/nav/coll_1.jpg) no-repeat top left;
}
#navigation ul #nav_Blog a {
	line-height: 40px;
	background: url(../graphics/template/main/nav/blog_0.jpg) no-repeat top left;
}
#navigation ul #nav_Blog a:hover {
	background: url(../graphics/template/main/nav/blog_1.jpg) no-repeat top left;
}
#navigation ul #nav_Podcast a {
	line-height: 40px;
	background: url(../graphics/template/main/nav/podcast_0.jpg) no-repeat top left;
}
#navigation ul #nav_Podcast a:hover {
	background: url(../graphics/template/main/nav/podcast_1.jpg) no-repeat top left;
}
#navigation ul #nav_Learning a {
	line-height: 40px;
	background: url(../graphics/template/main/nav/learning_0.jpg) no-repeat top left;
}
#navigation ul #nav_Learning a:hover {
	background: url(../graphics/template/main/nav/learning_1.jpg) no-repeat top left;
}
#navigation ul #nav_RRC a {
	line-height: 19px;
	background: url(../graphics/template/main/nav/rrc_0.jpg) no-repeat top left;
}
#navigation ul #nav_RRC a:hover {
	background: url(../graphics/template/main/nav/rrc_1.jpg) no-repeat top left;
}

#navigation ul #nav_Search a {
	line-height: 19px;
	background: url(../graphics/template/main/nav/search_0.jpg) no-repeat top left;
}
#navigation ul #nav_Search a:hover {
	background: url(../graphics/template/main/nav/search_1.jpg) no-repeat top left;
}

#navigation ul #nav_TTL a {
	line-height: 19px;
	background: url(../graphics/template/main/nav/ttl_0.jpg) no-repeat top left;
}
#navigation ul #nav_TTL a:hover {
	background: url(../graphics/template/main/nav/ttl_1.jpg) no-repeat top left;
}

#navigation ul #nav_RMS a {
	line-height: 19px;
	background: url(../graphics/template/main/nav/rms_0.jpg) no-repeat top left;
}
#navigation ul #nav_RMS a:hover {
	background: url(../graphics/template/main/nav/rms_1.jpg) no-repeat top left;
}

#navigation ul #nav_Generic a {
	line-height: 40px;
	background: url(../graphics/template/main/nav/generic_0.jpg) no-repeat top left;
}
#navigation ul #nav_Generic a:hover {
	background: url(../graphics/template/main/nav/generic_1.jpg) no-repeat top left;
}
#navigation ul #investIcon {	
background: url(../graphics/investor.png) no-repeat top left;
}	


#navigation ul .sideLinks a {
	border-bottom: #d7c6a2 solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;

}
#navigation ul .sideLinks a:hover {
	background: url(../graphics/template/main/nav/navlightbg.gif) repeat-y top left;
}


#page {
	float: right;
	width: 580px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	background: url(../graphics/template/main/toprope.gif) no-repeat top left;
}

#securePage {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

#page p {
	text-align: justify;
}

.clear {
	clear: both;
}

.horizontalRopeBar {
	width: 580px;
	height: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
	background: url(../graphics/template/main/rope.gif) repeat-x top left;
}

.decorativeBreakTop {
	font-size: 1px;
	width: 580px;
	height: 6px;
	background: url(../graphics/template/break2.gif) no-repeat top left;
}

.decorativeBreakBottom {
	font-size: 1px;
	width: 580px;
	height: 6px;
	background: url(../graphics/template/break.gif) no-repeat top left;
}

.ropeBorderBg {
	width: 540px;
	padding: 10px 20px 10px 20px;
	background: url(../graphics/template/ropeborderbg.jpg) repeat-y top left;
}
.searchBg {
	width: 580px;
	height: 744px;
	padding: 10px 0px 10px 0px;
	background: url(../graphics/template/searchbg.jpg) no-repeat;	
}
.message {
	border: #a27b59 1px solid;
	background: url(../graphics/template/parchmentbg.jpg) repeat;
	font-weight: bold;
	padding: 5px;
}

.errorMessage {
	color: #000000;
	border: #FF0000 1px solid;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

/* Highlight rollover states for images */
.recentItemsBox img, .itemThumb img {
	border: 0;
}
.recentItemsBox a, .itemThumb a {
	display: block;
	height: 100px;
	border: #DDDDDD 1px solid;
}
.recentItemsBox a:Hover, .itemThumb a:Hover {
	border: #FF0000 1px solid;
	background-color: #EFEFEF;
}


/* Next / Prev Paging Nav*/
.pagingButton {
	float: left;
	width: 58px;
	height: 20px;
}
.pagingText {
	float: left;
	width: 464px;
	height: 20px;
	text-align: center;
}

.loader {
	margin: 20px;
}

.SpryHiddenRegion {
	visibility: hidden;
} 
.spaceTop {
	padding-top: 50px;
}
