
html {
}
body {background-image:url(../images/header/bg.jpg); background-repeat:repeat-x; background-position:top;
	margin: 0px;
	padding: 0px;
}

.payment_form {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#masthead {
	padding: 0px;
	margin: 0px;
	height:70px;
}
#nav {padding: 0px;
	margin: 0px;}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {padding: 0px;
	margin: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center { float: right; 
	width: 710px;
	margin: 0px;
	height:auto;
}
#center .content {background-image:url(../images/body/parking.jpg); background-position:top right; background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333332;
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;


}
#left {
float: left;
	width: 190px;

}
#right {
	width: 120px;
	float: right;
	height:200px;
}
#left .content {
font-family:verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #333332;
	margin: 0px;
	padding: 0px;
}

#left label{
	font-size : 0.8em; 
font-weight: bold;
float: left;
margin-left: -60px; /*width of left column*/
width: 55px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#right .content {


}
#masthead .content {
	padding: 0px 0px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {	font-family : Verdana, Arial, Helvetica, sans-serif; border-top: 1px solid #0055A5;	
margin-right : 0px;	margin-top : 5px;	padding : 10px;
	color: #999999;
	
	font-size: 0.7em;
}

#base {
background-image:url(../images/footer/skyline.gif); background-position:bottom; background-repeat:repeat-x;
height:90px;
}

#center a:link {
	color: #669999;
}
#center a:visited {
	color: #333332;
}
#center a:hover {
	color: #000001;
}

#footer a:link {
	color: #888;
	text-decoration:none;
}
#footer a:visited {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}
h1 {
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 1.2em;
	margin: 0 0;
}
h3 {
	font-size: 1.15em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
/* Lists*/
li {font-size: 0.9em;}
ol { color : #333332 }
ul { color : #616161 }

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0px 0px 10px 0px;
}
/*Styles Applied to Form Elements */
.titles{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 60px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
}
.titleing{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 120px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
}
form {	border : none;	font-family : Verdana, Arial, Helvetica, sans-serif;	margin-right : 0px;	margin-top : 0px;	padding : 0px;font-size : 0.9em;}
input { background-color : #F4F4F4; border : 1px solid #ccc;font-size : 0.9em; }
input:focus { }
textarea { 
	background-color : #F4F4F4;
	border : 1px solid #ccc; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}
.inputField { font-size : 0.9em; }
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
#formTable td { padding-bottom: 10px; }
label{
	font-size : 0.8em; 
font-weight: bold;

margin-left:0px; /*width of left column*/
 /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.formLabelTop {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
legend {
	font-weight: bold;
	color: #046280;
	font-size: 14px;
	padding: 0 5px;
}
fieldset { padding: 0px 10px 10px 10px; }
.checks { border : 1px none ; font-size : 0.9em;}
.formbutton{cursor:pointer;border:outset 1px #ccc;color:#0055A5;font-weight:bold;padding: 1px 2px;background:url(../images/formbg.gif) repeat-x left top;}
	
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/*Styles Applied to Float Images left or right */
.floatright { float : right }
.floatleft { float : left }