/************************************************************
* AUTHOR:		Kevin K. Nelson								*
* DOMAIN:		www.flashfiredesigns.com					*
* PRIMARY CSS SHEET FOR ALPINE ROOF CLEANING				*
*															*
* Copyright 2002, Kevin K. Nelson.  All Rights Reserved.	*
************************************************************/


body {
	margin:						0px 0px 0px 0px;
	background-color:			#000066;
}
body.popup {
	background-color:			white;
	margin:						20px 20px 20px 20px;
}
td {
	vertical-align:				top;
	border-style:				none;
	padding:					0px 0px 0px 0px;
}
ul {
	margin-top:					0px;
	margin-bottom:				12px;
}
p {
	margin:						0px 0px 12px 0px;
	text-align:					justify;
}
legend {
	font-size:					18px;
	font-weight:				bold;
	color:						#000066;
}
/*************************
****  TABLE CLASSES  *****
*************************/
.leftCol {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	background-color:			#000066;
	color:						white;
	padding:					10px 10px 10px 10px;
	width:						160px;
	height:						400px;
	border-style:				solid;
	border-color:				white;
	border-width:				0px 1px 1px 1px;
}
.linkCol {
	width:						590px;
	height:						30px;
}
.topCell {
	width:						750px;
	border-style:				groove;
	border-width:				0px 2px 2px 0px;
	background-color:			white;
}
.mainCell {
	width:						590px;
	height:						400px;
	background-color:			white;
	border-width:				0px 0px 0px 0px;
	border-style:				solid;
	border-color:				black;
	text-align:					center;
	vertical-align:				top;	
}
.contentTable {
	width:						540px;
	height:						350px;
	text-align:					left;
}
.contentCell {
	background-color:			white;
	color:						black;
	padding:					10px 20px 10px 20px;
	vertical-align:				top;
}
.titleCell {
	font-family:				Times New Roman, Times, serif;
	font-size:					16px;
	font-weight:				bold;
	background-color:			#000066;
	color:						white;
	text-align:					center;
	vertical-align:				middle;
	border-style:				groove;
	border-width:				0px 2px 2px 0px;
}
.splitCell {
	font-family:				Times New Roman, Times, serif;
	font-size:					16px;
	font-weight:				bold;
	background-color:			#CCCCCC;
	color:						#000099;
	text-align:					center;
	vertical-align:				middle;
	border-style:				groove;
	border-width:				0px 2px 2px 0px;
}
.infoCell {
	text-align:					center;
	border-style:				groove;
	border-width:				0px 2px 2px 0px;
	vertical-align:				middle;
}
	
/*************************
*****  TEXT CLASSES  *****
*************************/
.leftList {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	margin-left:				-20px;
	color:						white;
}
.leftTitle {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					14px;
	font-weight:				bold;
	text-align:					center;
	color:						yellow;
	margin:						0px 0px 12px 0px;
	border-style:				groove;
	border-width:				1px 0px 1px 0px;
}
.leftHeading {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	font-weight:				bold;
	text-align:					left;
	text-decoration:			none;
	color:						yellow;
	margin:						0px 0px 1px 0px;
}
.title {
	font-family:				Copperplate Gothic Bold, Times New Roman, Times, serif;;
	font-size:					18px;
	font-weight:				bold;
	text-align:					left;
	color:						#CC0000;
	margin:						0px 0px 16px 0px;
	border-style:				groove;
	border-width:				0px 0px 2px 0px;
}
.subTitle {
	font-family:				Times New Roman, Times, serif;;
	font-size:					16px;
	font-weight:				bold;
	text-align:					center;
	color:						#000066;
	margin:						-6px 0px 12px 0px;
}
.heading {
	font-family:				Times New Roman, Times, serif;;
	font-size:					15px;
	font-weight:				bold;
	text-align:					left;
	text-indent:				0px;
	color:						#000066;
	margin:						0px 0px 0px 0px;
}

.faqHeading {
	font-family:				Times New Roman, Times, serif;;
	font-size:					14px;
	font-weight:				bold;
	text-align:					left;
	text-indent:				0px;
	color:						#000066;
	margin:						0px 0px 9px 0px;
}
.center {
	text-align:					center;
	text-indent:				0px;
}
.block {
	text-indent:				0px;
	margin:						0px .3in 12px .3in;
}
.copyright {
	width:						750px;
	margin:						0px auto;
	text-align:					right;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	font-weight:				bold;
	color:						#FFFFFF;
	margin-top:					6px;
}
.note {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	font-weight:				normal;
	color:						#CC0000;
}

.copyright a:link, .copyright a:visited { color:#FFFF00; }
.copyright a:hover, .copyright a:active { color:#FF9900; }

/*************************
*****  LINK CLASSES  *****
*************************/
.mainLink {
	font-family:				Times New Roman, Times, serif;
	font-size:					14px;
	font-weight:				bold;
	text-align:					center;
	text-decoration:			none;
	background-color:			#000066;
	color:						white;
	display:					block;
	width:						118px;
	height:						20px;
	border-style:				groove;
	border-width:				0px 2px 2px 0px;
}
a.mainLink:link {
	background-color:			#000066;
	color:						white;
}
a.mainLink:visited {
	background-color:			#000066;
	color:						white;
}
a.mainLink:hover {
	background-color:			darkGray;
	color:						black;
}
a.mainLink:active {
	background-color:			#CCCCCC;
	color:						#000066;
}
.mainLink_at {
	font-family:				Times New Roman, Times, serif;
	font-size:					14px;
	font-weight:				bold;
	text-align:					center;
	text-decoration:			none;
	background-color:			#CCCCCC;
	color:						#000066;
	display:					block;
	width:						118px;
	height:						20px;
	border-style:				solid groove solid solid;
	border-color:				black white #CCCCCC black;
	border-width:				0px 2px 2px 0px;
}
a.mainLink_at:link {
	color:						#000066;
}
a.mainLink_at:visited {
	color:						#000066;
}
a.mainLink_at:hover {
	color:						#000066;
}
a.mainLink_at:active {
	color:						#000066;
}
.subLink {
	font-family:				Times New Roman, Times, serif;
	font-size:					13px;
	font-weight:				bold;
	text-align:					center;
	text-decoration:			none;
	color:						#000066;
}
a.subLink:link {
	color:						#000066;
}
a.subLink:visited {
	color:						#000066;
}
a.subLink:hover {
	color:						#CC0000;
}
a.subLink:active {
	background-color:			darkGray;
	color:						white;
}
a:link {
	color:						blue;
}
a:visited {
	color:						blue;
}
a:hover {
	color:						red;
}
a:active {
	color:						darkGray;
}