/* 
(C) Copyright 2007, DeBord Catering, LTD.
www.debordcatering.com master CSS document
*/

BODY {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
}
	
IMG {
	border:0;
	}
	
form fieldset label { 
	font-weight: bold; 
	padding: 0 3px;
	display: block;
	float: left;
	width: 28%;
	text-align: right;
}



.P2{
	border: thin dashed .000000;
	background-color: #CCCCCC;
	padding: 3px;
	width: 250px;
}

.P3{line-height:25px;}

.IMG_RIGHT {
	border:0;
	float: right;
	margin-right: 5px;
	}
	
.IMG_LEFT {
	border:0;
	float: left;
	margin-left: 5px;
	}

.HR2{
	border: thin dotted #006633;
}

.menu_item{font-weight:bold;
font-variant:small-caps;
text-transform: capitalize;
}

H1 {
	
	background-image: url(../images/backgrounds/h1.png);
	background-repeat: no-repeat;
	background-position: left middle;
	height: 75px; /* Internet Explorer Fix */
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: baseline;
	}
	
HR {
	border: thin solid blue;
 	}

ACRONYM {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: .0099FF;
}

BLOCKQUOTE{
	text-align: justify;

}

LEGEND{
	font-size: 18px;
	font-weight: bolder;
	font-family: Tahoma, Verdana, Arial;
	color: .000000;
}

A:link { color: black; text-decoration: underline;} 
A:visited { color: black;  text-decoration: underline;} 
A:active { color: Red; }
A:hover{text-decoration: underline; color:Red; }

.header
	{
	display: none;
	}

#wrapper {
	background-color:#FFFFFF;
	text-align: left;
	overflow:visible;
}

.col1
	{
	display: none;
	}
	
	
.col2 /* NEW COLUMN 1 */
	{
	overflow:visible;
	padding-right:30px;

	}
	
	
.col2 TABLE
{
border-bottom: solid thin .000000;
}	

.col2 TH {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #FFCC33;
}

.col2 TD{
	color: black;
	font-size: 12px;
	}
	
.col3
	{
	right: 0;
	float: right;
	
	}
	
.footer
	{
	clear: both;
	overflow: hidden;   /* Internet Explorer Fix */
	margin: 0;   
	margin-top: 15px;
	height:36px;
	border: solid thin black;
	background:#3300CC;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}
	
.footer A:link { color: white; text-decoration: underline;} 
.footer A:visited { color: white;  text-decoration: underline;} 
.footer A:active { color: yellow; }
.footer A:hover{text-decoration: underline; color:yellow; }

.p_testimonial{
padding:10px;
font-style:italic;
letter-spacing:2px;
}

.rowAlt{
background-color:#CC9900;
}

.rowHighlight{
background-color:#FFFF99;
}

.caption{
color:#666666;
font-size:9px;
}