@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #1f0e04;
}

#Container {
}

#Wrap {
	margin: 0 auto;
	width: 820px;
	clear: both;
}

#LeftColumn {
	width: 206px;
	min-height: 400px;
	float: left;
}

#Logo {
	width: 206px;
	height: 195px;
}

	#Logo h2 {
		position: relative;
		width: 206px;
		height: 195px;
		cursor: pointer;
		margin: 0px;
		padding: 0px;
		font-size: 8px;
	}
	
	#Logo h2 span {
		background-image: url(../images/adagio_02.jpg);
		background-repeat: no-repeat;
		position: absolute;
		width: 206px;
		height: 195px;
		margin: 0px;
		padding: 0px;
		font-size: 4px;
	}
	
#NavBarSmall {
	width: 206px;
	min-height: 785px;
	background-image: url(../images/adagio_05.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#NavBarLarge {
	width: 206px;
	min-height: 1427px;
	background-image: url(../images/adagio_05.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#NavBarXL {
	width: 206px;
	min-height: 1746px;
	background-image: url(../images/adagio_05.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#NavBottom {
	width: 206px;
	height: 23px;
	background-image: url(../images/adagio_12.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 20px 0px;
}

#RightColumn {
	width: 613px;
	min-height: 400px;
	float: right;
	background-image: url(../images/adagio_03.jpg);
	background-repeat: no-repeat;
}

#RightColumn_nobg {
	width: 613px;
	min-height: 400px;
	float: right;
}

#Banner {
	width: 613px;
}

#ContentHead {
	width: 613px;
	height: 73px;
}

#Content {
	width: 540px;
	min-height: 380px;
	background-image: url(../images/adagio_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 21px 0px 52px;
	float: left;
}

#ContentAwards {
	width: 540px;
	height: 1030px;
	background-image: url(../images/adagio_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 21px 0px 52px;
	margin: 0px 0px 20px 0px;
	float: left;
	overflow: auto;
}

#BuzzScrollContent {
	width: 500px;
	height: 878px;
	overflow: auto;
	padding: 0px 40px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#PopVenScrollContent {
	width: 100%;
	height: 1030px;
	overflow: auto;
	margin: 0px 0px 20px 0px;
	/*padding: 0px 40px 0px 0px;*/
}

#Footer {
	width: 540px;
	height: 60px;
	background-image: url(../images/adagio_10.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 21px 0px 52px;
	clear: both;
}

#Facebook {
	width: 206px;
	margin: 25px 0px 0px 0px;
}

#FeaturedIn {
	width: 206px;
	margin: 25px 0px 0px 0px;
}

.dyncontent {
	margin: 25px 0px 0px 0px;
	position: absolute;
	bottom: 33px;
	clear: both;
}

#LeftContent {
	width: 239px;
	float: left;
}

#RightContent {
	width: 239px;
	margin: 0px 0px 0px 61px;
	float: left;
}

#LeftContentSub1 {
	width: 239px;
	float: left;
}

#RightContentSub1 {
	width: 239px;
	margin: 0px 0px 0px 61px;
	float: left;
}

#LeftContentPop {
	width: 239px;
	float: left;
}

#RightContentPop {
	width: 239px;
	margin: 0px 0px 0px 31px;
	float: left;
}

/* ===================================== NAV ======================================== */

#nav {
	list-style: none;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav li {
	text-align: center;
}

#nav li a {
	display: block;
	width: 206px;
	height: 21px;
	padding: 8px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #310801;
}

#nav li a:hover {
	background-image: url(../images/nav_roll.png);
	background-repeat: repeat-y;
}

/* ===================================== TEXT ======================================== */

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 18pt;
	text-align: justify;
}

p a {
	color: #92d6e3;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
	padding: 36px 0px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

h2 a {
	color: #92d6e3;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #bcbdc0;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#Footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
}

.dyncontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-transform: uppercase;
	text-align: center;
	color: #310801;
}

#Facebook p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;	
	color: #310801;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 12pt;
}

#Facebook p a {
	color: #310801;
	text-decoration: none;
}

#Facebook p a:hover {
	text-decoration: underline;
}

#FeaturedIn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;	
	color: #310801;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 12pt;
}

#FeaturedIn p a {
	color: #310801;
	text-decoration: none;
}

#FeaturedIn p a:hover {
	text-decoration: underline;
}

#FeaturedIn p span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #310801;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 12pt;
	text-decoration: none;
	text-transform: none;
}

#FeaturedIn p span a:hover {
	text-decoration: underline;
}

#BuzzScrollContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #ffffff;
	line-height: 14pt;
	text-align: justify;
}

#BuzzScrollContent p.Quote {
	text-transform: uppercase;
	text-align: right;
	font-style: normal;
}

p.NoPad {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}

p.Center {
	text-align: center;
}

p.Center a {
	color: #ffffff;
}

#LeftContent p, #LeftContentPop p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	line-height: 14pt;
	text-align: justify;
}

#RightContent p, #RightContentPop p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	line-height: 14pt;
	text-align: justify;
}

#LeftContentSub1 p, #RightContentSub1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	line-height: 14pt;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#LeftContentSub1 h2, #RightContentSub1 h2 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.Caps {
	text-transform: uppercase;
}

p.SmallItalics {
	font-size: 8pt;
	font-style: italic;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

a img {
	border: none;
}

table p {
	font-size: 9pt;
}

#Clients {
	width: 640px;
	border: none;
}

#ClientsHead {
	position: fixed;
	top: 0;
	width: 640px;
}

#Clients {
	margin-top: 39px;
}

#ClientsHead td {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	background-color: #000000;
	text-align: center;
	padding: 8px;
	border: none;
}

#Clients td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F0E04;
	padding: 8px;
	border: none;
}

/* ===================================== MUSIC STYLES ======================================== */

a.musicbutton {
	display: block;
	width: 120px;
	height: 46px;
	padding: 20px 0px 0px 0px;
	margin: 0px 25px 0px 25px;
	background-image: url(../images/music_button1.png);
	background-repeat: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	float: left;
}

a.musicbutton:hover {
	background-image: url(../images/music_button2.png);
	background-repeat: none;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

fieldset {
	border: 1px solid #707473;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 30px 0px;
}

#fake_fieldset {
	border: 1px solid #707473;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 30px 0px;
}

#fake_fieldset table td{
	color: #ffffff;
}

.default_font{
	color: #ffffff;
}

fieldset td a {
	color: #92d6e3;
	text-decoration: none;
}

#fake_fieldset td a {
	color: #92d6e3;
	text-decoration: none;
}


fieldset td a:hover {
	text-decoration: underline;
}

#fake_fieldset td a:hover {
	text-decoration: underline;
}


.note {
	font-size: 7pt;
}

.colordiv {
	margin-top: 10px;
}

#recordlist {
	font-size: 8pt;
}
#ceremony td {
	color:#FFF;
	font-size: 9pt;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}