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

body {
	color: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../images/main-bkgrnd.jpg);
	margin:0 auto;
	max-width:108em;
	padding:0;
}

a {
	border: 0;
}

#container {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}

/*HEADER*/

#header h1 {
	margin: 0;
	padding: 10px 0;
}

div.logo {
	margin-bottom:5px;
	margin-left:33px;
	margin-top:10px;
}

div#daydate {
	clear:left;
	float:right;
	font-family:Arial;
	font-size:13px;
	margin-right:30px;
	margin-top:33px;
	color: white;

}

/*NAVIGATION*/

div#header {
	margin:0 auto;
	min-width:980px;
	width:90%;
}

 ul#navlist {
	background-image:url(../images/nav-bkgrnd.jpg);
	background-repeat:repeat-x;
	margin-bottom:0;
	margin-left:0;
	margin-top:10px;
	padding:12px 50px;
	white-space:nowrap;
}

#navlist li {
	font-size: 11px;
	font-weight: bold;
	text-shadow: 2px 1px 1px black;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 15px 15px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	background-image: url(../images/nav-hover-bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
}

/*CONTENT AREA*/

div.transbox {
  	margin:0 auto;
	min-width:980px;
	width:90%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
  
div.transbox p {
  	margin:30px 40px;
  	font-weight:bold;
  	color:#fff;
 }
 
div .slider-box h1  {
	color:white;
	font-family:aller,Aller,Helvetica,Verdana,Arial,sans-serif;
	font-size:27px;
	font-weight:bold;
	margin-bottom:8px;
	text-shadow:1px 1px 2px black;
	width:420px;
}

div .slider-box p  {
	color:white;
	font-family:aller,Aller,Helvetica,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 10px !important;
	text-shadow:1px 1px 2px black;
	width:380px;
}

div .slider-box img {
	border: none;
}


div .slider-box  {
	margin-left: 35px;
	margin-top: 24px;
	width:935px;
	height: 275px;
}

div .image-box {
	float:right;
	margin-right:70px;

}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
     margin:0;
     padding:0;
     display:block;
     overflow:hidden;
     text-indent:-8000px;
}
    /* // image replacement */
    
#content {
	position:relative;
}			
  
/* Easy Slider */

 
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
} 
  
#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:935px ;
	height:275px;
	overflow:hidden; 
}

#slider ul { width: 935px;
height: 275px; }
		
div #slider {
	background-image:url(../images/slider-bkgrnd.jpg);
	background-position:0 27px;
	background-repeat:no-repeat;
	margin:0 27px;
	padding-top:25px;
}

	
#prevBtn, #nextBtn,
	#slider1next { 
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:5px;
	top:130px;
	z-index:1000;
	}	
	
#nextBtn, #slider1next{ 
	left:925px;
	}	
														
#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
	display:block;
	width:50px;
	height:50px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
	display: none;	
	}
		
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}		
	
/* // Easy Slider */
	
div #content-bkgrnd {
	background-image:url(../images/content-bkgrnd.png);
	background-repeat:no-repeat;
	height:239px;
	margin:0 27px;
	padding-bottom:0;
	width:930px;
}

div .content-btm {
	padding-left: 21px;
	/*padding-top: 43px;*/
	width: 270px;
	float:left;
	margin-right: 25px;
	padding-top:10px;
}

div .content-btm-last {
	padding-left: 10px;
	/*padding-top: 43px;*/
	width: 270px;
	padding-top:10px;
	float:left;
}

h3{
	text-transform: uppercase;
	font-family: "Arial Narrow", Helvetica, Verdana, Arial, sans-serif;
	color: #CC6600;
	font-size: 14px;
	margin:0;
}

div.content-btm p, div.content-btm-last p, div.content-btm-last form {
	font-size: 11px;
	line-height: 17px;
	color: #666;
	margin: 17px 0 0;
	font-weight: normal;
}

.content-btm ul, .content-btm-last ul {
	font-size: 11px;
	line-height: 17px;
	color: #666;
	padding-left: 15px;
	margin-top: 17px;
}

.content-btm ul li, .content-btm-last ul li {
	list-style-image: url(../images/orange-bullet.gif);
	list-style-position: outside;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	/*padding-left: 15px;*/
}

.content-btm-last input, .content-btm-last select {
	border:1px solid #CCCCCC;
	margin-bottom:6px;
	padding:5px;
	width:180px;
	}
	
.content-btm-last input.submit, #left-content input.submit{
	margin-bottom:6px;
	padding:5px;
	width: 77px;
	margin-left: 180px;
	border: none;
}

#left-content input.submit {
	margin-left: 490px;
}

div label {
	display:block;
	float:left;
	margin:0 0 5px;
	padding:3px 5px;
	text-align:left;
	width:66px;
}

form div {
	clear:left;
	display:block;
x	padding:1px 3px;
	width:354px;
}

.content-btm-last input.comment-box {
	padding: 5px;
}

div .clear {
clear: both;
}

/*FOOTER*/

#footer {
	border:1px solid #333333;
	font-size:10px;
	margin:0 26px;
	padding-bottom:25px;
	padding-left:25px;
	padding-top:10px;
	width:902px;
}

#footer p {
	padding-top: 10px;
	margin: 0px;
	width: 300px;
	font-weight: normal;
}

div.social-btns {
	float: right;
	text-align: center;
	font-size: 10px;
}

div.social-btns ul {
	margin: 0px;
	
}

div.social-btns ul li {
	display: inline;
	margin-right: 15px;
}

/*INTERNAL PAGES*/

#content-area {
	width: 928px;
	background-image: url(../images/internalbkgrnd.jpg);
	background-repeat: repeat-y;
	margin-left: 27px;
}

#content-area #left-content {
	margin-left: 35px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 20px;
	width: 580px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 20px;
}

span.first
{
 	float:left;
	font-size:60px;
	line-height:0.85em;
	margin-bottom:0.05em;
	margin-right:5px;
}

#left-content p {
	color:#666666;
	font-family:Arial;
	font-size:11px;
	line-height:20px;
	margin:0 0 20px;
}

#left-content a {
	text-decoration: none;
	font-family: Helvetica, Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #183873;
	line-height: 20px;
}

#left-content img {
	border:1px solid #CCCCCC;
	clear:left;
	float:left;
	margin-right:12px;
	padding:5px;
}

#left-content a:hover {
	text-decoration: underline;
}
#left-content .phone {
	font-family: aller, Aller, Helvetica, Verdana, Arial, sans-serif;
	font-size:35px;
	color:#11586B;
	font-weight: bold;
	float: right;
	padding-top: 5px;
}

#content-header {
	background-image: url(../images/header-bkgrnd.jpg);
	background-color: #000000;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content-header h1 {
	color:white;
	font-family: aller, Aller, Helvetica, Verdana, Arial, sans-serif;
	font-size:35px;
	font-weight:bold;
	text-shadow:1px 1px 2px black;
	margin: 0px;
}
	
#content-right {
	float: right;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px 
}

#content-right ul {
	padding-left: 15px;
}

#content-right ul li {
	list-style-image: url(../images/orange-bullet.gif);
	list-style-position: outside;
	font-size: 11px;
	line-height: 21px;
	color: #666;
	padding-left: 0px;
}

#left-content form {
	font-size: 11px;
	line-height: 17px;
	color: #666;
	margin: 17px 0 0;
	font-weight: normal;
}

#left-content input, #left-content select{
	border:1px solid #CCCCCC;
	margin-bottom:25px;
	padding:10px;
	width:345px;
}

#left-content form label {
	display:block;
	float:left;
	font-size:13px;
	margin:0 0 5px;
	padding:3px 5px;
	text-align:left;
	width:200px;
}

#left-content form div {
	clear:left;
	display:block;
	margin:5px 0 0;
	padding:1px 3px;
	width:600px;
}

#left-content input.comment-box {
	padding: 15px 5px;
	height: 150px;
}

/*PORTFOLIO BOXES*/

.portfolio {
	padding-bottom: 20px;
	border-bottom: 1px solid #CC6600;
	margin-bottom: 20px;
}

/*FANCYBOX */


	#imagezoom_overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9999996;
	}

	.imagezoom {
		background-color: #fff;
		border: 1px solid #585858;
		margin: -5px;
		padding: 4px;
		z-index: 9999997;
	}
	
	.imagezoom .loading {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -16px;
		margin-left: -16px;
	}
	
	.imagezoom .image {
		position: relative;
		z-index: 25;
		display: block;
	}
	
	.imagezoom .close {
		width: 30px;
		height: 30px;
		background-image: url(images/closebox.png) !important;
		background-image: url(images/closebox.gif);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;
		cursor: pointer;
		position: absolute;
		top: -15px;
		right: -15px;
		z-index: 30;
	}
	
	.imagezoom .close span {
		display: none;
	}
	
	.imagezoom .caption {
		margin: 0px 0px;
		margin-top: -30px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		height: 30px;
		background-image: url(images/caption.png);
		background-repeat: repeat-x;
		background-color: transparent;
		background-position: bottom left;
		position: relative;
		z-index: 30;
	}
	
	.imagezoom .caption p {
		margin: 0px;
		line-height: 22px;
		height: 30px;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	
	.imagezoom .caption .previous, .imagezoom .caption .next {
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		left: 18px;
		cursor: pointer;
		background-image: url(images/prev.png) !important;
		background-image: url(images/prev.gif);
	}
	
	.imagezoom .caption .next {
		left: auto;
		right: 18px;
		background-image: url(images/next.png) !important;
		background-image: url(images/next.gif);
	}
	
	/** Shadows **/
	
	.imagezoom .s_tl, .imagezoom .s_tr, .imagezoom .s_bl, .imagezoom .s_br {
		width: 13px;
		height: 18px;
		position: absolute;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	.imagezoom .s_tl {
		background-image: url(images/imagezoom/shadow_tl.png) !important;
		background-image: none;
		background-position: top left;
		top: -19px;
		left: -14px;
	}
	
	.imagezoom .s_tr {
		background-image: url(images/imagezoom/shadow_tr.png) !important;
		background-image: none;
		background-position: top right;
		top: -19px;
		right: -14px;
	}
	
	.imagezoom .s_bl {
		background-image: url(images/imagezoom/shadow_bl.png) !important;
		background-image: none;
		background-position: bottom left;
		bottom: -19px;
		left: -14px;
	}
	
	.imagezoom .s_br {
		background-image: url(images/imagezoom/shadow_br.png) !important;
		background-image: none;
		background-position: bottom right;
		bottom: -19px;
		right: -14px;
	}
	
	.imagezoom .s_top, .imagezoom .s_bottom {
		width: 100%;
		height: 18px;
		background-color: transparent;
		background-repeat: repeat-x;
		position: absolute;
		left: -1px;
	}
	
	.imagezoom .s_top {
		top: -18px;
		background-image: url(images/imagezoom/shadow_top.png) !important;
		background-image: none;
		background-position: top left;
	}

	.imagezoom .s_bottom {
		bottom: -18px;
		background-image: url(images/imagezoom/shadow_bottom.png) !important;
		background-image: none;
		background-position: bottom left;
	}
	
	.imagezoom .s_left, .imagezoom .s_right {
		width: 13px;
		height: 100%;
		background-color: transparent;
		background-repeat: repeat-y;
		position: absolute;
		top: -1px;
	}
	
	.imagezoom .s_left {
		left: -13px;
		background-image: url(images/imagezoom/shadow_left.png) !important;
		background-image: none;
		background-position: top left;		
	}
	
	.imagezoom .s_right {
		right: -13px;
		background-image: url(images/imagezoom/shadow_right.png) !important;
		background-image: none;
		background-position: top right;		
	}
	

