body{
	background: #fff;
	background-image: url("../images/bkg_gr.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container{
	background: #fff;
	width: 940px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #c2c2c2;
	padding: 0;
}

#inside-container{
	width: 900px;
	background-color: #fff;
	margin: 5px 20px 20px 20px;
	text-align: center;
}

#inside-container2{
	width: 860px;
	background-color: #fff;
	margin: 5px 20px 20px;
	text-align: center;
}

h1{
	display: none;
}

h2{
	font-size: .75em;
	margin-left: 515px;
	text-align: left;
	vertical-align: middle;
	margin-top: 15px;
	clear: left;
}

h2 em{
	font-family: 'Times', 'Times New Roman', serif;
	font-style: italic;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 12em;	
}

li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: white;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { 
	display: block; 
}



#header{
	background-image: url("../images/gsabuses_banner.jpg");
	background-repeat: no-repeat;
	width: 640px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}


.indent{
	margin-top: 0;
	margin-left: 10px;	
}

.indent a{
	display: inline;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	color: #369;
	text-decoration: none;
}
.indent a:link{
	color: #369;
	text-decoration: none;
}

.indent a:hover{
	color: #990000;
	text-decoration: underline;
}

h3{
	font-family: 'Times', 'Times New Roman', serif;
	color: #369;
	font-size: 1.15em;
	clear: both;
	line-height: 1.5em;	
}

#page_head{
	font-family: 'Times New Roman', 'Trajan Pro', serif;
	font-size: 1.5em;
	text-align: center;
	color: #990000;
	font-weight: bold;
	margin-bottom: 15px;
}

#sub_head{
	font-family: 'Times', 'Times New Roman', serif;
	font-size: 1em;
	text-align: center;
	color: #336699;
	font-weight: bold;
	margin-bottom: 25px;
}

.division{
	width: 600px;
	font-family: 'Times', 'Times New Roman', serif;
	font-size: 1em;
	text-align: center;
	color: #369;
	background-color: #e2e2e2;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	clear: both;
	vertical-align: middle;
}

.desc_container{
	width: 650px;
	text-align: left;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: .75em;
	line-height: 1.35em;
	margin: 20px auto;
	clear: both;
}

.desc_container p{
	margin: 2em auto;
}

.desc_container p span{
	color: #369;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}


.desc_container p a:link{
	color: #369;
	text-decoration: underline;
	font-weight: bold;
}

.desc_container p a:hover{
	color: #123456;
	text-decoration: underline;
}

.desc_container p a:visited{
	color: #369;
	font-weight: bold;
}

.desc_container p img{
	float: left;
	margin: 0 10px 10px 0;
}

#icons{
	width: 650px;
	text-align: center;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	line-height: 1.35em;
	display: inline;
	vertical-align: bottom;
	display: inline;
}

#icons ul{
	list-style-type: none;
	text-align: center;
	margin: 15px;
}

#icons ul li{
	display: inline;
	text-align: center;
}

#nav-container {
	text-align: center;
	border-top: 2px solid #369;
}

#nav {
	height: 2.5em;
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
}

#nav li {

	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 25%;
}

#nav li ul li{
	width: 225px;
}

#nav a {
	font-weight: bold;
	color: #123456;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #336699;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #336699;
	border-width: 0 5px;
}

#content{
	clear: both;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: .85em;
	margin-bottom: 15px;
}


# content img {
	margin: 0 auto;
	text-align: center;
}


#left{
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	line-height: 1.5em;
	font-size: .75em;
	position: relative;
	overflow: hidden;
}

#left p {
	margin-left: 20px;
}

#left img{
	float: left;
	border: 1px solid #336699;
	margin-bottom: 10px;
	margin-right: 30px;
}

#left a:link{
	color: #369;
	font-family: 'Times', 'Times New Roman', serif;
}

#left a:hover{
	color: #c2c2c2;
}

#right{
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	line-height: 1.5em;
	font-size: .75em;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

#right a:link{
	color: #369;
	font-family: 'Times', 'Times New Roman', serif;
}

#right a:hover{
	color: #c2c2c2;
}

.head{
	font-family: 'Times', 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 1.75em;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #fff;
	background-color: #336699;
	padding: 5px;
}

.byline{
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #369;
	padding-top: 15px;
}

.author{
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: .85em;
	text-transform: uppercase;
	color: #c2c2c2;
}

.prod_cont{
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	margin: 0 auto;
	font-size: .75em;
	font-weight: bold;
	color: #369;
	clear: both;
	width: 520px;
}

.prod_cont ul li{
	float: left;
	display: inline;
	text-align: center;
	padding: 10px;
}

.prod_cont ul li a:link{
	text-decoration: none;
	color: #369;
}

.prod_cont ul li a:visited{
	text-decoration: none;
	color: #123456;
}

.prod_cont ul li a:hover{
	text-decoration: none;
	color: #c2c2c2;
}

.prod_cont2{
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	margin: 0 auto;
	font-size: .75em;
	font-weight: bold;
	color: #369;
	clear: both;
	width: 700px;
}

.prod_cont2 ul li{
	float: left;
	display: inline;
	text-align: center;
	padding: 10px;
}

.prod_cont2 ul li a:link{
	text-decoration: none;
	color: #369;
}

.prod_cont2 ul li a:visited{
	text-decoration: none;
	color: #123456;
}

.prod_cont2 ul li a:hover{
	text-decoration: none;
	color: #c2c2c2;
}

.content{
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	margin: 3px 0 5px 0;
	text-align: left;
}

.content a:link{
	font-size: 1.2em;
	color: #369;
	font-family: 'Times', 'Times New Roman', serif;
}

.content a:visited{
	color: #369;
	font-family: 'Times', 'Times New Roman', serif;
}

.content a:hover{
	color: #c2c2c2;
	text-decoration: underline;
}

#footer{
	width: 900px;
	clear: both;
	background-color: #c2c2c2;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	color: #fff;
	font-size: .75em;
	padding: 5px 0;
	vertical-align: middle;
	text-indent: 10px;
	text-align: left;
}

#footer{
	width: 900px;
	clear: both;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	color: #990000;
	font-size: .75em;
	padding: 5px 0;
	vertical-align: middle;
	text-align: left;
	margin-top: 15px;
	background-color: #FFFFFF;
}


.invisible{
	color: #fff;
}

.last_event{
	border-right: 1px solid #c2c2c2;
}

p {
	line-height: 1.25em;
}


h2 {
	font-size: 0.75em;
}
.style9 {
	font-weight: bold;
	font-style: italic;
}


#add_phone{
	clear: both;
	margin: 0px auto;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	color: #fff;
	font-size: .75em;
	background-color: #990000;
	padding: 5px 0;
	line-height: 1.5em;
	text-align: center;
}

table{
	margin-bottom: 15px;
}

#gsabus{
	clear: both;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#floorplans{
	margin: 10px auto;
	width: 600px;
	text-align: center;
}

#floorplans ul li{
	margin: 20px auto;
}

