/* CSS Document */

body {
	background: url(images/body-bg.gif) left top repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:6px 0;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ff6600;
	font-weight:bold;
	margin:0;
	padding:6px 0;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#669933;
	font-weight:bold;
	margin:0;
	padding:6px 0;
}
a {
	color:#81007f;
}
a:hover {
	text-decoration:none;
}
img		{
	border:none
}
#border table td {
	border:1px solid #669933;
}
#border table {
	border:1px solid #669933;
}
#divider {
	width:100%;
	border-bottom:1px solid #ccc;
	height:1px;
	margin:14px 0 5px 0;
}
.head-content {
	background: url(images/header-bg.png) center top repeat-x;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:100;
}
.head-content2 {
	background: url(images/header2-bg.png) center top repeat-x;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:100;
}
.head-content-bg {
	background: url(images/projects.jpg) center 188px no-repeat;
}
#head {
	width:955px;
	margin:0 auto;
	padding:0px 0 0 0;
	height: 539px;
	position:relative;
}
#head2 {
	width:955px;
	margin:0 auto;
	padding:0px 0 0 0;
	height: 200px;
	position:relative;
}
#logo{
	margin:0 auto; 
	overflow:visible;
	position:absolute;
	height:128px;
	left:0;
}
#logo a{ display:block; position:relative; cursor:pointer; }
#quote{
	float:right;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	height:128px;
}
#navbar {
	float:right;
	height:40px;
	width:830px;
	clear:right;
	text-align:center;
	padding-top:14px;
	position:relative;
	z-index:101;
}
#navbar a {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	color:#81007f;
	padding:0 7px;
}
.wrapper-projects {
	width: 100%;
	position: absolute;
	top: 161px;
	left: 0;
	height:385px;
}
/*---------- tiny ----------*/
.slider {
	float: right;
	margin: 0 -4px -27px 0;
	width: 647px;
	height: 385px;
	position: relative;
	background: url(images/slider-bg.png) top right no-repeat;
}
.carousel {
	position:relative;
	padding: 20px 0 0 28px;
	*padding: 20px 0 0 0px;
	overflow: hidden;
	overflow: hidden;
}
#carousel {
	margin:0 !important;
	padding:0 !important;
	width: 9000px;
}
#carousel li {
	margin:0 0px 0 0 !important;
	padding:0 !important;
	width: 591px;
}
.prev {
	position:absolute;
	left:0px;
	top:162px;	
}
.next {
	position:absolute;
	right:0px;
	top:162px;	
}
	.slider .featured {
		background: url(images/slider-block-bg.png) 0 0 no-repeat;
		width: 270px;
		height: 58px;
		padding: 8px 0 0 24px;
		position: absolute;
		top: 62px;
		left: 2px;
		color: #ff6600;
		text-align: left;
		font-family:"Times New Roman", Times, serif;
		font-size: 26px;
	}
		strong.featured {
			display: block;
			text-transform: uppercase;
			color: #ff6600;
			padding: 15px 0 0 0;
		}
.projects {
	float: left;
	width: 300px;
	padding: 115px 0 0 0;
	text-align: left;
	color: #fff;	
}
#container {
	width: 955px;
	background:url(images/cont_pad-bg.gif) top repeat-x #FFF;
	margin: 0 auto;
	text-align: left;
	position:relative;
	top:-30px;
	z-index:0;
}
#mainContent {
	padding: 25px 20px 10px 20px; 
}
.col-indent {padding-right: 19px;}
.col-1 {
	float: left;
	width: 290px;
}
.col-2 {
	float: left;
	width: 605px;
}
.col-1 img {
	border:5px #FFF solid;
}
#footer {
	color:#FFF;
	font-size:12px;
	line-height:16px;
	margin-top:8px;
}
#footer a {
	color:#FFF;
}
#thumbs {
	float:left;
	margin:0 8px 5px 0;
	width:220px;
	text-align:center;
	font-size:12px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input.srcfrm2 {
	width:180px;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#000000;
}
textarea.gbmorelines {
	width:450px;
	height:150px;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	background-color:#FFFFFF;
	border-width:1px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-color:#000000;
}