/* CSS Document */

/* START css */

   /* Margins for main content */
.contentMargins {
        display: block;
        margin: 0px 15px 0px 15px;
        text-align: left;
}

   /* regular body text style for all first level pages */
.normalText {
        font: .7em Verdana, Arial, Geneva, Helvetica, sans-serif;
        text-align: justify;
        margin: 10px 20px 10px 20px;
}

   /* regular body text style for all first level pages - not jusified */
.normalText2 {
        font: .7em Verdana, Arial, Geneva, Helvetica, sans-serif;
        text-align: left;
        margin: 10px 20px 10px 20px;
}

   /* regular body text style - justify */
.bodytext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.73em;
        text-align: justify;
	color: #000000;
}

   /* regular body text style - not justify */
.bodytext2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
        text-align: left;
	color: #000000;
}

   /* regular body text style - align right */
.bodytext3 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
    text-align: center;
	color: #000000;
}

   /* regular body text style - align right */
.bodytext4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

   /* H1 style */
.headertext {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 	font-size: 0.95em; 
	font-weight: bold;
 	color: #336699;
}

   /* H2 style */
.blueText {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
        color: #336699;
}

/* Light blue horizontal line dividing sidenav elements */

.linkBreak {
	display: block;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}

   /* used to remove list item bullets */
.indent {
        list-style: none;

}

.italic {        
        font-style: italic;
}

.bold {
        font-weight: bold;
}

.boldRed {
        font-weight: bold;
		color: #660000;
}

   /* Light blue italic text */

.highlights {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.1em;
        font-style: italic;
        color: #003366;    
        background-color: #FFFFFF;
}

   /* text wrap around image on all first level pages */

.float-right-wrap {
	float: right;
	position: right;
	padding: 0px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;

}

/* Blue horizontal line */

.linkBreakBlue {
	display: block;
	border-bottom: 1px solid #7398b5;
	text-decoration: none;
}



/* START workforce training homepage and staff page specific css */


#wt-home-border-yellow {
        border-bottom: 1px solid #EBC072;
        display: block;
        clear: all;

}

.wt-home-text {
        vertical-align: text-bottom;
 
}

.float-left {
	float: left;
        clear: all;
	padding: 0px 0px 0px 0px;
}

.float-right { 
	float: right;
	padding: 0px 0px 0px 0px;
}


.staff-img {
        padding: 20px 25px 0px 0px;

}

.clearAll {
        clear: both;
}

