﻿/* CSS Document */

body {
	margin: 10px;
	color: #002060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a:link {
	color: #002060;
	font-weight: normal;
	text-decoration: none;
}
	
a:visited {
	color: #993333;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #993333;
	font-weight: normal;
	text-decoration: underline;
}

	
table.outside { 
	border: solid 2px #002060;
	margin: 0;
	padding: 0;
}

.banner {
	padding: 0 0 2px 0;
	background-image:url(../images/gpgbanner.jpg);
	height: 158px;
}

/* Menutop and Footer Elements */

#menutop {
	font: inherit;
	width: 800px;
	padding: 5px;
	border-bottom: 1px solid #002060;
	border-top: 1px solid #002060;
	text-align: center;
	color: #000000;
	font-size: x-small;
}
#menutop a:active {
	padding: 10px;
	text-decoration: none;
	color: #002060;
}
#menutop a:visited {
	padding: 5px;
	text-decoration: none;
	color: #002060;
}
#menutop a:link {
	padding: 5px;
	text-decoration: none;
	color: #002060;
}
#menutop a:hover {
	padding: 5px;
	text-decoration: none;
	color: #9F0A0F;
}

/* Home Page Left Content Container */

.contentleft {
	width: 545px;
	padding: 5px;
	vertical-align: top;
	}

#homecontent {
	width: 545px;
	padding: 5px 0 5px 5px;
	border: solid 1px #002060;
	}

.buyers {
	width: 545px;
	padding: 5px;
	vertical-align: top;
	
	}
	
#happybuyers {
	width: 545px;
	background-color: #002060;
	padding: 5px 0 5px 5px;
	color: #cccccc;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 3px #fff;
}
	
#happypeople {
	width: 545px;
	padding: 5px 0 5px 5px;
	border: solid 1px #002060; 
	text-align: center;
	vertical-align: middle;
	}


/* Home Page Right Content Container */
	
.contentright {
	width: 220px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	}

#featurecontent {
	width: 230px;
	border-bottom: solid 5px #fff;	}

#propertydesc {
	width: 230px;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #002060;
	font-weight: normal;
}

#space {
	border: solid 2px #fff;
	}

.cl {
clear:both;
}	

#righttitles {
	width: 230px;
	padding: 5px 0 5px 5px;
	vertical-align: middle;
	color: #cccccc;
	font-weight: normal;
	font_size: 85%;
	text-align: center;
	background-color: #002060;
}

#rightdesc {
	width: 230px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #002060;
	font-weight: normal;
}