@charset "utf-8";
body {
	background-color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 980px;
	background-color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 4px ridge #888465;
	height: 13700px;
	padding: 0px;
	margin-bottom: 0px;
}

#map {
	border: 1px solid #333;
	padding: 5px;
	height: 300px;
	width: 500px;
	margin-top: 80px;
	margin-left: 40px;
}

#titleboxIndex {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 230px;
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #513c03;
	border-right-color: #513c03;
	border-bottom-color: #513c03;
	border-left-color: #513c03;
	padding: 10px;
}

#sidebar1 {
	background-color: #888465;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	height: 2000px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #888465;
	border-right-color: #888465;
	border-bottom-color: #888465;
	border-left-color: #888465;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 900;
	margin-bottom: 0px;
}

#sidebar1 .sidebar1_topics_a {
	font-size: 12px;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidebar1 .sidebar1_topics_a a:link {color: #FFFFFF; text-decoration: none;}

#sidebar1 .sidebar1_topics_a a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

#sidebar1 .sidebar1_topics_a a:hover {
	color: #3FF;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
}

#sidebar1 .sidebar1_topics_a a:active {
	color: #3F0;
	text-decoration: none;
}

#sidebar1 .sidebar1procedures {
	font-size: 16px;
	font-weight: 900;
	color: #c0b385;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}

#sidebar2 {
	float: right;
	width: 120px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #888465;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration: none;
}

.sidebar2_contactlinks_a {
	text-decoration: none;
	color: #c0b385;
}
.sidebar2_contactlinks_a a:link {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:visited {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:hover {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:active {
	text-decoration: none;
	color: #c0b385;
}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
}

.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.center {
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#maincontent {
	width: 715px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 230px;
}
#maincontentBodyLeft {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 20px;
}
#maincontentBodyLeftBorder {
	border: 1px solid #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#map {
	border: 1px solid #333;
	padding: 5px;
	height: 300px;
	width: 500px;
	margin-left: 97px;
}
.button1 {
	padding-top: 15px;
}

.button2 {
	padding-top: 5px;
}


#container #footer {
	text-align: center;
	padding: 5px;
	float: left;
	width: 960px;
	border: 5px solid #d3cfad;
}

#container #footer #footer_ul #footer_li .footer_a {
	color: #3B3B3B;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:link {
	color: #333;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:visited {
	color: #333;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:hover {
	color: #903;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:active {
	color: #933;
	text-decoration: none;
}

#footer_ul {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer_ul #footer_li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding: 5px;
	margin: 0px;
}

#container #footercopyright {
	float: left;
	width: 980px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	background-color: #FFF;
	height: 94px;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#globalnav {
	background-color: #d3cfad;
	height: 30px;
	width: 980px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #888465;
	border-right-color: #888465;
	border-bottom-color: #888465;
	border-left-color: #888465;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#globalnav .webpages_a {
	font-size: 12px;
	font-weight: 900;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
}

#globalnav .webpages_a a:link {
	color: #9D1624;
	text-decoration: none;
}

#globalnav .webpages_a a:visited {
	color: #9D1624;
	text-decoration: none;
}

#globalnav .webpages_a a:hover {
	color: #66F;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
}

#globalnav .webpages_a a:active {
	color: #9D1624;
	text-decoration: none;
}

#imagecreditcard {
	text-align: center;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#imagefinance {
	
}

.finance {
	text-align: center;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#imageinsurance {
	text-align: center;
	padding-bottom: 5px;
}

#imageaaaasf {
	text-align: center;
	padding-bottom: 10px;
}

#imageLogoASAP{
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

#imageLogoASPS {
	text-align: center;
	padding-bottom: 2px;
}

/*BEGIN ALL TEXT STYLES*/

.textPinkRasberry12{
	font-size: 12px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberry14 {
	font-size: 14px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberryBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberryBold18 {
	font-size: 18px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberryBold20 {
	font-size: 20px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberryBold24 {
	font-size: 24px;
	font-weight: bold;
	color: #9D1624;
}
.textPinkRasberryBold28 {
	font-size: 28px;
	font-weight: bold;
	color: #db6379;
}
.textPinkRasberryBold30 {
	font-size: 30px;
	font-weight: bold;
	color: #db6379;
}
.textGrayBlack12 {
	font-size: 12px;
	color: #333333;
}
.textBlackGrayBold12 {
	font-size: 12px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold14 {
	font-size: 14px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold16 {
	font-size: 16px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold18 {
	font-size: 18px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold20 {
	font-size: 20px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold24 {
	font-size: 24px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold30 {
	font-size: 30px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold36 {
	font-size: 36px;
	color: #333333;
	font-weight: 900;
}
.textBrownDarkBold12{
	font-size: 12px;
	font-weight: 900;
	color: #513c03;
}
.textBrownDarkBold14{
	font-size: 14px;
	font-weight: 900;
	color: #513c03;
}
.textBrownDarkBold18{
	font-size: 18px;
	font-weight: 900;
	color: #513c03;
}
.textBrownDarkBold20{
	font-size: 20px;
	font-weight: 900;
	color: #513c03;
}
.textBrownDarkBold24{
	font-size: 24px;
	font-weight: 900;
	color: #513c03;
}
.textGrayDark12 {
	font-size: 12px;
	color: #5D5D5D;
}
.textGrayDarkBold12 {
	font-size: 12px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold14 {
	font-size: 14px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold16 {
	font-size: 16px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold18 {
	color: #5D5D5D;
	font-size: 18px;
	font-weight: 900;
}
.textGrayDarkBold20 {
	color: #5D5D5D;
	font-size: 20px;
	font-weight: 900;
}
.textGrayDarkBold24 {
	color: #5D5D5D;
	font-size: 24px;
	font-weight: 900;
}
.textGrayDarkBold30 {
	color: #5D5D5D;
	font-size: 30px;
	font-weight: 900;
}
.textGoldBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #960;
}
.textGoldBold18{
	font-size: 18px;
	font-weight: bold;
	color: #960;
}
.textGoldBold20 {
	font-size: 20px;
	font-weight: bold;
	color: #960;
}
.textGoldBold24 {
	font-size: 24px;
	font-weight: bold;
	color: #C45865;
}
.textGoldBold28 {
	font-size: 28px;
	font-weight: bold;
	color: #960;
}
.textGoldBold30 {
	font-size: 30px;
	font-weight: bold;
	color: #960;
}
.textGoldBold36 {
	font-size: 36px;
	font-weight: bold;
	color: #960;
}
.textPinkDarkBold16 {
	font-size: 16px;
	font-weight: 900;
	color: #782C57;
}
.textPinkDarkBold18 {
	font-size: 18px;
	font-weight: 900;
	color: #782C57;
}
.textPinkDarkBold20{
	font-size: 20px;
	font-weight: 900;
	color: #782C57;
}
.textPinkDarkBold24{
	font-size: 24px;
	font-weight: 900;
	color: #782c57;
}
.textPinkDarkBold30{
	font-size: 30px;
	font-weight: 900;
	color: #782C57;
}
.textRasberryBold12 {
	color: #bb8aa0;
	font-size: 12px;
	font-weight: 900;
}
.textRasberryBold18 {
	color: #bb8aa0;
	font-size: 18px;
	font-weight: 900;
}

.textCanvasGreen12 {
	font-size: 12px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen14 {
	font-size: 14px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen16 {
	font-size: 16px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen18 {
	font-size: 18px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen20 {
	font-size: 20px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen24 {
	font-size: 24px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen30 {
	font-size: 30px;
	color: #5e5eff;
	font-weight: 900;
}

.textParagraphHeader {
	color: #682975;
	background-color: #CAC2A1;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: thin solid #000;
}
.borderText {
	font-size: 14px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.borderText2 {
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	padding: 5px;
	width: 660px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.borderText-20pt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: 900;
	background-color: #d3cfad;
	padding: 2px;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	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;
}
.borderTextNoFontColor {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #333;
	margin: 0px;
}

.borderTextSubtitle{
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	height: 20px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.borderNoBackground{
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
	color: #AEA86A;
	text-decoration: none;
	height: 20px;
	text-align: center;
	border: 1px solid #d3cfad;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#Call {
	background-color: #d3cfad;
	text-align: center;
	padding: 5px;
	width: 500px;
	border: 2px ridge #888465;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 97px;
}
#contactForm {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px;
}
#sidebar2ContactLinks{
	text-align: center;
	text-decoration: none;
}
#indexbox1 {
	float: left;
	height: 125px;
	width: 200px;
	border: 1px ridge #888465;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 285px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#indexbox2 {
	float: left;
	height: 125px;
	width: 200px;
	border: 1px ridge #888465;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
