html, body { 
	font-family: Trebuchet MS, verdana, sans-serif;
	margin-top: 0;
	background-image: url('http://mcclay.pristine.net/clients/timbudden/img/bodybg.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #000;
}

html { 	font-size: 100%; /* For IE */ }

body { 
	font-size: 0.75em;
}

.body {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	background-image: url('http://mcclay.pristine.net/clients/timbudden/img/mainbg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid black;
position: relative;
}

.popup {
	background-color: white;
	position: relative;
}

.mainbody {
	border: 0px solid red; 
	margin-left: 220px;
	margin-top: 70px;
	width: 500px;
	/* following line disables display in some IE browsers */
	/*position: relative;*/
	color: #fff;
}		

html>body .mainbody {z-index: 1;}

*:first-child+html .mainbody {z-index: -1;} 

table { font-size: 100%;}

input {font-size: 100%;}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
  	font-size: 2.1em;
  	margin-bottom: 6px;
  	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	color: #fff;
}

h5 {
	font-size: 1em;
    	padding: 2px 2px 2px 0;
    	width: auto;
    	color: #00856C;
    	font-weight: bold;
    	margin-left: 225px;
    	font-family: arial, sans-serif;
}

a {
    	background-color: transparent;
    	color: #005458;
    	text-decoration: none;
}

a:visited {
    	background-color: transparent;
	color: #005458;
    	text-decoration: none;
}

a:hover {
    	color: #ff8133;
    	text-decoration: underline;
}

.mainbody a {color: #fff;}
.mainbody a:visited {color: #fff;}

hr {
	color: #efefef;
	height: 2px;
	background-color: #efefef;
}

form {border: 0; padding: 0; margin: 0;}

input, select, textarea {
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	color: #565656;
	background-color: #F9F8F4;
}

h1 {
	font-size: 28px;
	color: #a6a6a6;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
}	
	
.p1 {
	font-size: 14px;
	color: #5B5B5B;
}

.header {
	width: 780px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 8px; 
  	border: 0px solid red;
	display: block;
}

.subheader {
	position: absolute; 
	top: 4px; 
	left: 190px; 
	font-size: 24px; 
	border: 0px solid red; 
	color: #fff;
}

.hotspot {
	position: absolute;
	height: 59px;
	width: 157px;
	left: 0px;
}

.hotspot img {
	border: 0;
}	

.hdrnav {
	
	width: 780px;
	margin: 0 auto;
	top: 6px; 
	font-size: 16px;
	font-weight: bolder;
	border: 0px solid red;
	color: white;
	background-color: #344064;
	background-color: #553845;
	/*background-color: #00416C;*/
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}

.hdrnav a, .hdrnav a:visited {
	color: #777777;
	color: #fff;
	margin:0 20px 0 20px;
}

.hdrnav a:hover {text-decoration: underline; color: #ff8133;}

.hdrnav a.selected {color: #ff8133;}

/*.hdrnav a.selected { color: #CF9962;}*/

.pipe {color: #777777; visibility: hidden;}

.lcol {
	float: left;
	margin-left: 2px;
}

.rcol {
	float: right;
	width: 296px;
	padding-right: 16px;
}

.rcol2 {
	float: right; 
	border: 0px solid red; 
	width: 258px; 
	margin-top: 30px;
}

.copyright {
	text-align: center;
	font-size: 11px;
	font-weight: bolder;
	padding-top: 13px;
	color: #b5b5b5;
}

.footer {
	width: 780px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #2A3143;
	margin-top: 13px;
	margin-bottom: 15px;
}

html>body .footer {z-index: 1;}
	
*:first-child+html .footer {z-index: -1;}

input {
	border: 1px solid #a6a6a6;
	margin-bottom: 2px;
}

input.checkbox {border: 1px solid red;}

html>body input {margin-bottom: 0px;}

*:first-child+html input {margin-bottom: 2px;}	

select {
	font-family: arial, sans-serif;
	border: 1px solid #a6a6a6;
}

form {
    	margin: 0;
    	padding: 0;
}

dd {
  	margin: 0; 
  	padding: 0; 
  	text-align: center; 
	text-align: left;
  	border-top:1px solid #fff; 
	padding-bottom: 10px;
}

dt {
  	margin: 0; 
  	padding: 0.4em; 
	text-align: left; 
  	font-size: 1.4em; 
  	font-weight: bold; 
  	background: #69c;
	background: #efefef;
}

dl {
  	margin: 0; 
  	padding: 0; 
  	border-left: 1px solid #fff; 
  	border-right: 1px solid #fff;
}
		
.maintitle {
	margin-top: 0px; 
	margin-left: 178px;
	font-size: 28px;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
	color: #b5b5b5;
	margin-bottom: 22px;
	background-color: purple;
}

.leftnav {
 	border: 0px solid white; 
 	float: left; 
 	width: 166px; 

} 			
	
.leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1px;
	font-size: 16px;
}

.leftnav ul li {
	font-weight: bolder;
	color: #200086;
	/*line-height: 2.2em;*/
	height: 2em;

}

.leftnav ul li a, .leftnav ul li a:visited {
	color: #fff;
	display: block;
	padding-left: 28px;
	margin: 0;
	vertical-align: middle;;
	height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

html>body .leftnav ul li a {padding-bottom: 10px;} 
html>body .leftnav ul li a:visited {padding-bottom: 10px;}

*:first-child+html .leftnav ul li a {padding-bottom: 10px;} 
*:first-child+html .leftnav ul li a:visited {padding-bottom: 10px;} 

.leftnav ul li a:hover {
    	color: #ff8133;
    	/*text-decoration: underline;*/
	text-decoration: none;
	background: #6D5F48;
}


.leftnavselected {
    	color: #ff8133;
    	/*text-decoration: underline;*/
	text-decoration: none;
	background: #6D5F48;
}

.leftnavhdr {
	text-align: center; 
	font-size: 24px; 
	padding-top: 5px; 
	padding-bottom: 12px;
}

h1 {
	text-align: center; 
	font-size: 24px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.gallerytable td {text-align: center; font-size: 14px; font-weight: bolder; padding: 10px;}

.gallerytable td a img {border: 0;}

.gallerytable td a, .gallerytable td a:visited {color: #fff;}

.fineprint {
	margin-top: 10px;
	margin-bottom: 30px; 
	font-size: 11px;
	margin-left: 8px;
	margin-right: 10px;
	color: #8e8e8e;
	line-height: 15px;
}
	
form, input, option, select {
	font-size: 11px;
}

option {
	color: #585858;
}

form dt {
	width: 50%;
}

form dd {}

form dt {
	font-size: 1em;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.links a, .links a:visited {color: #fff;}

.links h2 {color: #fff;}

.email {color: #fff;}
.email a:hover, .email a, .email a:visited {color: #fff;}

.divider {
	height: 16px;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #2A3143;
	color: #fff;
}	
