/*----------------------------------------------begin styling the left column-------------------*/

/*-----styles the maroon "member login" heading -----*/ 
.member_login {
	text-transform:uppercase; 
	color:#766365;
	font-size:11px;
	font-family:verdana, sans-serif;
	font-weight:bold;
	margin:10px 0 5px 15px;
}

/*keeps the global nav images from breaking apart*/
#global_nav img {
	display:block;
}

/*styles the box behind the login form*/
#signin_box {
	background-image:url(../images/signin_background.jpg);
	background-repeat:repeat-y;
	padding: 10px 0px 5px 0;
	margin:0px;
}
/*styles the "a publication of private investor research" line, gives it a background, etc*/
#publication_tag {
	background-image:url(../images/useragreement_background.jpg);
	background-repeat:no-repeat;
	padding:5px 0px;
	margin:0px;
}

/*styles the words themselves in the publication tag div*/
.publication_private_investor {
	font-size:10px;
	font-family:verdana, sans-serif;
	color:#6d7271;
	margin:0px 0 5px 15px;
}

/*styles "terms of use" and "privacy statement*/
.terms {
	font-size:9px;
	text-decoration:underline !important;
	text-transform:capitalize !important;
	text-align:left !important;
	margin-left:14px !important;
	color:#999999 !important;
	font-family:verdana, sans-serif;
	font-weight:bold;
	padding:0px !important;
}


/*moves the login button to the middle of the column*/
.login_button {
	margin:5px 0 0 35px;
	padding:0px; 
}

/* styles the textboxes*/
.signin_input {
	color:#666;
	/*text-transform:uppercase; */
	margin-left:35px;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:120px;
	background-color:#FFFFFF;
}

/* styles the labels for the form*/

label {
	text-transform:capitalize;
	font-size:10px;
	font-family:verdana;
	margin-left:35px;
}

/*adds a background image to the corinthian detail at the bottom of the global nav column*/
#corinthian_bottom {
	background-image:url(../images/corinthian_background.jpg);
	background-repeat:no-repeat;
}
/*-------------------------------------end left column styling-----------------------------------*/


/*--------------------------------------begin homepage body styling---------------------------------*/

/* styles the homepage's body copy*/
#body {
	width:540px;
	margin:10px 0 0 25px;
	float:left;
	color:#6d7271;
	font-family:verdana, sans-serif;
	font-size:14px;
	font-weight:bolder;
	line-height:130%;
}

#body a img{
	border:none;
}

#hometable {
	color:#6d7271;
	font-size:13px;
	font-weight:bolder;
	}

#hometable td {
	padding: 0 0 12px 0;
	}

/*creates a drop cap for the home page "T" ---*/
.caps {
	line-height:28px;
	font-family:georgia, serif;
	font-size:28px;
}

/* styles the image on the right for free samples*/
#free_sample {
	float:right;
	margin:0 0 10px 10px;
}
/*------------begin styling ul on homepage------*/
/*wraps the ul of investment categories within the homepage's body*/
#list_wrapper {
	height:60px;
	width:580px;
	font-size:11px;
	margin-bottom:25px;
}

#list_wrapper ul {
	margin:0 22px 0 3px;
	padding-left:0px;
}

.column {
	float:left;
}


.clearfix:after {    
	content: ".";     
	display: block;     
	height: 0;     
	clear: both;     
	visibility: hidden;
}
	
.clearfix {
	display: inline-table;
}
/*---------------end homepage ul styling----------------*/

/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */

/*styles legal information at the bottom of the page*/
.home_legal {
	font-size:10px;
	margin:20px 0px 0px 30px;
	font-family:verdana, sans-serif;
	color:#6d7271;
	width:580px;
}





	
