@charset "utf-8";
/* CSS Document */

/* MAIN LAYOUT */

html, body
{
	margin:0;
	padding:0;
}

html
{
	
	background:url(images/htmlbg2.jpg) repeat;
	background-color:#fefefe;
}

body {
	padding:0;
	margin:0 auto;
}

.mainBody 
{
	margin:0 auto;
	width:940px;
	background-color:#000;
	box-shadow: 0px 0px 10px 4px rgba(3, 3, 3, 0.85);
	-moz-box-shadow: 0px 0px 10px 4px rgba(3, 3, 3, 0.85);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(3, 3, 3, 0.85);
}

#container
{
	width:940px;
	margin:0 auto;
}

#header
{
	width:938px;
	margin:0 auto;
	height:391px;
	border-left:solid 2px #333;
	border-right:solid 2px #333;
	background:url(images/bg/header-2x.jpg) top center no-repeat;
}

#navDiv
{
	height:70px;
	border-bottom:1px solid #000;
	background:url(images/bg/navBackground.jpg) top center repeat-x;
	width:940px;
	margin:0 auto;
	
}

#navDivInner
{
	height:70px;
	border-bottom:1px solid #000;
	border-left:solid 2px #333333;
	border-right:solid 2px #333333;
	width:937px;
	margin:0 auto;
	background:url(images/bg/navBackground.jpg) top center repeat-x;
}

#content
{
	min-height:100px;
	border-bottom:1px solid #000;
	border-left:1px solid #333;
	border-right:1px solid #333;
	background:url(images/htmlBG10px.jpg) repeat-y top center;
}

#footer
{
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding-bottom:8px;
	background:url(images/htmlBG10px.jpg) repeat-y top center;
}

#footerRight
{
	float:right;
	height:136px;
	width:220px;
	margin:8px 6px 0 0;
}

#footerRight h1
{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#666;
}

#footerRight h1.green
{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#56B80D;
}

.green {color:#56B80D;}

#footerRight p
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
}

#footerRight a
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

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

.copyright
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 10px 8px 10px;
	width:265px;
	text-align:right;
}

.clear {clear:both;}

.hr {background:url(images/HR.jpg) repeat-x; height:2px; width:100%;}

.darkhr {border-top:solid 1px #000; border-bottom:solid 1px #333; height:0;}

#Sticky {
	z-index:1;
position:fixed;
/**adjust location**/
width:100%; 
height:60px; 
margin:0 auto; padding:0;
bottom: 0px;
right:auto;
left:auto;
background:url(images/footer3.png) top center no-repeat;
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
_position: absolute;
}

#Sticky2 {
	z-index:2;
position:fixed;
/**adjust location**/
width:100%; 
height:100px; 
margin:0 auto; padding:0;
bottom: 0px;
right:auto;
left:auto;
background:url(images/footer2x.png) top center repeat-x;
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
_position: absolute;
}

/* HEADER CONTENT */

img {border:none;}

.leftimg {float:left; border:solid 1px #666; padding:5px; background-color:#999; margin:10px 10px 10px 0;}

img.leftimg {-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #000;}

img.leftimg:hover {-moz-box-shadow: 0 0 2px #000; -webkit-box-shadow: 0 0 2px#000; box-shadow: 0 0 2px #000;}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 2px 14px 2px 14px;
  text-decoration: none;
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

a {outline:none;}

#logo
{
	width:400px;
	margin:25px 0 0 30px;
	float:left;
}

#headerRight
{
	float:right;
	margin:30px 10px 0 0;
}

/* Typography */

h1
{
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#56B80D;
	padding:0 0 10px 0;
	Margin:0;
}

h1 a
{
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#56B80D;
	padding:0 0 10px 0;
	Margin:0;
	text-decoration:none;
}

h1 a:hover { color:#0C0;}

h2
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 5px 0;
	Margin:0;
}

p
{
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px 0 10px 0;
	Margin:0;
	line-height:20px;
}

ul.common { list-style-type: none; padding: 0px; margin: 0px; text-align:left;}

.common li {padding:5px 10px; margin:5px 0 5px 0; font:normal 15px Arial, Helvetica, sans-serif;}

p.homeList {float:right; width:453px;}

h2.homeList {float:right; width:453px;}

p.tag { font-style:italic; color:#999; }

p a { color:#09F; text-decoration:none; }

p a:hover { text-decoration:underline; }

p#tagCloud {line-height:35px; text-align:left;}

#tagCloud a
{
	font:normal 13px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666;
	padding:5px;
	white-space:nowrap;
	line-height:30px;
}

#tagCloud a:hover
{
	padding:4px;
	color:#B0B0B0;
	background:#383838;
	border:1px solid #454545;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tagCloud
{
	font:normal 13px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666;
	line-height:135%;
}

.smallerFont {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px 0 10px 0;
	Margin:0;
	line-height:20px;
}

.phone
{
	float:left;
	margin:13px 0 0 20px;
	font:normal 25px Arial, Helvetica, sans-serif;
	color:#FFF;
}

/* NAV SECTION */

.icons
{
	float:left;
	margin:8px 0 0 10px;
}

.anavDiv {float:right; margin-top:-34px;}

.ddsmoothmenu{
z-index:500;
font: normal 17px Arial, Helvetica, sans-serif;
background: #414141; /*background of menu bar (default state)*/
width: 640px;
margin-top:37px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:url(images/navHover.png) repeat-x top left; /*background of menu items (default state)*/
color: #A8B9B9;
padding: 21px 15px 22px 15px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #A8B9B9;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(images/navHover.png) repeat-x bottom left; 
color: #fff;
}

.ddsmoothmenu ul li a:hover{
background:url(images/navHover.png) repeat-x bottom left; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#1B1B1B;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul li{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top:1px solid #333;
border-bottom: 1px solid #000;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 29px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #000;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.3;
}

/* Vertical Nav */

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 275px; /* Main Menu Item widths */
list-style-type: none;
font: normal 17px Arial, Helvetica, sans-serif;
border-top:solid 1px #000; 
border-bottom:solid 1px #333;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #A8B9B9;
text-decoration: none;
padding: 6px;
border-top:solid 1px #333; 
border-bottom:solid 1px #000;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #222222; /*background of menu items (default state)*/
color: #A8B9B9;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(images/navHover.png) repeat-x bottom left;
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background:url(images/navHover.png) repeat-x bottom left; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

/* CONTENT SECTION */

.leftContent
{
	float:left;
	width:275px;
	margin:14px 0 14px 7px;
}

.leftContent p {font:normal 14px Arial, Helvetica, sans-serif; color:#CCC;}

.leftContent h2 {font:bold 16px Arial, Helvetica, sans-serif; color:#56B80D;}

.rightContent
{
	float:right;
	margin:14px 7px 14px 0;
	background-color:#F2F2F2;
	width:600px;
	padding:8px 14px 14px 14px;
}

#adDivArea h1 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#900;
	text-align:center;
}

#adDivArea p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000;	
	text-align:center;
}

.adDiv {
	margin:0 3px 20px 3px;
	background:#fff;
	padding:10px;
	outline:3px dashed #56B80D;
}

.aboutSpan {color:#0099FF;}

#testimonials h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	font-style:italic;
	padding:0 0 8px 7px;
	Margin:0;
	line-height:20px;
}

#testimonials h3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#090;
	font-style:italic;
	padding:0 0 0px 7px;
	Margin:0;
	line-height:20px;
}

#testimonials p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#666;
	font-style:italic;
	padding:5px 0 10px 7px;
	Margin:0;
	line-height:20px;
}

.hrtesti {background:url(images/HR.jpg) repeat-x; height:2px; width:100%;}

img.gi {height:100px; width:140px;}