/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
.signUpH {
	color: #CB3300;
	font-size: 1.25em;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #334d55;
	font-weight: bold;
}

h2{
	font-size: 20pt;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	background-color: #eee;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 75%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width: 250px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 1%;
}
.hfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #244D59;
	line-height: normal;
}

#content{
	float:left;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 5%;
	margin: 0;
	width: 70%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	color: #C30;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #CCC;
	white-space: nowrap;
	margin-left: 0px;
	font-size: 11pt;
	font-weight: normal;
	background-color: #E6EEF0;
	border: thin solid #99CCD4;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	padding: 3px;
}

#globalNav a {
	font-size: 82%;
	padding: 4px;
	letter-spacing: 1px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color: #333;
	background-color: #F8F9FB;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666;
	border-left-color: #666;
}
#masthead #globalNav a:hover {
	color: #FFF;
	background-color: #880A0B;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}


/************** .feature styles ***************/

.feature{
	font-size: 10pt;
	color: #333;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 90%;
}
#sitecontainer {
	background-position: center top;
	margin: 10px;
	padding: 10px;
	border: .5px solid #333;
	clear: both;
	background-color: #FFF;
}
.headBody {
	font-size: 18px;
	color: #242B29;
	line-height: normal;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-weight: normal;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #FFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#search form{
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding-top: 10px;
	color: #069;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 11pt;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	background-color: #E6EEF0;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #cccccc;
	width: 185px;
	left: 50px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
.bodyemphasis {
	font-weight: bold;
	color: #1873A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BodyHighlight {
	color: #223856;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 19px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #F0F3EE;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84A6AC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #84A6AC;
}
#navBar .relatedLinks ul li a:hover {
	background-color: #dddddd;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #FFF;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.tradmark {
	font-size: 7px;
	vertical-align: super;
}
#content .feature p .bodyemphasisred {
	color: #C00;
}
.bottomnavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
}
.testimonialssidebarright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}
.leftnavigationtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 185px;
}
.thrColFix #container #mainContent p strong {
	font-weight: bold;
}
.thrColFixstrong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.RedBodyHighlight {
	font-size: 15px;
	color: #600;
	letter-spacing: 1px;
}
.TeamsLargerHighlight {
	font-size: 18px;
	color: #600;
}
.textdetail {
	font-family: Verdana, Geneva, sans-serif;
	color: #600;
	font-size: 9pt;
}
.crossout {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	font-size: 18px;
}
.thrColFix #container #mainContent2 {
	height: 2000px;
}
.sansserif {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
.topbannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: lighter;
	color: #333;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
	white-space: normal;
	border-top-style: dotted;
	border-top-width: thin;
	padding-top: 4px;
}
.mainbodyheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #612B29;
	letter-spacing: 3px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
.greentrailblazer {
	color: #5A7617;
}
