
body, td, div, p {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

#footertable a, .menuLink{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

#copyrightrow a {
	color: #333333;
	text-decoration:none;
	font-size: 10px;
}

#copyrightrow a:hover {
	color: #909090;
	text-decoration:underline;
	font-size: 10px;
}

#footertable a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

body {
	background-color:#FFFFFF; 
	1scrollbar-base-color: #FFFFFF;
	1scrollbar-arrow-color: #333333;
	1scrollbar-DarkShadow-Color: #FFFFFF;
}

body { background-image:url('http://www.onlinepictureproof.com/media/bg/4aca22.png'); } body { background-repeat:repeat;  } body { background-position:center center;  }
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}
   
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

#bodycontainer { background-color:#FFFFFF; }

#bodytable { background-color:#FFFFFF; }
   
#headertable { background-color:#FFFFFF;border-bottom-width: 1px; border-bottom-style: solid;border-bottom-color: #FFFFFF; }

#footertable { height: 45px;background-color:#FFFFFF; }

.copyright { color:#bdbdbd; font-size:10px; }


#copyrightrow1 { background-color:#FFFFFF; }


.wd { font-family: Webdings; }

/* Borders */


.featherlight:last-of-type{background:rgba(0,0,0,.7)}
.featherlight-iframe .featherlight-content {
	width:90%;
	height: 95%;
	background:transparent !important;
	max-width:1200px;
}
.featherlight-content iframe { display:block !important; border:1px solid #909090 !important; box-sizing:border-box; }
.featherlight .featherlight-close-icon { top:10px !important; right:20px !important; color: #FFFFFF !important; background: #909090 !important; border-radius:30px; margin:5px; width:30px; line-height:30px; }

/* ipad scroll */
.featherlight-content { -webkit-overflow-scrolling: touch; overflow-y:scroll; }
.featherlight-content iframe { width:100%; }
/* end tablet scroll */

1#iframewrap { -webkit-overflow-scrolling: touch; overflow-y:auto; -webkit-transform:translate3d(0,0,0); }
#iframewrap iframe { width:100%; height:100%; }

/* Menu */
#menu {
	display: inline-block;
	padding: 0 20px;
	line-height: 1;
	zoom: 1;
*display: inline;
}
#menu h1, #menu ul, #menu p, #menu img {
	margin: 0;
	padding: 0;
	border: 0;
}
#menu h1 {
	font-weight: normal;
}
#menu ul {
	list-style: none;
}
#menu a {
	text-decoration: none;
	color: #999999;
}
#menu .menu-label {
	font-weight: bold;
}

	/* Top buttons */
	#menu .menu-top > li {
		float: left;
		position: relative;
		text-align: center;
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		-ms-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		transition: background-color 0.2s;
		1border-right:1px solid #999999;
	}

	#menu .menu-top .menu-right {
		float: right;
	}
	#menu .menu-button {
		display: block;
		line-height: 30px;
		1padding: 0 15px;
		padding-left:15px;
		padding-right:19px;
		color: #999999;
		-webkit-transition: color 0.2s;
		-moz-transition: color 0.2s;
		-ms-transition: color 0.2s;
		-o-transition: color 0.2s;
		transition: color 0.2s;
	}
	.menudivline {
	float:right;line-height:30px;
	color: #999999;
	}
	#menu li:hover .menu-button {
		color: #000000;
		-webkit-transition: color 0.2s;
		-moz-transition: color 0.2s;
		-ms-transition: color 0.2s;
		-o-transition: color 0.2s;
		transition: color 0.2s;
	}
	#menu .menu-drop {
		padding-right: 15px;
	}
	#menu .menu-drop .menu-label {
		padding-right: 20px;
		-webkit-transition: background 0.2s;
		-moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
	}
	#menu li:hover .menu-drop .menu-label {
		-webkit-transition: background 0.2s;
		-moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
	}
	
	/* Dropdown */
	#menu .menu-dropdown {
		text-align: left;
		background-color:  #FFFFFF;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-ms-border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		position: absolute;
		left: -5000px;
		opacity: 0;
		z-index: 100;
		bottom:30px;
	}
	
	#menu li:hover .menu-dropdown {
		left: 0;
		opacity: 1;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	#menu .menu-right:hover .menu-dropdown {
		left: auto;
		right: 0;
	}
	#menu .menu-sub {
		margin: 5px 0;
	}
	
	.menu-lightbg {
				background-color: rgba(255,255,255,0.9) !important;
		min-width:125px;
	}
	
		/* Dropdown content */
		#menu .menu-sub li {
			white-space: nowrap;
			-webkit-transition: background-color 0.1s;
			-moz-transition: background-color 0.1s;
			-ms-transition: background-color 0.1s;
			-o-transition: background-color 0.1s;
			transition: background-color 0.1s;
		}
		
		#menu .menu-subbutton {
			display: block;
			padding: 7px 20px;
			line-height: 1.3;
			1color: #d0d0d0;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			transition: color 0.2s;
		}
		

input[type="button"] { cursor:pointer; }
input[type="submit"] { cursor:pointer; }

.bodyheader1, .bodyheader2, .bodyheader3, .bodyheader4 { color: #c1decf; font-weight:600; }
.bodyheader1 { font-size: 32px; line-height:1.8; }
.bodyheader2 { font-size: 24px; line-height:1.6; }
.bodyheader3 { font-size: 18px; line-height:1.5; }
.bodyheader4 { font-size: 16px; line-height:1.4; }