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

body {
	background-color: #000000;
    text-align: center;
    margin: 0px auto;
    font-family: cochin, tahoma;
    font-size: 14px;
      }
#header {
     width: 900px;
     margin: 0px auto;
     }

h1 {
     color: #008FD4;
}
/*************************** General Links ******************************/

a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8bc53d;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
        color:#8bc53d;
}

/*#sidelist {
  padding:0;
  margin-left:10px;
  }*/


/*************************** Containers ********************************/

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
      }
	  
#homeContainer {
	float:left;
	width:771px;
      }

#container2 {
     padding-left:70px;}

#logo {
	float:left;
	left:1px;
	top:0px;
	width:156px;
	height:92px;
}

/******************************* Main Menu **********************************/

#mnav {
	float:left;
	width:736px;
	height:60px;
	background-color:#FFFFFF;
	padding-top:0px;
	}

#navmenu ul {
	margin: 15px 0 0 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
        font-family: cochin, times; 
        font-size: 23px;
        font-weight: 600;
        text-align: center;
	}
#navmenu li {
	float: left; 
	padding: 5px 15px 5px 15px; 
	}
#navmenu a {
	text-decoration:none; 
	color: #F26522; 
	font-style: normal;
        font-weight: 600;
        font-size: 23px;
	}
#navmenu a:hover {
	text-decoration: underline; 
	}

/******************************** Sub Menu **********************************/

#snav_ {
	float:left;
	width:743px;
	height:38px;
	background-color:#000000;
}

#snav a:hover {
        text-decoration:underline;}

#snavmenu ul {
	margin:0;
        padding: 0;
        font-family: "Handwriting - Dakota", Helvetica, cochin, times;
        font-size: 16px;
        color: #FFFFFF;
        list-style: none;
}
#snavmenu ul li {
	float: left;
        position: relative;
        padding: 12px;
        margin: 3px 0 3px 0;
}
#snavmenu ul li ul {
        font-family: cochin, times;
        position: absolute;
        right:1px;
        top: 35px;
        display: none;
        width: 168px;
        float: left;
        border: 1px solid #FFFFFF;
        background-color: #000000;
        margin:0;
}


#snavmenu ul li ul li {
        padding: 0;
        margin: 5px 0 5px 0;
        width: 168px;
	text-align: center;
        float: left;
}

#snavmenu ul li ul li ul {
       position:absolute;
       right:168px;
       top:0;
       margin:0;
       width: 168px;
       border: 1px solid #FFFFFF;
       
}         
#snavmenu ul li ul li ul li {
       padding:0;
       margin:0 0 2px 0;
}

#snavmenu li > ul {
top:auto;
left:auto;
}

#snavmenu ul li a {
        color: #FFFFFF;
        text-decoration: none;

}


#snavmenu ul li ul li a {
        
}
#snavmenu ul li a:hover { background: #000000; }
#snavmenu ul li ul li a:hover { text-decoration: underline; }
#snavmenu li:hover ul, li.over ul { display: block; }
#snavmenu li:hover ul ul, #snavmenu li.sfhover ul ul {
	left: -999em;
}
#snavmenu li:hover ul, #snavmenu li li:hover ul, #snavmenu li.sfhover ul, #snavmenu li li.sfhover ul {
	left: auto;
}

/******************************* Two column layout for misc. pages******************/

.twoColFixRt #pageContainer { 
	width: 880px;
	background: #FFFFFF;
	margin: 15px auto;/* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #0594D0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right;
	width: 200px;
	background: #E8E8E8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 10px;
        border-style: double;
        border-color: #000000;
        border-width: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
vertical-align:top;
}
.twoColFixRt #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-right: 1px solid #ffffff;
} 
.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;
}	
/****************************** Sidebar Corners **************************************/

.sbcorner{display:block}
.sbcorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.sbcorner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eff5f6;
  border-right:1px solid #eff5f6;
  background:#f8fbfb}
.sbcorner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e6f0f1;
  border-right:1px solid #e6f0f1;
  background:#f9fbfc;}
.sbcorner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f9fbfc;
  border-right:1px solid #f9fbfc;}
.sbcorner4{
  border-left:1px solid #eff5f6;
  border-right:1px solid #eff5f6}
.sbcorner5{
  border-left:1px solid #f8fbfb;
  border-right:1px solid #f8fbfb;}
.sbcornerfg{
  background:#ffffff;}


/******************************* Start Boxes (home page) ***************************/

#box1 {
	float:left;
	width:186px;
	}
	
#box2 {
	float:left;
	width:186px;
	padding-left:9px;
	}

#box3 {
	float:left;
	width:186px;
	padding-left:9px;
	}
	
#box4 {
	float:left;
	width:186px;
	padding-left:9px;
	}

#left_bar {
	float:left;
	left:1px;
	top:92px;
	width:70px;
	height:518px;
	background-color:#000000;
}

#home-banner_ {
	float:left;
	left:71px;
	top:92px;
	width:771px;
	height:386px;
        padding-left:70px;
}

#page-banner {
	margin:auto;
	width:771px;
}

#no-page-banner {
	margin:0px auto;
	width:771px;
}

#ZACC-home-CSS-sliced-07_ {
	/*position:absolute;*/
	left:842px;
	top:92px;
	width:58px;
	height:518px;
	background-color:#000000;
}

/************************* Start of Top Image *****************************/	

#top-image-1 {
	/*position:relative;
	left:71px;
	top:349px; */
        background-image:url(template_image/top_image_1_new.gif);
	width:186px;
	height:20px;
}

#top-image-2 {
	background-image:url(template_images/top_image_2_new.gif);
	/*float:left;*/
	width:186px;
	height:20px;
}

#top-image-3 {
	background-image:url(template_images/top_image_3_new.gif);
	width:186px;
	height:20px;
}

#top-image-4 {
	/*position:absolute;
	left:652px;
	top:349px;*/
	background-image:url(template_images/top_image_4_new.gif);
	width:186px;
	height:20px;
}

/************************ Start of Image **********************************/
#image-1 {
	width:186px;
	height:117px;
}

#image-2 {
	width:186px;
	height:117px;
}

#image-3 {
	width:186px;
	height:117px;
}

#image-4 {
	width:186px;
	height:117px;
}

#ZACC-home-CSS-sliced-14_ {
	margin-left:0px;
	float:left;
	left:257px;
	top:369px;
	width:9px;
	height:241px;
	vertical-align:bottom;
}

/************************** Start of Label *************************/

#label1 {
	width:186px;
	height:45px;
	background-color:#008FD4;
}

.label {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
    vertical-align: middle;
    }

#label2 {
	width:186px;
	height:45px;
	background-color:#8FCB21;
}

#label3 {
	width:186px;
	height:46px;
	background-color:#F26522;
}

#label4 {
	/*position:absolute;*/
	left:656px;
	top:486px;
	width:186px;
	height:45px;
	background-color:#FFC20E;
}

/*************************** Start of Splat (Home) ******************/

.splat {
	text-align:center;
	font-size:20px;
	/*line-height:30px;*/
    vertical-align: middle;
    }

#splat-1 {
	width:186px;
	height:79px;
        background-image:url(template_images/splat_1.gif);
}

#splat-2 {
	width:186px;
	height:79px;
        background-image:url(template_images/splat_2.gif);
}

#splat-4 {
	width:186px;
	height:79px;
        background-image:url(template_images/splat_4.gif);
}

#splat-3 {
	width:186px;
	height:78px;
        background-image:url(template_images/splat_3.gif);
}
/**************************** Bio Page  *****************************/

.about_name {
	font-family: "Handwriting - Dakota",Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFC20E;
	font-size:16px;
}
.about_title {
	font-family: Cochin, Times, serif;
	font-style:italic;
	color:#000000;
	font-size:12px;
}

#aboutContent {
	/* border-right: 1px solid #666666;*/
	border-bottom: 1px solid #666666;
	color: #000000;
	width: 550px;
	text-align:left;
	vertical-align:top;
        margin-bottom: 10px;
}

#aboutBio {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left:10px;
        padding: 10px 10px 10px 10px;
}

#aboutImage {
	width:120px; 
	height:120px; 
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;  
        margin-right: 10px;
        margin-bottom: 10px;
}

/**************************** Footer ********************************/

#footer {
	margin-top:10px;
	color: #999999;
	font-family: cochin, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

/**************************** End Class *****************************/

.end {
    clear: both;
}

#google_map {
       width: 500px;
       height: 300px;
}
