* {
	margin: 0;
	padding: 0;
}

/* -- Mics CSS -- */

.hidden {
	display: none;
}

.coupon {
	background: #fff;
	border: dashed;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}


/* -- Image CSS -- */

.image {
	float: right;
	width: 300px;
	margin: 5px;
	border: #000 solid 2px;
}

.thumb {
	border: #000 solid 1px;
	margin: 4px;
}

/* -- Form CSS -- */


td {
	padding: 8px;
}

.tdRight {
	text-align: right;
	width: 150px;
}

.phone3 {
	width: 27px;
}

.phone4 {
	width: 35px;
}

.state {
	width: 25px;
}

.textfield {
	width: 200px;
}

.description {
	width: 200px;
	height:100px;
}

.button {
	padding: 2px;
	margin: 5px;
	color: #143D55;
}

input, textarea, select {
	background: #E9EEF6;
	color: #143D55;
}

/* -- Image pop-up code -- */

.gallerycontainer {
	position: relative;
	height: 330px;
/*Add a height attribute*/
}

.thumbnail img {
	border: 2px solid #c86000;
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 2px solid #c86000;
}

/*CSS for enlarged image*/

.thumbnail span { 
	position: absolute;
	background-color: #d68840;
	padding: 5px;
	left: -500px;
	border: 1px solid white;
	visibility: hidden;
	color: #404040;
	text-decoration: none;
}

.thumbnail span img { 
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span {
	visibility: visible;
	top: 100px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


/* CSS Document */

body {
	background: url(images/diamond.gif) repeat;
	color: #2e2f2f;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

ul {
	margin-left: 18px;
}

ol {
	margin-left: 25px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(images/navLeftBg.gif) repeat-y;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 154px;
}

#headerBottom {
	background: url(images/headerBottom.jpg);
	height:40px;
}

#content {
	
}

#navLeft {
	float: left;
	font-family:Copperplate;
	color: #CCCCCC;
}

#navLeft p {
	padding-left: 5px;
}

.navLink a:hover {
	text-decoration: underline;
}

.navLink a:link, .navLink a:visited {
	text-decoration: none;
	color: #ccc;
}

.navLink li {
	list-style-type: none;
	padding-left: 10px;
}

.navLeft {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 256px;
}

.navLeft ul {
	padding-top: 10px;
}

.navLeft li a {
	background: url(images/navButton.jpg);
	text-decoration:none;
	width: 256px;
	height: 39px;
	display: block;
	width: auto;
	padding-left: 26px;
	line-height: 40px;
}

.navLeft li a:link, .navLeft li a:visited {
	color: #663300;
}

.navLeft li a:hover {
	background: url(images/navButtonA.jpg);
}

#mainContent {
	background: #cccccc;
	width: 534px;
	height: 100%;
	float: left;
	padding: 5px;
}

#footer {
	background: url(images/footer.gif);
	height: 52px;
	width: 800px;
	clear: both;
}

.footer {
	padding-top: 25px;
	text-align: right;
}

.footer li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.footer li a:link, .footer li a:visited {
	color: #ccc;
	text-decoration: none
}

#mainContent #frameHolder{
   text-align:center;
   padding:20px;
		
}

iframe{
   text-align:center;
   padding:0px;
   border:0px solid #F0F5FB;
   width:500px;
   height:450px;
   margin:auto;
   text-align:center;
   overflow: hidden;
   background-color: #555;
}

#if {
	background-color: #555;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#if img{
	border:1px solid #000;
	text-align:center;
}


.simg{
   border:1px solid #000;
}

.timg{
   border:1px solid #000;
   margin:2px 5px;
}

#mainContent #info{
   margin:auto;
}

#mainContent #info h2{
   font-size:14px;
   color:#f1f1f1;
   padding:0px;
   margin:0px;
   text-align:center;
}

#mainContent #list{
   height:120px;
   overflow:auto;
   text-align:center;
}
