@charset "utf-8";
/* Power Gold Guides Global Layout CSS File */

html {
	overflow-y: scroll;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	height:100%;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-x;
	background-color: #cdeeff;
}

.show {
	display:inline;
}

.hide {
	display:none;
}

/*Full Body White BG Container */

#maincontainer {
	width: 778px;
	background: url(../i/bgwide.gif) #FFFFFF;
	margin: 0 auto;
	padding: 0;
	min-height: 100%; 
}

/* Top Banner */

#topbanner {
	width: 728px;
	height: 135px;
	margin: 0px auto;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
}

/* Dark Text Container */

#mainbody {
	width: 720px;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px auto;
	border: 1px black solid;
	border-top: none;
}

/* Light Text Container */

#textcontainer {
	background: #E7E7E7;
	width: 700px;
	padding: 5px;
	margin: 0px auto;
	/*border: 1px solid #B9B9B9;*/
}
	
/*banner */

#banner {
	text-align: center;
}

/*footer */

#footer {
	border-top: 1px solid #999;
	padding-top: 10px;
	width: 728px;
	margin: 0px 25px;
}

/* Top Site Links 

#topsite {
	width: 728px;
	margin: 0 auto;
	padding: 0px;
}*/

/*disclaimer */

#disclaimer {
	width: 600px;
	float: right;
	text-align: center;
	border-top: 1px solid #999;
}

/*aboutus thingy */

#aboutus {	
	margin: 0px;
	width: 125px;
	float: left;
	text-align: left;

}

#aboutus dl {
	margin: 0px 2px 0px 0px;
	float: left;
	text-align: left;
	font-size: 12px;
	text-align: left;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	padding-left: 10px;
	padding-right: 10px;
}

#aboutus dt {
	font-size: 14px;
	font-weight: bold;
}

#aboutus dd {
	margin: 2px 8px;
}

#aboutus dd a{
	font-size: 12px;
	color: #0066FF;
}

#aboutus dd a:hover{
	text-decoration: none;
}
	
/* Link */

#links {
	font-size: 12px;
	width: 600px;
	float: right;
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
}

#inhousebanner a{
	width: 600px;
	height: 30px;
	background-image: url(../i/sellyourguide.png);
	float: right;
	display: block;
	text-align: center;
}

#inhousebanner a span {
	visibility: hidden;
}

/* Begin Form Style */
#inputform {
	font-size: 12px;
}

#selectform {
	font-size:11px; 
	background: #F7F7F7; 
	border:1px solid #ccb;
	padding:3px;
}

#selectform:focus {
	background: #D9ECFF; 
	border-color: #003366
}

#inputform input{
	font-size: 14px;
	background: #F7F7F7; 
	border:1px solid #ccb; 
	color: #000000; 
	padding:3px;
}

#inputform input:focus, #inputform textarea:focus, .search_field:focus{
	background:#D9ECFF; 
	border-color: #003366;
}

#inputform textarea{
	background: #F7F7F7; 
	border:1px solid #ccb; 
	color: #000000; 
	height:130px; 
	overflow:auto; 
	padding:3px; 
	width:375px;
}

option.style{
	font-size: 12px;
}

/* End Form Style */

