@charset "utf-8";
basefont {
}
body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCC;
	background-repeat: repeat-x;
	background-image: url(images/page_bg.png);
	background-attachment: fixed;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	height: 900px;
	position: relative;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-box-shadow:  5px 5px 2px 5px #666666;
	box-shadow:  5px 5px 2px 5px #666666;
}
img {
	text-decoration: none;
}
.Group {
	display: block;
	height: 28px;
	width: auto;
	line-height: 27px;
	padding-left: 27px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 1px;
	background-color: #500202;
	background-image: url(../img/Button_Group_Red.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

.Group:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 27px;
}
.Group_small {
	display: block;
	height: 28px;
	width: auto;
	line-height: 27px;
	padding-left: 27px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #500202;
	background-image: url(../img/Button_Group_Red.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
}

.Group_small:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 27px;
	font-size: 12px;
}

.Option {
	display: block;
	height: 28px;
	width: auto;
	background-image: url(../img/Button_Option_Red.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 2px;
	font-style: italic;
	text-decoration: none;
	font-size: 9pt;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 0px;
	border-left-width: 0px;
}
.Option:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
	letter-spacing: 1px;
	text-indent: 2px;
}

.show {
	display:inline;
}
.hide {
	display:none;
}



#Header {
	width: 980px;
	height: 120px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/header_bg.jpg);
	margin-top: 0px;
	position: absolute;
	background-position: left;
}


.header_logo  {
	height: 120px;
	width: 980px;
	text-align: center;
	margin-left: 5px;
	left: auto;
	right: auto;
	line-height: inherit;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.HeaderRoundedCorners{
	width: 780px;
	height: 60px;
	padding: 0px;
	background-color: #000000;
	border:1px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
}
#Header  .Text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 29px;
	letter-spacing: 2px;
	line-height: 2px;
	text-shadow: 1px 1px 1px #333333;
	top: 0px;
	vertical-align: top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	width: 980px;
	text-indent: -10px;
}
#Header    .Text1Red    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #780103;
	font-size: 29px;
	letter-spacing: 3px;
	line-height: normal;
}
#Header .Text2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	letter-spacing: 45px;
	color: #780103;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;
	width: 980px;
	text-transform: uppercase;
	margin-top: 2px;
	text-indent: 45px;
}
#Menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 197px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 350px;
	background-color: #650101;
	left: -203px;
	position: absolute;
	top: -3px;
}
.button {
	bottom: 5px;
	margin-bottom: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 60px;
}

.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #500202;
}
.MenuRoundedCorners{
	width: 200px;
	height: 315px;
	padding: 0px;
	background-color: #000000;
	border:1px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 0px 0px 0px 8px;
	-moz-border-radius: 0px 0px 0px 8px;
}
#Content {
	height: 795px;
	width: 980px;
	top: 122px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	background-image: url(img/content_bg_tex.jpg);
	float: right;
	position: relative;
	visibility: visible;
	z-index: 1;
	left: 6px;
}
.ContentRoundedCorners{
	width: 780px;
	height: 60px;
	padding: 0px;
	background-color: #000000;
	border:1px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
}
#Content_body {
	height: 590px;
	width: 900px;
	left: auto;
	right: auto;
	top: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 5px;
}
#Content_body h1 {
	text-shadow: 1px 1px 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #007294;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
#Content_body h2 {
	margin: 0px;
	letter-spacing: 2px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#Content_body h3 {
	letter-spacing: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.arrowlistmenu h3 {
	letter-spacing: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Content_body h4 {
	margin: 0px;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 1px;
}

.btm {
	vertical-align: bottom;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.contactPhone {
	float: right;
	height: auto;
	width: auto;
	top: 25px;
	position: relative;
	right: 90px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	width: 400px;
	float: left;
	position: relative;
	top: 100px;
	left: 60px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #333333;

}

.contactTable td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;


}
#Content .topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#Content .topNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#Content .servicesTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 0px;
	top: 0px;
}
#Content .servicesTableTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#Content .servicesTableTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}



.arrowlistmenu{
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

.arrowlistmenu ul{
	list-style-type: none; /*bottom spacing between each UL and rest of content*/
	padding-left: 20px;
}


.arrowlistmenu ul li{
	color: #333333;
	background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	text-align: left;
}
