
body
{
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #012d52;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.mainTable
{
	margin: 0 auto;
}

div#container
{
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

#map
{
	border: 3px solid #666666;
	margin-left: 10px;
	width: 400px;
	height: 300px;
	clear: both;
}

.logo
{
	position: absolute;
	left: 5px;
}

img
{
	border: none;
	outline: none;
}

.pagetitle
{
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #b3b285;
	position: relative;
	top: -50px;
	left: 200px;
	height: 0px;
}

#container
{
	padding-top: 14px;
}

li
{
	margin-bottom: 8px;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head #cssbox_headContent {
    background: transparent url(../image/box.png) no-repeat bottom right; 
} 
.cssbox { 
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; 
    margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 25px; /* right-image-gap + right-inside padding */ 
}


/* set the top-left image */ 
.cssbox_head #cssbox_headContent { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0 15px 10px; /* mirror .cssbox_head right/left */ 
} 

.rightColumn
{
	position: relative;
	float:left;
	width: 500px;
}

.rightColumn p
{
	font-size: .7em;
}

.rightColumnContentTextArea
{
	font-size: 12px;
	margin-bottom: 1em;
}

em
{
	font-weight: bold;
}

#map
{
	border: 2px solid #012d52;
	width: 400px;
	height: 300px;
}

.responseTextArea
{
	margin: 20px;
}

input, textarea
{
	background-image: url(../image/formBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0 40%;
}

* html textarea
{
	margin-left:-5px;
}

.inputForm
{
	margin-top: 20px;
}

.inputForm label, .inputForm input, .inputForm .formButton {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.inputForm label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.formButton
{
	cursor:pointer;
	background:white;
	color:#012d52;
	font-weight:bold;
	padding: 1px 2px;
}

.formButton:hover
{
	color: #C60651;
}

.cssform .formfieldbox p
{
	clear: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 100px; /*width of left column containing the label elements*/
	height: 20px;
}

.cssform .formfieldbox label
{
	float: left;
	margin-left: -100px; /*width of left column*/
	margin-right: 10px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
}

.formfieldbox textarea
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.cssform label
{
	margin-right: 10px;
}
