
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% Georgia, "Palatino Linotype", Palatino, serif;
	color:#333333;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

.boldAndUnderline {
	font-weight:bold;
	text-decoration:underline;
}

.italicizeAndUnderline {
	font-style:italic;
	text-decoration:underline;
}

.boldAndItalicize {
	font-weight:bold;
	font-style:italic;
}

.boldUnderlineAndItalicize {
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

a:link, a:visited {
	color:#610002;
	text-decoration:none;
}

a:hover, a:active {
	color:#610002;
	text-decoration:underline;
}

.bigFont {
	font-size:1.2em;
}

.bigFont img {
	vertical-align:baseline;
}

.biggerFont {
	font-size:1.4em;
}

.biggerFont img {
	vertical-align:baseline;
}

ul {
	margin:0 0 15px 30px;
	padding:0;
	list-style-type:circle;
	font-size:1.3em;
}

ul li {
	padding:3px 0;
	line-height:150%;
}

ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:circle;
	font-size:1em;
}

ul li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol {
	margin:0 0 15px 33px;
	padding:0;
	font-size:1.3em;
}

ol li {
	padding:3px 0;
	line-height:150%;
}

ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:circle;
	font-size:1em;
}

.dottedBottomBorder {
	margin:10px 20px;
	border-bottom:1px dotted #a19d9d;
}

.centerItem {
	text-align:center;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img {
	vertical-align:bottom;
	border:none;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:959px;
	background-color:#FFFFFF;
}

#masthead {
	position:relative;
	width:959px;
	height:169px;
	background:url(../images/logo-masthead-bg.gif) no-repeat;
}

/* --- Request a Consultation button in the masthead --- */

#requestConsultationButton {
	position:absolute;
	width:241px;
	height:21px;
	top:18px;
	right:40px;
	background:url(../images/request-consultation-button.gif) no-repeat left;
}

#requestConsultationButton a:link, #requestConsultationButton a:visited {
	display:block;
	width:241px;
	height:21px;
	text-decoration:none;
	background:url(../images/request-consultation-button.gif) no-repeat left;
}

#requestConsultationButton a:hover, #requestConsultationButton a:active {
	background:url(../images/request-consultation-button.gif) no-repeat right;
}

/* -------------------------------------------------- */

/* phone number in the masthead */
#phoneNumber {
	position:absolute;
	width:160px;
	height:28px;
	top:42px;
	right:40px;
}

/* top nav container */
#topNav {
	margin:20px 0;
	padding:1px 0;
	width:959px;
	height:30px;
	border-top:1px solid #610002;
	border-bottom:1px solid #610002;
}

/* --- homepage main column items --- */

#mainImage {
	margin:0;
	padding:0;
	width:634px;
	height:421px;
}

#homepageMainColumn {
	float:left;
	width:634px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#homepageMainColumn a:link, #homepageMainColumn a:visited {
	color:#610002;
	text-decoration:underline;
}

#homepageMainColumn a:hover, #homepageMainColumn a:active {
	color:#610002;
	text-decoration:none;
}

#homepageMainColumn h1 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#homepageMainColumn h2 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#homepageMainColumn h3 {
	margin:20px 0 0 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
}

#homepageMainColumn p {
	margin:0;
	padding:10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:150%;
}

#homepageMainColumn .homepageThumbnailAndTextBox {
	float:left;
	margin-right:22px;
	width:142px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#homepageMainColumn .noRightMargin {
	margin-right:0;
}

/* -------------------------------------------------- */

/* --- internal page main column items --- */

#mainColumn {
	float:left;
	width:634px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#mainColumn a:link, #mainColumn a:visited {
	color:#610002;
	text-decoration:underline;
}

#mainColumn a:hover, #mainColumn a:active {
	color:#610002;
	text-decoration:none;
}

#mainColumn #mainHeading {
	position:relative;
	width:634px;
	height:123px;
	background:url(../images/internal-page-heading-blue-bg.jpg) no-repeat;
}

#mainColumn #mainHeading h1 {
	position:absolute;
	bottom:10px;
	margin:0;
	padding:0 20px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:4em;
	font-weight:normal;
	line-height:120%;
	color:#ffffff;
	border:none;
}

#mainColumn h1 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#mainColumn h2 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#mainColumn h3 {
	margin:20px 0 0 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
}

#mainColumn p {
	margin:0;
	padding:10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:150%;
}

#mainColumn .boxWithBorder {
	padding:10px;
	border:1px solid #610002;
	background-color:#e6e1e1;
}

/* -------------------------------------------------- */

/* --- side column items --- */

#sideColumn {
	float:right;
	width:310px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

.sideColumnBox {
	margin-bottom:20px;
	padding-bottom:8px;
	width:310px;
	background-color:#e6e1e1;
}

.sideColumnBoxHeading {
	margin-bottom:8px;
	padding:4px 20px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	line-height:120%;
	color:#ffffff;
}

.sideColumnBoxHeadingBgStyle1 {
	background:url(../images/side-column-heading-bg1.gif) repeat-y;
}

.sideColumnBoxHeadingBgStyle2 {
	background:url(../images/side-column-heading-bg2.gif) repeat-y;
}

.sideColumnBoxHeadingBgStyle3 {
	background:url(../images/side-column-heading-bg3.gif) repeat-y;
}

.sideColumnBoxHeadingBgStyle4 {
	background:url(../images/side-column-heading-bg4.gif) repeat-y;
}

.sideColumnBox p {
	margin:0;
	padding:5px 20px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:120%;
}

.sideColumnBoxSimple {
	margin-bottom:20px;
	width:310px;
}

/* -------------------------------------------------- */

/* --- social media icons --- */

#socialMediaIcons {
	padding:5px 0 0 20px;
}

#socialMediaIcons img {
	padding-right:18px;
}

/* -------------------------------------------------- */

.shareThisButton {
	margin:10px 20px;
	padding-bottom:15px;
	border-bottom:1px dotted #a19d9d;
}

#eNewsletterSignUp {
	padding-top:10px 0 15px 0;
}

/* --- footer section --- */

#footer {
	margin:20px 0 30px 0;
}

#footer a:link, #footer a:visited {
	color:#e6e1e1;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}

#footerHeading {
	padding:5px 20px 3px 20px;
	width:919px;
	height:25px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	line-height:120%;
	color:#ffffff;
	background:#550002 url(../images/footer-heading-bg.gif) no-repeat;
}

#footerTopSection {
	padding:15px 0;
	width:959px;
	background:#550002 url(../images/footer-leaf-bg.gif) no-repeat bottom left;
}

#footerTopSection .footerTopSectionSubheading {
	margin:0;
	padding:4px 0 8px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.6em;
	line-height:120%;
	color:#ffffff;
}

#footerTopSection p {
	margin:0;
	padding:3px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:120%;
	color:#ffffff;
}

#footerTopSection .footerTopSectionBoxNoLeftBorder {
	float:left;
	margin:0;
	padding:0 20px;
	width:150px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#footerTopSection .footerTopSectionBox {
	float:left;
	margin:0;
	padding:0 20px;
	width:150px;
	border-left:1px dotted #FFFFFF;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#footerBottomSection {
	margin-bottom:10px;
	padding:10px 0;
	width:959px;
	background:#e6e1e1 url(../images/footer-swirly-design-bg.gif) no-repeat bottom center;
}

#footerBottomSection p {
	margin:0;
	padding:0 20px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:140%;
	color:#333333;
}

#footerCredits {
	margin:0;
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:140%;
	color:#333333;
	text-align:center;
}

#footerCredits a:link, #footerCredits a:visited {
	color:#610002;
	text-decoration:none;
}

#footerCredits a:hover, #footerCredits a:active {
	color:#610002;
	text-decoration:underline;
}

/* -------------------------- */

/* --- form field attributes --- */

#contactForm {
	margin:10px 0;
	padding:30px;
	border:1px solid #610002;
}

#contactForm h3 {
	margin:10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
}

#contactForm table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#contactForm table tr td {
	padding-right:10px;
}

#contactForm table tr td.alignright {
	text-align:right;
	vertical-align:top;
}

#contactForm table tr td.verticalAlignItemToTop {
	vertical-align:top;
}

#realname, #firstname, #lastname, #phone, #email, #address, #city, #county, #referral {
	margin:0;
	padding:3px;
	width:250px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1em;
	color:#333333;
	border:1px solid #888888;
}

#state, #zipcode {
	margin:0;
	padding:3px;
	width:60px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1em;
	color:#333333;
	border:1px solid #888888;
}

#comments {
	margin:0;
	padding:3px;
	width:400px;
	height:100px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1em;
	color:#333333;
	border:1px solid #888888;
}

#contactForm table tr td #spamcode {
	margin:0;
	padding:0;
	border:1px solid #888888;
}

#security_code {
	margin:0 10px;
	padding:3px;
	width:60px;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1em;
	color:#333333;
	border:1px solid #888888;
}

#submit {
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/* -------------------------- */

/* --- form field attributes --- */

#videoPopups {
	margin:20px;
}

#videoPopups h1 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#videoPopups h2 {
	margin:20px 0 10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
	border-bottom:1px solid #888888;
}

#videoPopups h3 {
	margin:20px 0 0 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:120%;
	color:#333333;
}

#videoPopups p {
	margin:0;
	padding:10px 0;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
	font-size:1.3em;
	line-height:150%;
}

/* -------------------------- */
.homepage_banner {
	border:8px solid #603728;
}