/*  General  */

body{
	margin:0px;
	padding:0px;
	color: #CCC;
	font-size: 12px;
	line-height: 16px;
	background-color: #000;
}

img, a img{
	margin:0px;
	border:2px solid #99ffff;
}
hr {
	border-top: 1px solid #99ffff;
	margin: 10px 0px;
}

#body_container{
	background-image:url(images/gdbackground.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	background-color: #000;
}

.image-left{
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-right{
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}
#contact a{
	float: right;
	margin: 5px 0px 5px 0px;
	background-image: url(images/contactgd_gray.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	width: 70px;
}
.image-noborder{
	border:none;
	margin-top:0px
}

/*  Container  */
#layout{
	width: 800px;
	background:url(images/bggd.jpg);
	min-height:500px;
	padding-left:112px;
	padding-right:112px;
	padding-top:20px;
	padding-bottom:30px;
	background-repeat: no-repeat;
	margin:auto;
}

/*  Header  */
#header{
	position:relative;
	height:110px;
	width:800px;
}
#header h1{
	position:absolute;
	color:white;
	font-size:48px;
	z-index:20;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#header h2{
	position:absolute;
	color:#369;
	font-size:48px;
	z-index:5;
	top:2px;
	left:2px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#header h6{
	position:absolute;
	color:#369;
	font-size:24px;
	z-index:5;
	top:60px;
	left:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*  Navigation*/

#navbar{
	background-image:url(images/gdnavbar.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:800px;
	z-index: 2;
	padding-top: 5px;
	padding-bottom: 21px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #006600;
}
#navbar ul{
	display:inline;
	margin:0px;
	padding-left:8px;
	padding-bottom:11px;
	padding-top:11px;
	font-size: 16px;
	padding-right:8px;
}
#navbar li{
	display:inline;
	list-style:none;
}
#navbar a{
	color:#060;
	text-decoration:none;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:5px;
	padding-top:5px;
}
#navbar a:hover{
	color:black;
	background-image:url(images/gdnavbar_over.jpg);
	background-repeat:repeat-x;
}
#navbar a:visited{
	color:#030;
}

/*  Graphic Area  */

#main_graphic{
	width:500px;
	height:232px;
	float:left;
	padding: 0px 0px 16px 0px;
}
#call_box{
	background-image:url(images/areagd.jpg);
	background-repeat:no-repeat;
	height:212px;
	width:226px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:20px;
	text-align: center;
	padding-top: 20px;
	padding-right:15px;
	padding-left:10px;
	padding-bottom:16px;
	float: right;
	position:relative;
}
#phone_number{
	width:226px;
	margin-left:15px;
	line-height:70px;
	font-size:32px;
	color:#FF0000;
	position:absolute;
	top:150px;
	left:2px;
}

/*  Content Area  */

#content{
	width:800px;
	color:white;
}
#content h1{
	color:#B8FF63;
	font-weight:normal;
	font-size:18px;
	padding-bottom:16px;
}
#content h2{
	color:#B8FF63;
	font-weight:normal;
	font-size:16px;
	padding-bottom:14px;
}
#content h3{
	color:#B8FF63;
	font-weight:normal;
	font-size:14px;
	padding-bottom:12px;
}
#content h4{
	color:#369;
	font-weight:normal;
	font-size:16px;
	padding-bottom:12px;
}
#content h5{
	color:#369;
	font-weight:normal;
	font-size:14px;
	padding-bottom:10px;
}
#content h6{
	color:#369;
	font-weight:normal;
	font-size:12px;
	padding-bottom:8px;
}

#content p{
	color:white;
	padding-bottom:8px;
	font-size:13px;
}
#content p a {
	color: #FFF;
	text-decoration: underline;
}

#content ul li{
	background-image:url(images/green_dotgd.gif);
	color:white;
	font-size:13px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 20px;
	list-style-type:none;
	background-position: left 5px;
	background-repeat: no-repeat;
	line-height: 17px;
}
#content ol li{
	background-image: none;
	color:white;
	font-size:13px;
	margin:0px 0px 0px 20px;
	padding:2px 0px 2px 0px;
	list-style-type:lower-roman;
	line-height: 17px;
}
#left-box{
	background-image:url(images/gdleftbox.jpg);
	background-repeat:no-repeat;
	width:496px;
	min-height:280px;
	padding:16px;
	text-align:justify;
	float:left;
}

#left-box-single{
	background-repeat:no-repeat;
	width:780px;
	min-height:280px;
	padding:10px;
	text-align:justify;
	float:left;
}

#right-box{
	background-image:url(images/gdrightbox.jpg);
	background-repeat:no-repeat;
	width:222px;
	padding:16px;
	float:right;
	min-height:280px;
	text-align: left;
}
.content-border{
	background-image:url(images/border_gdbottom.gif);
	background-repeat:no-repeat;
	height:1px;
	width:800px;
}

.content-border-single{
	background-image:url(images/border_gdbottom_single.gif);
	background-repeat:no-repeat;
	height:1px;
	width:800px;
}

#content-container{
	background-image:url(images/contentgd_border.gif);
	background-repeat:repeat-y;
	padding-left:1px;
	padding-right:1px;
	width:798px;
}

#content-container-single{
	background-image:url(images/contentgd_border_single.gif);
	background-repeat:repeat-y;
	padding-left:1px;
	padding-right:1px;
	width:798px;
}
/*  Footer  */

#footer{
	width:800px;
	margin-top:10px;
	color:white;
	font-size:11px;
	border-top: 1px solid #99FFFF;
}
#footer_left{
	float:left;
}
#footer_right{
	float:right;
}
#footer ul{
	list-style:none;
	display:inline;
}
#footer li{
	display:inline;
	list-style:none;
}
#footer a{
	color:white;
	text-decoration:underline;
	padding:5px;

}
#footer a:hover, a:visited, a:active{
	color:white;
}
#flash_header {
	width: 800px;
	height: 110px;
	background-image: url(images/gdflash.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	position:relative;
	text-align:left;
}
#contact a{
	float: right;
	margin: 5px 0px 0px 0px;
	background-image: url(images/contactgd_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 70px;
}
