﻿/*Cornerstone Capital CSS */

/* 	
	:: Primary Site Colors ::
	Dark Blue - #6d8b95
	Blue/Gray - #b6c5ca
	Lt Blue - #e3ecf0
	Orange - #ff9933
	Gray - #c2c2c2
*/


/*	User Font Styles */

.pageheading {
	font-family: "trebuchet ms", Arial, Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	}

.subheading {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase
	}

.subheading-lower {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #4e6066
	}
	
.bulletheading {
	font-weight: bold;
	text-transform: uppercase;
	}
	
.calloutbox {
	background-color: #e3ecf0;
	border: 1px solid #4e6066;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top
	}
	
.calloutheading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold
	}
	
.orangeheading {
	font-weight: bold;
	color: #ff9933
	}

.description {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Sans-serif
	}
	
.newsheading {
	font-family: "trebuchet ms", Arial, Sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold
	}
	
/* LeftNav */
.leftnav {
	text-transform: uppercase;
	color: #4e6066;
	}
	
a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	color: #4e6066;
	text-decoration: underline;
	text-transform: uppercase
	}
	
 a.leftnav:hover, a.leftnav:visited:hover {
	text-decoration: underline;
	color: #ff9933;
	text-transform: uppercase
 }
