/*  CSS Style Sheet  -  msp2.css   */
/*  Matt Lepkowski   */
/*  Updated 3/1/09     */
/*  CSSplay code for horiz drop down menu at end  */

/*   debug mode = red lines around all objects, uncomment next line  */
/* div {border: solid 1px #f00;} */

/*  ###########  start of new 2 column design   ###########  */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixRtHdr #container { 
	width: 1005px;  /* overall width of elements is 985, but need 1005 so IE displays correctly   */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-color:	#000099; 
	padding: 0;  /*  was 0 10 0 20 - this padding matches the left alignment of the elements in the divs that appear beneath it */
}

/*--  horiz nav bar below header  --*/
.twoColFixRtHdr #header2 { 
	background-color:	#000099;
	padding: 5px 5px 5px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  

/*-- top right ad  --*/
.twoColFixRtHdr #topright { 
	float: right;
	padding:  5px;
} 

/*-- search box in header - place html call before header to display correctly */
.twoColFixRtHdr #topright2 { 
	float: right;
	padding:  20px 60px 5px 10px;  /*--  was: 20px 15px 5px 10px --*/
} 

/*  not used  */
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:  15px;
	display:inline;  /*--  added 1/22/08  --*/
}

.twoColFixRtHdr #mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
	padding: 10px 15px 10px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: 	#ffffcc;
	border-top:  3px solid #009933;
	border-bottom:  1px solid #000000;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

/*  not used  */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  ###########  end of new 2 column design    ##########  */

/*   #####   new "class" boxes for index display, replicate table look wihout table tags  #####  */
.csstable { /*  table container, needed for IE to keep in left column  */
	width: 640px;
	margin: 0;
	border: 0;
}
.csstable2 { /*  table container, not used  */
	width: 640px;
	margin: 0;
	border: 0;
	clear: left;
}
.csscell { /*  table cell, contains pic and text, repeats, used by articles */
	width: 305px;
	margin: 5px 15px 5px 0px;   /*  was 10px all   */
	float: left;
}
.csscell2 { /*  table cell, contains pic and text, repeats, used by pictures */
	width: 305px;
	margin: 5px 15px 5px 0px;   /*  was 10px all   */
	float: left;
	height: 129px;
}
.righttext { /* put text to right of pic, used by articles */
	float: right;
	padding:  10px 10px 5px 5px;   /*  was 5px all   ### if 4 values = top/right/bottom/left ###   */
	width: 190px;
}
.righttext2 { /* put text to right of pic, used by pictures */
	float: right;
	padding:  0 10px 0px 5px;   /*  was 5px all   ### if 4 values = top/right/bottom/left ###   */
	width: 158px;   /*   at least 32px narrower than rightext  */
}

/****************************************************************************************************************/
/* HTML tag styles  -  ones starting with "." are invoked by <span class="Nav_small"> or  <div class="title">  */
/***************************************************************************************************************/ 

h1 {  text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.h2sep {    /*   H2 with blue background bar and reverse text, use with "span class" not "div class"  */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	background-color: #000099;
	display: block;
	padding: 2px 10px;
	margin: 0;
	color: #FFFFFF;
	width: 620px;
	height: auto;
	clear: left;
	}
.subtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal}  /*   duplicate of h2 but non bold  */
.Nav { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small}
.Nav_small {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

/* ########  purchase links style  ###### */
.buy {
	font-weight: 		bold;
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			10px;
	color: 				#000000;
	background-color: 	#ffff66;
	padding: 			2px;
	border-color: 		#cc0000;
	border-style: 		solid;
	border-width: 		2px;
}
.buy a:link    {text-decoration:none;}
.buy a:visited    {text-decoration:none;}
.buy a:active    {text-decoration:none;}
.buy a:hover    {text-decoration:none;}
a.hover:link    {color:#000099; text-decoration:none;}
a.hover:visited {color:#000099; text-decoration:none;}
a.hover:active  {color:#000099; text-decoration:none;}
a.hover:hover   {color:#009933; text-decoration:none;}
/* ##########  end purchase links style  ########  */

/**********************************************************************************
 Layout Divs   -  ones starting with "#" invvoked by <div id="spacing3"> 
 - can only be used once, else use "div class"  to call style starting with "."  
*********************************************************************************/

#deals {
padding:  10px;  /*      if 2 values, first = top/bottom, second = left/right       */
border:	solid	#f74d2c	12px;
margin: 0 0 15px 0;
}
#sidepromo {
padding:  10px;  /*      if 2 values, first = top/bottom, second = left/right       */
border:	solid	#f74d2c	12px;
margin: 0 0 15px 0;
}
#navbar{
	padding:  5px 0px 5px 0px;
	border-bottom: 		1px solid #000099;
	margin: 0;
	width: 640px;
}
#prefooter{
	clear: 				both;
	padding: 			0;
	height: 160px;
}
#prefooter2{
	clear: 				both;
	padding: 			0;
}

/*       ##########    ads   ############# 
IAB.net standard 4 = leaderboard, widesky, medrect, rect     */

/* call via "div class" not "div id" so same unit can be used multiple times on page */
.banner {
clear: left;
height:		60px;
width:		468px;
padding:  5px 15px 5px 15px;
background-color: #FFFFFF;
}
.bannerleft {
height:		60px;
width:		468px;
padding:  5px 15px 5px 15px;
background-color: #FFFFFF;
}
/* float right on same line */
.bannerright {
float: right;
height:		60px;
width:		468px;
padding:  5px 15px 5px 15px;
background-color: #FFFFFF;
}
#leaderboard {
height:		90px;
width:		728px;
padding:  5px;
}
#widesky {
height:		600px;
width:		160px;
padding:  5px 0 10px 0;  /* if 4 values: top, right, bottom, left */
}
/* use in vertical (right) column, call via "div class" not "div id" so same unit can be used multiple times on page */
.medrect {
height:		250px;
width:		300px;
margin: 0 0 10px 0;
padding: 0;
}
/* use in vertical (right) column, call via "div class" not "div id" so same unit can be used multiple times on page */
.rect {
height:		150px;
width:		180px;
padding:  0;  /* if 2 values, first = top/bottom, second = left/right */
margin: 0 0 10px 0;
}
/*  bottom horizontal row, middle */
#rect2 {
float: right;
height:		150px;
width:		180px;
margin:  0 40px;  /*  was: 0 40 */
padding: 0;
}
/*  bottom horizontal row, right side */
#rect3 {
float: right;
height:		150px;
width:		180px;
padding:  0 15px;
}
/*    ##########    end ads   ############# */

/*  ############################### Horizontal Drop Menu (multi-level) Navigation ############################# */

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*  CHANGED - width was 745, reduced when moving from 5 boxes to 3 */
.menu {width:447px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
/*  CHANGED - width was 746, reduced when moving from 5 boxes to 3 */
* html .menu {width:448px; w\idth:448px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
/*  CHANGED - font bigger and background was 758279 then 009933 (green) then a64411 (orange) - also made center align */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; font-weight:bold; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#f74d2c; padding-left:10px; line-height:29px; text-align:	center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFFFCC url(http://travelsinparadise.com/pics/triangle.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#009933 url(http://travelsinparadise.com/pics/triangle.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#009933 url(http://travelsinparadise.com/pics/triangle.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFFFCC;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#009933;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
/*  CHANGED - background was d4d8bd then 45E57A (lt green) then ffffcc (yellow) */
.menu ul ul a, .menu ul ul a:visited {background:#ffffcc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* style the top level hover */
/*  CHANGED NEXT 2 LINES - background was 949e7c then 006622 then a62708 (red) then 0000e5 (blue) */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#009933;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#009933;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*  ############################### End of Horizontal Drop Menu (multi-level) Navigation ############################# */
