/* PIP Formatting CSS */



body img { text-decoration: none; border:#FFFFFF;}
a {	text-decoration: none; color: #FFFFFF; }

#content a { color: #0000FF; }
#content a:hover { color: #33CCFF; border-bottom: 1px dotted #000099; }

#footer a { color: #999999; }
#footer p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; color: #999999;
}

span { 
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000099;
	letter-spacing: .1em; font-variant: small-caps;
	border-bottom: 2px solid #33CCFF;
	display: block;
	margin-bottom: 15px;
}

p { font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	letter-spacing: .1em;
}

/* Login */
#cms_links {
	float: right;
}
#login label {
	float: left;
	clear: left;
	width: 125px;
}
legend { 
    border: 2px solid #000099;
    padding: 2px 4px;
}
fieldset {
    border: 2px solid #000099;    
    padding: 15px;
    float: left;
}

form input {
	padding: 3px;
}

/* Get A Quote formatting */
.label {
	float: left;
	clear: left;
	width: 175px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

.message { font-weight: bold;}

input, textarea { border: 2px solid #CCCCCC; }

input#first_name, input#last_name, input#email_address, 
	input#phone_number, input#subject_line, textarea#message_body 
	{
		background-color: #ffffa0;
	}

input#first_name:focus,
input#last_name:focus,
input#company_name:focus, 
input#email_address:focus, 
input#phone_number:focus,
input#subject_line:focus,
textarea#message_body:focus {
	border: 2px solid #000099;
}

.required { color: #FF0000; font-style: italic; }
.errors { font-family: Georgia, "Times New Roman", Times, serif; font-size: .9em; color: #FF0000; }
.info_message { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; color: #FF0000; font-weight: bold; }


/* Products and Services Picture placement and formatting */
#img { position: relative; left: 5px; width: 600px;}
#img img { position: relative; border: 1px solid #000099; padding: 4px; margin-top: 10px; margin-left: auto; margin-right: auto; background-color: #FFFFFF;}
#img p { text-align: center; font-size: .9em; border-bottom: 1px solid #CCCCCC; }


#photos p { font-size: 1.1em; font-family:Arial, Helvetica, sans-serif; }