@charset "UTF-8";
/* CSS Document */

body { margin:0;
padding:0;
	background-image: url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000;
}

#all {
margin-right : auto;
margin-left : auto;
height:100%;
position:relative;
    }

#top {
	height:393px;
	}

#selectionbox {
	width:480px;
	height: 130px;
	margin: 0 auto;
	background:url(../images/login_bg.jpg) repeat-x;
	background-position: top left;
	border-width:5px;
    border-color:#666;
	position:absolute;
	top:220px;
	left: 50%;
	margin-left:-242px;
	border-color:#CCC;
	border-width:2px;
	border-style:solid;
 }

#bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	height:300px;
	background-color:#000;
	width:100%;
		}
		
#footer {
	color: #CCC;
	height: 10px;
	padding-top: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	margin: auto 0;
	}
#footer a {
	color: #CCC;

	}
#footer .a {
	color:#FFF;
	text-decoration:none;
}

/* Selector Box */
.logo-left { 
background-image:url(../images/grandview-logo1.png);
background-repeat:no-repeat;
background-position:top left;
margin-left: 46px;
width:174px;
height: 82px;
float:left;
cursor:pointer;
}
.logo-right { 
background-image:url(../images/grandview-logo2.png);
background-repeat:no-repeat;
background-position:top left;
margin-left:40px;
width:174px;
height: 82px;
float:left;
cursor:pointer;
}
.community {
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:0px;
	font-weight:lighter;
}

.tagline {
	padding-top: 5px;
	padding-left:34px;
	width:412px;
}
.form-dropdown {
padding-top:7px;
padding-left: 145px;
}

.clear {
	clear:both;
}
