/* BASIC SETUP */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 66.2%;
	font-family: Arial, Helvetia, "sans-serif";
}

img {
	border: none;
}


/* BASIC TEXT ELEMENTS */

ul {
	margin-left: 40px;
}
ul.bigger-list {
	font-size: 1.2em;
}

p {
	font-size: 1.1em;
	margin: 15px 20px 20px 20px;
}

p.first {
	margin: 5px 20px 20px 20px;
}

h1, h2, legend {
	color: #08A0A3;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin: 15px 20px 20px 20px;
}
h2 {
	font-size: 1.2em;
	margin: 15px 20px 5px 20px;
}




/* FORMS */

input, textarea, select {
	background-color: #edf4f5;
	border: solid 1px #08a0a3;
	padding: 2px;
	color: #08a0a3;
	margin: 1px;
}

input.radio {
	border: none;
	background-color: transparent;
}

input.check {
	border: none;
	background-color: transparent;
}

input:focus, textarea:focus, select:focus {
	background-color: #fff;
}

fieldset {
	margin: 15px;
	border: none;
}

fieldset.inner {
	margin: 0;
}

input.firstSubmit, input.submit {
	display: block;
	padding: 4px 10px 4px 10px;
}

input.firstSubmit {
	color: #fff;
	background-color: #f48e68;
	border-right: solid 1px #893515;
	border-bottom: solid 1px #893515;
	border-top: solid 1px #fab097;
	border-left: solid 1px #fab097;
	margin-top: 15px;	
}

input.submit {
	color: #fff;
	background-color: #08a0a3;
	border-right: solid 1px #065e60;
	border-bottom: solid 1px #065e60;
	border-top: solid 1px #28ecf0;
	border-left: solid 1px #28ecf0;
	margin-top: 5px;	
}

label {
	margin-right: 10px;
}

select {
	width: 125px;
}






/* HEADER AND MENU */

#stretch-box {
	background: #D5E6EC url('../images/header_tile.jpg') repeat-x top left;
	width: 100%;
}

#girl-box {
	background: transparent url('../images/header_upper_right.jpg') no-repeat top left;
	width: 525px;
	height: 113px;
}

#girl-box a {
	float: right;
	margin: 10px 230px 10px 10px;
	color: #4a706e;
	font-size: 1.1em;
}

#header-table {
	height: 200px;
}

#menu-bar {
	background: #08A0A3 url('../images/menu_bg.jpg') no-repeat top left;
	height: 27px;
}

#menu-bar a {
	font-size: 1.1em;
	margin: 0 20px 0 20px;
	text-decoration: none;
	color: #fff;
}

#menu-bar a:hover {
	color: #ff0;
}

.form-label {
	display: block;
	float: left;
	width: 50px;
	padding-right: 10px;
}

.form-label-medium {
	display: block;
	float: left;
	width: 100px;
	padding-right: 10px;
}






/* QUICK QUOTE BOX FORM AND TABLE */

#quote-box {
	border-bottom: solid 1px #08A0A3;
}

#quote-box-left {
	border-right: solid 1px #08A0A3;
	vertical-align: top;
}

#quote-box-left, #quote-box-right { 
	padding: 0 10px 10px 10px;
	vertical-align: top;
}

#quote-box-left input, #quote-box-left select {
	width: 150px;
}

#quote-box-right {
	color: #08A0A3;
	font-size: 1.0em;	
}

#next-button {
	display: block;
	margin-top: 10px;
}





/* PAGE 2-COLUMN LAYOUT AND FOOTER */

#left-column {
	vertical-align: top;
}

#right-column {
	vertical-align: top;
	font-size: 1.1em;
}

#right-column p {
	margin: 15px 20px 20px 40px;
}

#footer {
	width: 750px;
	border-top: solid 1px #08A0A3;
	font-size: 8pt;
}

#footer a {
	font-size: 8pt;
	text-decoration: none;
}

#footer p {
	margin: 5px 10px 5px 10px;
	font-size: 8pt;
	text-decoration: none;
}

#content-left, #content-right {
	vertical-align: top;
}





/* CONTACT TABLE */

#contact-table {
	margin: 0 20px 10px 20px;
}

#contact-table td {
	padding: 3px 3px 3px 3px;
}

#contact-table input.tbox, #contact-table textarea {
	width: 250px;
}
#contact-table textarea {
	height: 100px;
}

.FieldHeader {
    font-weight: bold; 
    font-size: 10px;
    margin-left: 5px;  
    text-align: right;   
}


#pc_I_d { text-align: center; }