/*These rules define font types for whole site*/  
  .medium { font-family: verdana, arial, geneva, helvetica; font-size:10pt; color:#000000; }
  .med { font-family: verdana, arial, geneva, helvetica; font-size:9pt; color:#000000; }
  .topWhite { font-family: verdana, arial, geneva, helvetica; font-size:20pt; color:#ffffff; font-weight:bold; }
  .white { font-family: verdana, arial, geneva, helvetica; font-size:10pt; color:#ffffff; }
  .swhite { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color:#ffffff; }
  .large { font-family: verdana, arial, geneva, helvetica; font-size:14pt; color:#0e4d9c; font-weight:bold; line-height: 18px; }
  .title { font-family: "Lucida Sans", verdana, arial, geneva, helvetica; font-size:12pt; color:#333333; font-weight:bold; font-style: italic; line-height: 18px; }
  .small { font-family: verdana, arial, geneva, helvetica; font-size:7pt; color:#000000; }
  .slide { border: 2px solid #cfcfcf; }
  .image { border: 1px solid #cc0000; }
  .imageLeft { border: 1px solid #cc0000; margin-right: 8px; float: left; }
  .imageRight { border: 1px solid #cc0000; margin-left: 8px; float: right; }
  .imageRightServices { border: 1px solid #cc0000; margin-left: 0px; float: right; }
  .imageLeftServices { border: 1px solid #cc0000; margin-right: 25px; float: right; }
  
a:link { color: #0e4d9c; text-decoration: none; }
a:visited { color: #0e4d9c; text-decoration: none; }
a:active  { color: #0e4d9c; text-decoration: none; }
a:hover { color: #0e4d9c; text-decoration: underline; }

a											{ outline: none; }

 a.nav { font-family: verdana, arial, geneva, helvetica; font-size:12pt; color: #fff; text-decoration: none; font-weight:bold; }
 a.nav:hover { font-family: verdana, arial, geneva, helvetica; font-size:12pt; color: #ffff00; text-decoration: none; font-weight:bold; }
 a.headerLink { font-family: verdana, arial, geneva, helvetica; font-size:11pt; color: #0e4d9c; text-decoration: none; font-weight:bold; }
 a.headerLink:hover { font-family: verdana, arial, geneva, helvetica; font-size:11pt; color: #0e4d9c; text-decoration: underline; font-weight:bold; }
 a.botnav { font-family: verdana, arial, geneva, helvetica; font-size:9pt; color: #0e4d9c; text-decoration: none; }
 a.botnav:hover { font-family: verdana, arial, geneva, helvetica; font-size:9pt; color: #0e4d9c; text-decoration: underline; }
  
  
  

  body {
	background-color:#cfcfcf;
	background-image:url(img/background.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top: 0px;
    margin-bottom: 5px;
	padding: 0px;
    font-family: verdana, arial, geneva, helvetica; 
    color: #333;
    font-size: 11pt;
	line-height: 18px;
}

#container {
width: 1000px;
margin: 0 auto;
background-color:#f7f7f7;


}


/********* MAIN CONTENT HOLDERS FOR HOME PAGE ONLY CSS BEGINS  **********************/

#contentHolderHome {
width: 1000px;
height:auto;
border: solid #0e4d9c;
border-width: 0px 1px 1px 1px;
}

#contentHomeColumnRight {
float: right;
width: 350px;
padding: 20px 10px 30px 10px;
}

#contentHomeColumnLeft {
float: left;
width: 610px;
padding: 20px 0px 30px 20px;
}


#contentHomeResidential {
	height:220px;
}

#contentHomeCommercial {
	height:220px;
}

#contentHomeBottom {
	position: relative;
    clear: both;
	height:380px;
	margin-left:10px;
	margin-right:10px;
}

/********* MAIN 2 COLUMN CONTENT PAGE CSS BEGINS  **********************/

#contentHolder {
width: 1000px;
height:auto;
border: solid #0e4d9c;
border-width: 0px 1px 1px 1px;
}

#contentColumnRight {
float: right;
width: 280px;
padding: 20px 10px 30px 20px;
text-align:center;
}

#contentBodyHolder {
float: left;
width: 670px;
padding: 20px 0px 30px 20px;
}


#tesimonialsRow {
	height: 270px;
	border-bottom:#999 solid 1px;
	margin-bottom: 20px;
}


#servicesImageRowOne {
	height: 950px;
	border-bottom:#999 solid 1px;
	margin-bottom: 20px;
}


#servicesImageRowTwo {
	height: 550px;
	border-bottom:#999 solid 1px;
	margin-bottom: 20px;
}


#servicesImageRow {
	height: 260px;
	border-bottom:#999 solid 1px;
	margin-bottom: 20px;
}


#ClownBox {
	height: 240px;
	border:#999 solid 1px;
	background-color: #eee;
	padding: 15px;
	margin: 10px;
}


/*************** Image Caption Styles Begin **********/
figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden; 
  margin: 0 20px 20px 0;
}
figcaption { 
  position: absolute; 
  background: black;
  background: rgba(0,0,0,0.75); 
  color: white; 
  padding: 3px 3px;
  width: 240px;
  font-size: 9pt; 
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before { 
  content: "?"; 
  position: absolute; 
  font-weight: 800; 
  background: black;
  background: rgba(255,255,255,0.90); 
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.90;	
}
figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }


/*************** Image Caption Styles Endn **********/






/********* HEADER NAVBAR CSS BEGINS  **********************/

#header {
margin: 0 auto;
width: 1000px;
height: 186px;
background-color:#f1f1f1;
}


#logo {
float:left;
width:400px; 
margin: 0px 0px 0px 5px; 
}

#headerRightBox {
float:right;
width:590;
margin: 8px 8px 5px 5px;
}

#address {
float:right;
font-family: verdana, arial, geneva, helvetica; 
font-size:11pt; 
color:#0e4d9c;
text-align:right;
line-height: 18px;
padding-right:5px;
}


#navbar {
background-color:#0e4d9c;
height:30px;
margin: 138px 8px 0px 0px;
width: 1000px;
font-family: verdana, arial, geneva, helvetica;
font-size:10pt;
text-align:left;
}

#navbar ul {  
 list-style: none;
 padding-top: 4px;   
} 
 
#navbar li {  
 display: inline;
 margin-left: 50px; 
}







#footerLogos {
position: relative;
clear: both;
background-color: #f7f7f7;;
padding: 10px;
height: 75px;
width: auto;
font-family: verdana, arial, geneva, helvetica;
font-size:8pt;
color:#000;
}	


#footer {
margin: 0 auto;
padding: 8px;
height: 55px;
width: 1000px;
font-family: arial, verdana, geneva, helvetica;
font-size:9pt;
font-style:normal;
color:#0e4d9c;
}




/************ NAV BAR CSS FOR DROP DOWN MENU BAR - NOT USED ON THIS SITE *********/

.ddsmoothmenu{
font: bold 12px Verdana;
/*background: #000000; background of menu bar (default state)*/
width: 925px;
}

.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;
padding-right: 22px; /* SPECIAL creates space between links */
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #000000; background of menu items (default state)   2d2b2b */
color: white;
padding: 1px 30px 1px;
border: 0px solid #000000;
color: #000000;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px; 
}

* 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: #006600;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #999999; */
color: #006600;
border: 0px solid #000000;
}

.ddsmoothmenu ul li a:hover{
/*background: #999999; background of menu items during onmouseover (hover state)*/
color: #006600;
border: 0px solid #000000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*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{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background: #f8f0bf;
/*font: normal 12px Verdana;
font-weight: bold;*/
width: 135px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: 0px solid #000000;
}


/* ######### CSS classes applied to down and right arrow images 
THIS CSS IS SET TO NO SHOW FOR THIS WEBSITE  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none; 
} 

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none; 
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/* ######### CSS classes applied to down and right arrow images 
THIS CSS IS SET TO NO SHOW FOR THIS WEBSITE  ######### */






	
/* all form field styles begins */

 .formInput {
	margin:0px;
	height:17px;
	width:160px;
	font-family: arial, verdana, geneva, helvetica;
	font-size:11px;
	color: #0e4d9c;
	border: 1px solid #0e4d9c;
}
  .formSelect {
	margin:0px;
	height:16px;
	width:160px;
	font-family: arial, verdana, geneva, helvetica;
	font-size:12px;
	color: #0e4d9c;
	border: 1px solid #0e4d9c;
}
  .formComment {
	margin:0px;
	font-family: arial, verdana, geneva, helvetica;
	font-size:12px;
	color: #0e4d9c;
	border: 1px solid #0e4d9c;
}
  .formRadio {
	margin:0px;
	background-color: #FFFFFF;
	color: #0e4d9c;
	border: 1px solid #0e4d9c;
}
  .formSubmit {
	background-color:  #0e4d9c;
	border-width: 1px;
	border-color: #000000;
	font-family: arial, verdana, geneva, helvetica;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2; text-align: center; width: 150px;
}

