/* CSS Document */

/* basic html elements */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	background-color: #731013;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img, div {
	behavior: url(iepngfix.htc)
}

a {
	color: #FFFFFF;
}

a.pages {
	color: #990000;
}

/* page container */

#container {
	width: 938px;
	margin: 0 auto;
	padding: 0px;
}

/* masthead */

#masthead {
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
	height: 139px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* navlinks */

#navlinks {
	margin: 0px auto;
	height: 31px;
	padding: 0px 0px 0px 41px;
}

#navlinks ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlinks ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* mast head bottom */

#mastheadbot {
	margin: 0 auto;
	background-image: url(../images/masthead-bot-img.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center top;
}

/* main content div */

#content {
	background-image: url(../images/container-bg-img.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 7px 44px 19px;
	width: 850px;
	overflow: auto;
}

/* homepage divs */

#homeleft {
	float: left;
	width: 349px;
	padding-left: 46px;
}

#homeright {
	float: right;
	width: 377px;
	padding-right: 48px;
	padding-left: 30px;
}

#homeright p {
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#homeright .welcome {
	margin-top: -25px;
}

#homeright #services {
	background-color: #8e6426;
	margin-top: 10px;
	padding: 15px;
	overflow: auto;
	margin-bottom: 10px;
}

#homeright #services p {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#homeright h1, #pages h1{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #662617;
	margin: 0px;
	padding: 0px;
}

.top{
	margin-top: 15px;
}

/* page content */

#pages {
	float: left;
	width: 349px;
	padding-left: 46px;
	padding-top 10px;
}

/* gallery */

#galleryContainer {
	float: right;
}

#gallery {
	clear: both;	
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 10px;
	overflow: auto;
	width: 370px;
	height: 206px;
}

#gallery ul {
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#gallery ul a { 
  display : block;
  padding : 2px;
  background-color : #731013;
}

#gallery ul a:hover, #gallery ul a:focus, #gallery ul a:active, 
#gallery ul a.selected, #gallery ul a.selected:hover, #gallery ul a.selected:focus, #gallery ul a.selected:active { 
  background-color : #ffffff;
}

#gallery li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	float: left;
}

/* footer */

#footer {
	clear: both;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-bg-img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	padding: 42px 72px 0 72px;
}

#footer p{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

a.link-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}
/* Global Classes */

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}