body {
	height: 100%;
	width: 100%;
	background: url(../images/shatteredGlassBGEdited.jpg) -12px 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

a {
	color: #F38C58;
}

a:hover{
	color: #1B8348;
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

.phoneNumberPrefix {
	font-weight: bold;
	margin-right: 2px;
}

ul,ol{
	overflow-y: hidden;
}

input[type=submit], .submitButton{
	cursor: pointer;
}

p {
	line-height: 20px;
}
#siteLinksMenuBar{
	overflow: hidden;
	width: 436px;
	margin-left: auto;
	margin-right: auto;
}

li{
	display: block;
	list-style: none;
}

h5 {
	margin-bottom: 4px;
	color: #FE8604;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: white url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(white), color-stop(4%, #EEE), to(white));
	background: -moz-linear-gradient(top, white, #EEE 1px, white 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

/* A little hack to keep everything centered. Find a better way to do this Eric!
#menuOptionWhereWeAreLocated {
	margin-left: 6px;
} */

.siteLinksMenuBar li{
	display: inline;
}

.siteLinksMenuBar a {
	text-decoration: none;
	color: #052D66;
	display: inline;
	margin: 3px 6px;
	height: 16px;
	background: black;
	border-radius: 8px;
	padding: 6px 8px;
	border: 1px outset #4949DF;
	float: left;
	box-shadow: inset 0 0 3px #545454;
	
	background: #bdf3fd; /* Old browsers */
	background: -moz-linear-gradient(top, #bdf3fd 0%, #6ba8e5 49%, #90bff0 51%, #b8e1fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdf3fd), color-stop(49%,#6ba8e5), color-stop(51%,#90bff0), color-stop(100%,#b8e1fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdf3fd 0%,#6ba8e5 49%,#90bff0 51%,#b8e1fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdf3fd 0%,#6ba8e5 49%,#90bff0 51%,#b8e1fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdf3fd 0%,#6ba8e5 49%,#90bff0 51%,#b8e1fc 100%); /* IE10+ */
	background: linear-gradient(top, #bdf3fd 0%,#6ba8e5 49%,#90bff0 51%,#b8e1fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdf3fd', endColorstr='#b8e1fc',GradientType=0 ); /* IE6-9 */
}


.siteLinksMenuBar a:hover{
	box-shadow: inset 0 0 14px white;
	color: #04070B;
	border-style: inset;
	background: #cff1f7; /* Old browsers */
	background: -moz-linear-gradient(top, #cff1f7 0%, #90b7de 49%, #adcae9 51%, #cae4f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cff1f7), color-stop(49%,#90b7de), color-stop(51%,#adcae9), color-stop(100%,#cae4f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cff1f7 0%,#90b7de 49%,#adcae9 51%,#cae4f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cff1f7 0%,#90b7de 49%,#adcae9 51%,#cae4f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cff1f7 0%,#90b7de 49%,#adcae9 51%,#cae4f6 100%); /* IE10+ */
	background: linear-gradient(top, #cff1f7 0%,#90b7de 49%,#adcae9 51%,#cae4f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cff1f7', endColorstr='#cae4f6',GradientType=0 ); /* IE6-9 */
}

.siteLinksMenuBar a:active{
	background: #00d3f8; /* Old browsers */
	background: -moz-linear-gradient(top, #00d3f8 0%, #005ebc 49%, #0068d8 51%, #0092f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00d3f8), color-stop(49%,#005ebc), color-stop(51%,#0068d8), color-stop(100%,#0092f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00d3f8 0%,#005ebc 49%,#0068d8 51%,#0092f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00d3f8 0%,#005ebc 49%,#0068d8 51%,#0092f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00d3f8 0%,#005ebc 49%,#0068d8 51%,#0092f4 100%); /* IE10+ */
	background: linear-gradient(top, #00d3f8 0%,#005ebc 49%,#0068d8 51%,#0092f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3f8', endColorstr='#0092f4',GradientType=0 ); /* IE6-9 */
	text-decoration: underline;
	}

#mainContainer {
	background: white; /*Setting a white bg here will at least allow users in ancient browsers to see the text. */
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px outset #9191E8;
	width: 745px;
}

#pageHeader .headerTop{
	/*background: url(../images/shatteredGlassBanner.jpg);*/
	padding: 10px 15px 10px 15px;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	position: relative;
	height: 80px;
	background: #e9f2fb; /* Old browsers */
	background: -moz-linear-gradient(top, #e9f2fb 0%, #bedbf4 24%, #81c1f9 50%, #b1d3f1 79%, #c9e0f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f2fb), color-stop(24%,#bedbf4), color-stop(50%,#81c1f9), color-stop(79%,#b1d3f1), color-stop(100%,#c9e0f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f2fb 0%,#bedbf4 24%,#81c1f9 50%,#b1d3f1 79%,#c9e0f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f2fb 0%,#bedbf4 24%,#81c1f9 50%,#b1d3f1 79%,#c9e0f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f2fb 0%,#bedbf4 24%,#81c1f9 50%,#b1d3f1 79%,#c9e0f5 100%); /* IE10+ */
	background: linear-gradient(top, #e9f2fb 0%,#bedbf4 24%,#81c1f9 50%,#b1d3f1 79%,#c9e0f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fb', endColorstr='#c9e0f5',GradientType=0 ); /* IE6-9 */
}

.headeraddressinfo {
	position: absolute;
	right: 32px;
	top: 13px;
}

h4 {
	line-height: 20px;
	text-align: right;
	font-size: 14px;
	color: #172930;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: -1px 1px 0px #99D0F5;
	font-weight: lighter;
}

#pageHeader .siteLinksMenuBarWrapper{
	border-top: 1px inset #24246B;
	text-align: center;
	padding: 2px 13px;
	overflow-y: hidden;
	
	
	background: #cedbe9; /* Old browsers */
	background: -moz-linear-gradient(top, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedbe9), color-stop(17%,#aac5de), color-stop(50%,#6199c7), color-stop(51%,#3a84c3), color-stop(59%,#419ad6), color-stop(71%,#4bb8f0), color-stop(84%,#3a8bc2), color-stop(100%,#26558b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cedbe9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#4bb8f0 71%,#3a8bc2 84%,#26558b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cedbe9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#4bb8f0 71%,#3a8bc2 84%,#26558b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cedbe9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#4bb8f0 71%,#3a8bc2 84%,#26558b 100%); /* IE10+ */
	background: linear-gradient(top, #cedbe9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#4bb8f0 71%,#3a8bc2 84%,#26558b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* IE6-9 */
}

h1 {
	font-size: 36px;
}

.headerAddressInfo a {
	text-decoration: none;
}
.headerAddressInfo a:hover {
	text-decoration: underline;
}

h3{
	display: block;
	text-align: center;
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: lighter;
	color: white;
	text-shadow: 1px 1px 0px black;
	margin-top: 5px;
	font-style: italic;
	position: relative;
	top: 26px;
}

.headerTop h1{
	color: #3B3894;
	text-shadow: -1px 1px 0px #19183F;
	letter-spacing: 2px;
}

.headertop h2 {
	margin-top: 8px;
	color: #263659;
	text-shadow: 2px 1px 0px #A1ACC4;
	position: absolute;
	left: 10%;
}


#mainContainer {
	margin-top: 12px;
}

#pageFooter{
	clear: both;
	height: 54px;
	border-top: 3px ridge #8ED7F6;
	border-radius: 0 0 7px 7px;
	
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
}

#pageContent{
	background: #f3f8fd; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f8fd 0%, #dbebf9 24%, #b8dcfc 50%, #d3e6f7 79%, #e0eefa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f8fd), color-stop(24%,#dbebf9), color-stop(50%,#b8dcfc), color-stop(79%,#d3e6f7), color-stop(100%,#e0eefa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f8fd 0%,#dbebf9 24%,#b8dcfc 50%,#d3e6f7 79%,#e0eefa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f8fd 0%,#dbebf9 24%,#b8dcfc 50%,#d3e6f7 79%,#e0eefa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f8fd 0%,#dbebf9 24%,#b8dcfc 50%,#d3e6f7 79%,#e0eefa 100%); /* IE10+ */
	background: linear-gradient(top, #f3f8fd 0%,#dbebf9 24%,#b8dcfc 50%,#d3e6f7 79%,#e0eefa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8fd', endColorstr='#e0eefa',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px outset #BFBFBF;
	padding: 15px 20px;
	
	overflow-x: hidden;
}

/* CSS for the contact form. */

#contactFormContainer{
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	text-align: right;
	width: 345px;
	padding: 20px 10px;
	border-radius: 10px;
	box-shadow: -1px 1px 12px black;
	border: 1px solid #141414;
	
	overflow-x: visible;
	
	float: right;
	
}

.contactFormContainer input {
	display: block;
	float: right;
	font-family: arial;
	font-size: 16px;
	box-shadow: -2px 2px 6px #E5E5E5;
	height:38px;
}

.contactformcontainer input:focus {
	box-shadow: inset 0 0 2px #7979B4;
	background: #EBE6E0;
}

.contactFormContainer {
	clear: both;
	clear: both;
	overflow-y: hidden;
	margin-bottom: 12px;

}
.contactFormContainer.formAppointmentTime {
	text-align: center;
}
label.finePrint {
	float: right;
	clear: both;
	font-size: 12px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #11150F;
	line-height: 15px !important;
}

.contactFormContainer li {
	overflow: hidden;
}

.contactFormContainer label{
	display: inline;
	line-height: 36px;
}

.formFieldDescription {
	line-height: 42px;
	margin-right: 4px;
}

.contactformappointmenttime {
	background: url('../images/calendar_icon.png') 166px 4px no-repeat;
	float: none !important;
	width: 202px;
	cursor: pointer;
}

.contactformcontainer.formappointmenttime {
	width: 206px;
	margin: auto;
	text-align: center;
}

.contactFormContainer.formAppointmentTime {
	width: 202px;
	margin: auto;
}

.submitButton{
	background: #2862aa; /* Old browsers */
	background: -moz-linear-gradient(top, #2862aa 0%, #1a84e0 50%, #1576cb 51%, #6ab5ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2862aa), color-stop(50%,#1a84e0), color-stop(51%,#1576cb), color-stop(100%,#6ab5ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2862aa 0%,#1a84e0 50%,#1576cb 51%,#6ab5ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2862aa 0%,#1a84e0 50%,#1576cb 51%,#6ab5ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2862aa 0%,#1a84e0 50%,#1576cb 51%,#6ab5ee 100%); /* IE10+ */
	background: linear-gradient(top, #2862aa 0%,#1a84e0 50%,#1576cb 51%,#6ab5ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862aa', endColorstr='#6ab5ee',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	border: 1px solid #2C4E77;
	color: #DAE4F1;

}

.submitButton:hover{
	background: #7fabe1; /* Old browsers */
	background: -moz-linear-gradient(top, #7fabe1 0%, #83bef1 50%, #75b7f1 51%, #b0d8f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fabe1), color-stop(50%,#83bef1), color-stop(51%,#75b7f1), color-stop(100%,#b0d8f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7fabe1 0%,#83bef1 50%,#75b7f1 51%,#b0d8f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7fabe1 0%,#83bef1 50%,#75b7f1 51%,#b0d8f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7fabe1 0%,#83bef1 50%,#75b7f1 51%,#b0d8f6 100%); /* IE10+ */
	background: linear-gradient(top, #7fabe1 0%,#83bef1 50%,#75b7f1 51%,#b0d8f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fabe1', endColorstr='#b0d8f6',GradientType=0 ); /* IE6-9 */
	
	color: #041A34;
}

.submitButton:active{
	background: #0a3c7a; /* Old browsers */
	background: -moz-linear-gradient(top, #0a3c7a 0%, #075497 50%, #064b88 51%, #0979cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3c7a), color-stop(50%,#075497), color-stop(51%,#064b88), color-stop(100%,#0979cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a3c7a 0%,#075497 50%,#064b88 51%,#0979cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a3c7a 0%,#075497 50%,#064b88 51%,#0979cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0a3c7a 0%,#075497 50%,#064b88 51%,#0979cf 100%); /* IE10+ */
	background: linear-gradient(top, #0a3c7a 0%,#075497 50%,#064b88 51%,#0979cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3c7a', endColorstr='#0979cf',GradientType=0 ); /* IE6-9 */
	color: white;
	border: 1px outset #161674;
}

.contactFormSubmitButton {
	margin-top: 24px;
}

.contactFormHelpTextContainer {
	width: 300px;
	padding: 20px 10px;
}

.contactFormHelpTextContainer h2 {
	border: 1px solid #474747;
	display: inline;
	padding: 4px 14px;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #05052E;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #cacaca 50%, #cfcfcf 51%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(50%,#cacaca), color-stop(51%,#cfcfcf), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%,#cacaca 50%,#cfcfcf 51%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%,#cacaca 50%,#cfcfcf 51%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%,#cacaca 50%,#cfcfcf 51%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top, #dfdfdf 0%,#cacaca 50%,#cfcfcf 51%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */


}

.contactFormHelpTextContainer p {
	padding: 20px 16px;
	border: 1px solid #474747;
	border-radius: 0 5px 5px 5px;
	margin-top: 6px;
	
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 90%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(90%,#d8d8d8), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#d8d8d8 90%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#d8d8d8 90%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#d8d8d8 90%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#d8d8d8 90%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

	box-shadow: -1px 1px 12px black;
	text-indent: 24px;
	line-height: 22px;
	font-size: 14px;
}

ul.contactFormHelpText {
		float: left;}

.googlemapslink {
	color: #009E00;
	background: url("../images/google-maps.png") no-repeat;
	width: 64px;
	height: 83px;
	display: block;
	float: left;
	color: transparent;
	margin-right: 16px;
}
/* end contact form css. */

/* CSS for FAQ page */

.FAQ {
	margin-top: 20px;
}

.FAQ li {
	overflow-y: hidden;
	margin-bottom: 24px;
}

.FAQ h5 {
	margin-bottom: 4px;
	background: url('../images/faqBullet.png') no-repeat 1px 4px;
	padding-left: 20px;
	line-height: 22px;
	color: #FE8604;
	font-family: Arial, Helvetica, sans-serif;
}



.faq p {
	text-indent: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

.faq a {
	text-decoration: none;
}



/* END FAQ page*/

/* Location page*/
.googleMapContainer {
	margin-top: 36px;
	padding: 3px;
	border: 1px outset #A8A8A8;
	border-radius: 6px;
	background: #E6E6E6;
	position: relative;
	box-shadow: -2px 2px 7px black;
}

.viewLargerMapLink {
	position: absolute;
	bottom: 7px;
	right: 200px;
	color: #15159E;
}

.locationInfoPage p {
	text-indent: 1em;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 7px;
}

/* END Location Page */