/* MAKE A WISH 2009 */
html {
	height:100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}

#maw {
	height:auto;
	background-color: #ffffff;
	background: url('fallen-background2.jpg') repeat top center;
	margin:0px;
	padding:0px;
}

#mawVideo {
	height:100%;
	background-color: #ffffff;
	background: url('fallen-background2.jpg') repeat top center;
	margin:0px;
	padding:0px;
}

div.makeAWishHolder {
	width:600px;
	height:100%;
	margin:0px auto;
	text-align:center;
	background-color: #ffffff;
}

.bannerHolder {
	width:565px;
	height:155px;
	margin:0 auto 10px auto;
}

.bannerHolder img {
	margin:15px auto 0px auto;
}


div.imageBlock {
	width: 550px;
	height:auto;
	margin:0px auto 15px auto;
	text-align: left;
	text-transform: uppercase;
}

div.shareBlock {
	width: 100px;
	height:auto;
	margin:0px 0px 15px 24px;
	text-align: left;
	text-transform: uppercase;
}


div.imageBlock img {
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	border: 0px;
}

div.imageBlock p {
	margin: 4px 0 0 0;
	border: 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 14px;
	color: #666;
}

div.imageBlock h5 {
	margin: 0px 0 0 0;
	padding: 0px;
	border: 0px;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12px;
	color: #666;
}


div.imageBlock div {
	padding-bottom: 3px;
	margin: 0px;
	border: 0px;
}

div.titleBlock {
	width: 550px;
	height:auto;
	margin:15px auto;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

h1.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	margin: 15px auto;
	padding: 0px;
	color: #999;
}

div.navBlock {
	text-align: center;
	margin:30px auto 0px auto;
}

div.navBlock ul {
	margin: 0px auto;
	padding: 0px;
}

div.navBlock ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}

div.navBlock ul li a{
	color: #999;
}

div.navBlock ul li a:hover{
	color: #666;
}

div.navBlock.selected {
	font-family: Verdana;
	font-size: 12pt;
	color: red;
} 


hr.MAWTour {
	color: #000000;
	margin: 0 15px 20px 15px;
	width: 565px;
}

#footer-nav {
	background-color: #ffffff;
	color:#000
	height:auto;
	width:550px;
	/*margin:10px auto 20px auto;*/
	padding:0px;
	text-align: center;
	/*border-top: 1px solid #000;*/
}

#footer-nav2 {
	background-color: #ffffff;
	height:30px;
	width:550px;
	margin:0px auto;
	padding:0px;
	text-align: center;
	border-top: 1px solid #000;
}

p.copyright {
	margin: 10px auto 0px auto;
	color:#000;
}

/* multi level tour navigation */

div.navBlock2Row {
	text-align: center;
	margin:30px auto 0px auto;
}

div.navBlock2Row ul.row1 {
	margin: 0px auto;
	padding: 0px;
}

div.navBlock2Row ul.row2 {
	margin: 10px auto 0px auto;
	padding: 0px;
}

div.navBlock2Row ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc9933;
}

div.navBlock2Row ul li a{
	color: #999;
}

div.navBlock2Row ul li a:hover{
	color: #666;
}

div.navBlock2Row.selected {
	font-family: Verdana;
	font-size: 12pt;
	color: red;
}

a, a:link, a:visited {
color:#999999;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#cccccc;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-decoration:none;
}

