/* 
 * CSS + XHTML by TORBOTICS.
 * www.torbotics.com
 * 
 */

body {
	padding:0;
	margin:0;
	border-top: solid 2px #CF4439;
	background:#fff;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	}
	
a:link, a:visited {
	color:#cc3333;
	text-decoration:none;
	}
	
a:active, a:hover {
	color:#555;
	text-decoration:underline;
	}

/* =SITE STRUCTURE
-----------------------------------------------------------------------------*/
#container {
	width: 960px;
	padding-top: 4px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	min-height: 400px;
	height: 400px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;	
	}

#header {
	text-align: center;
	background: #ededed;
	border-top: double 3px #aaa;
	border-bottom: double 3px #aaa;
	width:100%
	}

#header img {
	border: solid 1px #aaa;
	margin: 3px;
	}

#content {
	float: left;
	width: 740px;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	
#content img {
	border: 1px solid #555;
	}

/*body#home #content {	
	width: 960px;
	float: none;
	}*/
	
#content p {
	text-align: left;
	padding-left: 15px;
	}

#content li {
	width: 85%;
	padding: .2em;
	list-style-type: circle;
	}
#content li strong {
	color: #555;
	}
	
#content ol li {
	list-style-type: decimal;
	}
	
#sidebar {
	float: right;
	width: 190px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #555;
	font-weight: normal;
	}

#sidebar h2 {
	display: block;
	text-align: left;
	font-size: 1.4em;
	color: #993333;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
	padding-left: 0;
	}

#sidebar h3 {
	text-align: left;
	margin: 12px 15px 0 0;
	font-size: 1.4em;
	color: #006699;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	border-bottom: 3px double #006699;
	}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#sidebar li a, #sidebar li a:visited {
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #dadada;
	text-decoration: none;
	}
#sidebar li a:hover {
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #dadada;
	background: #fff;
	text-decoration: none;
	}


#footer {
	clear: both;
	border-top: double 3px #aaa;
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	color: #999;
	}

/* =FEATURES
-----------------------------------------------------------------------------*/
.featurebox {
	display: block;
	float: left;
	padding: 0;
	margin:10px;
	width: 200px;
	height: 150px;
	background: #f2f2f2;
	border: 1px solid silver;
	}
.featurebox p {
	width: 90%;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: .7em;
	line-height: 1.5em;
	}

.featurebox h3 {
	margin: 10px 15px 0 15px;
	border-bottom: 1px solid #cc3333;
	}

.featurebox a:active, .featurebox a:hover {
	text-decoration:none;
	color: #333;
	}



/* =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.
=================================================================== */
#nav {
	background: #fff;
	padding-bottom: 30px;
	}
.menu {height:25px; font-size:1em; position:relative; z-index:100; left: -2px;}
/* 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:192px;}
/* 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:192px;position:relative; text-align:left; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:190px; height:25px; border:3px solid #fff; background:#2f2f2f; padding-left:10px; line-height:25px; font-size:14px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:190px; w\idth:181px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#555;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#555;}
.menu ul ul :hover > a.drop {background:#555;}

/* 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:28px;left:0; width:190px;border:3px solid #fff;;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#999; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:170px;border-width:1px 0 0 0; font-size:12px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:186px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#cc3333;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#cc3333;}

/* 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; }

body#home .menu a.home,
body#destinations .menu a.destinations,
body#featured_trips .menu a.featured_trips,
body#travel_resources .menu a.travel_resources,
body#about_us .menu a.about_us {
	background: #B21014;
	margin-right: 3px;
	color: #fff;
	}
.menu a.about_us {
	width: 180px;
	}
	

/* =Trip List
-----------------------------------------------------------------------------*/
#triplistcontainer {
	height: auto;
	clear: left;
	position:relative;
	}
	
#triplistcontainer p {
	font-size: .9em;
	line-height: 1.2em;
	}



#triplistcontainer .triplisting {
	border-top: 1px solid #dadada;
	background: #fff;
	float: left;
	width: 350px;
	height: 120px;
	margin: 0px 5px 10px 5px;
	padding: 10px 0px 0 0;
	text-align: left;
	}

/* =TYPOGRAPHY
-----------------------------------------------------------------------------*/
	
h1 {
	font-size: 2em;
	text-align: left;
	color: #993333;
	font-weight: normal;
	}
	
h2 {
	display: block;
	text-align: left;
	padding: 5px;
	font-size: 1.8em;
	color: #993333;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-bottom: 3px double #666;
	padding-left: 0;
	}
	
h3 {
	text-align: left;
	margin: 25px 15px 0 15px;
	font-size: 1.4em;
	color: #006699;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	border-bottom: 1px double #006699;
	}

h4 {
	font-size: 1.5em;
	color: #006699;
	font-weight: normal;
	}

h5 {
	padding: 0;
	padding-top: .5em;
	margin: 0;
	font-size: 1.2em;
	color: #993333;
	font-weight: normal;
	font-style: italic;
	line-height: .1em;
	}
	
/* =MISC
-----------------------------------------------------------------------------*/


.floatleft {
	float: left;
	margin: .5em 1em 1em 0;
	padding: 0;
	font-style: italic;
	font-size: 90%;
	color: #555;
	}

.floatright {
	float: right;
	margin: .5em 1em 1em 0;
	padding: 0;
	font-style: italic;
	font-size: 90%;
	color: #555;
	}

#center {
	text-align: center;
	margin: 0 auto;
	}

