/* Start of CMSMS style sheet 'main css' */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}

img {
	border: 0px;
}

h1, h2, h3 {
	
}

h1 {
	
}

h2 {
	
}

h3 {

}

#mainContentWrapper p {
	margin: 0 0 10px 0;
}

#mainContentWrapper ul {
	margin: 0 5px 10px 15px;
}

.column.main, .column.right {
	list-style-image: url('images/ul-li-bg.gif');
}

a {
	text-decoration: none;
}

#pageWrapper {
	width: 760px;
	margin: 0 auto 50px;
}

#header {
	background-color: #5a2049;
	margin-top: 10px;
	padding: 12px 25px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#logo {
	display: block;
	float: left;
}

#headerContactInfo {
	display: block;
	float: right;
	text-align: right;
	color: #a29061;
	font-family: times new roman, serif;
	padding: 20px 0 0;
}

#headerContactInfo a {
	color: #a29061;
}

#header .phone-number {
	font-size: 18px;
	display: block;
	font-weight: bold;
}

#header .email-address {
	display: block;
	font-size: 12px;
}

#mainNavLeftGraphic {
	padding-left: 8px;
	background-image: url('images/mainNavLeftGraphic-bg.gif');
	background-repeat: no-repeat;
}

#mainNav {
	background-image: url('images/mainNav-bg.gif');
	height: 33px;
	background-color: #f1e9d4;
	margin: 0 0 5px;
}

#mainNav li {
	display: block;
	float: left;
	height: 33px;
}

#mainNav li a {
	display: block;
	float: left;
	padding: 0 11px 0 12px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #5a2049;
	text-transform: uppercase;
	line-height: 30px;
	background-image: url('images/mainNav-li-bg.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#mainNav li#firstitem a {
	background-image: none;	
}

#mainNav li.currentpage {
	background-image: url('images/currentpage-bg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#mainNavRightGraphic {
	background-image: url('images/mainNavRightGraphic-bg.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

#companyLogoBox {
	
}

#bannerWrapper {
	border-top: 5px solid #ac9b6e;
	margin: 5px 0 0;
}

#banner {
	
}

#mainContentWrapper {
	border-bottom: 5px solid #5a2049;
	padding-bottom: 15px;
}

#mainContentWrapper h2 {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #ab9a6d;
	padding-left: 162px;
}

.column {
	display: block;
	float: left;
}

.column.left {
	width: 150px;
}

.column.main {
	width: 399px;
	padding: 10px 13px 0;
}

.column.right {
	width: 185px;
	padding: 14px 0 0;
}

ul#leftColumnMenu {
	margin-left: 5px;
}

#leftColumnMenu li {
	display: block;
	height: 40px;
	background-image: url('images/leftColumnMenu-li-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#leftColumnMenu li a {
	padding-left: 5px;
	display: block;
	height: 38px;
	line-height: 35px;
	color: #000;
}

.no-left-column .column.main {
	width: 549px;
}

.two-column-layout .column.left {
	/* width: 430px; */
	width: 263px;
	padding: 0 13px 0;
}

#pageWrapper.two-column-layout .column.left h2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ae9e72;
	background-color: transparent;
	text-align: left;
	padding-left: 0;
	height: auto;
	font-weight: normal;
}

.two-column-layout .column.right {
	/* width: 300px; */
	width: 467px;
	margin-left: 4px;
}

.two-column-layout .column.right h3 {
	font-size: 12px;
	color: #b49b71;
	background-color: #5a2049;
	padding: 4px 10px;
}

#rssMarketNews div {
	font-size: 11px;
}

#rssMarketNews h3 {
	background-color: transparent;
	font-weight: normal;
	line-height: 14px;
	font-size: 11px;
	height: 14px;
	padding: 0;
}

#rssMarketNews em {
	
}

#rssMarketNews p {
	line-height: 14px;
	margin: 0 0 5px 0;
	font-style: italic;
}

#rssMarketNews a {
	color: #1d44e9;
}

#marketUpdate {
	border: 0;
	width: 467px;
	height: 260px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
}

#footer p {
	margin: 10px 0;
	color: #666;
}

.externalLink {
	
}

/* news templates */

.testimonial {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
}

.testimonialSummary {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 20px;
}

.testimonialContentWrapper {
	background-image: url('/images/start-quote.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.testimonialContent {
	background-image: url('/images/end-quote.gif');
	background-repeat: no-repeat;
	background-position: 470px bottom;
	padding: 20px 20px 0;
}
/* End of 'main css' */

