@charset "utf-8";
/* CSS Document */

/* Body */

body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat;
}

/* h1, h2, etc */

h1 {
	font-family:"Book Antiqua";
	font-size: 18px;
	font-weight: bold;
	color: #b19963;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b19963;
	margin:0px;
	padding:0px;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #646360;
}

a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	font-weight: normal;
	color: #646360;
	text-decoration:none;
}

a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	font-weight: normal;
	color: #646360;
	text-decoration:none;
}

a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	font-weight: normal;
	color: #646360;
	text-decoration:underline;
}



/* Containers */

#mainContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}
#navContainer {
	height: 162px;
	width: 900px;
	margin-bottom: 16px;
}
#bodyContainer {
	width: 900px;
	position: relative;
}
#main {
	width: 838px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
	background-color: #FFF;
	padding: 30px 30px 30px 30px;
	clear: both;
	position: relative;
}
#footerContainer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 207px;
	width: 840px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

#footerBoxes {
	height: 169px;
	width: 200px;
	padding-top: 38px;
	clear: none;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
}

#logoBg {
	height: 103px;
	width: 900px;
	background-image: url(../images/logoRedGoldBg.png);
	background-repeat: repeat-x;
	background-position: left;
}

#navBg {
	background-image: url(../images/navBg.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#homeNavContainer {
	height: 21px;
	width: 268px;
	padding-top: 57px;
	padding-right: 30px;
	padding-bottom: 25px;
	float: right;
	position: relative;
	margin-left: 202px;
	clear: none;
}
#homeAlign {
	height: 20px;
	width: 68px;
	padding-right: 16px;
	padding-top: 1px;
}
#contactAlign {
	height: 20px;
	width: 91px;
	padding-right: 15px;
	padding-top: 1px;
}
#sitemapAlign {
	height: 20px;
	width: 60px;
	padding-top: 1px;
}
#wrapper {
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerWrapper {
	background-image: url(../images/footerWrapper.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 207px;
}
#mainContent {
	float: left;
	position: relative;
	width:530px;
}
#sidebarContainer {
	float: left;
	position: relative;
	width: 305px;
}
#sidebarMain {
	float: left;
	width: 250px;
	background-color: #7e1113;
	padding: 10px;
	margin-right:38px;
	position: relative;
}
#sidebarTitle {
	position: relative;
	width:271px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	margin-right:38px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#galleryContainer {
	float: left;
	position: relative;
	width:365px;
	margin-right:38px;
}
.galleryThumbs {
	float: left;
	position: relative;
	width:115px;
	height:115px;
	margin-right:7px;
	margin-bottom:10px;
	border: 1px solid #d8d8d8;
}
.galleryThumbsLast {
	margin-right:0;
}
#galleryImage {
	float: left;
	position: relative;
	width:435px;
}
#galleryCaption {
	float: right;
	position: relative;
	width:435px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contactContainer {
	float: left;
	position: relative;
	width:285px;
	margin-right:38px;
}

#contactMapContainer {
	float: left;
	position: relative;
	width:515px;
}

#indexSidebarTitle {
	position: relative;
	width:270px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	margin-left:38px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
}

#indexMain {
	float: left;
	width: 240px;
	background-color: #7e1113;
	padding: 15px;
	margin-bottom: 15px;
	margin-left:38px;
	position: relative;
}

#indexLinedBg {
	background-image: url(../images/linedBg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	float: left;
	width: 240px;
	padding: 15px;
	margin-bottom: 15px;
	margin-left:38px;
	position: relative;
}

/* Navigation */

.newNav {
	margin: 0px;
	padding: 0px;
}

.newNav li {
	width:180px;
	height: 59px;
	font-family:"Book Antiqua";
	font-size: 12px;
	color: #FFF;
	float: left;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align:middle;
	line-height:18px;
	font-weight: bold;
}

.newNav a {
	font-family:"Book Antiqua";
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

.newNav a:link {
	font-family:"Book Antiqua";
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

.newNav a:hover {
	font-family:"Book Antiqua";
	font-size: 12px;
	color: #999798;
	text-decoration:none;
	font-weight: bold;
}
.goldText {
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: normal;
	color: #b19963;
	text-decoration:none;
}

.goldText a {
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: normal;
	color: #b19963;
	text-decoration:none;
}


/* Text, etc */



.footerHeadings {
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
}

.footerText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
}

.footerText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
}

.footerText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999798;
	text-decoration:none;
}

.greyFooterText {
	font-family: Arial, Helvetica, sans-serif;
	color: #999798;
}

.sidebarText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b19963;
	margin: 0px;
	padding: 0px;
}

.sidebarTextLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b19963;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

.sidebarTextLink a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b19963;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

.sidebarTextLink a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b19963;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

.sidebarTextLink a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b19963;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

#sidebarTitleBg {
	background-color: #6f0709;
	background-repeat: repeat-x;
	background-position: left;
	padding: 10px;
	width: 250px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e1113;
}
#linedBg {
	background-image: url(../images/linedBg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	float: left;
	width: 250px;
	margin-right: 38px;
	padding: 10px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e1113;
}


#darkLine {
	background-color: #433f3f;
	height: 1px;
	width: 200px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.homeButton {
	background-image: url(../images/homeButton.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 84px;
}
.contactButton {
	background-image: url(../images/contactButton.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 106px;
}

.formBoxes {
	height: 22px;
	width: 135px;
	border: 1px solid #b19963;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
}

.formTextArea {
	height: 100px;
	width: 135px;
	border: 1px solid #b19963;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
}

.red {
	color: #F00;
}
.quoteTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b19963;
}
.quoteInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
}
.greyLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
	text-decoration: underline;
}
.greyLinks a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
	text-decoration: underline;
}
.greyLinks a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
	text-decoration: underline;
}
.greyLinks a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646360;
	text-decoration: underline;
}

.clr {
	clear: both;
	display:block;
}
#iconCont {
	height: 33px;
	width: 36px;
	margin-right: 12px;
	float: left;
}
#sitemapCont {
	float: left;
	width: 210px;
}
#textAlign {
	width: 195px;
	margin:0px;
	padding-left: 11px;
	padding-top: 0px;
}
.ErrMessage{
	color:#900;
	border: 1px solid #900;
	padding: 5px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

