/* LAYOUT */
/* ----------------------------------------- */

body {
	background-image:url(../images/bg1.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color: #000;
	font-size:62.5%;
	font-weight: normal;
	color:#8B8A88;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	background-attachment: fixed;
}


#wrapper {
	width:1100px;
	margin:0 auto;
}


#header {
	background-image:url(../images/bg1.jpg);
	background-position:50% 0;
	width:1100px;
	padding-bottom:28px;
	margin:0 auto;
	height:100px;
	position: fixed;
	z-index:100;
	background-attachment: fixed;
}

#logo {
	width:960px;
	margin:0 auto;
	text-align: left;
}

#logo img {
	margin-top:25px;
	margin-bottom:10px;
}

a {
	color: #FFF;
	text-decoration: none;
	outline:0;
}

a:link {
	color: #FFF;
	text-decoration: none;
} 

a:visited {
	color: #FFF;
}

a:hover,
a:focus {
	color: #FFF;
	text-decoration: none;
	outline:0;
}

a:active {
	color: #FFF;
}

h1 {
	color:#FFF;
	font-size:2.5em;
	text-transform: uppercase;
	margin-bottom:14px;
	padding-top:32px;
}

h1 span {
	font-weight:bold;
	margin:0;
	padding:0;
	margin-left:-8px;
}

h2 {
	color:#FFF;
	font-size:2.0em;
	line-height:1;
	margin-top:-2px;
	min-height:25px;
}

h3 {
	color:#FFF;
	font-size:1.8em;
}

h4 {
	color:#FFF;
	font-size:1.6em;
}

h5 {
	color:#FFF;
	font-size:1.4em;
}

h6 {
	color:#FFF;
	font-size:1.2em;
}


p {
	font-size:1.4em;
	line-height: 1.8em;
	font-weight:normal;
}

img {

}

img.left {
	float:left;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:0;
}

ul.unordered {
	margin-top:20px;
}

ul.unordered li {
	padding-left:26px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	font-size: 1.4em;
	display: block;
}

ol {
	margin-top:20px;
	overflow: hidden;
}

ol li {
	line-height:16px;
	margin-bottom:10px;
	font-size: 1.4em;
	list-style-position: inside;
	list-style-type: decimal;
}

.borderline {padding-top:150px;}


/* TABLES */
/* ----------------------------------------- */

table {
	width: 100%;
	font-size:14px;
	border-collapse: collapse;
	border-bottom:1px solid #8B8A88;
	border-top:1px solid #8B8A88;
}

table td {
	padding: 10px;
	border-right:1px solid #8B8A88;
}

table td:hover {
	background-color: #333;
}

table th {
	padding: 10px;
	color:#FFF;
	text-align: left;
	border-right:1px solid #8B8A88;
}

table td.center {
	text-align: center;
}

table td.last {
	background: none;
}

table th.center {
	text-align: center;
}

table th.last {
	background: none;
}

table tr {
	border-left:1px solid #8B8A88;
	border-top:1px solid #8B8A88;
}

table tr.caption {
	border-left:1px solid #8B8A88;
}


/* MENU */
/* ----------------------------------------- */

ul#menu {
	background-image:url(../images/menu.png);
	width:962px;
	height:52px;
	margin:0 auto;
	background-repeat: no-repeat;
	overflow:hidden;
	clear:both;
}

ul#menu li {
	background-image:url(../images/sep.png);
	background-position: right;
	background-repeat: no-repeat;
	width:112px;
	height:52px;
	margin-right:-2px;	
	display: block;
	float:left;
}

ul#menu li a {
	width:109px;
	height:52px;
	padding:0;
	margin:0;
	padding-top:14px;
	color:#8b8a88;
	font-size: 1.6em;
	text-decoration: none;
	display: block;
	text-align: center;
	outline: 0;
	float:left;
}

ul#menu li a:hover, ul#menu li a.hover {
	width:109px;
	height:52px;
	padding-top:14px;
	font-size: 1.6em;
	text-decoration: none;
	display: block;
	outline: 0;
	background-image:url(../images/light3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color:#FFF;	
	float:left;
}

/* SLIDER */
/* ----------------------------------------- */

#slider {
	background-image:url(../images/sliderbg.png);
	background-repeat: no-repeat;
	margin:0 auto;
	width:920px;
	height:340px;
	padding:20px;
	padding-bottom:34px;
	display: block;
}

#slider2 {
	margin:0 auto;
	width:1100px;
	height:550px;
	display: block;
	position: relative;
	z-index:50;
	margin-bottom:300px;
}

#sliderholder2 {
	width:1100px;
	height:550px;
}

#sliderholder {
	width:920px;
	margin:0 auto;
	position: relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}

#sliderholder img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* SERVICES */
/* ----------------------------------------- */

#services {
	text-align: center;
	padding:0;
	margin:0;
	white-space: nowrap;
	font-size: 20px;
	overflow: hidden;
	width: 960px;
	margin-top:10px;
	margin:0 auto;
	margin-bottom:300px;
}

.child {
	width:120px;
	padding:0;
	margin:0;
	padding-right:20px;
	padding-left:20px;
	display: block;
	float:left;
	letter-spacing: normal;
	white-space: normal;
	vertical-align: middle;
}

.child p {
	text-align: center;
	padding:0;
	margin:0;
	color:#8b8a88;
	font-size: 12px;
	line-height:17px;
	overflow: hidden;
	display:block;
	width: auto;
	padding-top:5px;
}

.child img {
	text-align: center;
	padding-top:7px;
}

.child h2 {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color:#fff;
	margin-top:-20px;
}


/* ABOUT */
/* ----------------------------------------- */

.about-container {
	width:920px;
	background-image:url(../images/transbg.png);
	padding:20px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:300px;
}

.about-container p {
	padding-top:10px;
	line-height: 22px;
}

.about-container h2 {
	overflow: hidden;
	display: inline-block;
}

.about-container ul {
	margin-top:20px;
	overflow: hidden;
}

.about-container ul li {
	padding-left:26px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	font-size: 1.4em;
	display: block;
}

/* PORTFOLIO */
/* ----------------------------------------- */

#portfolio {
	overflow: hidden;
	width: 960px;
	margin:0 auto;
	margin-bottom:350px;
}

.grid {
  width: 980px;
  overflow: hidden;
  margin-left:-20px;
}

.grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.grid li {
  width: 225px;
  margin-left: 20px;
  margin-bottom:20px;
  float: left;
  text-align: center;
  line-height: 17px;
  color: #686f74;
  height: 150px;
  overflow: hidden;
  background-image:url(../images/imgbg.png);
}

.grid li a {
  outline:0;
  
}

.grid li img {
  display: block;
  width:205px;
  height:130px;
  padding:10px;
}

.gallerynav {
	width:958px;
	margin:0 auto;
	overflow: hidden;
	height:30px;
	margin-top:150px;
}


.gallerynav li {
	float:left;
	color:#8b8a88;
	font-size:1.5em;
	line-height:1.6em;
	margin-right:5px;
}

.gallerynav li a {
	text-decoration: none;
	color:#8b8a88;
	outline:0;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
	border:0;
}

.gallerynav li a:hover {
	background-color:#000;
}

.gallerynav li.selected-0,
.gallerynav li.selected-1,
.gallerynav li.selected-2,
.gallerynav li.selected-3,
.gallerynav li.selected-4,
.gallerynav li.selected-5 {
	background-color:#000;
}

#gallery {
	clear:both;
	margin-top:30px;
}

/* PORTFOLIO CAPTIONS */
/* ----------------------------------------- */

.boxgrid{ 
	float:left; 
	overflow: hidden; 
	position: relative;
	width:225px;
	height:140px;
}

.boxcaption { 
	position: absolute; 
	background: #000;
	height: 70px; 
	width: 205px; 
	margin-left:10px;
	margin-bottom:10px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top:140px;
	left: 0;
	}
	
.caption .boxcaption {
	left: 0;
	top:140px;
}

.cover strong {
	font-size:10px;
	margin:0;
	padding:0;
	line-height:1;
	padding:0;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	color:#fff;
	font-weight: normal;
	display: block;
}

.cover em {
	font-size:10px;
	line-height: 12px;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	text-align: left;
	font-family: Georgia, Times, sans-serif;
	font-style: italic;
	color:#8B8A88;
	display: block;
}

.cover em a {
	color:#8B8A88;
	text-align: left;
	font-family: Georgia, Times, sans-serif;
	font-style: italic;
	text-decoration: none;
}


/* NEWS */
/* ----------------------------------------- */

#news {
	width: 960px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom:300px;
}

#output {
	width: 660px;
	height: 360px;
	float:right;
	background-image:url(../images/transbg.png);
	background-repeat: repeat;
}

#output .entry {
	position: absolute;
	width: 620px;
	height: 360px;
	padding:20px;
	
}

.show {
	width: 620px;
	height: 360px;
	display:none;
}

.hide {
	display: block;
}

#output .entry p {
	line-height: 22px;
	padding-bottom:5px;
}

#output .entry img {
	display: inline;
	margin-top:6px;
}

.entry h2 {
	overflow: hidden;
	margin-bottom:10px;
	line-height: 1;
	min-height: 25px;
}


#output .entry ul {
	margin-top:20px;
	overflow: hidden;
}

#output .entry ul li {
	padding-left:26px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	font-size: 1.4em;
	display: block;
}

div.altnews_wrapper {
	position: relative; 	
	height: 360px;
	width: 270px;
	overflow: auto;
	float:left;
	background-image:url(../images/transbg.png);
}
ul.altnews {
	padding: 0;
	font-size: 1.6em;
}

.altnews li {
	display: block;
	width: 270px;
	height:60px;
	background-image:url(../images/tab.png);
	background-position: top;
	background-repeat: no-repeat;
}

.altnews li:first-child {
	background:none;
}

.altnews li a {
	display: block;
	height:30px;
	padding:10px;
	padding-top:20px;
	padding-left:70px;
	color:#8B8A88;
	text-decoration: none;
	outline: 0;
}
.altnews a:hover {
	text-decoration: none;
	color: #FFF;
}

.altnews a.current {
	text-decoration: none;
	color: #FFF;
}


/* DATES */
/* ----------------------------------------- */

.postdate {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  background-color:#171717;
  margin-left:10px;
  margin-top:10px;
}

.month, .day, .year {
  position: absolute;
  text-indent: -1000em;
  background-image: url(../images/dates.jpg);
  background-repeat: no-repeat;

}
.month { top: 22px; right: 16px; width: 24px; height: 18px;}
.day { top: 5px; left: 0; width: 25px; height: 18px;}
.year { top: 0; right:1px; width: 12px; height: 40px;}

.m-01 { background-position: -1px 0px;}
.m-02 { background-position: -1px -18px;}
.m-03 { background-position: -1px -36px;}
.m-04 { background-position: -1px -54px;}
.m-05 { background-position: -1px -72px;}
.m-06 { background-position: -1px -90px;}
.m-07 { background-position: -1px -108px;}
.m-08 { background-position: -1px -126px;}
.m-09 { background-position: -1px -144px;}
.m-10 { background-position: -1px -162px;}
.m-11 { background-position: -1px -180px;}
.m-12 { background-position: -1px -198px;}

.d-01 { background-position: -28px 0;}
.d-02 { background-position: -28px -18px;}
.d-03 { background-position: -28px -36px;}
.d-04 { background-position: -28px -54px;}
.d-05 { background-position: -28px -72px;}
.d-06 { background-position: -28px -90px;}
.d-07 { background-position: -28px -198px;}
.d-08 { background-position: -28px -126px;}
.d-09 { background-position: -28px -144px;}
.d-10 { background-position: -28px -162px;}
.d-11 { background-position: -28px -180px;}
.d-12 { background-position: -28px -198px;}
.d-13 { background-position: -28px -216px;}
.d-14 { background-position: -28px -234px;}
.d-15 { background-position: -28px -252px;}
.d-16 { background-position: -28px -269px;}
.d-17 { background-position: -56px 0;}
.d-18 { background-position: -56px -18px;}
.d-19 { background-position: -56px -36px;}
.d-20 { background-position: -56px -54px;}
.d-21 { background-position: -56px -72px;}
.d-22 { background-position: -56px -90px;}
.d-23 { background-position: -56px -198px;}
.d-24 { background-position: -56px -126px;}
.d-25 { background-position: -56px -144px;}
.d-26 { background-position: -56px -162px;}
.d-27 { background-position: -56px -180px;}
.d-28 { background-position: -56px -198px;}
.d-29 { background-position: -56px -216px;}
.d-30 { background-position: -56px -234px;}
.d-31 { background-position: -56px -252px;}

.y-2009 { background-position: -87px 2px;}
.y-2010 { background-position: -87px -38px;}
.y-2011 { background-position: -87px -78px;}
.y-2012 { background-position: -87px -118px;}
.y-2013 { background-position: -87px -158px;}
.y-2014 { background-position: -87px -198px;}



/* NEWS SCROLL */
/* ----------------------------------------- */

.scroll-pane {
	height:325px;
	overflow: auto;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: 0;
	border:none;
	padding-right:5px;
	width:600px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag {
	position: absolute;
	overflow: hidden;
	background: #8B8A88;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color:#949392;

}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;}


/* CONTACT FORM */
/* ----------------------------------------- */

#contact {
	color:#8B8A88;
	height:1000px;
}

.contact-container {
	width:920px;
	overflow: hidden;
	padding:20px;
	background-image:url(../images/transbg.png);
	margin:0 auto;
	margin-bottom:230px;
}

.contact-form {
	width:400px;
	margin-top:7px;
	float:left;
	overflow: hidden;
	min-height: 350px;
}

.contact-form p {
	margin-bottom:33px;
}

    
.contact-right {
	width:400px;
	float:right;
}

/* INFORMATION */
/* ----------------------------------------- */

.contact-info ul {
	padding:0;
	margin:0;
	margin-top:6px;
}  

.contact-info ul li {
	padding-left:50px;
	font-size:1.4em;
	margin-bottom:6px;
} 

.contact-info ul li.address {
	background-image:url(../images/icon-home.png);
	background-repeat:no-repeat;
	height:27px;
	line-height:27px;
} 

.contact-info ul li.phone {
	background-image:url(../images/icon-tel.png);
	background-repeat:no-repeat;
	height:26px;
	line-height:23px;
} 

.contact-info ul li.email {
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	height:25px;
	line-height:20px;
}

/* SOCIAL ICONS */
/* ----------------------------------------- */

ul.social li {
	float:left;
	height:25px;
	width:25px;
	margin:0;
	padding:0;
	margin-left:15px;
}

ul.social li a {
	outline: 0;
} 

ul.social li a img {
	position:relative;
} 

ul.social li:first-child {
	margin-left:0;
} 


/* TWITTER */
/* ----------------------------------------- */

#twitter {
	background-image:url(../images/twitterbg.png);
	background-repeat:no-repeat;
	width:271px;
	height:112px;
	padding:10px;
	padding-left:20px;
	padding-right:50px;
	margin-bottom:25px;
	margin-top:25px;
}

.message {
	padding:0;
	color: #717171;
	font-family: Georgia, "Times New Roman", serif;
	font-size:1.4em;
	line-height:1.5em;
	font-style:italic;
	display: block;
}

.message a{
  font-weight:normal;
  text-decoration: none;
  color: #FFF;
}

em.twitterTime a {
	text-decoration: none;
	font-style: normal;
	color:#ffffff;
	padding-top:5px;
	font-size:10px;
	display: inline-block;
}

em.twitterTime a:hover {
	text-decoration: underline;
}

.panel {
position: fixed;
top: 130px;
left: 0;
display: none;
background: #0F0F0F;
width: 140px;
height: auto;
padding: 30px 10px 10px 111px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color:#8B8A88;
text-decoration: none;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

.panel ul {
	margin-bottom:20px;
	margin-top:5px;
}

.panel ul li {
	list-style-position: inside;
	list-style-type: circle;
}

.panel h3 {
	font-variant: small-caps;
	font-size:12px;
	color:#fff;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 11px;
line-height:16px; 
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#fff;
padding: 10px 55px 10px 10px;
font-weight: normal;
background:#161616 url(../images/plus.png) 85% 55% no-repeat;
display: block;
width:20px;
}

a.trigger:hover{
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 11px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#fff;
padding: 10px 55px 10px 15px;
font-weight: normal;
background:#1F1F1F url(../images/plus.png) 85% 55% no-repeat;
display: block;
width:20px;
}

a.active.trigger {
background:#222222 url(../images/minus.png) 85% 55% no-repeat;
}
