﻿

* {margin:0px; padding:0px;}

html, body {width:100%; background:#660000 url(img/bg2.png) repeat-y top center; font:normal .9em Arial, San-Serif;}

#container { width:670px; margin:0px auto; }

#header {width:100%; margin:0px auto;  }
    
    #header ul { list-style:none; text-align:center; background:#660000;} 
    #header li { display:inline; padding:0px 20px;font-weight:bold; }
    #header a{color:#fff;}
    #header a:hover{text-decoration:none;}

#main {width:100%;margin:0px auto 7px auto; border-bottom:groove 2px #dcdcdc;border-top:groove 2px #dcdcdc;}

#foot {width:100%; margin:0px auto;}

    #foot ul { margin-left:30px;}

#pNav{width:200px; float:right; margin:0px 7px;}

    #pNav ul { list-style:none; margin-left:0px; }

	#pNav li{ border-bottom:solid 1px #cecece; padding-top:5px; width:200px; }

		#pNav li:hover{background:#eee9e9;}




.designBy {width: 100%; margin: 0px auto; font-size: 88%; color: #a9a9a9; border-top:groove 1px #ccc; text-align:center;}





p{ padding:9px 0; line-height:1.3em;}

h1,h2,h3{font-family:Georgia; color:#660000;}

h1{padding-top:7px; font-size:26pt;}
h2{}
h3{margin-top:7px;}

a { color:#660000; text-decoration:none;}

a:hover {text-decoration:underline;}












/* ________________ IMAGE DROP SHADOWS ________________ */

.img-shadow {
      float:left;
      margin:6px 6px 6px 6px;
      background: url(img/trans-shadow.png) no-repeat bottom right; 
      }

.img-shadow img {
      display: block;            /* IE won't do well without this */
      position: relative;        /* Make the shadow's position relative to its image */
      padding: 6px;              /* This creates a border around the image */
      background-color: #fff;    /* Background color of the border created by the padding */
      border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
      margin: -6px 6px 6px -6px; 
      }


/* ________________ HIGHSLIDE EFFECT ________________ */
						
.highslide { outline: none; cursor: url(img/zoomin.cur) , pointer; }
.highslide-image { outline: none; border: 10px solid white; }
.highslide-caption {
			display: none;
			border: 5px solid white;
			border-top: none;
			padding: 5px;
			background-color: white;
		}
.highslide-display-block { display: block;}
.highslide-display-none { display: none; }


/*_______________FAQ PAGE STUFF___________________*/
.hand{ cursor:pointer;}
dt {margin: 15px 40px 5px;	cursor: pointer; }

dd {margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;
	color: #660000;	}
	
.show {display: block;}
.hide {display: none;}