/***********************************************/
/* cert.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #333333;
	border-bottom-color: #CCCCCC;
}

a:link, a:visited, a:hover {
	color: 6CCB17;
	text-decoration: none;
}

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

h1{
    font-family: Palatino,Georgia,Times,Verdana,serif;
    font-size: 23px;
    line-height: 100%;
	letter-spacing: -1.0px;
    text-align: left;
	margin: 0;
	padding: 0;
    color: #006622;
}

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

#header{
	margin: 0;
	padding: 0px 0px;
	background-color: #00CC33;
	border-bottom: 4px solid #006622;
	width: 100%;
}

#navbar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #ffffff;
	border-right: 0px;
	border-bottom: 0px;
}

#content{
    float:right;
	width: 81%;
	margin: 0;
	padding: 0 0 0 0;
}

#pagename{
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

#globalNav{
color: #888888;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#footer{
	clear: both;
	font-size: small;
	color: #888888;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border: 1px none #888888;
}
/* 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;
}

/************** .story styles *****************/
.story{
    text-align: left
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.subhead {
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 46px;
	line-height: 100%;
	letter-spacing: -3.5px;
    text-align: left;
	margin: 0;
	padding: 0;
	color: #669900;
} 
.greensub {
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 24px;
	line-height: 98%;
	letter-spacing: -1.5px;
	margin: 0;
	padding: 0;
	color: #009900;
}
.redsub {
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 24px;
	line-height: 98%;
	letter-spacing: -1.5px;
	margin: 0;
	padding: 0;
	color: #ee0022;
}
.fontsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 90%;
	letter-spacing: normal;
}
.font16 {
    font-family: Palatino,Georgia,Times,Verdana,serif;
    font-size: 16px;
	line-height: 90%;
	letter-spacing: -0.8px;
}
.font18 {
    font-family: Palatino,Georgia,Times,Verdana,serif;
    font-size: 18px;
	line-height: 90%;
	letter-spacing: -0.8px;
}
.font20 {
    font-family: Palatino,Georgia,Times,Verdana,serif;
    font-size: 20px;
	line-height: 90%;
	letter-spacing: -0.8px;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 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 */
#navBar li {border-bottom: none;}

/*********** #New Menu ***********/

   #vertnav li ul { /* second-level lists */
                position : absolute;
                left: -999em;
				margin-top : -1.70em;
                z-index: -10;
				margin-left: 87px;
			    background:url(images/back.jpg);

        }

#vertnav, #vertnav ul { /* all lists */
	padding:0px;
	margin:0px;
                list-style: none;
                float : left;
                z-index: 10;
				font-size: 12px;
				font-family: verdana;
				font-weight: bold;
				color: black;
        }
        
        #vertnav li { /* all list items */
         	padding:0px;
	list-style-type:none;
				position : relative;
                float : left;
                line-height : 1.25em;
                margin-bottom : 0px;
                width: 176px;
                z-index: 10;

        }



     #vertnav li ul ul { /* third-and-above-level lists */
                left: -999em;
                z-index: 1;
                margin-left: 86px;
                margin-top : -2.00em;

        }
        
        #vertnav li a {
		background:url(images/sq.gif) 5px 50% no-repeat;
	text-align:left; 
	display:block;
	color:#000000;
	text-decoration:none;
	height:20px;
	width:168px;
	padding-top:3px;
	padding-left: 5px;
            z-index: 12;

        }
        
        #vertnav li a:hover {
		color:#ffffff;
		background-color: #800000;
		border-left: 1px solid #800000;
		border-right: 2px solid #800000;
		background:url(images/maroon.jpg);
text-align:left; 

	display:block;
	text-decoration:none;
	height:20px;
	width:168px;
	padding-top:3px;
            z-index: 12;
        }
        
       #vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li.sfhover ul ul, #vertnav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#vertnav li:hover ul, #vertnav li li:hover ul, #vertnav li li li:hover ul, #vertnav li.sfhover ul, #vertnav li li.sfhover ul, #vertnav li li li.sfhover ul { /* lists nested under hovered list items */
				left: 89px;
				background-position: 0 0;

	}

		#liitems {
display: block;
width: 178px;
z-index: 10;
}

.multi {
background:url(images/gray.jpg) 165px 50% no-repeat;
}

.mainnav {
border-top:0px; width:179px; background:url(images/back.jpg); background-repeat: repeat-y; text-align:center; margin-left:0px; padding-top:0px; padding-bottom: 10px; height: 220px;
}
