/*
	GGG-D Screen Styles

	Table of Contents:
		layout
		typography
		forms
*/

/* layout
----------------------------------------------- */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffffff;
	font-size: 16px;
	min-width: 770px;
	text-align:center;
	}
#content {
	text-align:left;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	WIDTH: 580px;
	LINE-HEIGHT: 1.6em;
	PADDING-TOP: 0px;
	background-color: #ffffff;
	font-size: 80%;
	color: #666666;
	margin-bottom: 10px;
	}	
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left; 
	padding: 5px 5px 9px 5px;
	}
#bg {
	PADDING-RIGHT: 19px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	text-align:left;
	}
#nav {
	PADDING-LEFT: 5px; BACKGROUND: #BFBFBF; MARGIN: 1px 0px; HEIGHT: 35px; text-align: right;
	font-size: 80%; padding-right: 10px;  border-bottom: 7px solid #666666;
	}
.banner-image {
	border: 0px solid #cccccc; padding: 1px;
}
/* typography
----------------------------------------------- */
.comment {
	text-align: right;
	font-size: 80%; color: #cccccc;
	}
	
h1 {
	border-bottom: 2px solid #3754a4;
	color: #3754a4;
	font-size: 170%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}

#bg h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	visibility:hidden;
	font-size:9px;
	line-height:10px;
	}

h2 {
	border-bottom: 1px solid #3754a4;
	color: #3754a4;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}

h3 {
	border-bottom: 1px solid #3754a4;
	color: #3754a4;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}
	
.nav-hdr {
	font-size: 90%; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3754a4;
	border-bottom: 1px solid #c3cad0;
	margin-bottom: 5px; font-variant:small-caps;
	}

.footer-links
	{
	font-size: 80%;
	border-top: 1px solid #cccccc;
	text-align: center;
	}
	
.company1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif; color: #000000;
}

.company2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif; color: #00CC00;
}


	/* links 
	------------------------------------------- */
	A {
		font-size: 80%; TEXT-DECORATION: none; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	A.comment:link {
		COLOR: #8D8C53; TEXT-DECORATION: none; font-size: 100%;
	}
	A.comment:visited {
		COLOR: #8D8C53; TEXT-DECORATION: none; font-size: 100%;
	}
	A.comment:active {
		COLOR: #BBBC61; TEXT-DECORATION: none; font-size: 100%;
	}
	A.comment:hover {
		COLOR: #D16D39; TEXT-DECORATION: none; font-size: 100%; text-align:right; text-decoration: underline;
	}

	A.mainnav:hover {
	TEXT-DECORATION: underline; BORDER-RIGHT: #444444 3px solid; COLOR: #444444; TEXT-DECORATION: none
	}

.clearthis {
	CLEAR: both; FONT-SIZE: 1px; FLOAT: none; COLOR: #fff
}
#menu {
	PADDING-RIGHT: 10px;
	margin-left:15px;
	MARGIN-TOP: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 1.3em;
	PADDING-TOP: 0px;
	background-color: #ffffff;
	width: 150px;
	font-size: 70%;
	margin-bottom:10px;
}
#menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 15px; PADDING-TOP: 0px;  width: 150px;
}
#menu LI {
	MARGIN: 0px;
	height: 40px;
	BORDER-BOTTOM: #ececec 1px solid;
	LIST-STYLE-TYPE: none;	
}
#menu A {
	DISPLAY: block;
	BACKGROUND: #3754a4;
	COLOR: #c3cad0;
	TEXT-DECORATION: none;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
}
#menu A.mainnav:hover {
	BACKGROUND: #c3cad0; COLOR: #3754a4; 
}

.quote {
	background-color: #cccccc;
	border: 1px solid #B4B4B4;
	color: #000000; padding: 2px;
}