/* @override 
	http://localhost:3002/stylesheets/styles.css
	http://localhost:3001/stylesheets/styles.css?1222738882
	http://localhost:3001/stylesheets/styles.css?1224113375
*/

body {
	background-color: #333;
}

.main {
	width: 910px;
	background-color: #fff;
	padding-top: 1px;
	margin:  0px auto;
}

.header {
	width:  900px;
	height:  100px;
	background: url(../images/masthead.gif) no-repeat;
	margin: -10px auto 0px;
	padding-top: 0;
}

.header h1 {
	color: #ccc;
	position: relative;
	top: 57px;
	font: 21px "Lucida Grande", Lucida, Verdana, sans-serif;
	left: 27px;
}

.menubar {
	background: url(../images/menubar.jpg) repeat-x;
	width: 900px;
	margin:  auto;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 2px solid #fff;
}

.menubar ul {
	padding-left: 6px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 2px;
	padding-top: 3px;
}

.menubar li {
	color: white;
	display: inline;
	padding-left: 4px;
	padding-right:  4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	margin-top: 0;
}

.menubar a{
	color:  #fff;
	text-decoration: none;
	margin-top: 3px;
}

.menubar a:hover{
	color: #c00;
}

.thinred {
	width: 900px;
	margin: 0px auto;
	height: 4px;
	border-top: 3px solid #c00;
}
.content {
		padding: 10px 40px 20px;
}

.content h1,h2,h3,h4{
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content p{
	color: #333;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content li{
	color: #333;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 6px;
}

.content li a{
	color: #333;
}

.content li a:hover{
	color: #c00;
}

.content h1{
	margin-top: 10px;
}

.content img {
	margin: 0 5px 10px 10px;
	padding: 5px;
	border:1px solid #eee;
}


.footer {
	margin:  0px auto;
	border-top: 1px solid #eee;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 15px;

}


.lowerlink{
	border-right: 1px solid #ccc;
	padding-right: 10px;
	color: #666;
	display: inline-block;
	padding-left: 6px;
}


.lowerlink a {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:  #aaa;
	text-decoration: none;
}

.lowerlink a:hover {
	color:  #c00;
}


.copyright {
	margin: 0px 20px;
	color: #aaa;
	font: 13px Georgia, "Times New Roman", Times, serif;
	
	float: right;
}
.home ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	float:  left;
}
.home li {
	
	width:  320px;
	border-top:  1px solid #ccc;
	border-bottom :  1px solid #ccc;
	margin-left:  0px ;
	list-style: none;
	padding:  5px;
	background-color: #f6f6f6;
	margin-bottom: 5px;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

.pic {
	float:  left;
}
.credit {
	text-align: right;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding-right: 13px;
}
.clear {
	clear: both;
}
/*** Contact Form CSS **/



input.required, textarea.required {
	border: 1px solid #00A8E6;
	padding: 0px;
	color: black;
	font: normal 16px "Courier New", Courier, mono;
}


input.required {
	width: 360px;
}

textarea {
	width: 360px;
	height: 100px;
}

.validation-advice {
	float:right;
	margin: 0px 0;
	padding: 2px;
	color : #c00;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

.label {
	color: #333;
	text-align: right;
	font: bold 17px "Courier New", Courier, mono;
	width: 200px;
}

legend {
	font-size: 30px;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #FF9933;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	
	text-align: right;
}

.field-widget {
 float: left;

}

#holder {
    width: 300px;
    background: #000;
    margin: 0px auto;
}

#contact {
	color: #666;
}

.required {
	color: #c00;
	font-size: 13px;
}
#contactform{
	height: 300px;
}
#contactform img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#spinner{
	position:relative;
	top:100px;
	font-size: 22px;
	color: #fff;
	margin: 0px auto;
	width: 30px;
}

/************* forms ************/

form {
	font-size: 12px;

}
label {
	font-size: 13px;
	margin: 7px 0 7px 0;
	display: block;
	width: 100px;
	clear: left;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bolder;
}

input {
	width: 400px;
	margin: 7px 0 5px 10px;
	
}
.checkbox label {
	font-size: 13px;
	margin: 7px 0 7px 0;
	display: block;
	width: 500px;
	clear: left;
	float: left;
	text-align: left;
	color: #333;
	font-weight: bolder;
	
}
.checkbox input {
	width: 20px;
	margin: 5px 0 0px 100px;
	
} 

.radio label {
	font-size: 13px;
	margin: 7px 0 7px 0;
	width: 100px;
	clear: left;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bolder;
	
}
.radio input {
	width: 20px;
	margin: 5px 0 0px 10px;
	
}
select {
		margin: 7px 0 5px 10px;
}
textarea {
	width: 400px;
	margin: 5px 0 5px 10px;
}


#quote_display_true {
	width: 30px;
}

#quote_display_false {
	width: 30px;
}

.contact-form-message {
	height: 120px;
}

.support-form-message {
	height: 50px;
}
.intro {
	width: 400px;
	height: 40px;
}
.submit {
	width: 90px;
	margin-left: 450px;
}	


#error {
	margin-top: 0px;
	padding: 5px;
	width: 100%;

	background: #CC0000;
	color:#fff;
	font-size: 18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
}
#error p {

	margin:0px auto;
	margin-top:7px;
	color: #fff;
}
#error a {
	color: #FFB1D1;
	padding-left:15px;
	font-size: 12px;
}

#notice a {
	color: #D1F1FF;
	padding-left:15px;
	font-size: 12px;
}

#notice p {
	width:980px;
	margin:0px auto;
	margin-top:7px;
	color: #fff;
}

#notice {
	margin-top: 0px;
	padding: 12px 0 4px 20px;
	width: 100%;
	height:38px;

	left:0;
	
	background: #FF6D09;
	border-bottom:4px solid #ccc;
	font-size: 18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
}

