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

body{
   /*background-color: #000000;*/
   color: #000000;
}

#content{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

#header{
   height: 150px;
   background-color: #FFFFFF;
   /*border: 1px solid #0000FF;*/
   border-bottom: 10px solid #FF0000;
   padding: 0px;
}

.titletext{
   float: right;
   height: 140px;
   width: 725px;
   background-color: #000000;
   border-left: 10px solid #FF0000;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-left: 5px;
   list-style-type: none;
}

 li.line{
   height: 38px;
   color: #CCFF66;
   font-size: 35px;
   font-weight: bold; 
   text-transform: uppercase; 
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

#menu{
   margin-top: 3px;
   background-image: url(images/nav-bottom-gray-bkg.gif);
   background-repeat: repeat-x;
   height:25px;
   padding: 5px;
 
}
#menu div{
   margin: 0;
   background-image:url(images/nav-bottom-gray-bkg.gif);
   background-repeat: repeat-x;
   height:25px;
   width: 50px;
   display: inline;
   text-align: center;
   padding: 5px;
   color: #3300FF;
   font-size: 17px;
   font-family: Georgia, "Times New Roman", Times, serif;
   /*font-style: italic;*/
   font-weight: 900;
}

#menu div:hover{
   color: #3300FF;
   text-decoration: none;
   border: 3px solid #FF0000;
   padding: 5px;
}

p, h4, ul.top{
	/*font-family:"Adobe Garamond Pro", Akaash;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: justify;
	/*color: #FFFFFF;*/
}

p.intro:first-letter, h4:first-letter{
   font-size: 300%;
   float: left;
   font-style:italic;
}

p.intro ul{
   margin-left: 10px;
   padding-left: 60px;
}
.limage{
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.contact{
   float: right;
   text-align: center;
   width: 200px;
   background-color: #000000;
   color: #006600;
   font-size: 12px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   margin-bottom: 20px;
}
.contactopbar{
   background-image: url(images/nav-bottom-gray-bkg.gif);
   background-repeat: repeat-x;
   width: 180px;
   padding-top: 5px;
   padding-bottom: 5px;
}
.contacttext{
   margin-left: 10px;
   color: #CCFFCC;
   padding: 5px;
   border-bottom: 1px dotted #FFFFFF;
}
.contacttext + .contacttext {
   border-top: 1px dotted #FFFFFF;
}
address a:link, a:visited{
   font-size:16px;
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
}
.tabcontent{
   /*width: 800px;*/
   clear: both;
   height: 145px;
   margin: 0px;
   padding: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-top: 1px dashed #FF0000;
   border-bottom: 1px dashed #FF0000;
   background-color: #FFFFFF;
   color: #000000;
   /*margin-bottom: 10px;*/
}
div.tab{
   height: 100px;
   background-color: #CCCCCC;
   margin-right: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 20px;
   border: 1px solid #3300FF;
   /*margin: 10px;*/
}

/*.tab:hover{
   background-color: #FFCC00;
}*/
.tabbar div{
   display: inline;
   height: 100px;
   /*border: 2px solid #FF0000;*/
   border-collapse: collapse;
   text-align: center;
   margin: 0px;
}
.tabtext{
   /*border: 2px solid #FF0000;*/
   /*width: 500px;*/
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right: 20px;
   font-size: 18px;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-align: left;
   font-weight: 800;
}

.obj{
  clear: both;
}
.obj h3{
   /*width: 700px;*/
   margin: 0;
   margin-top: 15px;
   background-color: #FF6666;
   border: 1px dashed #FFFF00;
   /*border: 1px solid red;*/
   padding: 4px;
}
.obj ul{
   margin: 0px;
   /*margin-left: 20px;
   border-left: 1px solid red;*/
   background-color: #FFFFCC;
   list-style-type: square;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: 500;
   padding: 10px;
   padding-top: 0;
}

.obj li{
   margin-left: 20px;
   margin-bottom: 3px;
}

ul#ttext{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	border: 2px dotted blue;
}

.panels{
   clear: both;
   text-aligh: center;
   width: 1000px;
   /*border: 2px solid #3300FF;*/
   margin-top: 10px;
   margin-bottom: 10px;
   background-color: #000000;
}
.smallpanel{
   float: left;
   /*border: 1px solid #FFFFFF;*/
   width: 200px;
   background-color: #000000;
   color: #CCFF66;
}
.panelbar{
   background-image: url(images/nav-bottom-gray-bkg.gif);
   background-repeat: repeat-x;
   text-align: center;
   text-transform: uppercase;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
   padding-top: 5px;
   padding-bottom: 5px;
   width: 100%;
}

.paneltext{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-align: left;
}
.rsmallpanel{
   float: right;
   border: 1px solid #000000;
}

#footer{
   clear: both;
   text-align: center;
   background-color: #006600;
   color: #FFFFCC;
   font-size: 12px;
   border-top: 10px solid #FF0000;
   border-bottom: 10px solid #FF0000;
   padding-top: 8px;
   padding-bottom: 8px;
}
