/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #333;
}

#container {
	width: 780px;
	height: 100%;
	background: #000;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#head  {
	width: 780px;
	height: 123px;
	background: url(../img/head-bkgd.jpg) top left no-repeat;
}

#head p  {
	float: right;
	font-size: 12px;
	color: #fff;
	width: 326px;
	text-align: right;
	margin: 6px 12px 12px 0;
}

#head h3  {
	float: right;
	font-size: 16px;
	color: #fff;
	width: 244px;
	text-align: center;
	margin: 10px 2px 20px 0;
}

#head p.nav  {
	float: right;
	font-size: 12px;
	color: #fff;
	width: 326px;
	text-align: right;
	margin: 4px 20px 0 0;
}

#head p.nav img {
	margin: 0 0 -6px 0;
}

#inside, #inaug  {
	width: 780px;
	background: #000;
}

#inaug img {
	border: solid 1px #f8991d;
}

#inaug img.floatleft {
	margin: 0 10px 6px 24px;
}

#inaug img.floatright {
	margin: 0 24px 6px 10px;
}

.clear  {
	clear: both;
}

.center {
	text-align: center;
}

#inside p  {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	width: 520px;
	margin: 0 24px 9px 0;
	float: right;
}

#inaug p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0 24px 9px 24px;
}

#inside p.full  {
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	width: 732px;
	margin: 12px 24px 16px 24px;
}

#inside h3  {
	float: right;
	font-size: 16px;
	color: #fff;
	width: 244px;
	text-align: center;
	margin: 10px 2px 20px 0;
}


#inside img  {
	margin: 12px 0 0 24px;
	float: left;
	width: 170px;
}

div.rule {
	border-bottom: solid 1px #fff;
	margin: 0 24px 12px 24px;
	padding: 0 0 6px 0;
	clear: left;
	float: left;
	width: 728px;
}

#content  {
	width: 780px;
	background: url(../img/home-spots.jpg) top right no-repeat;
}

#content.nobg  {
	background: #000;
}

#content p  {
	font-color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 380px;
	margin: 12px 0 0 24px;
}

#content img  {
	margin: 72px 36px 0 0;
	float: right;
}

#flash  {
	width: 307px;
	height: 218px;
	float: right;
	display: inline;
	margin: 72px 36px 0 0;
}

span.bigtype  {
	font-size: 26px;
	line-height: 20px;
	letter-spacing: 2px;
	font-style: italic;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#lists {
	width: 756px;
	background: #000;
	padding: 10px 0 0 24px;
}

#lists ul {
	font-size: 11px;
	line-height: 14px;
	margin: 0 40px 14px 0;
	padding: 0;
	width: 212px;
	float: left;
	display: inline;
	list-style: none;
	list-style-position: outside;
}

#lists li {
	margin-bottom: 8px;
}

#lists h2 {
	width: auto;
	float: none;
	margin: 0 0 14px 0;
}

#lists ul.nofloat {
	float: none;
	display: block;
	width: auto;
}

#lists ul span {
	white-space: nowrap;
}

#lists h3 {
	color: #f8991d;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 6px 0;
	font-weight: bold;
}




/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	color: #fff;
}

ul li {

}

h1 {
	float: left;
	display: inline;
}

h2 {
	color: #f8991d;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	width: 380px;
	margin: 12px 12px 0 12px;
	font-weight: bold;
	float: right;
}

h3 {

}

a, a:link, a:active {
	color: #a4be2c;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover  {
	color: #f8991d;
}

a img {
	border: 0;
}

p.nav a, p.nav a:link, p.nav a:active {
	color: #fff;
	text-decoration: none;
}

p.nav a:visited {
	text-decoration: none;
}

p.nav a:hover  {
	color: #f8991d;
}

p.nav a.current  {
	color: #a4be2c;
}

/* Inauguration Gallery
--------------------------------------------------------------------------------------- */
#inaug h2 {
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
}

#inaug h2 em {
	display: block;
}

#inaug p.center {
	text-align: center;
	margin: 0 180px;
}

#gallery-index {
	list-style: none;
	width: 484px;
	margin: 0 0 0 136px;
}

#gallery-index li {
	width: 202px;
	float: left;
	display: inline;
	text-align: center;
	margin: 20px;
}

#gallery-index a {
	text-decoration: none;
}

#gallery-index a span {
	display: block;
	width: 200px;
	height: 136px;
	border: solid 1px;
	margin: 4px 0 0 0;
}

#gallery-index li.road a span {
	background: url(../img/inaug-gallery/on-the-road-again.jpg) top left no-repeat;
}
#gallery-index li.mayflower a span {
	background: url(../img/inaug-gallery/jazz-at-the-mayflower.jpg) top left no-repeat;
}
#gallery-index li.behind a span {
	background: url(../img/inaug-gallery/behind-the-scenes.jpg) top left no-repeat;
}
#gallery-index li.ball a span {
	background: url(../img/inaug-gallery/inaugural-ball.jpg) top left no-repeat;
}

#gallery-index li a:hover span {
	background-position: bottom left;
}

#gallery {
	list-style: none;
	margin: 0 0 20px 30px;
	float: left;
	width: 780px;
}

#gallery li {
	float: left;
	width: 142px;
	height: 142px;
	line-height: 142px;
	text-align: center;
	margin: 10px 19px;
}

* html #gallery, * html #gallery li {
	display: inline;
}

#gallery li img {
	border: solid 1px;
	vertical-align: middle;
}



/* CONTACT FORM
--------------------------------------------------------------------------------------- */
#contact p.required {
	color: #c4550d;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-left: 180px;
}

#contact {
	display: block;
	border: solid 2px #f8991d;
	width: 410px;
	padding: 10px 25px;
	margin: 16px 0 32px 24px;
	float: left;
	background: #f4f4f7;
}

#contact p  {
	color: #000;
	margin-left: 6px;
}

#content p.address  {
	width: 220px;
	font-size: 14px;
	line-height: 20px;
	float: right;
	margin: 0 28px 0 0;
	text-align: center;
}

#content h3.title  {
	font-size: 16px;
	color: #f8991d;
	width: 220px;
	margin: 14px 28px 6px 0;
	float: right;
	text-align: center;
}

#content img.form  {
	margin: 16px 28px 0 0;
	float: right;
	border: solid 2px #f8991d;
}

#contact p label {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	color: #000;
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 250px;
}

#phone {
	width: 100px;
}

#phonetype  {
	width: 130px;
	margin-left: 12px;
}

#MESSAGE {
	width: 400px;
	margin-bottom: 12px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 0;
	padding: 0;
	border: none;
}

#contact fieldset legend {
	color: #000;
}

p.referral label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	margin: 8px 0 0 0;
}

p.submit input {
	font-weight: bold;
	font-size: 14px;
	width: 80px;
}


/* Thank You */

#thankyou  {
	width: 780px;
	background: #000;
}

#thankyou p  {
	font-color: #fff;
	font-size: 16px;
	line-height: 24px;
	width: 780px;
	margin: 24px 0 40px 0;
	text-align: center;
}

/* FOOTER ----------------------------------------------------------------- */
#footer {
	width: 780px;
	clear: both;
}

#footer p {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin: 0 0 4px 188px;
	padding: 0;
	float: none;
	width: auto !important;
}

#footer p.copy {
	font-size: 10px;
	font-weight: normal;
}

#footer.plain, .plain {
	background: url(../img/footer/footer.png) top left no-repeat;
	height: 43px;
	padding: 8px 0 0 0
}

#footer.dream, .dream  {
	background: url(../img/footer/footer-dream.png) top left no-repeat;
}

#footer.service, .service {
	background: url(../img/footer/footer-service.png) top left no-repeat;
}

#footer.fabulous, .fabulous {
	background: url(../img/footer/footer-fabulous.png) top left no-repeat;
}

#footer.spark, .spark {
	background: url(../img/footer/footer-spark.png) top left no-repeat;
}

#footer.superb, .superb  {
	background: url(../img/footer/footer-superb.png) top left no-repeat;
}

#footer.rockin, .rockin  {
	background: url(../img/footer/footer-rockin.png) top left no-repeat;
}

#footer.dream, #footer.service, #footer.superb, #footer.rockin, #footer.fabulous, #footer.spark, .dream, .service, .superb, .rockin, .fabulous, .spark {
	width: 780px;
	height: 42px;
	padding: 135px 0 0 0;
}

#footer.plain p, .plain p {
	margin-left: 0;
}

#belniak {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #ccc;
	padding: 10px 0;
}
