﻿/*************************************************************************/
/**     Main style sheet for the Website.  CSS 2.1 compliant            **/
/*************************************************************************/

body { width: 100%; display: table; }

.content  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    
    
}
.contentBig  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:14px;   
    line-height: 1.5em;   
    font-weight:bold;
    
}
.contentBigger  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
    
}
.contentBold 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    font-weight:bold;
    
}
.contentItalic
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    font-style:italic;
    
}
.contentBoldItalic
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    font-weight:bold;
    font-style:italic;
    
}
.contentGrey
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#808080;
}
.limegreenContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#d3ff36;   
    
}
.higreenContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#e5ff77;   
    
}
.glowgreenContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#b4d876;   
    
}
.deepgreenContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#5d8a23;   
    
}
.deepgreenContent  A:link, A:visited
{ 
    color:#5d8a23;   
 }
.contentDeepGBigger  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
     color:#5d8a23;
}
.midgreenContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#99c02f;   
    
}
.contentGreenBigger  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#99c02f; 
}
.skyblueContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#c4efff;   
    
}
.contentBlueBigger  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#c4efff; 
}
.contentlightBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#77aac7; 
}
.contentlightBigBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:14px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#77aac7; 
}
.contentlightBiggerBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#77aac7; 
}
.contentmidBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#397a94; 
}
.contentmidBigBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:14px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#397a94; 
}
.contentmidBiggerBlue  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    line-height: 1.5em;   
    font-weight:bold;
    color:#397a94; 
}
.contentSmall 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:10px;   
    line-height: 1.5em;   
    
}
.contentSmallBold 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:10px;   
    line-height: 1.5em;   
    font-weight:bold;
    
}
.contentPrint
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#000000
    
}
.contentPrintItalic
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    font-style:italic;
    
}
.titleGreen
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    color:#38a95b;    
    font-weight:bold;
    
}
.contentTextGreen
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    color:#38a95b;       
}
.mainTBL  
{
    background-color:#FFFFFF;
    border-color:#FFFFFF;
  
}

.redContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:Red;   
    
}
.redBigContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:14px;   
    color:Red;   
    
}
.redBiggerContent  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:15px;   
    color:Red;   
    
}
.footer
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    color:#38a95b;    
    
}
.footerSmall
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:9px;  
    color:#38a95b; 
    font-weight:bold;   
    
}
.footerColor
{
    color:#38a95b;
}
.footerItalic
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    color:#38a95b;    
    font-style:italic;
}
.navContent 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;      
    margin-left:10px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    text-decoration:none;
    color:#000000;
}

    
.navSearchButton
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;      
    margin-left:4px;
    padding-right: 2px;
    padding-left: 4px;
    padding-top: 5px;
}

.selectedContent 
{
    font-family:Gill Sans,Trebuchet MS,Verdana, Arial; 
    font-size:11px; 
    font-weight:bold;
}
.topNav { 
    
    border-color:#FFFFFF;
} 
.leftNav { 
    background-image: url('../designimages/McK_sidebar_nav20px.jpg');
    background-position:50% top; 
    border-color:#FFFFFF;
} 
.rightNav  { 
       z-index:20;
} 
.title 
{
    font-family:Gill Sans,Trebuchet MS,Verdana, Arial;
    font-size:12px;
    font-weight:bold;
    color: #000;
}

A:link {
	color: #000; 
	font-weight: bold;
 	text-decoration:none;  
	}
A:visited 
{
    color:#000;
/*	color: #E38217; */
	font-weight: bold;
 	text-decoration:none;  
}
/* 
.content A:link, A:visited {
	color: #E38217; 
	font-weight: bold;
 	text-decoration:underline;  
	}

.navContent A  {
	color: #000; 
	font-weight: bold;
 	text-decoration:none;  
	}

 Seed guide styles */
H6 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    
    
}
H5 
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    line-height: 1.5em;   
    
    
}
H3 
{
    font-family:Gill Sans,Trebuchet MS,Verdana, Arial;
    font-size:12px;
    font-weight:bold;
    color: #000000;
}
H4
{
    font-family:Gill Sans,Trebuchet MS,Verdana, Arial;
    font-size:12px;
    font-weight:bold;
    color: #000000;
}
.contentCopyright  
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#3688a9;   
    
}
.contentList
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;   
    color:#808080;   
    
}
.contentListUnderline
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    font-weight:bold; 
    text-decoration:underline;
    color:#808080;   
    
}
.contentBoldList
{
    font-family:Gill Sans,Trebuchet MS,Verdana,Arial; 
    font-size:12px;  
    font-weight:bold; 
    color:#808080;   
    
}