html, body {
	margin: 0;
	padding:0;   /* needed for column backgrounds to display correctly */
    border:none;
	height: 100%;
	background-image: url(../Images/background.gif);
	background-repeat: repeat;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	min-width:920px;
	max-width:1100px;
	border-top:0;
	min-height:100%; height:auto !important; height:100%;
	}

/* heading, including logo, color bar */
#header {
	margin:0;
	padding:0;
	} 
	
/* World of Work, Inc. (top left column) */
.logo {
	margin: 20px 0 15px 0;
	border:0;
	width:444px;
	height:74px;
	text-align: left;
	display: block;
	}	
	
.logo a:link,
.logo a:visited,
.logo a:hover { 
	text-decoration:none; 
	} 

.ie6fix	{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.wowi.com/Images/wowilogo.png',sizingMethod='scale');
	margin: 0;
	border:0;
	width:444px;
	height:74px;
	text-align: left;
	display: block;
}

.account  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 15px;
	margin-left: 667px;
	}
	
.account a {
	text-decoration: none;
	color: #ffffff
	}

.account a:hover {
	text-decoration: none;
	color: #8CC63F
	}

a img{border:0;}

.imgLeft {
	border:1.7px solid #66FF00;
	margin-top: 80px;
	position: absolute;
	margin-left: 690px;
	}
/* Design element over the top navigation bar */
#colorBar {
	clear:both;
	}	
	
#content {
	margin: 0;
	border-top: 1.7px solid #66FF00;
	}

/* top banner  */
#banner {
	border:0;
	padding:0;
	margin: 0;
	}
	
#content-left {
	margin:0;
	width:215px;
	float: left;
	background-color: #CCCCCC;
	}

/* right column */	
#content-main {
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
	padding-right: 60px;
	min-height:100%; height:auto !important; height:100%;
	}
#shortPages {
	min-height: 350px;
	}
/* Heading that corresponds to top nav bar */
.pageheading {
	margin-top: 0;
	color: #2E3240;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 160%;
	padding-top: 20px;
	padding-bottom: 15px;
	}	

/* Heading that corresponds to nav bar in left column */
.navhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 110%;
	color: #669900;
	line-height:25px;
	display:block;
	}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000
	}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 90%;
	color: #080808;
	line-height:30px;
	}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 175%;
	color: #76787b;
	}

.bodytext a:link, .subhead a:link  { color: #000000; }
.bodytext a:visited, .subhead a:visited { color: #000000; }
.bodytext a:active, .subhead a:active { color: #000000; }
.bodytext a:hover, .subhead a:hover { color: #004489; }

	
/* Used in forms in Tools */	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #76787b;
	}
	
/* Quotes */

.quote_box {
	padding:0;
	margin: 0;
	background-repeat: no-repeat;
	background-color: #8bc53f;
	}

/* VESID uses version 6 of Explorer so we need this extra style */
.quote_box_ie6 {
	padding:0;
	margin: 0;
	background-repeat: no-repeat;
	background-color: #7caf38;
	}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	display: block;
	margin: 0 75px 0 75px;
	padding-top: 10px;
	float: left;
	}
	
.quoteName {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	margin: 0 75px 0px 150px;
	padding-bottom: 5px;
	clear: both;
	}
	
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 150%;
	display: block;
	padding-top: 20px;
	margin: 0 75px 0 75px;
	padding-bottom: 5px;
	color: #333333;
	}

.testimonialName {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	margin: 0 75px 0 150px;
	padding-bottom: 15px;
	color: #333333;
	}
	
/* Index page, left column, workshop box */
#content-left img{
	margin:0;
	display: block;
	border-bottom: 1.7px solid #66FF00;
}

.leftcolbox {
	margin:20px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2E3240;
	font-size: 80%;
	text-align: left;
	padding: 10px;
	width: 150px;
	}	
	
.leftcolbox a{ 
	color:#2e3240;
	}

.leftBoxTitle {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px 5px 20px;
	display: block;
	margin: 0;
	font-weight: 450;
	}	
	

.leftBoxDetails {
	margin:0 20px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 80%;
	text-align: left;
	padding: 20px 10px 20px 20px;
	display: block;
	}	
	
.leftBoxDetails a{ 
	color:#2e3240;
	}
	
.colorBox {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	display: block;
	margin: 0;
	font-weight: bold;
	}

.bg_orange {
	background-color: #f8951d;
	}
	
.bg_Brightblue {
	background-color: #0040ff;
	}	
	
.bg_Darkblue {
	background-color: #0d3c5f;
	}		

.bg_green {
	background-color: #00cc00;
	}	
.bg_Darkgreen {
	background-color: #006128;
	}	
.bg_Darkgrey {
	background-color: #666666;
	}	
.bg_black {
	background-color: #000000;
	}	
	 
/* Index page heading  */
.indexHeading {
	color: #031246;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 160%;
	}	

table.login {
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 0px;
	border: none;
	}
	
table.login td {
	font-size: 80%;
	padding:3px;
	}
	
table.login tfoot {
	padding:7px;
	text-align: left;
	clear:left;
	}
		
.bodytextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	}	

.tableText {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small
	}
/* pages with tables that have only one column */	
#tablepages {
	margin:0;
	background-color: #FFFFFF;
	text-align: center;
	overflow:auto;
	clear: both;
	padding-left:20px;
	}
		
table.data { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%; 
	padding: 0px; 
	border: none;
	}
	
table.data caption{
	color: #005a9c;
	font-size: 110%;
	text-align: left;
	}

/* table header cells */	
table.data th {
	font-size: 80%;
	border-bottom: 1px solid #778855;
	font-weight: bold;
	vertical-align: bottom;
	}

table.data td {
	font-size: 80%;
	background-color: #F4F4F4;
	vertical-align: middle;
	padding:7px;
	border-bottom: 1px solid #789DB3;
	text-align: left;
	}
	
table.data tfoot {
	padding:7px;
	text-align: left;
	}
	
table.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	padding: 0px;
	border: none;
	}
	
table.basic caption{
	color: #005a9c;
	font-size: 110%;
	text-align: left;
	padding-bottom: 10px;
	}

/* table header cells */	
table.basic th {
	font-size: 80%;
	border-bottom: 1px solid #778855;
	font-weight: bold;
	vertical-align: bottom;
	color: #333333;
	}

table.basic td {
	font-size: 80%;
	vertical-align: top;
	padding:7px;
	border-bottom: 1px solid #BDB9B9;
	text-align: left;
	color: #76787b;
	}
.basic a:link  { color: #000000; }
.basic a:visited { color: #000000; }
.basic a:active{ color: #000000; }
.basic a:hover { color: #004489; }	

#twoColumns {
	margin: 0;
	overflow: hidden;
	} 
	
#column1 {
	width: 63%;
	float: left;
	} 	
	
#column2{
	float: left;
	padding-left: 30px;
	} 
	
#threeColumns {
	margin: 0;
	overflow: hidden;
	} 
	
#leftColumn {
	width: 31%;
	float: left;
	} 	
	
#middleColumn {
	width: 32%;
	margin-left: 20px;
	float: left;
	} 
	
#rightColumn {
	margin-left: 20px;
	width: 31%;
	float: left;
	} 
	

.headingColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 90%;
	color: #0d3c5f;
	line-height:30px;
	}	

/* Navigation Bar Footer */
#navfooter {
	margin:0;
	text-align:left;
	background:#fff;
	border:0;
	padding-top: 30px;
	padding-bottom: 7px;
	display:block;
	clear: both;
	} 

#navfooter li { 
	display:inline; 
	} 

#navfooter a:link,
#navfooter a:visited {  
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;  
	color: #031246;
	} 
#navfooter a:hover { text-decoration: underline;}

#bottom {
	margin:0;
	padding-top:0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	padding-bottom:30px;
	color: #76787b;
	display:block;
	}
	
#testFooter {
	margin:0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 50px;
	padding-bottom:20px;
	color: #76787b;
	display: block;
	}
	
/* top navigation bar  */
#nav {
	height:32px;
	position:relative;
	z-index:100;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	}


/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

#nav ul ul {width:124px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:right;
	position:relative;
	margin:0px;
	padding:0px;
	}


/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
	padding: 0 18px 0 18px;
	line-height:32px;
	margin:0;
	border: 0;
	}


/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {
	background:#ffffff;
	}


/* style the second level hover*/
#nav ul ul a.drop:hover{background:#F7F7F7;}
#nav ul ul :hover > a.drop {background:#F7F7F7;}



/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {background:#cccccc;}
/* style the third level hover */
#nav ul ul ul a:hover {background:#999999;}


/* HIDE the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:3px;
}

/* position the third level flyout menu */
#nav ul ul ul{left:127px; top:-1px; width:127px;}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left:-127px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {
	position:absolute;
	top:0;
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {
	background:#cccccc; 
	color:#333333; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 	
	width:107px;
	border-width:0;}


/* style the top level hover */

#nav a:hover,  #nav ul ul a:hover{color:#fff; background:#8CC63F;}
#nav :hover > a,  #nav ul ul :hover > a {color:#fff; background:#8CC63F;}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ visibility:visible;}
