body {
	background-image: url(images/index_bak.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#logo {
	width: 990px;
	height: 30px;
	padding-bottom: 34px;
}

#espanol {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-style: italic;
	font-weight: bold;
}

#navigation {
	width: 180px;
	padding: 10px;
	vertical-align: top;
	background-position: top;
}

#body {
	background-image: url(images/bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
}

#header {
	padding-top: 10px;
	
}

#title {
	background-image: url(images/gplogopro.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 510px;
}

#content {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

#address {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 20px;
	font-weight: normal;
	color: #000000;
}

#consultation {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}

#click {
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	height: 40px;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 20px;

}

#clickForms {
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	height: 40px;
	width: 180px;
	margin-bottom: 20px;

}

#footer {
	background-color: #CCCCCC;
	text-align: left;
	height: 20px;
	width: 966px;
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
	padding-top: 4px;
}

a {
	font-size: 14px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;

}

a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

#bulletPoints a {
	color: #000000;
	text-decoration: none;
}

#bulletPoints a:hover {
	color: #666666;
	text-decoration: none;
}


h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
}

h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;

}

table.form {
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	width: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#formlogo {
	margin-top: 5px;
	margin-bottom: -30px;

}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #999999;
	padding: 5px;
	border: 1px solid #cccccc;
	}

li:hover ul { display: block; }
