@charset "utf-8";
/* 
Directions Magazine Main CSS File
Author: Pasquale Scerbo (pasquale@waveactive.com)
Date: December 2008
*/

/*----------------- CSS NORMALIZER -----------------*/

/*
- cancels default styles applied to page elements
- adjusts default elements between browsers to same baseline
*/
div, dl, dt, dd, ul, ol, li, pre, hr, form, fieldset, input, th, td {margin:0; padding:0;}
address, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit; font-size:100%;}
select, input, textarea {font:99% verdana,geneva,sans-serif;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-size:100%; font-weight:normal;}
fieldset, img {border:0;}
img {vertical-align:middle;}
select, textarea, .inputStyle {border:1px solid #7F9DB9; background:#FFF; padding:.1em; margin:.1em 0 .1em .2em;}
ul, ol {padding-left:18px;}
legend {display:none;}
.skipNavigation {position:absolute; left:0px; top:-500px; overflow:hidden;}
select {background:#FFF;}
.cleaner	{ clear: both; }
.clear5		{ clear: both; height: 5px; _height: 0; font-size: 1px; }
.clear10 	{ clear: both; height: 10px; font-size: 1px; }
.clear16	{ clear: both; height: 16px; font-size: 1px; }
.fLeft		{ float: left; }
.fRight		{ float: right; }
.png		{ _behavior: url(/templates/layout/2009/common/css/iepngfix.htc); }


/*::::::::::::::DEFAULT::::::::::::::*/
body		{ margin: 0; padding: 0; background: #CCC; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 11px; }
#container	{ width: 940px; margin: auto;}
#bg			{ float: left; background: #FFF; padding: 0 19px; }

h1 a	{ margin: 0; padding: 0; color: #3366cc; font-size: 13px; font-weight: bold; }

a 		{ color: #666633; text-decoration: none; }
a:hover	{ text-decoration: underline; }

.arrow	{ background: url(img/arrow.gif) no-repeat right; padding-right: 10px; }

.line { background: url(img/bg-dots.gif) repeat-x top; height: 5px; clear: both; margin-top: 6px;  }

/*::::::::::::::HEADER::::::::::::::*/
#header	{ width: 900px; height: 71px; border: 1px solid #d6d6d6; margin-bottom: 11px; background: url(img/bg_header.jpg) no-repeat; float: left; position: relative; }
#logo	{ float: left; width: 259px; margin: 12px 0 0 11px; }
#search			{ position: absolute; left: 653px; top: 27px; float: left; }
#search input	{ width: 169px; float: left; border: 1px solid #999; font-size: 11px; height: 16px; padding-left: 2px; }
#search .srcbtn	{ width: auto; height: auto; float: left; margin-left: 4px; border: 0; }

/*::::::::::::::TOP BANNER & NAVIGATION::::::::::::::*/
#navBox		{ width: 168px; height: 83px; float: right; padding-top: 5px; _padding-top: 4px; border: 1px solid #d6d6d6; background: url(img/bg-navBox.jpg) repeat-x #f0ede3; }
#navBox .sectionTop	{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-align: right; font-size: 11px; color: #333; text-transform: uppercase; letter-spacing: -0; padding-bottom: 4px; background: url(img/bg-dots.gif) repeat-x bottom; padding-right: 17px; }

#navBox ul			{ margin: 0; padding: 0; list-style: none; font-size: 10px; }
#navBox li			{ text-align: right; height: 13px; _height: 12px; }
#navBox li a		{ text-decoration: none; color: #666633; display: block; padding-right: 17px; padding-bottom: 1px; _padding-bottom: 0; }
#navBox li a:hover	{ background: url(img/bg-navBoxLink.gif) repeat-x #3971b7; color: #FFF; }

#bannerOne	{ float: left; width: ; margin-right: 21px; _margin-right: 15px; }

/*::::::::::::::MENU::::::::::::::*/
#menuWrap		{ margin-top: 11px; background: url(img/bg-menu.gif) repeat-x; height: 27px; clear: both; position: relative; }
#nav	{ margin-left: 0; padding-left: 0; float: left; }
ul.dropdown, ul.dropdown li, ul.dropdown ul { list-style: none; margin: 0; padding: 0; }

ul.dropdown { position: relative; z-index: 600; float: left; }

ul.dropdown li { float: left; line-height: 1em; vertical-align: middle; zoom: 1; }

ul.dropdown li.hover,
ul.dropdown li:hover { position: relative; z-index: 598; cursor: default; }

ul.dropdown ul { padding-top: 6px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 10; width: 100%; }

ul.dropdown ul li { float: none; font-size: 11px; }
ul.dropdown ul ul { top: 1px; left: 99%; }

ul.dropdown li:hover > ul { visibility: visible; }

/*::::::::::::::MAIN AREA::::::::::::::*/
#mainWrap	{ float: left; width: 900px; _width: 901px; background: url(img/bg-mainLines.gif) repeat-y; margin-top: 19px; border-bottom: 20px solid #FFF; }
.title		{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333; text-transform: uppercase; letter-spacing: -0; padding-bottom: 4px; background: url(img/bg-dots.gif) repeat-x bottom; margin-bottom: 12px; }
.title.nm	{ margin-bottom: 3px; }

ul.titleLinks				{ margin: 0; padding: 0; list-style: none; font-size: 10px; }
ul.titleLinks li			{ float: left; color: #666; padding-right: 4px; padding-bottom:4px; }
ul.titleLinks li a			{ text-decoration: none; color: #666633; }
ul.titleLinks li a:hover	{ text-decoration: underline; }
ul.titleLinks li a.on		{ color: #666; }

ul.pagination				{ margin: 0; padding: 0; list-style: none; font-size: 11px; }
ul.pagination li			{ float: left; color: #333; padding-left: 4px; padding-bottom: 4px; }
ul.pagination li a			{ text-decoration: none; color: #3b73b9; }
ul.pagination li a:hover	{ text-decoration: underline; }
ul.pagination li a.on		{ color: #666; }

.vspacer	{ clear: both; height: 22px; }
.rss		{ margin-top: -2px; }


ul.tLinks				{ margin: 0; padding: 0; list-style: none; font-size: 12px; }
ul.tLinks li			{ float: left; color: #666; padding-right: 4px; padding-bottom: 2px; }
ul.tLinks li a			{ text-decoration: none; color: #666633; }
ul.tLinks li a:hover	{ text-decoration: underline; }
ul.tLinks li a.on		{ color: #666; }

ul.normal li { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;  font-size: 12px; color: #666; padding: 10px 10px 10px 10px;}

.sbtitle {  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif; font-size: 12px; padding: 10px 0 5px 0;}
.vspacer	{ clear: both; height: 22px; }
.rss		{ margin-top: -2px; }

/*::::::::::::::CENTER COLUMN::::::::::::::*/
#centerCol			{ float: left; width: 712px; padding-right: 11px; _padding-right: 8px; }
#centerCol .details	{ color: #333; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

#centerCol .infoBox	{ width: 606px; border: 1px solid #e5e5e5; background: url(img/bg-infoBox.jpg) repeat-x #e7e3d2; margin: 25px auto; padding: 10px 12px 13px 14px; }

#centerCol .banners	{ clear: both; margin-bottom: 10px; }

/*single column*/
#centerCol .single			{ width: 700px; float: left; margin-top: 13px; margin-left: 3px; }

#centerCol .details	{ font-size: 10px; margin-bottom: 11px; }
#centerCol .spacer	{ clear: both; height: 30px; }

/*::::::::::::::RIGHT COLUMN::::::::::::::*/
#rightCol			{ float: left; width: 167px; padding-left: 10px; }
#rightCol .banAd	{ text-align: center; margin-bottom: 10px; }
#rightCol .adTxt	{ text-align: left; margin: 5px 0 30px 0; }
#rightCol .adTxt a.banTitle  { font-size: 12px; font-weight: bold; }

#rightCol .box	{ width: 149px; border: 1px solid #d6d6d6; float: left; background: url(img/bg-leftFade.jpg) repeat-x #cfddee; padding: 9px; font-size: 11px; }


#rightCol .box.newsletter { background: url(img/bg-fadeNewsletter.jpg) repeat-x #f0ede3; padding: 9px; font-size: 11px; }
#rightCol .box.newsletter table, #leftCol .box.poll table	{ width: 100%; }
#rightCol .box.newsletter table td							{ vertical-align: top; padding: 0 10px 10px 0; }
#rightCol .box.newsletter table input.textbox				{ border: 1px solid #999; width: 141px; height: 16px; font-style: italic; color: #333; padding: 2px 2px 0 2px; }

#rightCol .box.locations		{ background: url(img/bg_shortFade.jpg) repeat-x #f0ede3; width: 168px; padding: 0; }
#rightCol .box.locations .btn	{ padding: 8px 7px; }

/*::::::::::::::SLIDER TABS::::::::::::::*/
#slideWrapper		{ width: 630px; border: 1px solid #e5e5e5; margin: 25px auto 0 auto; }

/*::::::::::::::FOOTER::::::::::::::*/
#footer	{ clear: both; width: 940px; padding-top: 31px; margin: auto; text-align: center; padding-bottom: 26px; }

.txtBox { border:1px solid #666633; background:#FFF; padding:.1em; margin:.1em 0 .1em .2em; }


input.txtBox { border:1px solid #666633; background:#FFF; padding:.1em; margin:.1em 0 .1em .2em; }

h3 a { margin: 0; padding: 0; font-size: 12px; font-weight: bold; }

#content .red
{ color: #FF0000;}

#content .subTitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333; letter-spacing: -0; padding-bottom: 4px; margin-bottom: 12px; text-decoration:underline; }
#content .fieldName { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333;}
#content a.smallboldtitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #3b73b9;}
#content .smallboldtitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333;}
#content a.boldtitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; color: #3b73b9;}
#content .boldtitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; color: #333; padding-left: 0px}

#content .compMainTitle { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 13px; color: #333; padding: 10px 0 10px 0;}
#content h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 13px; color: #333; padding: 10px 0 10px 0;}

#content h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; color: #333; padding: 10px 0 10px 0;}
#content h4 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; color: #333; padding: 10px 0 10px 0;}
#content h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333; padding: 10px 0 10px 0;}

#content .boldTitleBig { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; color: #333; padding: 10px 0 10px 0;}
#content .boldTitleVeryBig { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 17px; color: #333; padding: 10px 0 10px 0;}

#content .boldTitleSmall { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333; padding: 10px 0 10px 0;}

#content .bldTitleSml { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; color: #333; padding: 10px 0 10px 0;}

#content .boldTitleVerySmall { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 10px; color: #333; padding: 10px 0 10px 0;}

#content .ul.normal li { font-family: Georgia, "Times New Roman", Times, serif;  font-size: 12px; color: #333; padding: 10px 10px 10px 10px;}

#content .leftMargin { margin-left:5px;}
#content .valignMiddle { vertical-align:middle;}

#content hr.single { color: #636363; size: 1px; margin: 5px 0 10px 0; width:100%;}


#content input.txtBox { border:1px solid #666633; background:#FFF; padding:.1em; margin:.1em 0 .1em .2em; }
.tdColor2 {
  background:#CCCCCC;
}
.tdColor1 {
  background:#EEEEEE;
}



	
.txtCenterB
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align:center;
	font-weight: bold;
}
.txtCenter
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align:center;	
}

.txtSmallBU
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.txtSmallB
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
} 
.txtSmall
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	
} 
.txtSmallI
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-style: Italic;
	
} 
.errorBold
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
   	color: #FF0000;
	
}  
.txtCenterB
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align:center;
	font-weight: bold;
}
.txtCenter
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align:center;	
}
.txtNormal
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;	
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	
}
tr.gray {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray gray gray;
	background-color: gray;
	color:white;
	
}
td.white {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 5px;
	border-style: solid solid hidden hidden ;
	border-color: gray gray gray gray;
	background-color: white;
		
}

.bldTitle2 {
	font: 105% Arial, Helvetica, sans-serif; /* Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; */
	vertical-align:top;
	font-weight:bold;
}

.bldTitle1 {
	font: 90% Arial, Helvetica, sans-serif; /* Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; */
	vertical-align:top;
	font-weight:bold;
}
	
	
.dmparagraph {
	font: 100% Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    vertical-align:top;
	margin:8px 0 0 0; padding:0;	
}

.dmparB {
	font: 100% Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    vertical-align:top;
	margin:8px 0 0 0; padding:0;
	#font-weight:bold;
}


.boldtitle,.header2 {
	font: 85% Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	vertical-align:top;
	font-weight:bold;
}
.boldtitle1,.header2 {
	font: 100% Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	vertical-align:top;
	font-weight:bold;
}
.boldtitle2 {
	font: 105% Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	vertical-align:top;
	font-weight:bold;
}

.tdColor2 {
  background:#CCCCCC;
}

.tdColor1 {
  background:#EEEEEE;
}

.leftIndent{
	
	margin:0px 0 0 30px; 
	padding: 0 0 0 20px;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;	
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
tr.gray {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray gray gray;
	background-color: gray;
	color:white;
	
}
td.white {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 5px;
	border-style: solid solid hidden hidden ;
	border-color: gray gray gray gray;
	
		
}




.black_overlay
{
display:none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #CCC;
z-index: 2001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
  
.white_content 
{
display: none;
position: absolute;
top: 25%;
left: 65%;
width: 30%;
height: 250;
padding: 10px 10px 3px 10px;
border: 1px solid #333333;
background-color: white;
z-index: 2002;
overflow: auto;
}

.cursorHand
{
	cursor: pointer;
}

.square a
{
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
	border: 1px solid #C7C7C7;
	font-weight: bold;
	font-size: 11px;
	background-color: #3269AA;
	
}
.space3 
{
	padding: 2px;
	
}
.active a
{
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
	border: 1px solid #333333;
	font-weight: bold;
	font-size: 11px;
	background-color: #F89C1F;
}

#rotateStatus
{
	width: 170px;
}
