@font-face{  
 font-family: "Franklin Gothic Medium";
 src: local("Franklin Gothic Medium"), url(fonts/framd.ttf) format("truetype");
}

@font-face{ 
 font-family: "Franklin Gothic Book";
 src: local("Franklin Gothic Medium"), url(fonts/FRABK.ttf) format("truetype");
 }

body{
 behavior:url(csshover.htc);
 font: 13px/1.2 "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
 margin: 0;
}

p{
 padding: 0;
 margin: 4px 0 0 0;
}

h1{
 font: 13px/1.2 "Franklin Gothic Medium", Helvetica, Arial, sans-serif; 
 font-weight: bold;
 padding: 0;
 margin: 18px 0 0 0;
}

ul, ul li{
 padding: 0;
 margin: 0;
}

img{
 border: 0;
 padding: 0;
 margin: 0;
} 

a{
 text-decoration:none;
}

a, a:active, a:visited{
 color: black;
}

#maincontainer{
 position: relative;
 top: 60px;
 border-bottom: solid 60px white; 
 }

#container{
 position: relative;
 width: 566px;
 padding: 0 39px 0 39px;
 border-style: solid;
 border-width: 0 2px 0 2px;
 margin: auto;
}

#borderimg{
  position: absolute;
  top: 141px;
  left: -2px; 
  bottom: 0;
  width: 23px;
  z-index: 3;
}

#borderimg1{
  position: absolute;
  top: 141px;
  left: -2px;
  bottom:0;
  width: 23px;
  z-index: 2;
}

#header{
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 93px;
}

#content{
 margin-top: 30px;
 padding-top: 163px;
 padding-bottom: 40px;
 clear:left;
}

#footer{
 font: italic 12px/1.8 "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
 font-weight: bold;
 text-align: center;
 position: relative;
 bottom: -5px;
 height: 21px;
 border-top: 1px solid;
}

/* text style */

h1.textstyle1{
 display:inline;
 padding-right: 4px;
}

h1.textstyle2, span.textstyle2{
 font-style: italic;
}

h1.textstyle5{
 font-family: "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
 font-weight: normal; 
 text-transform: uppercase;
}

span.textstyle3{
 font-family: "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
 font-weight: bold;
}

span.textstyle4{
 font-size: 11px;
 font-style: italic;
}

p.textstyle6{
 margin-top: 0;
}

p.textstyle7{
 margin-top: 18px;
}  

div.textstyle7{
 margin-top: 18px;
 padding: 0;
}  


ul#text{
 list-style: none;
 margin-top: 4px;
}
 
ul#text li{
  background: url(images/square.jpg) left 5px no-repeat;
  padding-left: 16px;
  margin-bottom: 8px;
}
/* end text style*/

/*nav style*/
#navcontainer{
  height: 18px;
}

ul#nav, ul#nav ul{
 padding: 0;
 margin: 0;
 list-style: none;
}

ul#nav li{
 font: 12px/1.0  "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
 font-weight: bold;
 text-transform: uppercase;
 float: left;
 position: relative;
 width: 79px;
 height: 18px;
 border-left: 2px solid white;
 padding-left: 5px;
 padding-right: 4px;
}

ul#nav li ul li{
 font: 11px/1.3 "Franklin Gothic Book", Helvetica, Arial, sans-serif;
 text-transform: capitalize;
 background-color:white;
 float: left;
 position: relative;
 left: -6px;
 /*width: 72px;*/
 width: 76px;
 height: 15px;
 border-left: 2px solid white;
 padding-left: 5px;
 margin: 0px;
}

ul#nav li a{
 display: block;
}

ul#nav li ul{
 display: none;
 position:absolute;
 width: 79px;
 top: 0;
 left: 0;
 margin-left: -1px;
}

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

ul#nav li:hover ul, ul#nav li.over ul{
  display:block;
}

.bordcolor1, ul#nav li.bordcolor1, ul#nav li ul li.bordcolor1, div#footer.bordcolor1{
 border-color: #c6c7c8;
}

.bordcolor2, ul#nav li.bordcolor2, ul#nav li ul li.bordcolor2, div#footer.bordcolor2{
 border-color: #ea6fa3;
}

.bordcolor3, ul#nav li.bordcolor3, ul#nav li ul li.bordcolor3, div#footer.bordcolor3{
 border-color: #c6d66a;
}

.bordcolor4, ul#nav li.bordcolor4, ul#nav li ul li.bordcolor4, div#footer.bordcolor4{
 border-color: #a5b2d7;
}

.bordcolor5, ul#nav li.bordcolor5, ul#nav li ul li.bordcolor5, div#footer.bordcolor5{
 border-color: #e69252;
}

.bordcolor6, ul#nav li.bordcolor6, ul#nav li ul li.bordcolor6, div#footer.bordcolor6{
 border-color: #faba00;
}

li ul.textcolor2, li ul.textcolor2 a, li ul.textcolor2 a:active, li ul.textcolor2 a:visited{
 color: #e2007a;
}

li ul.textcolor3, li ul.textcolor3 a, li ul.textcolor3 a:active, li ul.textcolor3 a:visited, a.textcolor3, a.textcolor3:visited{
 color: #96ab00;
}

li ul.textcolor4, li ul.textcolor4 a, li ul.textcolor4 a:active , li ul.textcolor4 a:visited, a.textcolor4, a.textcolor4:visited{
 color: #00519e;
}

li ul.textcolor5, li ul.textcolor5 a, li ul.textcolor5 a:active, li ul.textcolor5 a:visited{
 color: #d9620d;
}

li ul.textcolor6, li ul.textcolor6 a, li ul.textcolor6 a:active, li ul.textcolor6 a:visited,a.textcolor6, a.textcolor6:visited{
 color: #faba00;
}
/* end nav style */

/* page style */
.greasmall{
 border-color: #c6c7c8;
}

.pinksmall{
 border-color: #ea6fa3;
}

.greensmall{
 border-color: #c6d66a;
}

.bluesmall{
 border-color: #a5b2d7;
}

.orangesmall{
 border-color: #e69252;
}

.yellowsmall{
 border-color: #faba00;
}

.img1{
 background: url(images/image_home.jpg) top center no-repeat;
 padding-bottom: 60px;
}

.img21{
 background: url(images/image21.jpg) top center no-repeat;
 padding-bottom:34px;
}

.img22{
 background: url(images/image22.jpg) top center no-repeat;
 padding-bottom: 34px;
}

.img31{
 background: url(images/image31.jpg) top center no-repeat;
}

.img32{
 background: url(images/image32.jpg) top center no-repeat;
}

.img33{
 background: url(images/image33.jpg) top center no-repeat;
}

.img34{
 background: url(images/image34.jpg) top center no-repeat;
}

.img35{
 background: url(images/image35.jpg) top center no-repeat;
}

.img41{
 background: url(images/image41.jpg) top center no-repeat;
}

.img42{
 background: url(images/image42.jpg) top center no-repeat;
}

.img43{
 background: url(images/image43.jpg) top center no-repeat;
 padding-bottom: 50px;
}

.img44{
 background: url(images/image44.jpg) top center no-repeat;
}

.img51{
 background: url(images/image51.jpg) top center no-repeat;
}

.img52{
 background: url(images/image52.jpg) top center no-repeat;
}

.img61{
 background: url(images/image61.jpg) top center no-repeat;
}

.img62{
 background: url(images/image62.jpg) top center no-repeat;
}

.img63{
 background: url(images/image63.jpg) top center no-repeat;
 padding-bottom: 60px;
}

.bordtext21{
 background: url(images/bordtext21.jpg) top left no-repeat;
}

.bordtext22{
 background: url(images/bordtext22.jpg) top left no-repeat;
}

.bordtext31{
 background: url(images/bordtext31.jpg) top left no-repeat;
}

.bordtext32{
 background: url(images/bordtext32.jpg) top left no-repeat;
}

.bordtext33{
 background: url(images/bordtext33.jpg) top left no-repeat;
}

.bordtext34{
 background: url(images/bordtext34.jpg) top left no-repeat;
}

.bordtext35{
 background: url(images/bordtext35.jpg) top left no-repeat;
}

.bordtext41{
 background: url(images/bordtext41.jpg) top left no-repeat;
}

.bordtext42{
 background: url(images/bordtext42.jpg) top left no-repeat;
}

.bordtext43{
 background: url(images/bordtext43.jpg) top left no-repeat;
}

.bordtext44{
 background: url(images/bordtext44.jpg) top left no-repeat;
}

.bordtext51{
 background: url(images/bordtext51.jpg) top left no-repeat;
}

.bordtext52{
 background: url(images/bordtext52.jpg) top left no-repeat;
}

.bordtext61{
 background: url(images/bordtext61.jpg) top left no-repeat;
}

.bordtext62{
 background: url(images/bordtext62.jpg) top left no-repeat;
}

.bordtext63{
 background: url(images/bordtext63.jpg) top left no-repeat;
}

.bordimg21, .bordimg22{
 background: url(images/bordleft2.jpg) repeat-y;
}

.bordimg31, .bordimg32, .bordimg33, .bordimg34, .bordimg35{
 background: url(images/bordleft3.jpg) repeat-y;
}

.bordimg41, .bordimg42, .bordimg43, .bordimg44{
 background: url(images/bordleft4.jpg) repeat-y;
}

.bordimg51, .bordimg52{
 background: url(images/bordleft5.jpg) repeat-y;
}

.bordimg61, .bordimg62, .bordimg63{
 background: url(images/bordleft6.jpg) repeat-y;
}
/* end page style */