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

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

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

A{
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: "Trebuchet MS";
	font-size: 14px;
	list-style-image: url(/stock/Bullet.gif)
}		

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

.PageColor {
	background-color: #BDD4C9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px
}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 14px;
	color: #514335;
	font-family: "Trebuchet MS";
	text-align: right;
	line-height: 20px;
}

.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 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #BEC2B9;
	font-weight: normal;
}

.SubTitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #BDD4C9;
}

.CellDark {
	background-color: #4E7562
}
.CellLight {
	background-color: #BDD4C9
}
.CellLighter { background-color: #FFFFFF}
.CellTitle {  background-color: #17286A}

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}

.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-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.ModuleBackButton{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}

/* New classes for this project */
.Title2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #675643;
	font-weight: normal;
}

.ButtonBubbleGray {
	background-color: #FFFFFF;
	background-image: url(/stock/btn_bg_submit.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	width: 226px;
	float: left;
	height: auto;
}
.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777B74;
	height: auto;
	width: 190px;
	background-color: #BDD4C9;
	padding: 5px;
	text-indent: 1px;
	margin: 0px;
	float: left;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a:hover.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4E7562;
	background-color: #FFFFFF;
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BED4C8;
}
.CellPackages {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 20px;
}
.SubTitle2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #4E7562;
	font-style: italic;
}
.CellPackageTitle {
	background-color: #BCC6BC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E7562;
}
.CellPackageContent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E7562;
}

