/*----------=tendenci styles start here

.titles {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #993300}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.body_copy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.currency {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-align: right}
.bold_body_copy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.bold_body_copy_blue {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: none}
.big_body_copy {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-decoration: none}
.links {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #CCCCCC}
.breadcrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999}
.body_copy_alerts { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
.body_copy_invert { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
.yellow_body_copy {  background-color: #FFFF00; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000}
.reports {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none}
.reports_big_body_copy { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none }
.reports_subtitles { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000}
.reports_titles { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000}

*/

.color1 {
	background-color: #FD9D13;
}
.color2 {
	background-color: #666;
}
.logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5c234b;
	font-weight: bold;
	}
	
p { 
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #5c234b;
	}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #5c234b;
}

input{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666;
}

textarea{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666;
}


select{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000
}

.clear { clear: both; }

* { margin: 0; padding: 0; }

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 15px;
	}
h1 { font-size: 22px; color:#5c234b }
h2 { font-size: 16px; color:#5c234b }
h3 { font-size: 14px; }

.floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
	}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
	}

#container{
	margin: 0 auto;
	width: 1105px;
	}

div#skiptocontent {
     position: absolute;
     left: -9999px;
}

#header {
	position: relative;
	display: block;
	width: 1105px;
	height: 151px;
	margin: 0 auto;
	background: transparent url(/images/header-bg-index.jpg) no-repeat top left;
	}
	#sub #header { background: transparent url(/images/header-bg-sub.jpg) no-repeat top left; }
	
	a#logo {
		background: transparent url(/images/mc-logo.png) no-repeat top left;
		display: block;
		width: 264px;
		height: 122px;
		text-indent: -9999px;
		position: absolute;
		top: 20px;
		left: 425px;
		}
	#header_img {
		float: right;
		margin-top:25px;
		width: 410px;
		height: 97px;
		}

#main-content {
	position: relative;
	width: 1105px;
	margin: 0 auto;
	background: transparent url(/images/main-content-bg-index.jpg) no-repeat top left;
	min-height:800px;
	}
#template-main-content { position: relative;
	width: 1105px;
	margin: 0 auto;background: transparent url(/images/main-content-bg-sub.jpg) no-repeat top left;
	min-height:600px;
	}
	
	#main-text {
		width: 390px;
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 70px;
		left: 200px;
		
		}
	
	#sub #text-holder {
		padding-top: 35px;
		width: 900px;
		float: left;
		}
		#bodycontent {
			float: right;
			width: 550px;
			}
			
		#bodycontentwide {
			float: right;
			width: 750px;
			}
		#sub .picture #bodycontent {
			float: right;
			width: 850px;
			}
			#sub .picture #bodycontent img {
				padding-right: 30px;
				}
		#sub #picture-holder {	
			width: 310px;
			float: left;
			}
		
			
	#bottombodycontent {
		width: 560px;
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 450px;
		left: 150px;
		}
	#right-col {
		position: relative;
		width: 450px;
		float: right;
		}

	#nav {
		float: right;
		width: 125px;
		margin-right: 15px;
		padding-top: 25px;
		}
		#sub #nav {
			float: right;
			}
	
	#boxcontainer{
	float: left;
	padding-top: 10px;
		}
		.quote-box {
			background: transparent url(/images/index/quote-box.jpg) no-repeat top left;
			display: block;
			width: 250px;
			height: 171px;
			padding-top: 25px;
			margin-top: 15px;
			}
		.box1content {
			width: 210px;
			height: 150px;
			margin-left:20px;
			overflow: hidden;
			}
			.box1content div {
				font: 14px/16px Georgia, "Times New Roman", Times, serif;
				text-align: center;
				}
	
	#footer {
		clear: both;
		text-align: center;
		margin: 15px auto;
		}
		#footer p, #footer a {
			font-size: 11px;
			color: #666;
			}

#t-monthly p, #showh #primary { padding-bottom: 10px !important; clear: both; } 

.clear { clear: both; }

#flashcontent {
        float: left;
		width: 250px;
}