@charset "utf-8";
/* CSS Document */

body
{
	background:url(images/bg_gallery.gif) repeat-x #FFFFFF;
	text-align:left; 
}


.left
{
	float:left;
	display:inline;
}


.right
{
	float:right;
	display:inline;
}


#container
{
	width:860px;
	margin:0 auto;
	text-align:left;
	margin-bottom:20px;
}

#top
{
	height:220px;
	width:860px;
	background:url(images/gallery_head_bg.gif) 0 0 repeat-x;
	margin-bottom:20px;
}

#head
{
	width:860px;
}

#head .left
{
	width:500px;
}

#head .right
{
	width:340px;
}


#nav
{
	width:500px;
	margin-left:5px;
	height:114px;
	background:url(images/bg_nav2.jpg) top center no-repeat;
}

#nav ul
{
	margin-left:32px;
	padding-top:78px;
}

#nav li
{
	float:left;
	display:inline;
	margin-right:12px;
}


#nav a,
#nav a:visited
{
	font:1.4em Arial, verdana, sans-serif;
	color:#b58587;
	height:138px;
	display:block;
	padding-right:5px;
	float:left;
	outline: none;
}


#nav a:hover,
#nav a.navon
{
	color:#c10073;
	background:url(images/swirl.gif) 0 26px no-repeat;
}

#content
{
	width:760px !important;
	width:860px;
	width/**/:/**/760px;
	padding:0 50px;
}
#wrappercontent {width:860px;}

.split-left
{
	float:left;
	display:inline;
	width:355px;
}

.split-right
{
	float:right;
	display:inline;
	width:355px;
}

#content .left
{
	width:360px;
}

#content .right
{
	width:300px;
}


h1
{
	font:1.8em "Lucida Sans", Arial, sans-serif;
	color:#490004;
}


p
{
	font:1.4em/160% "Lucida Sans", Arial, sans-serif;
	color:#440004;
	margin-bottom:15px;
}

.testimonial
{
	padding-left:30px;
	background:url(images/quotes.gif) no-repeat;
}


#footer
{
	width:860px;
	border-top:1px dotted #bfb5b6;
	padding-top:20px;
	margin-top:30px;
	color:#aea4a5;
}

#footer .left
{
	width:400px;
	padding:10px 0 0 0;
}


#footer .right
{
	width:400px;
	text-align:right;
}

a.testimonial,
#footer a,
#footer a:visited
{
	padding-left:0;
	background:none;
	color:#aea4a5;
}

.pink
{
	color:#c10073;
}




/* News slider */

.skip {
	position: absolute; 
	left: -5000px;
}
.photos {
    text-align: center; 
	padding: 24px 0 0 0;
}


.fl 
{
	float: left; 
	display: inline;
}

.news_slider  img 
{
	border: 0; 
	display: block;
}

.news_slider 
{
	position: relative; 
	width: 760px; 
	margin: 0 auto 40px auto; 
	text-align: left;
}

.news_slider .messaging 
{
	display: block; 
	padding: 5px; 
	margin: 0 0 5px 0; 
	background: #ffffcc;
	font-size:11px;
	text-align:center;
}

.news_slider .prev, 
.news_slider .next 
{
	display: none;
}

.news_slider .prev 
{
	float:left;
}

.news_slider .next 
{
	float:right;
}

.news_slider .container 
{
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%; 
}

.news_slider .news_items 
{
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; 
	width: 760px; 
	overflow: hidden;
}

.news_slider .view_all {
	font-size: .8em; 
	padding: 5px; 
	margin: 0 0 2px 0; 
	text-align: center;
}

.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 760px; 
	margin-right: 1px;
}

.news_slider .item div {
	font-size: .8em; width: 240px; 
	padding: 10px 0 10px 0;
}

img.bottom-margin
{
	margin-bottom:10px;
}

.results
{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #414040;
}

.results p
{
	margin:4px 0 0 0;
	padding:0;
}

.results h4
{
	margin:0;
	padding:0;
}

#paging,
#paging table {
	font-size:12px;
	color:#FFF;
}

#paging a.navon {
	color:#414040;
	text-decoration:none;
}

/* EBS sTYLES */
#wrapper {
	width: 860px; min-height: 550px; height: auto !important; height: 550px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:12px; font-weight:normal; color:#440004;
	text-align: left;
	background-color: #ffffff;
}
#wrapper a:link, a:visited {color:#C81B82; font-weight:normal; text-decoration:none;}
#wrapper a:hover {text-decoration:underline;}
#wrapper table {margin: 0 auto;}


