@charset "UTF-8";

/* CSS Reset */

body {
	padding: 0;
	margin: 0;

}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}
p {
	margin: 1em 0;
}
:focus { /* Mozilla dotted-border fix */
	-moz-outline-style: none;
	outline: 0;
}
/*------------------------------
=BASIC SETUP
------------------------------*/

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav {
	display: block;
}

html,body {
	margin: 0px, auto;
	padding: 0px;
	height:100%;
	font: 12px;
	line-height: 1.3em;  
	background: #ffffff;
	background-attachment:fixed;
	background-image: url(../images/structure/background.jpg);
}
#container {
	position:relative;
	margin-top:0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow: hidden; 
	
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#52da00;
	font-size: 2.6em;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#52da00;
	font-size: 2.0em; 
	padding-top: 25px;
	padding-bottom: 8px;
}

h3 {
	color:#52da00;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	
}

h4 {  
	color:#52da00;
	font-size: 1.3em;  
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 1em;  
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;  
	color:#3B3B3B;
}
  
blockquote {  
	font-size: 1.5em;  
}  

input {  
	font-size: 1.0em;  
}  

small {  
	font-size: 0.75em;  
}  

a{
	color:#52da00;
	text-decoration: none;
}

a:hover{
	color:#666666;
}

/*------------------------------
=HEADER font-family: Tahoma, Arial, Georgia;
------------------------------*/
header {
	height: 184px; /* 138 */
	background-image:url(../images/structure/topbg.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

header div {
	display: table;
	margin: 0 auto;
	padding: 0px 0;
	width: 942px;
	color: #777;
}

#title {
	position: relative;
	float: left;
	display: block;
	height: 49px;
	width: 378px;
	margin-top: 80px;
	left: 0px;
	background-image: url(../images/structure/header_legacy.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
}  

#logo {
	position: relative;
	float: right;
	display: block;
	width: 441px;
	height: 234px;
	right: -52px;
	top: 0px;
	background-image: url(../images/structure/right_logo.png);
	background-repeat: no-repeat;
}  

/*------------------------------
=NAVIGATION
------------------------------*/

nav {
	position:relative;
	height:28px;
	width: 942px;
	top:0px; /* 27 */
	margin-top: -27px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}

nav ul {
	margin: 0 auto;
	list-style: none;
}

nav ul li {
	float: left;
	margin:0 22px 0 0;
}

nav ul li a {
	display: block;
	margin-right: 18px;
	font-size: 1em;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

nav ul li a:hover {
	color: #ffffff;
	border-bottom: 3px solid #69da00;	
}

/* for active nav state*/
#active{
	border-bottom: 3px solid #69da00;
	
}

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	width:942px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:63px;	/* Height of the footer */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#mainContent {
	float: left;
	width: 542px;
	margin-top: 35px;
	padding-right: 25px;
}

#mainContentFull {
	float: left;
	width: 942px;
	margin-top: 55px;
	padding-right: 25px;
	margin-bottom: 35px;
}

aside {
	float: left;
	width: 372px;
	background-color: #ececec;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5c5c5;
	border-left-color: #c5c5c5;
	margin-bottom: -5000px; 
	padding-bottom: 5000px;
}

#right{
	display: block;
	float: right;
	position: relative;
}

#news {
	position:relative;
	width:350px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 15px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
}		

ul#news-block {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#news-block li {
	margin: 0;
	padding: 0;
}

ul#news-block li {
	color:#666666;
    display: inline-block;
    vertical-align: top;
       /* For IE 7 
    zoom: 1;
    *display: inline;*/
}

#clients {
	position:relative;
	width:350px;
	padding-top: 0px;
	margin-top: 0px;
	margin: 35px 0px 0 0;
}

#clients img {
	margin-top: 12px;
}

#services {
	position:relative;
	width:350px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}		

#services p {
	font-style:italic;
	border-bottom-style:none;
	border:0;
}

#services ul {
	font-size: .9em;  
	display:block;
	float:left;
	clear:both;	width:300px;
	list-style: none;
	color:#3B3B3B
}

#services li {
	float: left;
	width:150px;
	margin: 5px 0px 0 0;
}

#services h3 {
	display:block;
	float:left;
	clear:both;
	color:#52da00;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	font-style:italic;
	font-weight:normal;
	line-height: 40px;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#services h2 {
	margin-top:0px;
	padding-top:0px;
	padding-bottom: 0px;
}

#contact-txt {
	position:relative;
	width:350px;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-style:italic;
}		

#contact-txt-main {
	margin-top: 0px;
}		
 .warning { color: red; }
 
form.simple-form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	position:relative;
	top: -15px;

	padding-left:70px;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.simple-form .gray * { color: gray; }

/*                       */
#logos ul li {
	float:left;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	font-size: .80em;  
	height: 60px;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#skills {
	position:relative;
	width:350px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#skills ul {
	color:#3B3B3B;
}

#skills li {
	width:300px;
	margin: 5px 0px 0 0;
}

/* Home Page Callouts */
#home_links ul{
	width: 942px;
}

#home_links li{
	display: block;
	position: relative;
	float: left;
	width: 424px;
	height: 61px;
	margin-top: 20px;
	padding: 0px;
}

#home_links p{
	display: block;
	position: relative;
	float: left;
	margin-top: -10px;
	padding-top: 0px;
	font-size:.9em;
	color:#616161;
}
#home_links img {
	display: inline;
	position: relative;
	float: left;
	margin-right: 8px;
	border: 0px;
	
}

#home_links h4 {  
	color:#2a2a2a;
	font-size: 1.2em;
	margin-bottom: 0px;  
	padding-top: 2px;
	padding-bottom: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home_links div{
	display: block;
	position: relative;
	float: left;
	width: 424px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: dashed;
}
.marginpush {
	margin-right: 90px;
}

#date{
	width:820px;
	position: relative;
	margin-top:130px;
	margin-right: auto;
	margin-left: auto;
}


/* Detail Pages  */

#details h4 {  
	font-size: 1.3em;
	margin-bottom: 15px;  
	padding-top: 2px;
	padding-bottom: 0px;
	color:#3B3B3B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#projectName{
	display: block;
	position: relative;	
}

#projectName p{
	margin: 0;
	color:#616161;	
}

#projMain-btn{
	position: absolute;
	display: block;
	bottom: 70px;
	clear: both;
	width: 942px;
	height:20px;
	margin: 0px auto;
}
/*

#details div {
	display: inline;
	position: relative;
	float: left;
	width: 942px;
	padding-bottom: 0px;
	margin-bottom:13px;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: dashed;
}
*/
#details li {
	display: inline;
	clear: both;
	position: relative;
	width: 243px;
	line-height: 1.3em;
	
}

#details p{
	color:#616161;
}

#details img{
	color:#616161;
}

#details ul{
	top:27px;
	width: 290px;
	display: block;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	
}

#detailimgbac{
	left: -11px;
	width: 306px;
	height: 184px;
	margin-bottom: 25px; 
	padding-left: 11px;
	padding-top: 1px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/structure/detail_smallbg.png);
}
/*------------------------------
=Projects 
------------------------------*/
/* Project Captions */
.boxgrid{ 
	width: 396px; 
	height: 164px; 
	margin: 5px;
	overflow: hidden;  
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}
.boxgrid p{ 
	padding-left: 8px; 
	color:#fff; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	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: 164px;
	left: 0px;
}
.caption .boxcaption {
	top: 304px;
	left: 0px;
}		
		
/* * Project Captions */		
		
/* Projects  */		
		
.image-holder{
	background-image: url(../images/structure/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}	
			
ul.gallery {
	width: 942px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	height: 182px;
	width: 431px;
	padding-left:12px;
	padding-top: 3px;
	float: left;
	margin-top: 25px; 
	text-align: left;
	background-image:url(../images/structure/pj_thb-bg.png);
	background-repeat:no-repeat;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li a.thumb {
	height: 164px;
	width: 396px;
	padding-top: 5px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	height: 164px;
	width: 396px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	/*background: #333;*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; 
	padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a { 
	text-decoration: none; 
	color: #777; 
	display: block;
}

/*------------------------------
=Contact Form
------------------------------*/

.box {
	margin: 0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form#simple-form {
	
	margin-bottom:  25px;
	text-align: center;
	width: 500px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 19px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

form#simple-form label span {
	display: block;
	float:left;
	width:60px;
	text-align:right;
	padding:8px 20px 0 0;
	}
	

form#simple-form label {
	display: block;
	width:100%;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.025em;
	margin: 0 10px 5px 10px;
	text-align: left;

}
form#simple-form label#service {
	display: block;
	width:100%;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.025em;
	margin: 10px 0px 20px 10px;
	padding: 0px 0 20px 0;
	text-align: left;
	
}
form#simple-form input#Name, form#simple-form input#Email, form#simple-form input#Subject, form#simple-form textarea#message { 
	
	border: 1px solid #cacaca;
	background-repeat:no-repeat;
	color: #69da00;
	font-size: .9em;
	margin: 0 0 25px;
	padding: 8px 10px;
	width: 375px;
	height:20px;
	outline: 0;
}


form#simple-form textarea#message {
	
	color: #69da00;
	font-size: .9em;
	margin: 0 0 25px;
	padding: 8px 10px;
	width: 375px;
	height:155px;
	outline: 0;
}

form#simple-form input#submit {

	background-color: #dedede;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #dedede));
	border: 1px solid #dedede;
	color: #484848;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 15px;
	margin-left:250px;
	display:block;
	position:relative;
}

form#simple-form input#submit:hover {

	background-color: #dedede;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #dedede));
	border: 1px solid #dedede;
	color: #69da00;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 15px;
	margin-left:250px;
	display:block;
	position:relative;
}
.inputbg {
	background-image:url(../images/structure/input-bg.png); 	
	background-repeat:no-repeat;
	background-position:86px 1px;
}
#textareabg {
	background-image:url(../images/structure/text-bg.png); 	
	background-repeat:no-repeat;
	background-position:75px 2px;
}

.file-checkbox li {
	top:-34px;
	left:-12px;
	display:inline;
	position:relative;
	margin:0px;
	padding: 0px;
}
   
/*------------------------------
=SIDEBAR
------------------------------*/
aside section {
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;		
	
}

aside section ul {
	margin: 0 0 0 22px;
	list-style: none;
}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}
		
aside section ul li a:hover {
	text-decoration: underline;
}

/*  Site Map */
#sitemap {
	position:relative;
	height:28px;
	width: 790px;
	top:0px; /* 27 */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sitemap ul {
	margin: 0 auto;
	list-style: none;
	
}

#sitemap ul li {
	float: left;
	margin:0 45px 0 0;
	
}

#sitemap ul li a {
	
	display: block;
	margin-right: 45px;
	font-size: 1.2em;
	line-height: 24px;
	text-align:center;
	text-decoration: none;
	color: #3b3b3b;
	border-bottom: 3px solid #69da00;	
	
}

#sitemap ul li a:hover {
	color: #69da00;
}
#sub {
	position:relative;
	text-align:left;
	height:28px;
	width: 150px;
	left:284px;
	top:0px; /* 27 */
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sub ul li a {
	position:relative;
	float:left;
	clear:right;
	display: block;
	width:150px;
	font-size: 1em;
	line-height: 24px;
	text-align:center;
	text-decoration: none;
	color: #3b3b3b;
	text-align:left;
	border-bottom: none;
	/*	background-color:#00FF66;*/
}

#sub ul li a:hover {
	color: #52da00;
}




/*------------------------------
=FOOTER
------------------------------*/
footer {
	position: absolute;
	height: 63px;
	width: 100%;
	bottom:0px;	
	padding-top: 0px;
	background: #242424;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #52da00;
}
#footerblock {
	float: left; 
	width: 942px; 
	height:0px; 
	padding-bottom: 5em;
	
}

footer p {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#666666;
}

footer div {
	display: table;
	margin: 0px auto;
	padding: 0px 0px;
	width: 942px;
	color: #777;
}
	
footer div section {
	display: table-cell;
	width: 400px;
}
		
footer div #copyright, footer div #footerNav{

	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	clear:left;
	
}
#icons{
	display: block;
	position: relative;
	margin-top: 12px;
	width: 100px;
	right: 0px;
	float: right;
}
	
footer a:hover {
	color: #69da00;
	text-decoration: none;
}
	
footer ul {
	margin: 0 0 0 0px;
	list-style: none;

}
	
footer ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	display: block;
	margin-right: 10px;
	font-size: .80em;  
	height:14px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	margin-top: 15px;
	padding-bottom: 0px;
}
