/* @override 
	http://www.glad2bhome.com/newsite1/style/main-style.css
	http://www.glad2bhome.com/newsite2/style/main-style.css
	http://glad2bhome.com/newsite3/style/main-style.css
	http://www.glad2bhome.com/newsite3/style/main-style.css
	http://www.glad2bhome.com/style/main-style.css
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainwrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainwrapper #content a {
	color: #223577;
	text-decoration: underline;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainwrapper #content a:hover {
	text-decoration: none;
}

#content p {
	font-size: 16px;
}

#content p .glad, #content p.highlight, #content p .cents, #content p.fact, #content p strong {
	color: #223577;
	font-weight: bold;
}

#content p.highlight {
	font-size: 18px;
}

/* Contact form styles */

body.contact form.contact input.text {
	width: 300px;
	height: 25px;
}

body.contact form.contact input.text, form.contact p textarea {
	border: 1px solid #999;
}

body.home embed {
	margin-top: -20px;
}

body.home object {
	margin-left: -20px;
	margin-top: -20px;
}

/* COC-REQUEST FORM */

#content p.requirednote {
	font-size: 11px;
	font-weight: bold;
}

div.contactform {
	display: block;
	overflow: hidden;
	width: 680px;
	margin-left: 10px;
}

div.contactform fieldset div {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

div.contactform fieldset label {
	/* display: inline-table; */
	float: left;
	width: 200px;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 14px;
}

div.contactform fieldset label.error {
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
	color: #a90000;
}

div.contactform fieldset input.textfield {
	width: 190px;
	height: 15px;
	border: 1px solid #999;
	padding: 5px;
	float: left;
}

div.contactform fieldset input.textfield.error {
	border: 1px solid #a90000;
}

div.contactform fieldset select {
	margin-left: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
}

div.contactform input.submitBtn {
	float: left;
	clear: both;
	margin-left: 310px;
	width: 100px;
}

div.contactform div.pleasetype {
	display: none;
}

