/* 
Style sheet copyright Web Work West
*/

a.menuButton {
	font-size: small;
	font-family: Geneva, Tahoma, "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFEBCD;
    }

a.menuButton:hover {
	color: white;
	background-color: #336699;
    }

a:link.noLine { 
        color: black; 
        text-decoration: none
        }

a:visited.noLine { 
        color: black; 
        text-decoration: none
        }

a:active.noLine {
        text-decoration: none
        }

a:hover.noLine { 
        color: blue;
        }
		
.bottomBorder {
	border-bottom:1px solid #660000;
}

   /* regular body text style */
.bodytext {
	text-align: justify;
	color: #000000;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    }

.bold {
        font-weight: bold;
}

.clearAll {
        clear: both;
}

	#contentleft  {
		width:419px;
		padding:0px;
		float:left;
		background:#fff;
		
		}
	
	#contentleft  p {
		/*font-size: .7em;*/
		font-size: x-small;
	}

   /* Margins for main content */
    .contentMargins {
        display: block;
        margin: 10px 15px 10px 15px;
        text-align: left;
        }
	
	#contentright  {
		width:200px;
		margin-left:10px;
		margin-top: 10px;
		float:left;
		background:#fff;
		font-size: x-small;
		}
		
div.menu,
div.menu a.menuItem {
	font-family: Geneva, Tahoma, "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
    }

div.menu {
	left: -50px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	color: white;
	background-color: #336699;
    }

div.menu a.menuItem {
	color: white;
	cursor: default;
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid #689ac6;		
	text-align: left;
	text-transform: none;
    }

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	color: white;
	background-color: #689ac6;
    }

.float-right-wrap {
	float: right;
	padding: 0px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;

}
.float-left-wrap {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	vertical-align: top;
}

#footer-links {
	font-size: x-small;
	border-top: 1px solid #660000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer-links a {
	text-decoration: none;
}

#footer-copyright {
	text-align: center;
	font-size: x-small;
	color: gray;
	padding: 10px;

}

#footer-last-modified {
	margin-top: 5px;
	margin-right: 10px;
	font-size: x-small;
	color: black;
	padding-top: 2px;
	float: right;
	text-align: right;

}

	#frame  {
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		width: 720px; 
		}

h1, h2, h3, h4, h5, h6, h7  { 
        font-family: Arial, Helvetica, sans-serif
		}

h2 {
	font-size: medium;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
}

.header-background-level1 {
	vertical-align: text-bottom;
	background-image: url(../images/topBackground.jpg);
   }

#masthead {
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #EBC072;
	z-index: -100;
	margin-bottom: 0px;
	background-image: none;
}

#masthead-header {
	
	text-align: left;
	margin-left: 5px;
	z-index: -200;
	margin-right:15px;
	color: #CC6633;
	text-decoration: none;
	text-transform: uppercase;
	font: 28px/32px FrizQuadrata, Verdana, serif;
	float: left;
}

#masthead-header-l2 {
	
	text-align: left;
	margin-left: 5px;
	z-index: -200;
	margin-right:15px;
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
	font: 28px/34px FrizQuadrata, Verdana, serif;
	float: none;
}

.menu-break {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #660000;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
    }

.menu-links {
	color: #FFFFFF;
	background-color: #660000;
	margin-top: -20px;
	margin-left: 0px;
	text-align: center;
	border-top: thin ridge #FFFFFF;
	border-bottom: thin groove #FFFFFF;
}

.menu-links:hover {
	color: #FFFFFF;
	background-color: #336699;
	margin-top: -20px;
	margin-left: 0px;
	text-align: center;
	border-top: thin ridge #FFFFFF;
	border-bottom: thin groove #FFFFFF;
}

.outline {
	border-bottom: double #660000;
	border-left: double #660000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p.toplinks {
	clear: none;
	color: white;
	max-width: 8em;
	width: 8em;
	bottom: 0px;
	marker-offset: 0;
	background-color: #660000;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 12px;
	/* width: 100%; */
	font-family: Verdana, sans-serif;
	height: 18px;
}

p.toplinks a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFEBCD;
}

#sidenav a {
	font: 12px/13px Verdana;
	color: #660000;
	display: block;
	padding: 8px 1px 8px 12px;
	background: #FFFFFF url(none);
	text-decoration: none;
	border-bottom: 1px solid #EBC072;
	text-transform: capitalize;
}
#sidenav a:hover {
	background: #660000;
	color: #FFEBCD;
	text-transform: capitalize;
}

/* Light yellow  vertical line on the right separating sidenav from content */

.sidenavBorderYellow {
        border-right: 1px solid #EBC072;
}
.float {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	border-right-width: 1px;
	border-left-width: 1px;
	top: 10px;
}
.leftYellowBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBC072;
}
