/* ------------------------------------------------------------------------ */
/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* ---------------------- */
/* Body
------------------------- */

body {
	margin: 0 auto 25px auto;
	font-size: 12px;
	/*font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(/images/splashBg.jpg) no-repeat center top;
}

/* ---------------------- */
/* Default Paragraph
------------------------- */

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.twoColumnsLeft p {
	line-height: 1.6;
	margin: 0 0 10px 0;
}

/* ---------------------- */
/* Default Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- */
/* Default Tables
------------------------- */

th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Default Links
------------------------- */

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Lists
-------------------------------------------------- */

ul {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px;
	list-style-type: disc;
/*	list-style-type: circle;
	list-style-type: square;*/
}

ul li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

ul ul {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px;
	list-style-type: circle;
}

ul ul li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

ul.imageBullet {
	margin: 15px 0 18px -32px;
	*margin: 15px 0 18px 5px;
	list-style-type: none;
}

ul.imageBullet li {
	line-height: 1.5;
	padding: 0 0 0 20px;
	background: url('/Images/bullet.gif') no-repeat 0 0;
}

ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 30px;
/*	list-style-type: lower-alpha;
	list-style-type: upper-alpha;
	list-style-type: lower-roman;
	list-style-type: upper-roman;*/
}

ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.horizontalList {
	font-size: 11px;
	padding: 3px;
	margin: -20px 0 15px 0;
	*margin: -20px 0 15px -30px;
}

.horizontalList ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

.horizontalList ul li {
	padding-right: 6px;
	padding-left: 6px;
	list-style: none;
	display: inline;
	border-left: 1px solid #000000;
}

.horizontalList ul li.first {
	margin-left: 0;
	padding-right: 6px;
	padding-left: 0;
	list-style: none;
	display: inline;
	border-left: none;
}

/* ----------------------------------------------- */
/* Special
-------------------------------------------------- */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.pushLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.pushRight {
	float: right;
	margin: 5px 0 10px 10px;
}

/* ----------------------------------------------- */
/* Text
-------------------------------------------------- */

.smallText {
	font-size: 10px;
}

.hot {
	color: #cc0000;
}

.callout {
	margin: 0 auto 20px auto;
	width: 90%;
	color: #000000;
	font-weight: bold;
	background: #b3c3d4;
	padding: 15px;
	border: 3px double #ffffff;
}

/* ------------------------------------------------------------------------ */
/* START Container
--------------------------------------------------------------------------- */

.container {
	margin: 20px auto 0 auto;
	width: 1000px;
	background:  url(/images/containerBg.png) repeat;
}

/* ---------------------- */
/* END Container
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Default Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link  {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #000000;
	text-decoration: none;
}

h1 a:visited  {
	color: #000000;
	text-decoration: none;
}

h1 a:hover,
h1 a:active  {
	color: #000000;
	text-decoration: none;
}

.heading2,
.heading2 a:link {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 8px 0;
	color: #e0d5b2;
	text-decoration: none;
}

.heading2 a:visited {
	color: #000000;
	text-decoration: none;
}

.heading2 a:hover,
.heading2 a:active  {
	color: #000000;
	text-decoration: none;
}

.heading3,
.heading3 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.heading3 a:visited {
	color: #000000;
	text-decoration: none;
}

.heading3 a:hover,
.heading3 a:active  {
	color: #000000;
	text-decoration: none;
}

.heading4,
.heading4 a:link {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.heading4 a:visited {
	color: #000000;
	text-decoration: none;
}

.heading4 a:hover,
.heading4 a:active  {
	color: #000000;
	text-decoration: none;
}

.heading5,
.heading5 a:link {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.heading5 a:visited {
	color: #000000;
	text-decoration: none;
}

.heading5 a:hover,
.heading5 a:active  {
	color: #000000;
	text-decoration: none;
}

.heading6,
.heading6 a:link {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.heading6 a:visited {
	color: #000000;
	text-decoration: none;
}

.heading6 a:hover,
.heading6 a:active  {
	color: #000000;
	text-decoration: none;
}

/* ---------------------- */
/* END Default Headers
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Header
--------------------------------------------------------------------------- */

.headerContainer {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-size: 10px;
}

.headerLeft {
	width: 450px;
}

.headerLeft a:link {
	color: #000000;
	text-decoration: none;
}

.headerLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.headerLeft a:hover,
.headerLeft a:active {
	color: #000000;
	text-decoration: none;
}

.headerRight {
	float: right;
	width: 450px;
	text-align: right;
}

.headerRight a:link {
	color: #000000;
	text-decoration: none;
}

.headerRight a:visited {
	color: #000000;
	text-decoration: none;
}

.headerRight a:hover,
.headerRight a:active {
	color: #000000;
	text-decoration: none;
}

/* ---------------------- */
/* END Header
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Block Links Nav
--------------------------------------------------------------------------- */

.navMain {
	width: 1000px;
	margin: 0 0 40px 0;
	font-size: 13px;
	color: #ffffff;
	background: #000000;
/*	background: #000000 url('/Images/backgroundNav.jpg') repeat-x 0 0;*/
}

.navMain ul {
	margin: 0 0 0 20px;
	padding: 8px 0 8px 0;
	list-style-type: none;
}

.navMain ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0;
/*	background: #000000 url('/Images/headerNavSeparator.png') no-repeat 0 4px;*/
}

.navMain ul li.first {
	background: none;
}

.navMain ul li a:link {
	padding: 2px 4px;
	margin: 0 -10px 0 0;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}

.navMain ul li a:visited {
	padding: 2px 4px;
	margin: 0 -10px 0 0;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}

.navMain ul li a:hover,
.navMain ul li a:active {
	padding: 2px 4px;
	margin: 0 -10px 0 0;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: #223740;
}


.navMain ul li a:link.hot,
.navMain ul li .hot {
	padding: 2px 4px;
	margin: 0 -10px 0 0;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #223740;
}

/* ---------------------- */
/* END Nav
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Two Column Layouts
--------------------------------------------------------------------------- */

.twoColumnContainer {
	margin: 0 auto;
	width: 1000px;
}

.twoColumnsLeft {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 300px;
	background: #eeeeee;
}

.twoColumnsRight {
	float: right;
	margin: 0 0 20px 0;
	width: 650px;
}

.twoColumnsLeft .heading2,
.twoColumnsLeft .heading2 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading2 a:visited {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading2 a:hover,
.twoColumnsLeft .heading2 a:active  {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading3,
.twoColumnsLeft .heading3 a:link {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading3 a:visited {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading3 a:hover,
.twoColumnsLeft .heading3 a:active  {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading4,
.twoColumnsLeft .heading4 a:link {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading4 a:visited {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading4 a:hover,
.twoColumnsLeft .heading4 a:active  {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading5,
.twoColumnsLeft .heading5 a:link {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading5 a:visited {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading5 a:hover,
.twoColumnsLeft .heading5 a:active  {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading6,
.twoColumnsLeft .heading6 a:link {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading6 a:visited {
	color: #000000;
	text-decoration: none;
}

.twoColumnsLeft .heading6 a:hover,
.twoColumnsLeft .heading6 a:active  {
	color: #000000;
	text-decoration: none;
}

/* ---------------------- */
/* END Two Column Layouts
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Footer
--------------------------------------------------------------------------- */

.footerContainer {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	/*height: 48px;*/
	height: 65px;
	font-size: 10px;
}

.footerLeft {
	float: left;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	width: 370px;
	font-size: 10px;
	text-align: left;
}

.footerLeft a:link,
.footerLeft a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #e0d5b2;
	text-decoration: none;
}

.footerLeft a:hover,
.footerLeft a:active {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.footerRight {
	float: right;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	color: #e0d5b2;
	text-align: right;
}

.footerRight a:link,
.footerRight a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #e0d5b2;
	text-decoration: none;
}

.footerRight a:hover,
.footerRight a:active {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------- */
/* END Footer
------------------------- */


/* ------------------------------------------------------------------------ */
/* START Splash Containers
--------------------------------------------------------------------------- */
.midUpperContainer {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

.goldBorder {
	width: 960px;
	min-height: 768px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #e0d5b2;
}
/* ---------------------- */
/* END Splash Container
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Top Main RollOvers
--------------------------------------------------------------------------- */
.RolloverContainer {
	width: 960px;
	height: 102px;
	background-color: #000000;
	margin: -6px auto;
}

.WashRollOver {
	float: left;
	text-align: left;
	width: 422px;
	height: 102px;
	margin: -12px auto 0 -12px;
}

.SellerRollOver {
	float: right;
	text-align: right;
	width: 484px;
	height: 102px;
	margin: 0 -10px 0 0;
}

/* ---------------------- */
/* END Top Main RollOvers
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Main Splash Pic
--------------------------------------------------------------------------- */
.MainSplashPic {
	width: 960px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* START Locator Bar
--------------------------------------------------------------------------- */
.locateBar {
	width: 960px;
	margin: 0 auto 0 auto;
	*margin: 0 auto 0 auto;
	height: 39px;
	background: url(/images/locateBar.jpg) no-repeat;
}

.locateLink {
	float: right;
	width: 98px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 8px 0 8px;
	*padding: 5px 8px 5px 8px;
	margin: 5px 0 0 0;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
}

.locateLink a {
	background-color: #d3222a;
	padding: 5px;
}

.locateLink a:hover {
	color: #FFFFFF;
	background-color: #DF3740;
	padding: 5px;
}

/* ------------------------------------------------------------------------ */
/* START Bottom Content
--------------------------------------------------------------------------- */
.bottomContainer {
	width: 960px;
	margin: 0 auto;
	min-height: 155px;
}

.welcomeBox {
	width: 615px;
	height: 155px;
	float: left;
	background-color: #000000;
	padding: 8px 8px 8px 8px;
}

.latestNews {
	width: 300px;
	height: 155px;
	float: right;
	background-color: #000000;
	padding: 8px 8px 8px 8px;
}

.newsDate {
	color: #e0d5b2;
}

.newsHeadline {
	color: #e0d5b2;
	font-weight: bold;
}

.scroll {
	height: 120px;
	overflow: auto;
	padding: 0 0 0 5px;
}

.redDownload {
	color: #d3222a;
}

/* Scrollbar Colors */
body {
scrollbar-3dlight-color:#333333;
scrollbar-arrow-color:#d3222a;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#333333;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#333333;
scrollbar-track-color:#000000;
} 

/*Joint Splash Rotating Images*/

.jointSplashImg1 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/MainSplashPic.jpg);
	background-repeat: no-repeat;
}

.jointSplashImg2 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/graceServBar2.jpg);
	background-repeat: no-repeat;
}

.jointSplashImg3 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/membersPatioTheater.jpg);
	background-repeat: no-repeat;
}

.jointSplashImg4 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/patio1.jpg);
	background-repeat: no-repeat;
}

.jointSplashImg5 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/victorianGauze1.jpg);
	background-repeat: no-repeat;
}

.jointSplashImg6 {
	margin: 0 auto;
	width: 960px;
	background: url(/Images/jointSplashImgs/theaterLobby.jpg);
	background-repeat: no-repeat;
}