@import url(clear.css);

body{
background:  url(images/bg.jpg) repeat-x;
font: 62.5%/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p{
font-size: 1.1em;
margin: 5px 0 10px 0;
}

a{
color: #73A51C;
text-decoration: none;
}

a:hover{
color: #B2AA7E;
text-decoration: underline;
}

hr{
background-color: #fff;
border-top: 1px dotted #B2AA7E;
height: 1px;
margin: 10px 0 10px 0;
width: 100%;
}

#address{
color: #B2AA7E;
float: left;
font-size: .9em;
/*width: 375px;*/
padding: 0 0 0 0;
}

#wrapper{
background:  url(images/wrapper-bg.png) repeat-y;
height: 100%;
margin: auto;
border-bottom: 1px solid #B2AA7E;
padding: 0 50px 0 50px;
width: 540px;
}

#wrapper2{
background:  url(images/wrapper-bg.png) repeat-y;
height: 100%;
margin: auto;
border-bottom: 1px solid #B2AA7E;
padding: 0 50px 0 50px;
width: 540px;
}

#header{
height: 100px;
width: 100%;
margin: 0 25px 0 0;
}
#header img{
	margin-right: 10px
}

#logo{
float: left;
margin: 15px  0 0 0;
}

#left-col{
border-right: 1px dotted #B2AA7E;
float: left;
height: 100%;
margin: 30px 10px 15px 0;
padding: 0 15px 0 0;
width: 60%;
}

#right-col{
	margin: 30px 0 0 0;
}

#right-col h1 {
	color: #5887B3;
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 0 4px 0;
		
}

#footer{
background:  url(images/ftr-bg.png);
clear: both;
color: #fff;
font-size: .85em;
height: 21px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px 0 0 0;
text-align: center;
width: 536px;
}

#footer a:link, #footer a:active, #footer a:visited{
color: #ccc;
text-decoration: none;
}

#footer a:hover{
color: #fff;
text-decoration: underline;
}

/* @group Primary Links */
#navcontainer{
float: left;
margin: 38px 0 0 0;
padding: 0 0 4px 0;
width: 390px;
border-bottom: 1px solid #B2AA7E;

}

#navlist li{
display: inline;
list-style-type: none;
padding: 0 10px 0 0;
margin: 0	
}

#navlist a:link, #navlist a:active, #navlist a:visited{
color: #73A51C;
text-decoration: none;
}

#navlist a:hover{
color: #B2AA7E;
text-decoration: none;
border-top: 2px solid #B2AA7E;
}
/* @end */

/* @group List Box Links */

#links-box h1 {
	color: #5887B3;
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 0 4px 0;
		
}

#projects {
        width: 100%;

		padding: 10px 0 10px 0;
        border-bottom: 1px dotted #999;
}

#projects a { 
        color: #73A51C;
        display: block;
		padding: 0px;
        text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0px;
}

 * html #links-box li a {  /* make hover effect work in IE */
	width: 100%;
}



#projects a:hover {
        background: #ecf5cb;
		padding: 0px;
}

#projects a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
		padding: 0px;
}

#projects a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
       line-height: 150%;
	   padding: 0px;
}

#projects img{
	float: left;
	margin: 0 15px 20px 0;
	border: 1px solid #cccccc;
	padding: 1px
}
/* @end */ 

#newsletter {
	color: #5887B3;
	background:  url(images/newsletterback.jpg) no-repeat;
	width: 184px;
	height: 91px;
	float: left;
	padding: 0 0 5px 0;	
}

#newsletterbuffer {
	padding: 4px
}

#newsletter h1{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;

}
.inputStyle{
background-color: #ffffff;
background:  url(images/emailbox.jpg) no-repeat;
border: 1px dotted #e1e1e1;
font: 1.1em verdana;
height: 18px;
width: 158px;
color: #405e8f;
padding: 4px 0 0 4px;
margin: 0 0 2px 0;
}

.inputStyle2{
background-color: #ffffff;
background:  url(images/emailbox2.jpg) no-repeat;
border: 1px dotted #e1e1e1;
font: 1.1em verdana;
height: 140px;
width: 280px;
color: #405e8f;
padding: 4px 0 0 4px;
}

.submit{
font-family: verdana; 
background-color: #E7EDBF; 
color: #5887B3; 
height: 19px;
margin: 0;
font-size: 1.1em;
border: 0;
padding: 4px 4px 0 0;
float: right
}


#featuretext {
	font-size: 1.1em;
	line-height: 20px;
}



#news {
		float: left;
        width: 188px;
		padding: 10px 0 0px 2px;
        border-bottom: 1px dotted #999;
		background:  url(images/newsback.jpg%27) repeat-x;
		background-position: bottom;

}

#news h1{
        color: #73A51C;
		font-size: 1.1em;	
		font-weight: bold;
		padding: 0 0 7px 0;
}

#news a { 
        color: #73A51C;
        display: block;
		padding: 0px;
        text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0px;
}

 * html #news a {  /* make hover effect work in IE */
	width: 100%;
}



#news a:hover {
        background: #ecf5cb;
		padding: 0px;
}

#news a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
		padding: 0px;
}

#newsdate {
        	color: #125F15;
    	   font: normal .75em Verdana, Helvetica, sans-serif;
	       line-height: 150%;
		   padding: 3px 0 5px 0;
}

.icn{
float: left;
margin: 0 5px 0 0;
}

#content {
		padding: 0 20px 0 25px;
		line-height: 18px;
		margin-bottom: 20px
}

#content h1{
	color: #5887B3;
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 0 4px 0;
}

#content h2{
		color: #5887B3;
		font-size: 1.1em;	
		font-weight: bold;
		padding: 0 0 7px 0;
}

#content h3{
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0;

}

#content h4{
	font-weight: bold;
	font-size: .9em;
	padding: 0 0 5px 0;
	}

#content-left ul{
	/*padding-left: 25px;*/
	color: #666
}

#content-left li{
	list-style-type: circle;
	padding-left: 0px;
	display: block
}
#content-left{
	border-right: 1px dotted #B2AA7E;
	float: left;
	height: 100%;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	width: 55%;
}

#content-right{
	margin: 0px 0 0 0px;
	float: right;
	width: 180px


}

#content-right em{
	font-size: .9em;

}


#content-right li{
	padding-bottom: 10px;
	line-height: 15px
}

#services-left{
	float: left;
	height: 100%;
	padding: 0 5px 0 0;
	margin: 20px 5px 0 0;
	width: 31%;
}

#services-left ul{
	padding-bottom: 15px;
	font-size: 1.1em;
	line-height: 20px;
}

#current{
	display: block;
	background: #eaeaea;
	
}

#services-left a {
        display: block;
		padding: 0px;
        text-decoration: none;
}
 * html #services-lef a {  /* make hover effect work in IE */
	width: 100%;
}

#services-left a:hover {
        background: #ecf5cb;
		padding: 0px;
}

#services-left h2 {
	font-size: 1.1em;
	padding-bottom: 1px;
	margin-bottom: 1px
}

#services-right{
	border-left: 1px dotted #ccc;
	float: right;
	padding: 0 25px 0 25px;
	margin: 22px 0 20px 0px;
	background: url('images/servicesback.jpg'); 
	/*height: 301px;*/ 
	height: 100%;
	width: 275px; 
	font-size: .9em;
/*	line-height: 17px */

}

#services-right h2{
	color: #00284B;
	font-size: 1.3em	
}

#services-right h3{
	color: #0332FC;
	font-size: 1.2em;
	text-decoration: underline;
	margin: 40px 0 40px 0;	
	padding: 0 0 20px 0
}

/*#services-right img{
	padding: 0 5px 0 0;
}*/

#services-right h3 a{
	color: #0332FC;
	font-size: 1.1em;
	text-decoration: underline	
}

#services-right h3 a:hover{
	text-decoration: none	
}

#cases {
	font-size: 1.1em;
}

#cases a{
	font-size: 1.1em;
	color: #111
}

#cases li{
	list-style-type: none;
	padding-left: 23px;
	display: block
}


#imgdesc {
	font-size: 1.1em;
	line-height: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #737272
}

#staff {
		padding: 0 20px 0 25px;
		line-height: 18px;
		margin-bottom: 20px
}

#staff h1{
	color: #5887B3;
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 0 4px 0;
}
#staff img {
	border: 1px solid #cccccc;
	padding: 2px;
	float: left;
	margin-right: 20px
}
#staff h2{
		color: #5887B3;
		font-size: 1.1em;	
		font-weight: bold;
		margin: 15px 0 0 0;
}

#work-left{
	border-right: 1px dotted #B2AA7E;
	float: left;
	height: 100%;
	padding: 0px 15px 0 0;
	margin: 20px 15px 0 0;
	width: 150px;
}
#work-left a{

	font-size: 1.1em;
	color: #333
}
#work-left li{
	padding: 5px 0 5px 0;
}

#work-right{
	margin: 20px 0 0 0px;
	float: right;
        width: 300px;

}

#pager{
width: 100%;
height: 20px;
border-top: 1px dotted #73A51C;
border-bottom: 1px dotted #73A51C;
margin: 35px 0 15px 0;
padding: auto;
}

#previous{
float: left;
}

#next{
float: right;
}

#casestudies {
	display: block;
		padding: 10px 0 10px 0;
        border-bottom: 1px dotted #999;

}

#casestudies a { 
        color: #73A51C;
        display: block;
		padding: 0px;
        text-decoration: none;
		font-weight: bold;
		font-size: 1.15em;
		margin: 0px;
}

 * html #casestudies li a {  /* make hover effect work in IE */
	width: 100%;
}



#casestudies a:hover {
        background: #ecf5cb;
		padding: 0px;
}

#casestudies a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
		padding: 0px;
}

#casestudies a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
       line-height: 150%;
	   padding: 0px;
}

#casestudies img{
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 2px
}

#casestudy {
		padding: 0 20px 0 20px;
		line-height: 18px;
		margin-bottom: 20px
}

#cs-image{
	margin: 20px 0 0 0;
}

#case {
	font-size: 1.2em;
	color: #B2AA7E;
	font-weight: 600;
	}

#study {
	font-size: 1.2em;
	color: #5887B3;
}

#casestudy h1{
	color: #5887B3;
	font-weight: normal;
	font-size: 1.3em;
	padding: 2px 0 4px 0;
}

#casestudy h2{
		color: #5887B3;
		font-size: 1.1em;	
		font-weight: bold;
		padding: 10px 0 17px 0;
}

#casestudy h3{
		color: #5887B3;
		/*line-height: 14px;*/
		font-size: 1em;	
		font-weight: bold;
		/*padding: 0 0 12px 0;*/
}
#casestudy h4{
	color: #fff;
	font-size: 1.35em;
	padding: 2px 0 4px 0;
font-weight: bold;
text-decoration: underline;
}

/* @group Round Corner Box */
.roundcont {
	float: right;
	margin: 10px 5px 10px 5px;
	width: 190px;
	background-color: #b2aa7e;
	color: #fff;
	text-align: center;
}

.roundcont img{
float: left;
}

.roundcont p {
	margin: 0 10px;
	font-size: 1.2em;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

/* @end */



