@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
}
a {
	color: #3366FF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}

.tbl_Main {
	background-color: #FFFFFF;
}
.header_Stretch {
	background-image: url(images/header_stretch.gif);
	background-repeat: repeat-x;
}
.nav_stretch {
	background-image: url(images/nav_stretch.gif);
	background-repeat: repeat-x;
}
.footer_stretch {
	background-image: url(images/footer_stretch.gif);
	background-repeat: repeat-x;
}
.navSb_stretch {
	background-image: url(images/navSb_stretch.gif);
	background-repeat: repeat-x;
}
.navSb {
	font-size: 12px;
	color: #000066;
}
.navSb a {
	color: #000066;
	text-decoration: none;
}
.navSb a:hover {
	color: #000066;
	text-decoration: underline;
}

.tbl_footer {
	font-size: 12px;
	color: #FFFFFF;
}
.tbl_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.tbl_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl_footerCopyright {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
.tbl_footerCopyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.tbl_footerCopyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.floatRight {
	float: right;
}


/* Square shadow box styles */
.ShadowSq_LeftSt {
	background-image: url(images/ShadowSquare_02strL.gif);
	background-repeat: repeat-y;
}
.ShadowSq_RightSt {
	background-image: url(images/ShadowSquare_08strR.gif);
	background-repeat: repeat-y;
}
.ShadowSq_BtmSt {
	background-image: url(images/ShadowSquare_05strB.gif);
	background-repeat: repeat-x;
}
.ShadowSq_color {
	background-image: url(images/ShadowSquare_color.gif);
	background-repeat: repeat;
}

/* Gray line styles */
.tbl_MainCellDevide {
	background-image: url(images/vertLine.jpg);
	background-repeat: repeat-y;
}
.tbl_HorDevide {
	background-image: url(images/HorazLine.jpg);
	background-repeat: repeat-x;
}
/* Style for Pictures */
.PicStyle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Home page styles */
.tbl_MainCellLeftPad {
	padding-left: 5px;
}
.horseLovePic {
	position: relative;
	top: -15px;
}
.txt_Phone {
	font-size: 24px;
	font-weight: bold;
}
.txt_TitlesBold {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.txt_TitlesBoldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003366;
}
.txtName {
	font-size: 16px;
	font-weight: bold;
}


.blinkBold {
	text-decoration: blink;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
div.figure {
	float: right;
	width: 25%;
	border: 1px solid silver;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
div.figure02 {
	float: right;
	border: 1px solid silver;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.figure02 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figure03 {
	float: right;
	border: 1px solid silver;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.figure03 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figure04 {
	border: 1px solid silver;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.figure04 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.txtViewLarger {
	font-size: 10px;
}
.ContactInfoBox {
	padding: 5px;
	width: 250px;
	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: #9A9A9A;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #9A9A9A;
	background-color: #F8F8F8;
	margin-top: 20px;
}
