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

/* eLuminate Design Style Sheet 2009*/

/* Page Elements */


.page {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


.header {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.image-margin-right {
	margin-right: 20px;
	border: 1px solid #E8E8E8;
}



.logo {
	width: 265px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}

.go-button {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


.search-box {
	width: 290px;
	float: right;
	margin-left: 0px;
	margin-top: 70px;
	height: 60px;
}


.search {
	margin: 0px;
	padding: 0px;
}
.advertising {
	height: 146px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	z-index: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.left-column {
	float: left;
	width: 30%;
	height: 100%;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left-column-content {
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	width: 78%;
	background-color: #FDFDFD;
	vertical-align: top;
	padding: 16px;
	margin-top: 0px;
	margin-left: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	height: 100%;
}


.right-column {
	width: 70%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.left-box {
	width: 45%;
	float: left;
	margin: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	padding: 4px;
}
.right-box {
	width: 47%;
	float: right;
	margin: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}

.right-column-content-left {
	width: 45%;
	float: left;
	padding: 6px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F8F8;
}



/* Text Styles */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	letter-spacing: .5px;
}
.white-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: .5px;
}
.grey-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	letter-spacing: .5px;
}


.subheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: .5px;
	font-weight: bold;
	text-transform: capitalize;
}

/* Decoration */

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}

.navigation {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/navigation.jpg);
	padding: 0px;
	height: 54px;
}


/* Navigation */

.menu li {
	display: inline;
}
.menu {
	text-align: center;
	vertical-align: middle;
	width: 96%;
	margin-top: 0px;
	margin-bottom: 0px;
}


a.read-more:link, a.read-more:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F36F34;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
a.read-more:hover, a.read-more:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a.main-menu:link, a.main-menu:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14.5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FAB785;
	vertical-align: middle;
	margin-top: 14px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding-left: 8px;
	margin-right: 8px;
}
a.main-menu:hover, a.main-menu:active {
	color: #FBD8BB;
	text-decoration: none;
	font-weight: bold;
	float: right;
	letter-spacing: 1px;
	display: inline;
	background-repeat: no-repeat;
}


a.footernav:link, a.footernav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #434343;
	text-decoration: underline;
}
a.footernav:hover, a.active:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.footer {
	height: 30px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	text-align: right;
	padding-right: 40px;
	vertical-align: bottom;
	position: relative;
	z-index: 4;
	margin-top: 12px;
}
.testimonial {
	width: 80%;
	float: left;
	background-position: top;
	background-color: #FDFDFD;
	margin-left: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.page-title {
	width: 96%;
	float: left;
	background-position: top;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
}
.subheadings-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: .5px;
	font-weight: bold;
	text-transform: uppercase;
}
.right-column-content {
	width: 96%;
	float: left;
	background-position: top;
}
.thumbs-right {
	border: 1px solid #333333;
	margin-right: 16px;
}
.subheading-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F56F35;
	letter-spacing: .5px;
	font-weight: bold;
}
.right-column-content-border {
	width: 92%;
	float: left;
	margin: 8px;
	background-position: top;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.heading-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F98833;
	letter-spacing: .5px;
	font-weight: bold;
}
.border-dark {
	background-color: #333333;
}
.right-column-content-border-portfolio {
	width: 100%;
	margin: 8px;
	background-position: top;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	float: left;
}
.right-column-content-portfolio {
	width: 94%;
	float: left;
	background-position: top;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
	border-left-color: #F4F4F4;
	border-left-style: solid;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../slideshow/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.subheadings-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE9D5C;
	letter-spacing: .5px;
	font-weight: bold;
	text-transform: capitalize;
}
.left-box2 {
	width: 100%;
	margin: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	padding: 4px;
}
.bg-border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}
