@charset "utf-8";
/* CSS Document */


td img { display: block; }
.inline {
	display: inline;
	padding: 5px;
}
.inline-noMargin {
	display: inline;
	}



body {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.mainTable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
}

#index_flinkTop { display: block; }

a.wa { font-size: 14px; font-weight: bold }

.videoWindow { width: 660px; }

#videoWindowMid {
	background-color: #333333;
	display: block;
}

#videoWindowBottom {
	display: block;
	height: 91px;
	width: 660px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: #333333;
	top: 20px;
	right: 10px;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #F7366F;
	color: #FFFFFF;
	cursor: move;
	overflow: hidden;
	width: auto;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: left;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid #666666;
	background-color: #FDB2C9;
	color: white;
	height: 150px;
	padding: 2px;
	overflow: auto;
	text-align: center;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.aboutmeText {
	height: 223px;
	width: 335px;
	background-image: url(../images/aboutme_r16_c12.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.aboutmeText p {
	text-align: justify;
	overflow: auto;
	height: 223px;
	width: 300px;
	margin: 0px auto;
	padding-left: 10px;
}

.aboutmeText strong {
	font-size: 18px;
	color: #FC024C;
}

.aboutmeBottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/aboutme_r27_c1.jpg);
	background-repeat: repeat;
	text-align: center;
	vertical-align: top;
}

.aboutmeBottomContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.sections {
	height: 215px;
	width: 850px;
	margin-bottom: 15px;
	background-image: url(../images/tourPhotos/sitesections/secBG.png);
	background-repeat: no-repeat;
}

.sectionsThumbs {
	float: left;
	width: 300px;
}

.sectionsThumbs img {
	padding-left: 19px;
	margin-top: 20px;
	height: 175px;
	width: 258px;
}

.sectionsText {
	float: right;
	width: 550px;
	font-size: 12px;
}

.sectionsText p {
	text-align: left;
	padding: 15px 35px 15px 15px;
	margin: 0px;
	line-height: 14px;
}

.sectionsText strong {
	color: #FE017E;
	font-size: 13px;
	font-weight: bold;
}

.sectionsText a {
	color: #FF017E;
	text-decoration: none;
}
.sectionsText ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	display: block;
	text-align: left;
}

.sectionsText li {
	display: inline;
	padding-right: 25px;
}
.postItNotes {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.postItNotes ul {
	list-style-type: none;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.postItNotes li {
	display: block;
	height: 260px;
	width: 260px;
	background-image: url(../images/postitNote.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}
.postItNotes p {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FE017E;
}

.postItNotes h2 {
	font-size: 18px;
	color: #00A4CC;
	margin-top: 5px;
	margin-bottom: 10px;
}
.updates {
	background-image: url(../images/updates_r17_c1.jpg);
	background-repeat: repeat;
	text-align: center;
	width: 980px;
	font-family: "Comic Sans MS";
	color: #666666;
}
.updates p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
}

.mainTable .updates a { color: #FF3366; }

.updatesFrame { cursor: crosshair; 
}
.pandvText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #333333;
	background-image: url(../images/pandv_r16_c6.jpg);
	background-repeat: no-repeat;
	height: 386px;
	width: 346px;
	line-height: 15px;
}

.pandvBottom {
	background-image: url(../images/pandv_r21_c1.jpg);
	background-repeat: repeat;
	text-align: center;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}






.bold { font-weight: bold; }

.joinForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	height: 385px;
	width: 354px;
	background-image: url(../images/join_r3_c2.jpg);
	background-repeat: no-repeat;
}

.centered {
	margin-right: auto;
	margin-left: auto;
}

.storeText {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	height: 200px;
	width: 386px;
	background-image: url(../images/store_r2_c2.png);
	text-align: justify;
}

.storeText a {
	color: #FF3366;
	font-weight: bold;
}

.storeText a:hover { color: #666666; }
