/* LAYOUT */

body {
	background: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ececec;
	}

#wrapper {
	padding:0;
	}

#container {
	padding-bottom: 10px;
	}

#contentwrap {
	background: #fff url(images/contentwrap-background.png) top right repeat-y;
	margin-top: 10px;
	border: 1px solid #d4d1d1;
	}

a {
	color: #03357c;
	}

a:hover {
	color: #087ed8;
	}
/* HEADER */

#header {
	height: 89px;
	padding-top:15px;
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 8px 0 0 0;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 48px;
	text-transform: uppercase;
	}

#header h1 a, #header h1 a:visited {
	color: #053671;
	text-decoration: none;
	}


#header h2 {
	color: #4e4d4d;
	font-size: 13px;
	line-height: 13px; 
	font-family: Arial;
	font-style: italic;
	}

/* NAVIGATION MENUS */



.navcontainer {
	height: 44px;
	}
	
#nav {
	height: 44px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 12px 16px 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#nav li a:hover, #nav li a:active, .current-cat {
	background: url(images/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #004876;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 12px 16px 12px;
	text-decoration: none;
	}
	
#nav  li.current-cat a {
	color:#004876;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 5px 15px 15px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 30px;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 4px 0;
	padding: 8px 10px;
	line-height: 22px;
	font-family: Arial, Verdana;
	color: #053a76;
	background: #eeeeee;
	}

	
.title a {
	text-decoration: none;
	color: #0066ff;
	}

.title a:hover {
	text-decoration: none;
	color: #053a76;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
	color: #000;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	font-family: Arial, Verdana;
	font-style: italic;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 8px;
	}


.sidebar {
	margin: 0 5px 0 10px;
	}
	
.sidebar a {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif; !important
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	color: #0066ff;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#0571c6;
	}
	

	
#search input, #searchform input{
	border: 1px solid #044888;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 4px 0 6px 0px;
	background: url(images/tab_backgr.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #003d69;
	display: block;
	}
	
#s {
	width: 220px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #044888;
	background: #fff;
	color: #05407d;
	}
	
#topsearch {
	padding:10px;
	background: #044888;
	margin-top: 10px;
	text-align: center;
	}
	
#topsearch input {
	border: 1px solid #044888;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 190px;
	padding: 2px;
	}


.rssbox {
	background: #fff7df;
	border: 1px solid #f9931b;
	padding: 10px;
	margin: 10px 0 0 0;
	}
.rssbox a {
	color: #e23007;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.rssbox a:hover {
	color: #e23007; 
	text-decoration: underline;
	}


		
/* Social icons */
.addthis_toolbox {
	margin: 10px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 2px 0px;
	background: #fff;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #05326c;
	border-bottom: 1px solid #cfcfcf;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #eef0f4;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eef0f4;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #053772;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #9b9b9b;
	font-size: 11px;
	padding: 10px;
	text-align: right;
	}	
#footer2 a {
	color: #9b9b9b;
	text-decoration: none;
	} 

#footer2 a:hover {
	text-decoration: none;
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}

.left_floating
{
float:left;
padding-bottom:8px;
padding-right:8px;
padding-top:8px;
padding-left:8px;
}

#tourP
{
background-image:url(images/tour-package.gif);
background-repeat:no-repeat;
background-position:right bottom;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:50px;
}

.bdy_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
text-align:justify;
}

.right_floating
{
float:right;
padding-bottom:8px;
padding-right:8px;
padding-top:8px;
padding-left:8px;
}

#carR
{
height:120px;
background-image:url(images/car-rentals.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
}


   #Vbox {
   		width:285px;
		height:300px;
		overflow:auto;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		margin-left:12px;
   }
   
   #Vbox ul li {
   		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0xp;
    	border-bottom: 1px solid #F0F0F0;
   }
   
   #Vbox ul li a,a:active,a:visited {
		color:#0066FF;
	}
	
   #Vbox ul li a:hover {
		text-decoration:underline;
	}
	
#trains1 {
	table-layout:fixed;
	background-color:#FFFFFF;
	border-color:#fff;
	border-collapse:collapse;
	}
	
#trains1 th {
	background:url(images/menuBG.jpg) repeat-x top left;
	height:43px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	}
	
#trains1 td {
	height:30px;	
	vertical-align:middle;
	color:#555;
	border-bottom:1px solid #666666;
	}
	
#trains2 {
	table-layout:fixed;
	background-color:#FFFFFF;
	border-color:#fff;
	border-collapse:collapse;
	}
	
#trains2 th {
	background:url(images/menuBG.jpg) repeat-x top left;
	height:43px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	}
	
#trains2 td {
	height:30px;	
	vertical-align:middle;
	color:#555;
	border-bottom:1px solid #666666;
	}

   #Vbox1 {
   		width:285px;
		height:250px;
		overflow:auto;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		margin-left:12px;
   }
   
   #Vbox1 ul li {
   		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0xp;
    	border-bottom: 1px solid #F0F0F0;
   }
   
   #Vbox1 ul li a,a:active,a:visited {
		color:#0066FF;
	}
	
   #Vbox ul li a:hover {
		text-decoration:underline;
	}

.sidebar1 a {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif; !important
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	color: #0066ff;
	}

.sidebar1 a:hover {
	text-decoration: underline;
	color:#0571c6;
	}

.divider
{
font-size:12px;
color:#009900;
font-family:Verdana;
}
.style3 {font-size: 16px; font-weight:bold;}

.red
{
font-weight:bold; color:#FF0000;
}

#foot_links {
	width:250px;
	height:220px;
	overflow:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	margin-left:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#foot_links ul {
   		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0xp;
		list-style:none; list-style-type:noone;
}

#foot_links ul li {
    	border-bottom: 1px solid #F0F0F0;
		list-style:none; list-style-type:noone;
		padding:2px 2px 3px 4px;
}

#foot_links a,a:active,a:visited {
		color:#0066FF;
	}
	
#foot_links ul li a:hover {
		text-decoration:underline;
	}
	
.sub {
font-size:11px; font-family:Arial; color:#006633;
}