/*
eDrawings main style sheet
*/

BODY {
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y
}

/* This creates the horizontal line */
#container {
	background-image: url(../images/2nd_bg.gif);
	background-repeat: repeat-x
}

P {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 11px;
}

TABLE, TD {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 11px;
}

.header {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.intro {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.home {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.greenHeader {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:link.greenHeader {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited.greenHeader {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a:active.greenHeader {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.greenHeader {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


.download {
	color: #FF0000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.leftNav {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.leftNavOn {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

a:link.leftNav {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:visited.leftNav {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	text-decoration: none;
}


a:active.leftNav {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:hover.leftNav {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 10px;
	text-decoration: none;
}


.footer {
	color: #999999;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	line-height: 14px;
}

a:link.footer {
	color: #999999;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a:visited.footer {
	color: #999999;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a:active.footer {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a:hover.footer {
	color: #000000;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.caption {
	color: #809513;
	font-family: verdana, geneva, lucida, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 14px;
}

/* NAV STYLES 
user buttonClassOn for the sticky dark green state
*/

a.buttonClassOn {
	display: block;
	color: #ffffff;
	background-color: #809513;
	
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 0px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

a.buttonClass {
	display: block;
	color: #000000;
	background-color: #C3CE73;
	
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 0px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

a:focus.buttonClass {
	color: #000000;
	cursor: pointer;
}

a:link.buttonClass {
	color: #000000;
	cursor: pointer;
}

a:hover.buttonClass {
	color: #ffffff;
	background-color: #809513;
	cursor: pointer;
}

a:active.buttonClass {
	color: #000000;
 	background-color: #809513;
}


