@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(../_img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #003366;
}

.stage {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.btn_more    {
	font-size: 10px;
	width: 70px;
	float: right;
	text-align: right;
}

.header {
	height: 50px;
	background-image: url(../_img/gph_header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 18px;
	color: #FFFFFF;
}
.header .title {
	margin-top: 25px;
	float: left;
	display: inline;
	margin-left: 160px;
}

.header .quicklink {
	font-size: 11px;
	float: right;
	margin: 5px;
}
.header .quicklink a {
	color: #FFFFFF;
	text-decoration: none;
}
.header .quicklink a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.content_left {
	width: 650px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	margin-right: 10px;
}
.profile  {
	background-color: #FFFFFF;
	background-image: url(../_img/bg_profile.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 180px;
}
.profile  .photo  {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	height: 150px;
	width: 120px;
	float: left;
	margin: 10px;
	display: inline;
}
.profile .details {
	font-size: 12px;
	color: #333333;
	float: left;
	width: 470px;
	margin: 10px;
}
.profile .details p {
	margin-top: 5px;
}
.profile .details .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}
.profile .details .title .name {
	width: 400px;
	font-size: 18px;
	color: #CC0000;
	float: left;
}

.profile .details .label {
	width: 50px;
	color: #666666;
	float: left;
}
.profile .details .info {
	width: 420px;
	float: right;
}
.navigation {
	margin-top: 10px;
}
.navigation p {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	background-image: url(../_img/bg_mainbtn.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #033568;
	float: left;
	height: 22px;
	padding-top: 8px;
}
.navigation   p a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFF66;
}
.listing {
	background-color: #FFFFFF;
	margin-top: 20px;
}
.listing .title {
	float: left;
}
.listing .showing {
	color: #999999;
	float: right;
	margin-top: 10px;
}
.listing .table {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.listing .table .label {
	background-color: #3f4c6b;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.listing .table td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.listing  .table  .td2 {
	background-color: #e5e5e5;
}



.content_right {
	width: 280px;
	margin-top: 10px;
	float: right;
	margin-bottom: 10px;
	display: inline;
	margin-left: 10px;
}
.featured {
	color: #990000;
	background-color: #ffffcc;
}

.featured  .bar {
	height: 30px;
	background-image: url(../_img/bg_featureproperty.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.featured  .bar .title {
	float: left;
	margin-left: 10px;
	display: inline;
}

.featured .bar .btn_more {
	padding-top: 15px;
	padding-right: 5px;
}
.featured .bar .btn_more a {
	color: #FFFFFF;
	text-decoration: none;
}
.featured .bar .btn_more a:hover {
	color: #FFFF00;
}
.featured .list {
	padding: 10px;
}
.featured .list p {
	height: 70px;
	margin-bottom: 10px;
}
.featured .list strong {
	color: #000000;
	font-size: 12px;
}


.featured  .list  p img {
	float: left;
	margin-right: 5px;
}
.search {
	margin-top: 20px;
}
.search .bar {
	background-image: url(../_img/bg_search.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
}
.search .form {
	background-color: #b1df27;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	padding: 10px;
}
.search .form p {
	font-size: 9px;
	color: #669900;
}

.video {
	background-color: #FFFFFF;
	margin-top: 20px;
}
.video .bar {
	background-image: url(../_img/bar_youtube.gif);
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 4px;
}
.video .showcase {
	font-size: 12px;
	color: #000000;
	background-image: url(../_img/bg_video.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E3E592;
	padding: 20px;
}
.video .showcase p {
	margin-top: 5px;
}


.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	height: 50px;
	padding-top: 5px;
	color: #999999;
}
.footer .copyright {
	float: left;
}
.footer .quicklink {
	float: right;
	text-align: right;
}

