﻿h1
{
	color: #000000;
	font-weight: bold;
	font-size: 23px;
	line-height: 25px;
}
h2
{
	color: #035568;
	font-weight: bold;
	font-size: 13px;
}
h4
{
	color: #035568;
	font-weight: bold;
	font-size: 16px;
}
a
{
	color: #4b3a06;
	text-decoration: underline;
}
a:hover
{
	color: #4b3a06;
	text-decoration: none;
}

#RightContent a
{
	color: #2a606d;
	text-decoration: underline;
}
#RightContent a:hover
{
	color: #2a606d;
	text-decoration: none;
}

.callNowImage
{
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.provinceDropDown
{
	text-align: left;
	float: right;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
}
.Disclaimer
{
	font-size: 10px;
	color: #665425;
}

.ErrorMessage
{
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.promptProvinceSelection
{
	background-color: #cbb778;
	border: 1px dotted #4b3a06;
	color: #4b3a06;
	font-weight: bold;
	padding: 15px;
}
ul.sideBarList
{
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 20px;
}
ul.sideBarList li
{
	margin-left: 0px;
	padding-left: 0px;
}
.subLinkListItem
{
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.subLinkList
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
}

/*----------------------------------------------------------------------------*/
/*--------------------------  LOCATION ELEMENTS  -----------------------------*/
/*----------------------------------------------------------------------------*/
.Location
{
	padding: 10px;
	background-color: #f6f2e7;
	margin-bottom: 10px;
}
.Address
{
	width: 200px;
	margin-right: 15px;
	float: left;
}
.Name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cbb778;
	padding-bottom: 10px;
}
.ParentLocation hr{

border:1px inset;
height: 1px;
color:  #cbb778;
display:block;
height:1px;
margin:0.5em auto;
}
.Contact
{
}
.Employees
{
	margin-top: 15px;
}
.Employee
{
	margin-bottom: 15px;
}
.EmployeeName
{
	font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/*----------------------------  BLOG ELEMENTS  -------------------------------*/
/*----------------------------------------------------------------------------*/
.RSSCallOutBox
{
	margin-top: 20px;
	padding: 9px;
	margin-bottom: 20px;
	border-top: #f26001 1px dashed;
	border-bottom: #f26001 1px dashed;
	height: 33px;
}
.Post
{
	padding: 10px;
	background-color: #f6f2e7;
	margin-bottom: 8px;
}
.PostAlt
{
	padding: 10px;
	background-color: #efe9d6;
	margin-bottom: 8px;
}
.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cbb778;
	padding-bottom: 10px;
}
.Date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Question
{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Answer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*----------------------------------------------------------------------------*/
/*------------------------------  COMMENTS  ----------------------------------*/
/*----------------------------------------------------------------------------*/
.CommentTitle
{
	color: #4b3a06;
    font-size: 17px;
    margin-bottom: 15px;
 }
 
.Comment
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 11px;
	background-color: #efe9d6;
	margin-bottom: 8px;
}
.Comments .Author{color: #035568; font-size: 10px;}

.Comment p {margin: 0px 0px 10px 0px; padding: 0px;}

.Comment .Date
{
	
	font-size: 12px;
	font-weight: bold;
}

.AltComment
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 11px;
	background-color: #f6f2e7;
	margin-bottom: 8px;
}

.AltComment p {margin: 0px 0px 10px 0px; padding: 0px;}

.AltComment .Date
{
	
	font-size: 12px;
	font-weight: bold;
}

.Comments
{
	margin-top: 10px;
	
}

.Comments .CommentForm
{	border: 1px dashed #000000;	
	padding: 10px;
	margin-bottom: 20px;
}

.Comments .CommentsList
{}


/* ERROR MESSAGE */
.ErrorMessage
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #f00000;
	background: url(        '../../media/images/errormessageicon.png' ) no-repeat 1em 1em;
	background-color: #feabab;
}
.ErrorMessage .MessageTitle
{
	font-weight: bold;
	padding-left: 4em;
}
.ErrorMessage .MessageBody
{
	padding-left: 4em;
}


/* SUCCESS MESSAGE */
.SuccessMessage
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #00ff00;
	background: url(    '../../media/images/successmessageicon.png' ) no-repeat 1em 1em;
	background-color: #9afe9a;
}

.SuccessMessage .MessageTitle
{
	font-weight: bold;
	padding-left: 4em;
}
.SuccessMessage .MessageBody
{
	padding-left: 4em;
}


/*----------------------------------------------------------------------------*/
/*---------------------------  FOOTER BUTTONS  -------------------------------*/
/*----------------------------------------------------------------------------*/

.FooterButtons
{
	clear: both;
	margin-top: 20px;
}
.submitButton
{
}

.submitButton:hover
{
}
.NextButton
{
}
.PreviousButton
{
}
.nextButton
{
}
.smallNextButton
{
}

.smallNextButton:hover
{
}

.nextButton:hover
{
}
.previousButton
{
}

.previousButton:hover
{
}
.pagerPrevious
{
}
.pagerNext
{
}

a.pagerNextDisabled
{
	color: #cccccc;
}

# a.pagerPreviousDisabled
{
	color: #cccccc;
}

a.pageNumberSelected
{
	color: #555555;
	font-weight: bold;
}
