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

body {
	margin: 0px;
	background-image: url(../images/gr_bg.jpg);
	background-repeat: repeat;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bcaf7d;
	line-height: 20px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bcaf7d;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C4412;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	height: auto;
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: auto;
	background-image: url(../images/gr_pg_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	float: left;
	width: 843px;
	height: 244px;
	background-image: url(../images/gr_header.jpg);
	background-repeat: no-repeat;
}
#gr_menu {
	height: 27px;
	width: 683px;
	background-image: url(../images/top_menu_bg_02.jpg);
	padding-left: 215px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#gr_menu  a {
	display: block;
	float: left;
	margin-right: 15px;
}
#left_content {
	float: left;
	width: 515px;
	padding-right: 10px;
	padding-top: 30px;
	height: auto;
	margin-left: 50px;
}
#project_services {
	height: auto;
	width: 730px;
	float: left;
	margin-left: 50px;
}
#project_services   p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#right_content {
	width: 220px;
	float: left;
	padding-top: 15px;
	height: auto;
}
#right_content ul {
	list-style-position: outside;
	list-style-type: square;
}
#sm_image  {
	height: auto;
	float: left;
	width: 210px;
	margin-bottom: 20px;
	border: 2px solid #000000;
}
#sm_subhead  {
	height: auto;
	float: left;
	width: 210px;
	margin-bottom: 10px;
}
#footer {
	height: auto;
	width: 743px;
	margin-top: 10px;
	float: left;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
#frontpic img {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 10px;
	margin-top: 0px;
	border: 2px solid #000;
}
#footer img {
	text-align: left;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#list {
	height: auto;
	width: 200px;
	float: left;
}
#list li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bcaf7d;
}

/*Begin code for GR Menu*/
a.about {
	background-image:url(../images/about_us.gif);
	height: 27px;
	width:91px;
	display:block;
	background-repeat: no-repeat;
	list-style-type: none;
}
a.about:hover {
	background-image:url(../images/about_us_over.gif);
	background-repeat: repeat;
}

a.gallery {
	background-image:url(../images/gallery.gif);
	height: 27px;
	width:80px;
	display:block;
	background-repeat: no-repeat;
}
a.gallery:hover {
	background-image:url(../images/gallery_over.gif);
	background-repeat: repeat;
}

a.test {
	background-image:url(../images/testimonials.gif);
	height: 27px;
	width:128px;
	display:block;
	background-repeat: no-repeat;
}
a.test:hover {
	background-image:url(../images/testimonials_over.gif);
	background-repeat: repeat;
}

a.services {
	background-image:url(../images/services.gif);
	height: 27px;
	width:85px;
	display:block;
	background-repeat: no-repeat;
}
a.services:hover {
	background-image:url(../images/services_over.gif);
	background-repeat: repeat;
}

a.contact {
	background-image:url(../images/contact_us.gif);
	height: 27px;
	width:111px;
	display:block;
	background-repeat: no-repeat;
}
a.contact:hover {
	background-image:url(../images/contact_us_over.gif);
	background-repeat: repeat;
}#gallery_content {
	float: left;
	width: 735px;
	padding-right: 10px;
	padding-top: 30px;
	height: auto;
	margin-left: 50px;
}
#gallery_image {
	height: 210px;
	width: 210px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}
#gallery_image img {
	border: 2px solid #000000;
}
#gallery_image  p img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery_image p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BCAF7D;
}
a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #B29D44;
}
