/* Standard Classes - do NOT rename or delete */

html { height: 100%; margin-bottom: 1px; }

php { height: 100%; margin-bottom: 1px; }

A{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(/stock/Bullet.gif);
	line-height: 20px;
}		

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0px; 
	color: #000000; 
}

.PageColor {
	background-color: #55000F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

/* Classes for portfolio that need editing - do NOT rename or delete */

.Title, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3B050D;
	font-weight: normal;
}

.SubTitle, h2, .GalleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
a:hover.GalleryTitle {
	text-decoration: none;
	color: #46040E;
}

.CellDark {
	background-color: #732836
}
.CellLight {
	background-color: #E7C6CC
}
.CellLighter { background-color: #FFFFFF}
.CellTitle {
	background-color: #3B050D
}

.Button1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #550810;
	background-color: #BF888E;
	text-decoration: none;
	width: 270px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border: 1px solid #803949;
	text-align: center;
}

.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #FF6067;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #FF6067;
	margin: 2px;
	padding: 2px;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}

.BreadCrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.BoldWhite {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* New classes for this project */
.HeaderLeft {
	background-image: url(/stock/header_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.HeaderRight {
	background-image: url(/stock/header_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.FooterRule {
	background-image: url(/stock/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #55000F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
.Footer2 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
	padding-bottom: 10px;
}
.Footer3 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.TextCell {
	padding: 29px;
	background-color: #E7C6CC;
}
.TestimonialNames {
	font-size: 14px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
a:hover.Button1 {
	text-decoration: none;
	background-color: #FFF;
}

