@charset "utf-8";
/* General Styles */
html, body {
	background-image: url(/images/bkg/revel_bkg_pattern.gif);
	background-color: #FFF;
	background-repeat: repeat;
	color: #808285;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a:link, a:active {
	color: #ed174f;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ed174f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c3e6e2;
	text-decoration: underline;
	font-weight: bold;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.pinkText {
	color: #ed174f;
	font-weight: bold;
}

/* IE PNG Fix courtesy of http://www.twinhelix.com/ */
img, div {
	behavior: url(/images/pngfix/iepngfix.htc);
}

/* Design */
#container {
	margin: 0 auto;
	width: 960px;
	height: 600px;
	background-image: url(/images/bkg/revel_frame.png);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
}

#logo {
	position: absolute;
	top: 105px;
	left: 105px;
}

#socialMedia {
	position: absolute;
	left: 105px;
	top: 460px;
}
#socialMedia li {
	display: inline;
	margin-right: 7px;
}

.dividerLeft {
	width: 11px;
	height: 164px;
	background-image: url(/images/common/divider_left.gif);
	float: left;
	margin-right: 20px;
}
.dividerRight {
	width: 11px;
	height: 164px;
	background-image: url(/images/common/divider_right.gif);
	float: right;
	margin-left: 20px;
}

#pageTitle {
	position: absolute;
	top: 202px;
	left: 478px;
}
#pageTitleHome {
	position: absolute;
	top: 176px;
	left: 478px;
}

/* Nav */
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 0 -20px -20px;
	padding: 0 0 20px 20px;
}
#nav li#home {
	position: absolute;
	top: 59px;
	left: 475px;
}
#nav li#services {
	position: absolute;
	top: 83px;
	left: 571px;
}
#nav li#photoGallery {
	position: absolute;
	top: 76px;
	left: 665px;
}
#nav li#contact {
	position: absolute;
	top: 69px;
	left: 759px;
}
#nav li.active {
	background-image: url(/images/nav/circle.png);
	background-repeat: no-repeat;
	background-position: 20% 55%;
}

#subnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 280px;
	left: 305px;	
}
#subnav ul li {
	margin: 0 0 2px 0;
	padding: 0;
	color: #ed174f;
	line-height: 20px;
	font-size: 11px;
	list-style-type: none;	
}
#subnav ul li a:link, #subnav ul li a:visited {
	font-weight: normal;
}
#subnav ul li.active {
	list-style-type: disc;
}
#subnav ul li.active a:link, #subnav ul li.active a:visited {
	font-weight: bold;
}
#subnav ul li.active ul li a:link, #subnav ul li.active ul li a:visited {
	font-weight: normal;
}
#subnav ul li ul {
	position: relative;
	top: 0;
	left: 0;
}
#subnav ul li ul li {
	margin: 0 0 0 10px;
	padding: 0;
	color: #808285;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#subnav ul li ul li a:link, #subnav ul li ul li a:visited {
	color: #808285;
	font-weight: normal;
}
#subnav ul li ul li a:hover {
	color: #c3e6e2;
}
#subnav ul li ul li.active {
	list-style-type: none;
}
#subnav ul li.active ul li.active a:link, #subnav ul li.active ul li.active a:visited {
	font-weight: bold;
}

/* Pages */
#homepageText {
	position: absolute;
	top: 280px;
	left: 445px;
	width: 402px;
}
#homepageText p {
	float: left;
	font-size: 15px;
	line-height: 22px;
	margin-top: 18px;
	text-align: justify;
	width: 340px;
}

#textBlock1 {
	position: absolute;
	top: 280px;
	left: 445px;
	width: 393px;
}
#textBlock1 p {
	margin-top: 2px;
	text-align: justify;
}

#textBlock2 {
	position: absolute;
	top: 160px;
	left: 420px;
	width: 442px;
}

#galleria{ 
	height: 350px;
}

#copyright {
	margin: 0 auto;
	width: 960px;
	position: relative;
	top: 20px;
	text-align: center;
}

/* jQuery lightBox plugin - Gallery style */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #FFF;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #CCC;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

