
/*
* HTML TAGS
*
*/

*{
   padding: 0;
	margin: 0;
}

:focus{
   outline: 0;
	border: 0;
}


/* Clear Fix */
* html .clearfix{ /* float clearing for IE6 */
  height: 1%;
  overflow: visible;
}

*+html .clearfix{	/* float clearing for IE7 */
  min-height: 1%;
}

.clearfix:after{ /* float clearing for everyone else */
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


BODY{
	/*color: #f8f8f8;*/
	color: #b4b3b1;
	background: #2b2923;
   font: 11px/18px "Lucida Grande", "Segoe UI", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	padding: 25px;
}

A{
   color: #eeeeee;
}
A.important{
   color: #ff444d;
}

P{
   margin: 10px 0;
}

P STRONG{
   color: White;
}

IMG{
   margin: 10px 0;
	vertical-align: top;
}

.intro{
	line-height: 24px;
	color: #ff444d;
	margin-top: 0;
	font-size: 18px;
	font: 20px/23px "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
   font-weight: normal;
}

.mute{
   color: #6a6965;
}

.highlight{
   color: White;
}

H1{
	font: 21px/19px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 38px;
	color: White;
}


H1.first{
	margin-top: 0px;
}

H2{
	font-size: 13px;
	font-weight: bold;
   margin: 10px 0;
	color: White;
}

UL{
	list-style: none outside;
	margin: 0;
	padding: 0;
}

LI{
   margin: 5px 0px;
}

LI LABEL{
   float: left;
	width: 65px;
}

UL.tight{

}

UL.tight LI{
   margin: 0px;
}

A.permalink{
   background: transparent;
	color: transparent;
	display: block;
	width: 5px;
	height: 5px;
}



/*
* BLOCKS
*
*/

#header{
	clear: both;
	background: transparent url(images/header_logo.gif) no-repeat top left;
}

#title{
	color: White;
	display: block;
	height: 28px;
	width: 158px;
}

#title SPAN{
   display: none;
}

#title SPAN STRONG{
   color: #ff444d;
}

#header .tabs{
	margin-top: 110px;
	width: 756px;
	margin-bottom: 25px;
}

#header .tabs LI{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 1px;
}

#header .tabs LI A{
   display: block;
	background: #43423d;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 94px;
	color: White;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	text-indent: -500px;
	overflow: hidden;
}

#header .tabs LI.current{
}

#header .tabs LI A:hover{
	background-color: #3a3833;
	background-position: 0px -80px;
}

#header .tabs LI.current A{
	background-color: #ff444d;
	background-position: 0px -40px;
}

#header .tabs LI.recent A{ background-image: url(images/tab_recent.gif); }
#header .tabs LI.archive A{ background-image: url(images/tab_archive.gif); }
#header .tabs LI.about A{ background-image: url(images/tab_aboutus.gif); }
#header .tabs LI.contact A{ background-image: url(images/tab_contact.gif); }


#header .tabs LI A SPAN{display: none;}


#main{
	clear: both;
	margin-top: 10px;
}

#main.projects{
	margin-top: 0px;
}

#content{
	width: 482px;
   margin-right: 22px;
	float: left;
	margin-bottom: 15px;
}

#sidebar{
	width: 230px;
  margin-right: 22px;
	float: left;
	margin-bottom: 25px;
}

.col{
	width: 230px;
	float: left;
	margin-left: 22px;
}

.colfirst{
	width: 230px;
	float: left;
}


.projects{

}

.projects .itemArchive{
	clear: both;
	float: left;
	margin-bottom: 25px;
	font-size: 11px;
	text-indent: -6000px;
}

.projects .itemArchive A{
	color: #2b2923;
   display: block;
	height: 34px;
	width: 120px;
	background: transparent url(images/tab_archive.gif) no-repeat 0 0;
}

.projects .itemArchive A:hover{
	background-position: 0px -80px;
}

.projects .itemArchive A:active{
	background-position: 0px -40px;
}

.projects .item{
	clear: both;
	float: left;
	color: #2b2923;
   background: #f8f8f8;
	padding: 22px;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.projects .item A{
	color: #2b2923;
}

.projects .item .left{
	float: left;
	width: 208px;
	/*margin-right: 22px;*/
}

.projects .item H1{
	margin: 0;
	margin-bottom: 5px;
	color: #2b2923;
}

.projects .item UL.meta{
	color: #73716d;
	font-size: 9px;
	line-height: 13px;
  list-style: none outside;
	margin-bottom: 13px;
}

.projects .item UL.meta LI{
	margin: 0;
}

.projects .item UL.meta LABEL{
	margin-right: 0.5em;
	font-weight: bold;
   float: none;
	width: auto;
}

.projects .item DIV.description{
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 9px;
}

.projects .item DIV.description P{
	margin: 0;
	margin-bottom: 6px;
}

.projects .item A.launch{
	display: block;
	background: url(images/bt_launch.gif) no-repeat 0 0;
	width: 78px;
	height: 26px;
	margin-bottom: 18px;
}

.projects .item A.launch:hover{ background-position: 0 -26px; }
.projects .item A.launch:active{ background-position: 0 -52px; }
.projects .item A.launch:focus{ background-position: 0 -52px; }
.projects .item A.launch SPAN{ display: none; }

.projects .item .display{
	float: right;
	margin-left: 22px;
}

.projects .item .display *{
	vertical-align: bottom;
}

.projects .item .display IMG{
	vertical-align: bottom;
   background: White;
	border: 1px solid #c4c4c4;
	margin: 0;
	margin-bottom: 22px;
  	_margin-bottom: 0px;
}

#map{
   color: #22211b;
}



#footer{

}

#backTotop{
   display: block;
	width: 80px;
	color: #6a6965;
	font-size: 9px;
	padding-left: 10px;
	margin-top: 90px;
	background: transparent url(images/footer_backtotop.gif) no-repeat 0 -1px;
}

#backTotop:hover,
#backTotop:active{
	color: White;
	background-position: 0 -21px;
}


/*
 * NEWSLETTER FORM
 *
 */

FORM{
	margin: 0;
	padding: 0;
	font: inherit;
}

INPUT{
   font: 11px/13px "Lucida Grande", "Segoe UI", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	padding-bottom: 5px;
	border: 0;
	background: #eaeae9;
	color: #51504b;
	width: 156px;
	margin: 0;
}

.inputBlock{
	float: left;
	clear: both;
   margin-bottom: 2px;
	/*background: #eaeae9;*/
	margin-top: 1px;
}

.inputBlock IMG,
.inputBlock INPUT{
	display: block;
	margin: 0;
	float: left;
}

.inputBlock IMG{
	margin: 0;
	padding: 0;
   vertical-align: text-bottom;
}

.submit{
	clear: both;
	display: block;
	width: 95px;
	height: 27px;
	padding: 3px 7px;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	line-height: 20px;
	color: White;
	cursor: pointer;
	background: transparent url(images/bt_send.gif) no-repeat top left;
}
.submit:hover{
   background-position: 0 -30px;
}
.submit:active,
.submit:focus{
	outline: 0;
}





















