/*******************************************************************************************
	All of the selectors below must be included on any Total Control Page. These
	values must also be entered into the TCP configuration page in order for 
	the WYSIWYG content to match the actual page content.

	Feel free to change any of the properties and values within the selectors 
	unless otherwise noted.
*******************************************************************************************/

/* CSS Document */
body{
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	background-repeat:repeat-x; /*background-image:url(../images/pxstretch.gif);*/
}

form{
	margin-top:24px;
}

a:hover{
	text-decoration:underline; color:#a48504;
}
.investmentStrategies{
	font-weight:bold;
}
.investmentStrategies a{
	color: #944d0e; font-weight:bold;
}
.investmentStrategies a:hover{
	color:#d5ac06;
}
#column_right{
	height:371px; width:545px; text-align:left;
	background-color:#000000; background-position:left; background-repeat:no-repeat;
}
.column_bg{
	background-color:#000000;
}
#shad_top{
	height:8px; background-image:url(../images/shad_top.gif); background-repeat:repeat-x;
}
#shad_bottom{
	height:8px; background-image:url(../images/shad_bottom.gif); background-repeat:repeat-x;
}
#home_text{
	background-image:url(../images/shadow_left.gif); background-color:#FFFFFF; background-position:left; background-repeat:repeat-y;
	width:291px; line-height:21px; padding-left:24px; padding-right:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
#body_text{
	background-image:url(../images/shadow_left.gif); background-color:#FFFFFF; background-position:left; background-repeat:repeat-y;
	line-height:21px; width:77%; text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
	padding-left:24px; padding-right:24px; padding-top:12px; padding-bottom:24px;
}

#header{
	text-align:center; /*padding-left:137px;*/
}
#footer{
	margin-top:2px; padding-left:4px; padding-right:4px;
}
#footer td{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;
}
#footer td a{
	color:#000000;
}

#sidebar {
	background-color:#000000; color:#FFFFFF; line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; padding-left:14px; width: 148px;
}

#sidebar hr {
	height: 1px; width: 148px; border: none 0; border-top: 1px solid #c8a105;
	margin-top: 12px; margin-right: 6px; padding: 0px;
}


/*********************     NAVIGATION STYLES     ************************/

#nav{
	background-color:#000000; text-align:right; vertical-align:top; width:23%; padding-top:24px;
	padding-bottom:24px; color: #FFFFFF;
}

#nav a {
	color:#ffffff !important; text-decoration:none; padding-right:40px;
}

.mainheading {}

.mainlinkactive {
	background-image: url(../images/mainlinkactive.jpg); background-position: right; background-repeat: no-repeat;
	font-size:11px; height: 34px; text-transform:uppercase; width: 217px;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.mainlinkactive:hover{
	background-image: url(../images/mainlinkover.jpg);
}

.mainlink {
	background-image: url(../images/mainlink.jpg); background-position: right; background-repeat: no-repeat;
	font-size:11px; height: 34px; text-transform:uppercase; width: 217px;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.mainlink:hover{
	background-image: url(../images/mainlinkover.jpg);
}

.subheading {
	background-image: url(../images/subheading.jpg); background-position: right; background-repeat: no-repeat;
	font-size:11px; color:#ffffff !important; height: 26px; text-transform:uppercase; padding-right:40px;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.sublinkactive {
	background-image: url(../images/sublinkactive.jpg); background-position: right; background-repeat: no-repeat;
	font-size:11px; height: 26px; width: 217px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.sublink {
	background-image: url(../images/sublink.jpg); background-position: right; background-repeat: no-repeat;
	font-size:11px; height: 26px; width: 217px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.sublink:hover, .sublinkactive:hover {
	background-image: url(../images/sublinkhover.jpg);
}
/******************* FIELD SETS **********************/

form {
	margin: 0px; padding: 0px;
}

fieldset {
	border: 0px; padding: 0; margin: 0 0 10px 0;
}
legend {
	color: #333; padding: 0 10px; font-weight: bold; font-size: 110%;
}
fieldset p {
	padding: 10px; margin: 0px;
}
dl {
	padding: 20px 10px 10px 10px; margin: 0px;
}
dl dt {
	clear: both; float: left; width: 24%;
	text-align: right; font-size: 1em; font-weight: bold; color: #333;
	padding: 5px 0px;
}

dl dd {
	float: left; width: 75%; margin: 0 0 0.5em 0.25em; padding: 5px 0px;
}

.buttonarea {
	background-color: #ccc; padding: 5px;  text-align: center; margin-bottom: 20px;
}

.buttonarea .button, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;
	text-transform: uppercase; background-color: #fff; border: 2px outset #ccc;
}

.formtable {
	border: 0px; width: 100%;
}
.formtable th {
	width: 24%; padding: 5px 5px 5px 0px; margin: 0px; vertical-align: top;
	text-align: right; font-size: 1em; font-weight: bold; color: #333;
}
.formtable td {
	width: 75%; padding: 5px 0px; margin: 0px; vertical-align: top;
}