/* -------------------------------------------------------------
	Designer Showcase
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			20 March 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #b1b385 url(/images/bg_body.jpg) no-repeat top center;
	font: normal 11px/1.6 Verdana, Helvetica, sans-serif;
	color: #313928;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #313928;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 7px;
	padding-left: 10px;
	position: relative;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rootDiv {
	width: 700px;
	margin: 8px auto 0 auto;
}

.indexDiv {
	width: 692px;
	background: #e4dcbe;
	border: 4px solid #e4dcbe;
	overflow: hidden;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

.rootDiv:after,
.indexDiv:after,
.indexDivFooter .footerLinks:after {
	content: ".";
	visibility: hidden;
	clear: both;
}


/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#brand a {
	background: #000 url(/images/img_brand.jpg) no-repeat top left;
	width: 692px;
	height: 140px;
	border-bottom: 4px solid #e4dcbe;
}



/*	uiDiv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.uiDiv {
	width: 207px;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	float: left;
	background: #313637 url(/images/bg_uiDiv.jpg) no-repeat top left;
	text-align: center;
	color: #fff;
}

.uiDiv #uiList {
	background: #222325 url(/images/bg_ui.jpg) no-repeat top left;
	width: 201px;
	margin: 3px auto;
	padding-top: 10px;
}

.uiDiv #uiList li {
	height: 12px;
	margin-bottom: 7px;
	text-align: left;
	padding: 0;
}
.uiDiv #uiList li a {
	display: block;
	height: 12px;
	line-height: 12px;
	text-indent: -9000em;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
}

.uiDiv #uiList li#home a {
	background-image: url(/images/ui_home.gif);
}

.uiDiv #uiList li#designers a {
	background-image: url(/images/ui_designers.gif);
}

.uiDiv #uiList li#sponsors a {
	background-image: url(/images/ui_sponsors.gif);
}

.uiDiv #uiList li#patrons a {
	background-image: url(/images/ui_patrons.gif);
}

.uiDiv #uiList li#committee a {
	background-image: url(/images/ui_committee.gif);
}

.uiDiv #uiList li#hours a {
	background-image: url(/images/ui_hours.gif);
}

.uiDiv #uiList li#tickets a {
	background-image: url(/images/ui_tickets.gif);
}

.uiDiv #uiList li#map a {
	background-image: url(/images/ui_map.gif);
}

.uiDiv #uiList li#contact a {
	background-image: url(/images/ui_contact.gif);
}

.uiDiv #uiList li#events a {
	background-image: url(/images/ui_events.gif);
}

.uiDiv #uiList li#parties a {
	background-image: url(/images/ui_parties.gif);
}

.uiHead {
	width: 201px;
	height: 23px;
	margin: 8px auto 0 auto;
	background: url(/images/uiHead.gif) no-repeat top left;
}

.uiFoot {
	width: 201px;
	height: 23px;
	margin: 0 auto;
	background: url(/images/uiFoot.gif) no-repeat top left;
}


.sponsorWrapper0 {
	margin-top: 60px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	width: 207px;
	float: left;
}
.sponsorWrapper {
	margin-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	width: 207px;
	float: left;
}

.sponsorWrapper p {
	margin-bottom: 25px;
}

.sponsorWrapper img {
	display: block;
	clear: both;
	margin: 0 auto 15px auto;
}

.sponsorWrapper ul {
	width: 177px;
	padding: 0 10px 0 20px;
	float: left;
	text-align: left;
	line-height: 1.3em;
}

.sponsorWrapper li {
	margin-bottom: 3px;
	background-position: 0 5px;
}




/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivBody {
	float: left;
	min-height: 610px;
	width: 427px;
	padding: 27px;
	padding-bottom: 0px;
	background: url(/images/bg_indexBody.jpg) no-repeat top right;
}


.indexDivBody p,
.indexDivBody ul,
.indexDivBody ol {
	margin-bottom: 15px;
}

.indexDivBody ul {
	padding-left: 20px;
}

.indexDivBody h2 {
	font: bold 16px/1.5 "Times New Roman", Times, serif;
	margin: 2px 0 8px 0;
}

.inline {
	border: 2px solid #40403f;
}

#footerBannerContain{
text-align: center;
float: right;
margin: 0 27px 0 0;
}

#footerBanner {
	margin: 0 0 0 0px;
}


.bottomLink{
margin-left: 276px;
}

/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivFooter {
	position: relative;
	clear: both;
	height: 70px;
	font-size: 90%;
	line-height: 90%;
	color: #737556;
}

.indexDivFooter .footerLinks {
	width: 100%;
	clear: both;
	margin: 15px 0;
}

.indexDivFooter .footerLinks li {
	float: left;
	display: block;
	padding: 0 18px;
	border-right: 1px solid #737556;
}

.indexDivFooter .footerLinks li.first {
	padding-left: 4px;
}

.indexDivFooter .footerLinks li.last {
	padding-right: 0;
	border: 0px;
}

.indexDivFooter a:link,
.indexDivFooter a:active, 
.indexDivFooter a:visited {
	color: #737556;
	text-decoration: none;
}

.indexDivFooter a:hover {
	text-decoration: underline;
}

.indexDivFooter #copyright {
	float: left;
	width: 340px;
}

.indexDivFooter #siteCredit {
	float: right;
	width: 340px;
	text-align: right;
}

/* -------------------------------------------------------------
	tables
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.designers_tb {
float: left;
margin-bottom: 20px;
}


/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vcard {
	display: none;
}