@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'great_vibesregular';
    src: url('fonts/greatvibes-regular-webfont.eot');
    src: url('fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greatvibes-regular-webfont.woff') format('woff'),
         url('fonts/greatvibes-regular-webfont.ttf') format('truetype'),
         url('fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Layout Styles*/
body{
	/*background:#1D7CF2 url('../images/body_bg.jpg') 0 0 repeat;*/
	background:#fff;
	color:#231f20;
	margin:0;
	font-size:150%;
	background: #fff url('../images/grey_damask.png') 0 0 repeat;
}

body, strong, th, thead td{
	/*font-family:'Warnock Pro', 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;*/
	/*font-family: "Times New Roman", Times;*/
	font-family: 'caviar_dreamsregular', sans-serif;
}

#outer-wrapper{ min-width:980px; width:950px; margin:0 auto; }


#header{
	background:#fff url('../images/sprite_header.png') 0 0 repeat-x;
	height:220px;
	position:relative;
	border:10px solid #eee;
	width:auto;
	float:none;
}

#header a#logo{
	background: transparent url('../images/sprite_header.png') 0 -220px no-repeat;
	height:220px;
	width:290px;
	display:block;
	padding:0;
	float:left;
	position:absolute;
	top:0;
	left:10px;
}

#header #navigation{
	background:transparent url('../images/sprite_header.png') 100% -440px no-repeat;
	height:220px;
	font-family: 'great_vibesregular', cursive;
}

#header #navigation div.content{
	float:left;
	width:100%;
}

#header #player-wrapper{
	width:50px;
	float:right;
	padding:5px 0 0 0;
	margin-right:18px;
}

#header .content{
	padding:0;
}

.colwrap {
	background: #fff url('../images/grey_damask.png') 0 0 repeat;
}

.colwrap .col1 {
	margin:0 1em 0 17em;
}

.colwrap .col2 {
    width:14em;
    left:15em;
}

.colwrap .colmid {
	background: transparent;		/* Centre column background colour */
	min-height:500px;
}

.colwrap .col1wrap {
}

.colwrap .colleft {
	background: #fff;		/* Left column background colour */
	min-height:500px;
	margin-left:-16em;
}

.colwrap .col3{ display:none; }

.col2{
	padding-top:1em;
}

.col1 p {
	text-align:justify;
}

#footer{
	background:#eee;
	border:10px solid #eee;
	float:none;
	width:auto;
}

#footer .content{
	margin:0 auto;
	color:#333;
	padding:1em;
}

#footer span.copyright{
	display:block;
	font-size:10px;
	text-align:center;
	color:#333;
}

div#account-links{}

/*Links/Navigation*/
#header .navigation{
	margin: 40px auto 0  auto;
	width:300px;
}

#header .navigation ul ul {
	width:180px;
	margin-left:0;
}

#header .navigation li > ul {
	top:0;
	left:100%;
}

#header .navigation li.nav-odd,
#header .navigation li.nav-even {
	float:left;
	width:150px;
	text-align:left;
}

#header .navigation li.nav-even{
	float:right;
}

#header .navigation a:link, #header .navigation a:visited{
	text-decoration: none;
	padding:0;
	color:#231f20;
}

#header .navigation a:hover{
	color:#231f20;
}

#header .navigation li a span{
	padding: 5px 0;
	margin:0;
	color:#231f20;
	font-size: 16px;
	line-height:16px;
	display:block;
}

#header .navigation li a:hover span{
	color:#231f20;
}

#header .navigation li.active{
}

#header .navigation li.active a span{
	font-weight:500;
}

#header .navigation li li a span, #header .navigation li.active li a span {
	background:transparent;
	padding:6px 9px;
	color:#231f20;
}

#header .navigation li li a:hover span, #header .navigation li.active li a:hover span{
	color:#231f20;
}

div#contact{
	float:right;
	font-size:0.8em;
}

div.location-box {
	margin:0 40px;
}

div.location-box h5 { margin:0; font-size:1.1em; }

#footer .navigation{
	text-align:center;
}

#footer .navigation li{
	float:none;
	display:inline;
	font-size:0.8em;
	padding:5px;
}

#footer .navigation li a, #footer a{
	text-decoration:none;
}

#footer .navigation li.active a{
}

#footer .navigation li a:hover{
}

#footer .credit{
	font-size:0.6em;
	text-align:center;
	display:block;
}

#footer center { font-size:0.5em; }

a:link, a:visited{
	color:#af005b;
}

a:hover{
	color:#222222;
}

div#account-links a{
	display:block;
}

/*Text*/
.colwrap .col1 h1, 
.colwrap .col1 h2, 
.colwrap .col1 h3, 
.colwrap .col1 h4, 
.colwrap .col1 h5, 
.colwrap .col1 h6 {
}

h1.title{
	color: #f083c9;
	font-weight:normal;
	font-size:30px;
	margin:20px 0;
}

q { font-style:italic; }

.colwrap .col1 h1.title {
	text-transform:none;
}

.colwrap .col1 h1.uppercase {
	text-transform: uppercase; 
}

h1, h2, h3, h4, h5, h6 {
	color:#111;
	font-family: 'great_vibesregular', cursive;
}

div#account-links h4, div#intranet-links h4, div#editor-links h4, div#category-links h4{font-weight:normal}

div.block{
	overflow: hidden;
	padding:10px 5px 5px 10px;
	margin-bottom:1em;
	position:relative;
	background: transparent;
}

div.block input, div.block textarea{
	width:170px;
	float:none;
}

div.block label{
	font-size:0.6em;
}

div.block-title{
	text-align:left;
	font-weight:normal;
	font-size:12px;
	margin:10px 0 0 -8px;
	width:90%;
	float:left;
	position:relative;
	z-index:100;
	background: transparent url('../images/bkg_block_title.jpg') 0 100% no-repeat;
	padding-bottom:8px;
}

div.block h4{
	color:#fff;
	padding:0;
	margin:0;
	background: #fc95d9 url('../images/bkg_block_title_h4.jpg') 0 100% repeat-x;
	height:22px;
	position:relative;
	z-index:101;
	float:left;
	width:100%;
	text-indent:10px;
	border:1px solid #fc95d9;
}

div.block-content h5, div.block-content h6{
	color:#fff;
	margin-top:0;
}

div.block-content{
	padding:40px 10px 10px 10px;
	background: #231f20;
	border:1px solid #111;
	font-size:80%;
	color:#fff;
	float: left;
	margin-top: -40px;
}

div.block-content a{
	background-image:none;
	margin:0;
	padding:0;
	color:#fff;
}
div.block table, div.col2 div.block form div, div.col2 div.block form{ margin-bottom:0; }
div.block table {width:100%;}
div.block td { text-align:center; }
div.block .validation-error.valid {padding:0; background:none;}

.fancy{
	color:#444;
}


.notice{
	width:95%;
	clear:both;
}

.purple-border{
	padding:1em;
	float:left;
	border:3px solid #febbe7;
}

.purple {
	color:#febbe7;
}

.reviews p{
	font-size:14px;
}

.services{
	width:100%;
}

.purple-border td{
	border-bottom:1px dotted #febbe7;
}

.purple-border th {
	background:#febbe7;
	color:#fff;
	font-weight:normal;
}

.ui-tooltip-content { font-size:14px; line-height:14px; font-style:normal; }

div.slideshow-container {
	width: 274px;
	height: 300px;
	margin: 0 1em 1em 0;
	float: left;
	overflow: hidden;
}

#imgcontainer .box {
	margin: 10px;
	float: left;
}
 
#imgcontainer .box img {  }