/* Link Definitions */

a {
	color: #0A73D5;
	text-decoration: underline;
}
a:hover {
	color: #7D7D7D;
	text-decoration: underline;
}
.headerSmall a {
	color: #000000;
}
.headerSmall a:hover {
	color: #7D7D7D;
}
.textWhite a {
	color: #FFFFFF;
}
.textWhite a:hover {
	color: #FFFFFF;
}

/* Print Styles */

.noPrint {
	display:block;
}
.print {
	display:none;
}

/* HTML Definitions */

body {
	padding: 0px;
	margin: 0px;
}
ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style: none;
}
li {
	padding-left: 10px;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-bottom: 7px;
}

/* ID Tags */

/* Page ID Tag */

#pageContainer {}

/* Banner ID Tag */

#banner {}

/* Footer ID Tag */

#footer {}

/* Side Column Hmpg ID Tags */

#sideClmHmpg {
	background: url(images/sideClmHmBkgd.gif) repeat-y;
}
#sideClmHmpg a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sideClmHmpg a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sideClmHmpg td, #sideClmHmpg p, #sideClmHmpg li, #sideClmHmpg ul {
	color: #FFFFFF;
}
#sideClmHmpg p {
	margin-top: 5px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 5px;
}
#sideClmHmpg ul {
	margin: 0px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 11px;
	list-style: none;
}
#sideClmHmpg li {
	padding-left: 7px;
	background-image: url(images/bulletSideClmHmpg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 1px;
}

/* Side Column Interior ID Tags */

#sideClmInt {}
#sideClmInt a {
	color: #0A73D5;
	font-weight: bold;
	text-decoration: underline;
}
#sideClmInt a:hover {
	color: #0A73D5;
	font-weight: bold;
	text-decoration: none;
}
#sideClmInt td, #sideClmInt p, #sideClmInt li, #sideClmInt ul {
	color: #7B7B7B;
}
#sideClmInt p {
	margin-top: 5px;
	margin-left: 22px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#sideClmInt ul {
	margin: 0px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 6px;
	padding-bottom: 11px;
	list-style: none;
}
#sideClmInt li {
	padding-left: 7px;
	background-image: url(images/bulletSideClmInt.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 3px;
}

/* Body ID Tags */

#bodyHmBkgd {
	background: url(images/bodyHmBkgd.gif) repeat-y;
}
#bodyIntBkgd {
	background: url(images/bodyIntBkgd.gif) repeat-y;
}

/* Home Page Welcome Area & Text ID Tags */

#welcomeTextAreaHmpg {
	margin-left: 10px;
	margin-right: 10px;
}
#welcomeText {
	width: 90%;
}
#welcomeText p {
	margin-top: 19px;
	margin-bottom: 19px;
}

/* Interior Page Content Area ID Tags*/

#contentArea {
	padding-left: 27px;
	padding-right: 27px;
}
#contentArea p {
	margin-top: 19px;
	margin-bottom: 19px;
}
#printArea {}

/* FAQ Classes */
.faqContainer {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
.faqQuestion {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDCDC;
}
.faqQuestion a, .faqQuestion a:visited, .faqQuestion a:hover, .faqQuestion a:visited:hover {
	padding-left: 26px;
	background-image: url(images/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	display: block;
	width: 96%;
}
.faqAnswer {
	padding-left: 3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDCDC;
}

/* Matrix Formatting */
.mtxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.mtxTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
.mtxBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-left-color: #DCDCDC;
}
.mtxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0A73D5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.mtxHeaderBorderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0A73D5;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
}
.mtxRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.mtxRowBorderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
}
.mtxRowAlt {
	font-size: 10px;
	line-height: 12px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.mtxRowAltBorderLeft {
	font-size: 10px;
	line-height: 12px;
	background-color: #EEEEEE;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
}
.mtxBorderMore {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}
.showMoreInfo {
	display: table-cell;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.bulletShowMoreInfo {
	margin-left: 0px;
	padding-left: 15px;
	list-style: none;
}
.bulletShowMoreInfo li {
	padding-left: 12px;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-bottom: 7px;
}
.bulletListMtx {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
.bulletListMtxTd {
	padding-left: 26px;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 14px 11px;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.bulletListMtxTdNone {
	padding-left: 3px;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

/* Text Formatting */
body, td, p, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}
.textSecondary {
	line-height: 12px;
}
.textWhite {
	color: #FFFFFF;
}
.textSecondaryWhite {
	line-height: 12px;
	color: #FFFFFF;
}
.date {
	color: #7D7D7D;
	margin-left: 2px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}
.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #0A73D5;
}
.headerOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #F25F01;
}
.headerSpecials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 31px;
	font-weight: bold;
}
.headerSmall {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.headerPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

/* Misc. Classes */
.hideFAQsObject {
	display: none;
	padding: 0px;
}
.hideFAQsLinkObject {
	display: none;
	padding: 0px;
}
.hideMatrixObject {
	display: none;
	padding: 0px;
}
.hideLinkObject {
	display: none;
	padding: 0px;
}
.hideCmObject {
	display: none;
	padding: 0px;
}
.hideRatesObject {
	display: none;
	padding: 0px;
}
.hideLocationObject {
	display: none;
	padding: 0px;
}
.hideCareersObject {
	display: none;
	padding: 0px;
}
.showRowObject {
	display:table-row;
}
.hideObject {
	display:none;
}
.borderFull {
	border: 1px solid #000000;
}

/* Shadow Background Image Classes */

.bkgdShdwMainLeft {
	background: url(images/shdwMainLeftBkgd.gif) repeat-y;
}
.bkgdShdwMainRight {
	background: url(images/shdwMainRightBkgd.gif) repeat-y;
}
.sideClmIntBoxBkgd {
	background-image: url(images/sideClmIntBoxBkgd.gif);
}
.colorGray {
	background-color: #B1B1B0;
}
.welcomeTextImages {
	margin-top: 21px;
	margin-left: 14px;
	margin-right: 16px;
	margin-bottom: 19px;
	border: 1px solid #000000;
}
.popUpBannerBkgd {
	background-image: url(images/popUpBannerBkgd.gif);
	background-repeat: repeat-x;
}


/* =Additional Services Property
----------------------------------------------- */
#addServPropertyBody dl {
	padding: 0;
	margin: 0;
}
#addServPropertyBody dt {
	padding: 0;
	margin: 0.5em 0;
	padding-left: 10px;
}
#addServPropertyBody dt a:link, #addServPropertyBody dt a:visited, #addServPropertyBody dt a:hover {
	display: block;
	width: auto;
	padding-left: 15px;
	background: url(../images/bullets/plus.gif) no-repeat left 5px;
}
#addServPropertyBody dt a:hover {
	text-decoration: underline;
}
#addServPropertyBody dd {
	margin: 0;
	padding: 0;
}

/* =Additional Services Property Tables
----------------------------------------------- */
.addServProperty {
	width: 100%;
	margin: 1em 0;
	border-top: 1px solid #CEDFEA;
	border-right: 1px solid #CEDFEA;
	border-bottom: none;
	border-left: none;
}
.addServProperty th, .addServProperty td {
	padding: 0.25em 0.5em;
	text-align: left;
	vertical-align: top;
}
.addServProperty th a:link, .addServProperty th a:visited, .addServProperty th a:hover {
	color: #000;
	font-weight: normal;
}
.addServProperty th, .addServProperty td {
	border-bottom: 1px solid #CEDFEA;
	border-left: 1px solid #CEDFEA;
	background: url(../images/backgrounds/td.jpg) repeat-x left bottom;
}
.addServProperty th {
	font-weight: bold;
	border-bottom: 1px solid #CEDFEA;
	border-left: 1px solid #CEDFEA;
	background: #E7F2FA;
}
.addServProperty table {
	width: 100%;
	border: none;
}
.addServProperty table th, .addServProperty table td {
	border-top: solid 1px #CEDFEA;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: none;
}
.addServProperty table th {
	border-top: none;
	font-weight: normal;
}