﻿body {
	background-color: #721e13;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #191612;
	text-align: center;
}
#header {
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	z-index: 2;
}
#header .container {
	z-index: 2;
}
#navbar {
	margin: 0px;
	height: 32px;
	position: relative;
	top: 0px;
	z-index: 2;
}
#content {
	margin: 0px;
	top: 0px;
	position: relative;
	background: #c0c0c0 url('images/watermark.jpg') no-repeat scroll center -50px;
	z-index: 1;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#content .container {
	padding: 40px 0;
	min-height: 400px;
}
.center {
	text-align: center;
}
/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/*  HEADER STYLES  */
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
h1 {
	font-family: "Book Antiqua", Georgia, "MS Sans Serif", Geneva, sans-serif;
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
}
h2 {
	font-family: "Book Antiqua", Georgia, "MS Sans Serif", Geneva, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
.newsletter h2 {
	margin: 7px 0;
	color: #721e13;
}
h2 span {
	display: none;
}

h1 span {
	display: none;
}
a img {
	border: 0;
}
#content a {
	color: #CC0000;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.logo {
	border: 0;
}

#branding {
	height: 89px;
}
#logo {
	width: 29%;
	height: 89px;
	left: 0px;
	top: 0px;
	position: absolute;
	text-align: center;
}
#description {
	width: 71%;
	height: 89px;
	right: 0px;
	top: 0px;
	position: absolute;
}
#logo h1 {
	padding: 0px;
	margin: 0px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
}
#description h2 {
	padding: 0px;
	margin: 0px;
	background-image: url('images/tagline.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
}
td {
	font-size: 10pt;
	line-height: 1.5em;
}
p {
	text-align: justify;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColumn {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.columnLeft {
	text-align: center;
	padding: 40px 0px 20px 6px;
	width: 50%;
	vertical-align: top;
}
.columnRight {
	padding: 0 6px 20px 0px;
	text-align: center;
	width: 50%;
	vertical-align: top;
}
.enlargement {
	text-align: center;
	height: 550px;
	vertical-align: top;
}
td.enlargement img {
	border-style: none;
}
td.columnLeft h1 {
	padding-top: 0;
}
/*  Slideshow Styles  */

.thumbnail a {
	border: 0px none #000000;
}
a.thumbnail {
	border: 0px none #000000;
	margin-top: 0px;
	margin-right: 0px;
}
img.thumbnail {
	border: 0px none #000000;
	margin-top: 6px;
	margin-right: 6px;
}
img.thumbnail_center {
	border: 0px none #000000;
	margin-top: 6px;
	margin-right: 6px;
}

/*  FOOTER STYLES  */

#footer {
	background: #721E13 url('images/nav-bg.jpg') repeat-x scroll center top;
	text-align: center;
	padding-bottom: 10px;
	line-height: normal;
	padding-top: 15px;
}
.address {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
}
.copyright {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #918068;
	text-align: center;
}
.copyright a:link {
	color: #A2937D;
	text-decoration: none;
}
.copyright a:hover {
	color: #C1B899;
	text-decoration: underline;
}
.copyright a:visited {
	color: #918068;
	text-decoration: none;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #CC0000;
	line-height: 18px;
}

/*  CONSTANT CONTACT SIGN-UP  */

.newsletter table {
	border-top: 2px #721e13 solid;
	border-bottom: 2px #721e13 solid;
	padding: 5px;
	margin-top: 1em;
}

/*  FORM VALIDATION  */

#validationErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #aa0000;
	line-height: 12px;
	font-size: 12px;
	width: 611px;
	margin: 0 auto 12px;
}
.errorField {
    background-color: #ffffcc;
    color: #990000;
}

/* ========================================================================== SUPERFISH MENU */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	/*height: 32px;*/
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** PORTRAITSOUTH SKIN ***/
.sf-menu {
	float:			left;
	font-size: 12px;
	line-height: 1.3em;
}
.sf-menu a {
	padding: 		8px 1em;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e3e3e3;	/* text color 1 */
}
.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;	/* text color 2 */
}
.sf-menu li {
	/*background: #60180f;*/	/* color 1 */
}
.sf-menu li li {
	border-top: 1px solid #bbb;
	background:		#60180f;	/* color 2 */
	height: auto;
}
.sf-menu li li li {
	background:		#60180f;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#60180f;	/* color 3 */
	outline:		0;
	color: #fff;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:		#941706;	/* color 3 */
	outline:		0;
	color: #fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			12px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

