/***********************************************/
/* Heksies Style sheet                         */
/***********************************************/ 


body {
    margin: 0px;
    padding: 0px;
    width: 100%;
      
}

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3 {
	font-family: "Curlz MT";
	font-weight: bold;
}

h4 {
        font-family: 'MyWebFont', serif;
        font-size: 30px;
        font-style: oblique;
    
}
    
    
    /***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 100%;
	width:100%;
	background-color: #ffffff;
        
}

#Maintable {
        margin: 0px;
        padding: 0px;
        width: 100%;
       
}

#Leftimage {
    width: auto;
    height: auto;
    border: 0;
    position: absolute;
}

#Rightimage {
    width: auto;
    height: auto;
    border: 0;
    position: static;
        right: 100%
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: 445DA0;
	font: large Verdana,sans-serif;
        
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
        width: auto;
        height: 40;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 100px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:   #21536A;
}


#sectionLinksold a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:   #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: papayawhip;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sitecontact{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	font-weight: normal;
}
        
@font-face {
  font-family: 'MyWebFont';
  src: url('CURLZ___.TTF'); 

}

@font-face {
  font-family: 'MyWebFontBer';
  src: url('BerkshireSwash-Regular.ttf'); 

}


.style1 {
	color: #000000;
	font-family: "Curlz MT";
	font-size: 25px;
	font-weight: bold;
}

.style5 {
        font-family: 'MyWebFont', serif;
        font-size: 48px;
        font-style: oblique;
        
}

.style6 {
        font-family: 'MyWebFont', serif;
        font-size: 19px;
        font-style: oblique;
        
}

.style7 {
        font-family: 'MyWebFont', serif;
        font-size: 22px;
        font-style:  oblique;
        font-weight: bold
}

.style8 {
        font-family: 'MyWebFontBer', serif;
        font-size: 22px;
        font-style:  oblique;
}

.style11 {
        font-size: 22px;
        font-style:  oblique;
}

.style9 {
        font-family: 'MyWebFontBer', serif;
        font-size: 22px;
        font-style:  oblique;
}

.style10 {
        font-family: 'MyWebFontBer', serif;
        font-size: 18px;
        font-style:  oblique;
}

.td_right{
    position:relative;
    float:right;
}

/*--For Sub Layout-*/

#one-true { overflow: hidden; }
#one-true .col {
  width: 26%;
  padding: 10px 3.15% 0;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#one-true .col:nth-child(1) { margin-left: 33.3%; background: #eee; }
#one-true .col:nth-child(2) { margin-left: -66.3%; background: #eee; }
#one-true .col:nth-child(3) { left: 0; background: #eee; }
#one-true p { margin-bottom: 30px; } /* Bottom padding on col is busy */

#one-true-img { overflow:  hidden; }
#one-true-img .col {
  width: 60%;
  padding: 10px 3.15% 0;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#one-true-img.size{
    width: 100%;
    height: 400px;
     border: 1px solid red;
}



.yellow div {
    /* Apply margin to every child in this container*/
    margin: 8px;
}

.yellow div:first-child, .yellow div:nth-child(3n+1) {
    /* Remove the margin on the left side on the very first and then every fourth element (for example) */
    margin-left: 0;
}

.yellow div:last-child {
    /*/ Remove the right side margin on the last element*/
    margin-right: 0;
}

.imgContainer{
    float:left;
    margin: 1px;
}


.image123 {
    float: left;
    
}
