@charset "utf-8";

body {
	background-attachment: fixed;
	background-image: url(images/gh_body.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9934;
	font-size: 1em;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
table {
}
td {
	margin: 0px;
	padding: 0px;
}



#top {
	height: 169px;
	width: 752px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}

#topnav {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#topnav ul {
	background-color: #9f2214;
	text-align: right;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#topnav li {
	list-style-type: none;
	display: inline;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#topnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A89433;
}
#topnav strong {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A89433;
}


#middle {
	width: 732px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
	border-right-style: solid;
	padding-left: 10px;
}

#bottom {
	height: 14px;
	width: 752px;
	background-position: top;
	vertical-align: top;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 1.5em;
	margin-top: 0px;
}
h2 {
	font-family: "Century Gothic", Verdana, Arial;
}
h3 {
	padding-left: 5px;
}


#middle #left {
	float: left;
	width: 210px;
	padding-left: 5px;
	font-style: italic;
	background-color: #EBEBEB;
	border: 1px dotted #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-right: 5px;
	background-repeat: repeat-x;
}

#middle #right {
	padding-right: 20px;
	float: right;
	width: 450px;
	font-size: .9em;
}
#middle #right a {
	color: #BF4A1F;
	text-decoration: none;
}
#middle #right a:hover {
	color: #BF4A1F;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 732px;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
#footer a {
	color: #BF4A1F;
	text-decoration: none;
}
#footer a:hover {
	color: #BF4A1F;
	text-decoration: underline;
}
fieldset {
	clear: both;
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: -1em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #E5E5E5;
	background-image: url(images/formback.jpg);
	background-repeat: repeat-x;
}
form {
	background-color: #FFFFFF;
	background-image: none;
	padding-left: 2em;
}

legend {
	font-weight: bold;
	margin-left: 1em;
	padding-right: 1em;
}
legend span {
	font-size: 135%;
}
fieldset.submit  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: auto;
	padding-left: 12em;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-image: none;
	background-color: transparent;
}


fieldset  ul {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	clear: left;
	float: left;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
label {
	text-align: right;
	float: left;
	width: 11em;
	margin-right: 1em;
}
.text {
	width: 300px;
}
#formtext {
	padding-right: 20px;
}
#portfolio {
	text-align: center;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.container_p  {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
}
#portfolio img {
	border: medium double #000000;
	padding: 10px;
	margin-top: 5px;
}
#left a {
	color: #BF4A1F;
	text-decoration: none;
}
