/* Standard Classes - edit as needed do rename or delete */

A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 17px;
}		

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

.PageColor {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DED8C5;
	background-image: url(/stock/page_back2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #1F3887;
	font-weight: normal;
	line-height: 23px;
}

.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #1F3887;
}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
}

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


/* Store classes that usually need editing - do NOT rename or delete */

.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;
}

.Button3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
}
.Button4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	background-repeat: repeat;
}

.CellDark {  background-color: #717FAB}
.CellLight {  background-color: #CFCBB9}
.CellMedium {  background-color: #EEEEEE}
.CellTitle {  background-color: #17286A}
.CellLighter { background-color: #FFFFFF}

.StoreCatNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B3184;
	text-decoration: none;
}
.StoreCatNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.StoreCatNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B3184;
	text-decoration: none;
}
.StoreCatNavSubOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


/* Store classes that don't change often - do NOT rename or delete */

.StoreCatTable { }

.StoreCatCell {  padding: 2px 0px 2px 5px;}

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

.SlicedBread {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: line-through;
}

.Required {  color: #CC0000}

.Asterix {  color: #CC0000}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.LinkNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.BoldWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}

.CellBorder { border: 1px solid #DDDDDD;}

.GC_Title {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #004827;
	text-decoration: none;
}
.GC_Alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.GC_Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #004827;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
}


/* New classes for this project */
.BlueLine {
	width: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1E286B;
	background-color: #FFFFFF;
}
.BoldBlue {
	font-weight: bold;
	color: #1E286B;
	font-size: 13px;
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}
.CellBackLeft {
	background-image: url(/stock/cell_back_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.CellBackRight {
	background-image: url(/stock/cell_back_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.GradientBack {
	background-image: url(/stock/brown_gradient_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
.TextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 19px;
}
.TextXLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.BlackLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.PracticeAreasNav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.PracticeAreasCell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #141B4C;
	border-bottom-color: #4F66D9;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.PracticeAreasCellBottom {
	border-top-width: 1px;
	border-top-color: #141B4C;
	border-top-style: solid;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.PracticeAreasCellTop {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4F66D9;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.PracticeAreasBack {
	background-image: url(/stock/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #19225E;
}
.PracticeAreasTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.EmergencyPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	line-height: 19px;
}
