
* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #fff url(images/css/grad.jpg) repeat-x;
	padding: 10px 0px 35px 0px;
	text-align: center
}

body,input {
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}

a {
	color: #B96D00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Headers */
h1 {
	font-size: 2.1em;
	padding-right: 34px;
}


h2 {
	font-size: 1.9em;
	padding-right: 34px;
}

h3 {
	font-size: 1.7em;
	padding-right: 34px;
}

h3 span {
	font-weight: normal;
}

h3,h4 {
	display: inline;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	padding-right: 28px;
}

h5 {
	font-size: 1.1em;
	padding-right: 28px;
}

h6 {
	font-size: 1.0em;
	padding-right: 28px;
}


.contentarea {
	padding-top: 1.3em;
}

img {
	border: solid 1px #6F5230;
}

img.left {
	position: relative;
	float: left;
	margin: .2em 1em .5em 0em; /* Top Right Bottom Left */
}

img.right {
	position: relative;
	float: right;
	margin: .2em 0em .5em 1em; /* Top Right Bottom Left */
}

ul.instr {
	list-style: decimal;
	position: relative;
	margin: 1em 0em 0em 0em; /* Top Right Bottom Left */
}

ul.instr li {
	margin: .2em .5em 0em 2em; /* Top Right Bottom Left */
}

#outer {
	position: relative;
	width: 750px;
	border: double 3px silver;
	background-color: #fff;
	margin: 0 auto;
	text-align: left
}

#header {
	position: relative;
	width: 100%;
	height: 7.0em;
	background: #2B2B2B url('images/css/topbg.gif') repeat-x;
	margin-bottom: 2px;
}

#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1 {
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
}

#headercontent h1 sup {
	color: #777;
}

#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#headerpic {
	position: relative;
	height: 175px; /* height: 109px; */
	background: #fff url('images/css/limo.jpg') no-repeat;
	background-position: center;
	margin-bottom: 2px;
}

#menu {
	position: relative;
	background: #7F8400 url('images/css/menubg.gif') repeat-x top left;
	height: 3.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
}

#menu ul {
	position: absolute;
	top: 1.1em;
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.active {
	background: #7F8400 url('images/css/menuactive.gif') repeat-x top left;
}

#menubottom {
	background: #fff url('images/css/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#content {
	padding: 0em 2.0em 0em 2.0em;
}

#primarycontainer {
	float: left;
	margin-right: -18.0em;
	width: 100%;
}

#footer {
	position: relative;
	height: 55px;
	clear: both;
	font-size: 0.8em;
	background: url('images/css/border2.gif');
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px 2.5px;
}

#footer .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}


/* FORM STYLES */
fieldset {
	position: relative;
	margin-top:35px;
	margin-bottom:35px;
	padding-top:20px;
	padding-bottom: 20px;
	background: lightgrey;
}

legend {
	color: white;
	background: #7F8400;
	padding: .2em 1em .2em 1em;
	position:absolute;
	top: -12px;
	left: 10px;
	border: solid 1px #6F5230;
}

label {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.2em;
	display: block;
}

.label_wide {
	width: 13em;
}

.form_row {
	white-space: nowrap;
	padding-bottom: .5em;
	padding-left: .5em;
}

.textbox{
	width: 450px;
	height: 200px;
}

.submit {
	margin-left: 8.2em;
	padding: .2em .2em
}

.submit2 {
	margin-left: 13.2em;
	padding: .2em .2em
}

.submit3 {
	margin-top: 1em;
	padding: .2em .2em
}

.input {
	width: 225px;
}

.input_wide {
	width: 300px;
}



/* GALLERY STYLES */

.gallery_img {
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

img.navleft {
	border: none;
	vertical-align: top;
	position: absolute;
	left: 50px;
}

img.navright {
	border: none;
	vertical-align: top;
	margin-right: 10px;
	position: absolute;
	left: 650px;
}

img.delete {
	border: none;
	vertical-align: top;
	margin: 5px 5px 5px 5px; /* Top Right Bottom Left */
}

/* ERROR STYLES */
.error{
	color: red;
	margin-left: 8.2em;
}

.red{
	color: red;
}

/* Thank You Message Field */
.thanks{
	text-align: center;
	margin-top: 5em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* Admin Notification Area*/
#notice_area{
	text-align: center;
	margin-bottom: .5em;
	font-weight: bold;
}

/* tables */
.padded_table {
	padding: 0em .5em 2em .5em; /* Top Right Bottom Left */
}
.padded_table_row {
	padding: .2em .2em .2em .2em; /* Top Right Bottom Left */
}
