@charset "utf-8";
/* CSS Document */


ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
margin: 0;
padding: 0;
border: 0;
font-family: Tahoma, Geneva, sans-serif;
line-height: 1.6em;
color: #000000;
}


html {
overflow: scroll;

}

 a
 {
  color: #5f8b22;

 }
 
 a:hover
 {
	 color: #333;
 }

 img
 {
 	
	border: 0;
 }

.titleimage
{
	margin-top: 5px; 
	
}
.topbanner
{
	
	float: right; 
	width: 495px;
	
}
#contactblock
{
	float: right; 
	width: 215px; 
	font-size: .8em;
	
}
.emlink 
{
	 font-size: .8em; 
	 font-weight: normal;
	 
}


body  {
	font-size: 101%;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #0f1221;
	margin: 10px 0px 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container { 
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/containerBG.gif);
	background-repeat: repeat-y;
}

#containerint { 
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/smallgreyBG.gif);
	background-repeat: repeat-y;
} 


 #topmenu { 
	background: #DDDDDD; 
	background-image: url(../images/topmenuBG.jpg);
	background-repeat: repeat-x;
	padding: 0;;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 53px;
} 

#topmenu ul
{
	text-align: center;
	padding-top: 15px;
	font-size: .9em;
}

#topmenu li
{
 display: inline;
 color: #646464;
 border-right: 1px solid #646464;
 padding: 0px 12px 0px 12px;
 font-size: 1em;
}

#topmenu li.listlast
{
	border: 0px;
	
}

#topmenu li a
{
color: #333;
text-decoration: none;
}

#topmenu li a:hover
{
color: #58647f;
text-decoration: underline;
}
#headerhome
{
background-image: url(../images/tallgreenGradient.jpg); 
background-repeat: repeat-x;
height: 147px;
/*width: 430px;*/
border-bottom: 3px solid #8dc63f;
}

#headerinterior
{
	
background-image: url(../images/tallgreenGradient.jpg); 
background-repeat: repeat-x;
height:147px;
width: auto;
border-bottom: 3px solid #8dc63f	
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 390px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 20px 20px;
	
	
}

#sidebar1 h1{
	color: #333;
	letter-spacing: 2px;
	margin-top: 10px;	
	text-align: center;
	font-size: .9em;
	padding: 0;
	
}



 #sidebar1 a
 {
  color: #0f1221;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: bold;

 }
 
#sidebar1 a:hover
 {
	 color: #5f8b22;
	
 }

.adamstext
{
	color: #333; font-weight: bold; letter-spacing: 1px; font-size: 1.1em;
	
	
}





#sidebar1 hr
{
border: 1px solid #fff; 
margin: 20px 0px 0px 0px;	
}

.contact 

{
background-image: url(../images/contact-white.gif);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px 0px 5px 0px; 
padding: 3px 0px 3px 0px; 
font-size: 1em;
background-position: bottom left;


}

.contacthome

{
background-image: url(../images/contact-grey.gif);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px 0px 5px 20px; 
padding: 3px 0px 3px 0px; 
font-size: 1em;
background-position: bottom left;


}

#sidebar1 p
 {
	 font-size: .8em;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 margin-left: 20px;
	 
 }
 
 /*#sidebar1 h1
 {
	text-align: center;
	font-size: .9em;
	color: #333;
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 0;
 }*/
 
#sidebar1 ul { 
	margin: 0px 60px 0px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   font-size: .8em;
}

#sidebar1 li
 {
	background-image: url(../images/homebullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.2em; 
	line-height: 1.8em;
	list-style-type: none;
 }
 
 
 
 #sidebarint {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px;
	
}

#sidebarint hr
{
border: 1px solid #fff; 
margin: 40px 0px 0px 0px;	
}
 
 
 
 #sidebarint p
 {
	 font-size: .8em;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 
 }
 
 #sidebarint h1
 {
	text-align: center;
	font-size: .9em;
	color: #333;
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 0;
 }
 
 #sidebarint ul
 {
	 font-size: .8em;
	 padding: 0px 20px 0px 20px;
	 
 }
 
 #sidebarint li
 {
	list-style-type: disc;
 }
 
#homeimage
{
clear: none;
float: right;
width: 494px;
}

.logo
{
	padding: 25px 0px 0px 140px;
}

.logoint
{
	padding: 25px 0px 0px 140px;
	width: 140px;
	float: left;
}


 #rightimg {
	/* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	clear: none;
}
 #maincontent { 
	margin: 0px 30px 10px 430px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: right;
	font-size: .8em;
} 


#maincontent ul { 
	margin: 0px 60px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
 
}

#maincontent li
 {
	background-image: url(../images/homebullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.2em; 
	line-height: 1.8em;
	list-style-type: none;
 }





#maincontentinttest { 
	margin: 0px 300px 10px 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: right;
	font-size: .8em;
	/*border-left: 1px solid #ccc;*/
}

#maincontentint { 
	margin: 0px 0px 0px 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   width: 640px;
	font-size: .8em;
	border-right: 1px solid #ccc;
	clear: none;
	float: left;
}

#maincontentint ul { 
	margin: 0px 60px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
 
}

#maincontentint h2
{
font-size: 1.1em;
margin-top: 10px;
font-family: Tahoma, Geneva, sans-serif;
color: #333;
}

#maincontentint li
 {
	background-image: url(../images/homebullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.2em; 
	line-height: 1.8em;
	list-style-type: none;
 }
 
 #maincontentint li.plain 
 {
	
    list-style-type: disc;
    padding-left: 0; 
	 line-height: 1.8em;
	 background-image: none;
	
 }
 
 #maincontentint h2 span
 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: .9em;
 }



#maincontentint p{ 
	margin: 5px 50px 10px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
} 

#leftcol
{
	width:213px; float: left; padding-bottom: 30px;
	padding-left: 10px;

}

.servicesoverview
{
background-image: url(../images/ServicesOverview.gif); 
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
}

.aboutus
{
background-image: url(../images/about-us.png); 
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px 0px 0px 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}

.contactus
{
background-image: url(../images/contact-us.gif); 
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0; 
padding: 0px; 
font-size: 1em;
background-position: bottom left;
height: 20px;
}

.candidates
{
background-image: url(../images/candidates.png);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;

}

.clients
{
background-image: url(../images/clients.png);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}
.contactus
{
background-image: url(../images/contact-us.png);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}

.articles
{
background-image: url(../images/articles.gif);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}

.services
{
background-image: url(../images/services.png);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}
.thankyou
{
background-image: url(../images/thankyou.gif);
background-repeat: no-repeat; 
text-indent: -9999em; 
margin: 0px; 
padding: 0px; font-size: 1em;
height: 20px;
}




#leftcol p
{
margin-top: 5px;
padding-right: 15px;
}

#rightcol
{
clear: none; 
width: 200px; 
padding-left: 5px; 
padding-bottom: 30px; 
float: right;
}


#rightcol p
{
margin-top: 5px;

}

.aboutfirm
{
	
background-image: url(../images/aboutFirm.gif); 
background-repeat: no-repeat; text-indent: -9999em; margin: 0px; font-size: 1em;	
}



#footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image: url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	
	height: 6em;
} 
 #footer p {
	margin: 10px 35px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
	color: #333;
}
#footer ul
{
	
	padding: 15px 15px 0px 25px;
	font-size: .8em;
	text-align: left;
	
}

#footer li
{
 display: inline;
 color: #646464;
 border-right: 1px solid #646464;
 padding: 0px 12px 0px 12px;
 font-size: .9em;
}

#footer li.listlast
{
	border: 0px;
	
}

#footer li a
{
color: #333;
text-decoration: none;
}

#footer li a:hover
{
color: #58647f;
text-decoration: underline;
}










.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#formStyle 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 1.2em; 
color: #444; 
width: 600px; 

margin-top: 10px;
margin-bottom: 20px;
margin-left: 10px;
background-color: transparent;

} 

#formStyle fieldset 
{ 
background-color: transparent;
border: 1px solid #8dc63f;
padding: 2px;
background-repeat:repeat-x;
}
#formStyle legend 
{ 
background-color: transparent;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px; 
margin-left: 10px; 
font-weight: bold; 
font-size: 1.1em;
color: #333;
} 
#formStyle p 
{ 
margin-bottom: 4px; 
margin-top: 4px;
} 
#formStyle p input 
{ 
background: #fff; border: 1px solid #ccc;

} 
#formStyle label 
{ 
display: block; 
width: 250px; 
float: left; 
text-align: right; 
padding-right: 5px;
padding-bottom: 3px;
padding-top: 0px; 
} 
#formStyle label em 
{ 
color: #CC0000;
font-weight: bold;
} 
#formStyle  p span input 
{ 
vertical-align: middle; 
border: none; 
background: none;
} 
#formStyle strong 
{ 
margin-left: 154px;
 } 
#formStyle strong input 
{ 
background: #191f3a;
border-left: 1px solid #656c86;
border-right: 1px solid #656c86;
border-top: 1px solid #656c86;
border-bottom: 1px solid #656c86;
font-weight: bold; 
color: #ffffff; 
margin-top: 5px;
margin-bottom: 0px;
padding: 2px;
margin-left: 153px;
}
#formStyle .reminder 
{
	margin-left: 175px;
	margin-top: -10px;
}
.required
{
color: #660000;
font-weight: bold;
}

 h1.admin
{
font-family:Georgia, 'Times New Roman', Times, serif; 
font-size: 1.5em; 
color: #333;
}


