a:link, a:active, a:visited {
	color: #c11609;
	text-decoration: none;
}
a:hover {
	color: #c11609;
	text-decoration: underline;
}
a.mail {
	text-decoration: none;
	color: #c11609;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
}
a.mail:hover {
	text-decoration: underline;
	
}
a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #c11609;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 230%;
	white-space:nowrap;
}
a.box:hover {
	padding: 3px;
	background-color: #c11609;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

h1 {
	font-size:18 px;
	padding-left: 20px;
	margin: 0;
}

h2 {
	font-size:16 px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size:14 px;
	margin: 0;
	padding: 0;
	
}

.oneColElsCtrHdr #container {
	width: 100%;
	margin: 70 px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EFEFEF;
}
.oneColElsCtrHdr #whiteFrame {
	background-color: #FFFFFF;
	margin:0;
	}
.oneColElsCtrHdr #whiteFramePadding {
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0;
	width:800px;
}

.oneColElsCtrHdr #whitePageTitle {
	background-color: white;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
		margin: 0;
}
.oneColElsCtrHdr #header { 
	background: #D3D3D3; 
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} 
.oneColElsCtrHdr #headerNav {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #EFEFEF;
	line-height: 10px;
	margin: 0;
} 

.oneColElsCtrHdr #headerTitle {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background: #D3D3D3;
	padding: 0 10px 0 20px;
	margin-right: 250px;
	margin-bottom: 20px;
} 
.oneColElsCtrHdr #mainContent {
	background: #EFEFEF;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	margin: 0px;
}
.oneColElsCtrHdr #footer {
	padding: 0 px;
	background-color: #EFEFEF;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a2 {
	color: #AA0000;
	text-decoration: none;
}

.photoFrameTable {
	padding: 10;
	margin: 0px;
}	

.tab-inactive {
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
	padding: 0;
}

.tab-active {
	border-collapse: collapse;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-bottom: 0;
	padding: 0;
}

.content-table
{
	padding: 10;
	width: 100%;

}
	
.price-table
{
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
}
.price-table th, .price-table td
{
	border: 1px dotted #666;
	padding: 6px;
	text-align: right;
}
.price-table th
{
	color: #000;
	background-color: #DEDEDE;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 4pt;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

