/* GJS Consultants */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:Helvetica,Arial;
	font-size:14px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
} 

h1, h2, h3, h4, h5 {
	color:#444444;
	font-family:Helvetica,Arial;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h2{font-size:24px;}
h3{font-size:18px;}
h1{font-size:24px;}
 
#header{
	position:relative;
	height:66px;
	margin:0 auto;
	width:940px;
} 

#featured {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:375px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bg-featured.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content, .maincolcontent {
margin:0 auto;
padding:0;
width:940px;
}



#featured #featured-copy {
float:left;
margin-top:35px;
width:400px;
}

#featured #featured-copy h1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	height:251px;
	margin:0;
	padding:0;
	text-indent:-999em;
	width:375px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/featured-text.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#featured #portfolio {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
display:block;
float:right;
height:291px;
margin-top:0px;
padding-top:28px;
position:relative;
width:500px;
}


#featured #featured-copy p.description {
padding:0;
text-indent:-999em;
}

#maincol-content
{
	float:left;
	margin-top:0px;
	width:580px;
	text-align: left;
	padding-bottom: 50px;
}
#quicklinks{
	float:right;
	text-align: left;
	width:180px;
	padding-left:25px;
	margin-right:25px;
	background-color: #EBEBEB;
	border: 1px solid #D0D0D0;
	padding-bottom:20px;
margin-top:28px;
margin-bottom:50px;
}

#quicklinks ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	line-height: 18px;
	margin-top:20px;
}
#quicklinks ul li a:hover{
	text-decoration:underline;

}

p {
line-height:20px;

}

#maincol {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
margin:10px 0 20px;
}
 
 
#footer{
	background-color:#666666;
	clear:both;
	width:100%;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
 } 
 #footer a:link, #footer a:visited{color: #FFFFFF;}
 #footer a:hover{text-decoration:underline;}
 
 /* Navigation */ 

#nav{float:left;}
 
#nav li {
float:left;
line-height:30px;
margin:0;
}
 
#nav li a span {
display:inline-block;
height:30px;
padding:0 10px 0 0;
}
#nav li a {
color:#3F3F3F;
padding:0 0 0 10px;
text-decoration:none;
text-shadow:0 1px #FFFFFF;
}

#nav a {
color:#000000;
font-size:14px;
font-weight:700;
line-height:30px;
display:block;
padding:0 20px;
z-index:100;

}

#nav, #nav ul {
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


#nav li.active a span,#nav li.current_page_item a span,#nav li a:hover span{
	text-shadow:0 1px #222;
	background-image: url(images/nav-right.png);
	background-repeat: no-repeat;
	background-position: right;
}

#nav li a:hover,#nav li.active a,#nav li.current_page_item a{
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	background-image: url(images/nav-left.png);
	background-repeat: no-repeat;
	background-position: left;
}



a {
color:#326693;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

a {
text-decoration:none;
}




img.logo {
display:block;
float:left;
margin-top:0px;
padding-right:150px;
border:none;
}

.link{
	font-weight: bold;
}



 
 
 
 

























 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
