@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7b99c5;
}

.tourism {
	background color:#FFFFFF;
	clear: both;
}

.theader {
	margin: 0;
	padding: 0;
	width: 962px;
	background-color: #ffffff;
}

.tsidebar {
	width: 143px;
	background-color: #f7f6f2;
	height: 172px;
	float: right;
	margin: 0;
	padding: 5px 10px 5px 0;
}
.tsidebar ul {
	list-style: none;
	padding: 10px 15px 5px 2px;
}
.tsidebar li {
	font-size: 14px;
	text-align: right;
	line-height: 14px;
	padding: 2px 0;
}
.tsidebar a {
	color: #cc4d02;
	text-decoration: none;
	border: 0;
}
 
.tbanner {
	width: 962px;
} 

.tlogo {
	width: 137px;
	height: 136px;
	padding-left: 29px;
	float: left;
}

.tslides {
	width: 643px;
	height: 136px;
	float: left;
}

.tmain {
	clear:both;
	overflow: hidden;
	_overflow: visible;
	_zoom: 1;
	width: 962px;
	background: #ffffff url(http://www.suffolk.va.us/tourism/images/bg_tmain.gif) top left no-repeat;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.tmenu {
	width: 809px;
	height: 46px;
	clear: left;
	float: left;
	background: transparent url(http://www.suffolk.va.us/tourism/images/bg_tmenu.gif) top left no-repeat;
}
.tmenu ul {
	list-style: none;
	padding: 0 24px 0 0;
	margin: 0;
}
.tmenu li {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 100px;
	height: 46px;
	position: relative;
	color: #ffffff;
	z-index: 100;
}
.tmenu a {
	border: 0;
}

.tmenu table{
position: absolute;
border-collapse: collapse;
z-index: 80;
left: -1px;
top: 25px;
}

.tmenuevents, .tmenuplay, .tmenutours, .tmenushop, .tmenudine, .tmenustay, .tmenumeet { display: block; width: 81px; height:46px; text-indent: -9999px; }

.tmenuevents{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_events.gif);}
.tmenuplay{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_play.gif);}
.tmenutours{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_tours.gif);}
.tmenushop{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_shop.gif);}
.tmenudine{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_dine.gif);}
.tmenustay{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_stay.gif);}
.tmenumeet{background-image:url(http://www.suffolk.va.us/tourism/images/tmenu_meet.gif);}

.tmenuevents:hover, .tmenuplay:hover, .tmenutours:hover, .tmenushop:hover, .tmenudine:hover, .tmenustay:hover, .tmenumeet:hover { background-position: 0 -46px; }

.tmenu li li {
	height: 30px;
	width:149px;
	padding: 0;
	margin: 0;
}
.tmenu ul ul a, .tmenu ul ul :visited {
	display:block;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:139px;
	height: 30px;
	padding: 5px 10px;
	color:#000;
	background-color: #ffac10;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
}
.tmenu ul ul :hover{
	color:#444;
	background:#ff9a05;
}
.tmenu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}
.tmenu ul li:hover ul, .tmenu ul a:hover ul{
	visibility:visible;
}


/*-------------------- PItems ----------------------*/


.pitem {
	background: transparent url(../images/bg_pitem.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f7f1eb;
	width: 720px;
	display: block;
	clear: both;
} 

.pcontent p {
	text-indent: 0em !important;
}

.pcolLeft {
	width: 350px;
	float: left;
}

.pcolRight {
	width: 238px;
	padding-left: 30px;
	float: left;
}

.pitem h1 {
	font-size: 1.8em;
}

.pphoto img {
	padding: 6px 8px 12px 8px;
	background: #fff url(../images/bg_pphoto.gif) bottom left no-repeat;
}

.pcaption {
	font-style: italic;
	line-height: 1.1em;
	font-size: 1em;
	color: #666666;
	padding-top: 6px;
	margin: 0;
}

.pcaption p {
	line-height: 1.1em;
	font-size: 1em;
	color: #666666;
	padding: 0;
	margin: 0;
}

/* ---------- ClearFix ---------- */
/*
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
*/
.clearfix {
 display:inline-block;
}
.clearfix:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
