

body {
	background: #fff url(images/body-bg.png) top left repeat-x;
	margin: 0 auto;
	font-family: helvetica;
	font-size:1em;
	color:#1d1d1d;
	overflow-x:hidden;
}

p {
	margin:0;
	padding:10px 0 0 0;
	font-size:.9em;
}


a, a:hover, a:active, a:focus {
	   outline: none;
	}

h2 {
	font-weight:500;
	color:#000;
	border-bottom:solid 1px #cfc6c5;
	font-size:1em;
	letter-spacing:1px;
	margin-bottom:15px;
}

h3 {
	font-weight:300;
	color:#000;
	font-size:1.2em;
	letter-spacing:1px;
	margin-top:5px;
	margin-bottom:5px;
}
.blue {
	color:#0f6997;
}
.center {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

ul {
	margin-top:5px;
	margin-left:10px;
	margin-bottom:0;
}

ul li {
	list-style-type:circle;
}

a img{
	border:none;
}

#header-container {
	margin:0 auto;
	border-top: solid 10px #1d1d1d;
	width:100%;
	background: url(images/header-bg.png) top center no-repeat;
	height:148px;
}

#header {

	padding: 10px 0;
	font-size:.6em;
	font-weight:700;
	overflow:auto;

}

#header-container p {
	font-size:1.3em;
}

#tagline {
	background: url(images/tagline.png) top right no-repeat;
	height:25px;
	margin-top:65px;
	
}

#logo {
	margin-top:10px;
}

#contact-expose {
	cursor:pointer;
}

#content-container {
	height:287px;
	background:url(images/preface-bg.png) top left no-repeat;
}
#content-container h2{ 
	color:#fff;
	font-size:1.1em;
	letter-spacing:1px;
	border:none;
	margin-bottom:0;
	}

	
#content-container p{ 
		color:#fff;
		font-size:.8em;
	}
#content-container ul {
		color:#fff; 
		font-size:.8em;
	}
	
#content-area {
	margin-top:30px;
}

#content-area h2 {
	font-weight:300;
	color:#000;
	border-bottom:solid 1px #cfc6c5;
	font-size:1.8em;
	outline: none;
	cursor:pointer;
}
#content-area h2 a {
		cursor:pointer;
		display:block;
}
#content-area h2 a:hover {
	color:#C4BE1C;
	cursor:pointer;
}

#portfolio-content {
	margin-bottom:15px;
}



/**
 * jquery slider blocks */
 
 
 .boxgrid{
	border:solid 5px #fff;
	width: 210px;
	height: 119px;
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
	

}
 .boxgrid p {
	padding-top:5px;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
		
}

.boxcaption{
	color: white;
	position: absolute;
	background: #000;
	padding-left:5px;
	height: 100px;
	width: 205px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

 	}
 	
 	.boxcaption h3{
 	margin-top: 2px;
 	margin-bottom: 2px;
 	overflow-x: hidden;
}
 	
 	 .captionfull .boxcaption {
 	top: 119;
 	left: 0;
 		
 }
 .caption .boxcaption {
 	top: 100;
 	left: 0;
 }


#about-overview {
	padding:5px;
	color:#fff;
	background-color:#000;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#about-overview h3 {
	color:#0F6997;
}
#about-overview ul {
	font-size:.8em;
}



#footer {
	background-color:#000;
	height:30px;
	border-top:solid 1px #cccccc;
	position:fixed;
	bottom:0;
	width:100%;
	color:#fff;
	font-size:.7em;
	letter-spacing:1px;
	z-index:3;
}

#footer p {
	margin-top:0;
	padding-top:4px;
}
#footer a {
	color:#fff;
}
#footer img {
	margin-left:10px;
}

/* the overlayed element */
.overlay {
	
	/* growing background image */
	background: url(overlay/black.png) top left no-repeat;
	
	/* dimensions after the growing animation finishes  */
	width:720px;
	height:600px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	padding-left:25px;
	
	top: 50px;
	left: 50px;
	color: white;
}
.overlay h2 {
color: white;
border-bottom:solid 1px white;
}
/* default close button positioned on upper right corner */
.overlay .close {
	background-image:none;
	position:absolute;
	left:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
.overlay.black {
	background:url(overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
.overlay.petrol {
	background:url(overlay/petrol.png) no-repeat !important;
	color:#fff;
}

.black h2, .petrol h2 {
	color:#ddd;		
}


.ui-stat-active h2 a {
	color:#000;
}

.ui-icon-triangle-1-e {
	width:20px;
	height:20px;
	background-color:black;
}

h2.ui-state-default a{
	background:url(images/list-default.png) top right no-repeat;

}
h2.ui-state-hover a{
	background:url(images/list-default-hover.png) top right no-repeat;

}
h2.ui-state-active a{
		background:url(images/list-active.png) top right no-repeat;

}
h2.ui-state-hover.ui-state-active a{
		background:url(images/list-active-hover.png) top right no-repeat;

}