

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #efefef;
	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;
}

li { 
	list-style-type: none;
	margin: 0px;
	padding: 0em 0 0 0.2em;
	z-index: 99999;
}

li a {
	color: #0124a4;
	text-decoration: none;
}

li a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {border: none; }

a:link {
	color: #0124a4;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #0124a4;
}


/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container { 
	/* widths below commented out for testing purposes */
	/* width: 98%;
	 min-width: 1000px;
	max-width: 1500px; */
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}  
.thrColHybHdr #header { 
	background: #DDDDDD url(Logos/tripsnavbar.jpg) bottom left no-repeat; 
	/* padding: 0px 10px 10px 100px;  */ /* 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. */
	height: 146px;
	border-bottom: 1px solid #982800;
} 
.thrColHybHdr #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 0 300px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.navbar {
	margin: 0px;
	padding: 105px 10px 5px 150px;
	color: #ffffff;
	font-size:12px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left; 
	width: 15em; /* since this element is floated, a width must be given */
	background: #efefef; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	padding-left: 5px;
	/* -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #8A1605; */
	margin: 0em 0.5em 0 0em;
/*	border-right: 10px #efefef solid;
	border-bottom: 10px #efefef solid; */
}


#widebar {
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
	background: #efefef; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	padding-left: 5px;
	/* -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #8A1605; */
	margin: 0em 0.5em 0 0em;
/*	border-right: 10px #efefef solid;
	border-bottom: 10px #efefef solid; */
}

.thrColHybHdr #glance {
	/* float: left; */ 
	width: 14em; /* since this element is floated, a width must be given */
	background: #fefef3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 5px 0; /* top and bottom padding create visual space within this div */
	padding-left: 0px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #8A1605;
	/* margin: 5px 8px 0 5px; */
}

.thrColHybHdr #widebarinset {
	/* float: left; */ 
	width: 185px; /* since this element is floated, a width must be given */
	background: #fefef3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px; /* top and bottom padding create visual space within this div */
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #8A1605;
	margin: 0.5em 0.5em;
	text-align: left;
	/* margin: 5px 8px 0 5px; */
}

#widebar h3 {
	text-align: center;
	}

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 405px; /*11em;*/ /* since this element is floated, a width must be given */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
/*	border-left: 10px #efefef solid;
	border-bottom: 10px #efefef solid; */
	/* -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
	/* border: 1px solid #8A1605;
	border-top: 0px;
	border-right: 0px; */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0 0.5em;
}


/* This is the sidebar for the home page */

.thrColHybHdr #sidebar2b {
	float: right; 
	width: 405px;  /* since this element is floated, a width must be given */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 0px;
	padding: 5px 5px; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0 0.5em;
	text-align: center;
}

/* Ends the sidebar for the home page */



/* this is the sidebar for the Trips Overview page */
.thrColHybHdr #sidebar2a {
	float: right; 
	width: 405px; /*11em;*/ /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0 0.5em;
	border-left: 5px #efefef solid;
	border-bottom: 5px solid #efefef;
}


#sidebar2, #sidebar3, #sidebar2b {
	color:#FFFFFF;
}


/* this is the sidebar container for the Testimonials page - narrower than the regular right hand sidebar */

.thrColHybHdr #sidebar3 {
	float: right; 
	width: 320px; /*11em;*/ /* since this element is floated, a width must be given */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0 0.5em;
}

#sidebar3 a {
	color: #fdfde2;
	text-decoration: none;
}

#sidebar3 a:hover {
	color: #fdfde2;
	text-decoration: underline;
}

#sidebar3 a:visited {
	color: #fdfde2;
}
/* this ends the testimonials right hand sidebar */




.thrColHybHdr #sidebarvert {
	float: right; 
	width: 380px; /*11em;*/ /* since this element is floated, a width must be given */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
/*	border-left: 10px #efefef solid;
	border-bottom: 10px #efefef solid; */
	/* -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
	/* border: 1px solid #8A1605;
	border-top: 0px;
	border-right: 0px; */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0 0.5em;
}


.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2b p, .thrColHybHdr #sidebar2 h3, .thrColHybHdr #sidebar2 h2, .thrColHybHdr #sidebar2b h3,  .thrColHybHdr #sidebar3 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

#sidebar1 h3 {
	text-align: center;
	text-decoration: underline;
	padding: 0px 0 5px 0;
	color:#982800;
}

#widebar h3 {
	text-align: center;
	text-decoration: underline;
	padding: 0px 0 5px 0;
	color:#982800;
}


.sidebartext {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.sidebarbold {
	color:#000066;
	font-weight: bold;
}



.notes {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar1 a {
	color: #980000;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #CC0000;
	text-decoration: underline;
}


#widebar a {
	color: #980000;
	text-decoration: none;
}

#widebar a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* This will be the righthand side bar for the Image pages */

#theright
{
	float: right;
	width: 150px; /* Play with the sizes */
	padding: 5px 5px 0 5px; /* Whatever padding will work */
	margin: 0px 0 0 10px;
	border-bottom: 5px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #EFEFEF;
}

/* This ends the right hand side bar for the image pages */


.right {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}

.big-quotes {
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}

#sidebar2 {
	color:#FFFFFF;
}

#sidebar2 a, #sidebar2b a {
	color: #fdfde2;
	text-decoration: none;
}

#sidebar2 a:hover, #sidebar2b a:hover {
	color: #fdfde2;
	text-decoration: underline;
}

#sidebar2 a:visited, #sidebar2b a:visited {
	color: #fdfde2;
}

#logo {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 205px;
	margin-top: 5px;
	margin-bottom: 3px;
}

#media {
	width: 150px;
	margin-left: 20px;
	padding-top: 5px;
}

#media2  {
	width: 205px;
	margin-left: 0px;
	padding-top: 5px;
}

#mainContent {
	
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 5px;
	background-color: #fff;
	/* border: 1px solid red; */
} 


.contact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.thrColHybHdr #mainContent p {
	padding-right: 0.8em;
}


/* Start of footer containing the bottom navigation menu */

#footer { 
	width: 95%; 
	background-color: #222222;
	margin: 0 0 0px 0;
	text-align: center; 
	padding: 5px 0 20px 0px;
	height: 1em;
}


#footer ul {
	margin-left: 1em; 
	padding-bottom: 10px ;
}

#footer ul li {
	display: inline; 
	float: left; 
	list-style: none;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer li a {
	background-color:#222222;
	height: 1.5em;
	line-height: 1em;
	float: left;
	width: 6em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
	color: #993333;
}

/* Hide from IE5-Mac \*/
#footer li a
{
float: none
}
/* End hide */

#footer
{
 width: 100%;
 background: #222222;
 border: 1px #222222 solid;
}

#footer li ul
{ }

#footer li:hover ul
{ }

#footer li li
{ }

/* End of footer div containing the Bottom Navigation Menu */



.italicquotes {
	font-style: italic;
	color: #fff;
	padding: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	border: 1px solid #8A1605;
}

#italicquotes {
	margin: 2em 1em 1em 1em;
	padding: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	border: 1px solid #efefef;
	font-style: italic;
	color: #fff;
	font-size: 1em;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
}


/* This is the inset for the captions or quotes under tha right hand photo and slideshow */
#italicquotes {
	margin: 2em 1em 1em 1em;
	padding: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	border: 1px solid #efefef;
	font-style: italic;
	color: #fff;
	font-size: 1em;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
}
/*Ends the caption inset */



/* This is the div for the Tiwtter thing on the homepage, in the Right Hand Sidebar */
#tweets {
	margin: 10px;
	padding: 5px;
	width: 350px;
	text-align: center;
}

/* This ends the twitter Container */



h1 {
	font-weight: bolder;
	color: #000055;
	font-size: 2em;
	margin-bottom: 0.2em;
	padding-top: 5px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}

h2 a {
	color: #0124a4;
	text-decoration: none;
}

h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thrColHybHdr #mainContent h3 a {
	color: #980000;
	text-decoration: none;
}

.thrColHybHdr #mainContent h3 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.thrColHybHdr #mainContent h3 a:visited {}

.thrColHybHdr #mainContent p a {
	color: #0124a4;
	text-decoration: none;
}

.thrColHybHdr #mainContent p a:visited {
color: #0124a4;
}

.thrColHybHdr #mainContent p a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.italics {
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.strong {
	text-decoration: underline;
	font-weight: bold;
	color: #980000;
}

.req-form {
	font-weight: bold;
	color: #980000;
}

.strongblack {
	font-weight: bold;
	color: #000;
}

.strongblack1 {
	font-weight: bold;
	color: #000;
	padding-left: 5px;
}

.underline {
	text-decoration: underline;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
 	margin: 0 0 0 .5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0em 0em 0 0.6em; /* padding here creates white space "inside the box." */
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
} 
.thrColHybHdr  { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
} 

.main {
	padding: 0 10px;
	background: #fff;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.thrColHybHdr #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 */
}

.park a {
	color: #000;
	font-weight: bold;
}

.copyright {
	color: #000000;
	font-size: 10px;
	font-style: italic;
}

#footer p {
	color:white;
}

#navbar { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dfdfdf;
	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 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000000;
} 

/* Miscellaneous classes for reuse */
.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;
}
.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;
}

/* Start drop down menu */

* { margin: 0px; padding: 0px;}
body { background: #444;}
#navcon {
	background: transparent;
	min-width: 800px;
	margin: 0px;
	padding: 115px 0px 10px 135px;
	color: #ffffff;
	font-size: 1em;
}


#nav {
	width: 100%;
	height: 1.4em; 
	position: relative; 
	color: #cccccc; 
	font-family: helvetica; 
	margin: 0 auto;
	font-size: 1em;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left; 
	position: relative;
 }

#nav ul li a {
	/*	border-right: 1px solid #e9e9e9;*/
	background: #a32300 url(images/navbar-bg.gif) top right no-repeat;
	padding: 12px 15px 3px 0px ;
	text-align: left;
	color: #feffef;
	text-decoration: none;
}

#nav ul li a:hover {
	/*background: #982800;*/
	color: #FFF;
	font-weight: bold;
}

#nav ul li ul {
	display: none;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;
}

#nav ul li:hover ul li a {
	background: #a32300;
	color: #feffef;
	display: block;
	border-bottom: 1px solid #fefefe;
	border-right:none;
	width: 15em;
/*	padding-left: 0.5em;
	padding-bottom: 0.2em; */
	padding: 0.5em 0.5em 0.2em 0.5em;
}

#nav ul li:hover ul li a:hover {
	background: #444;
	color: #fff;
}

.top {
	border-top: 1px solid #f2f2f2;
	font-weight: bold;
}

navrt {
	background: #802200 url(images/navbar-bgrt.gif) top right no-repeat;
}

	
/* .first {
	border-left: 1px solid #e9e9e9;
} */

/* End Drop Down Test */



/* Misc stuff */



/* This is the div for the vertical image lower left */

#vertphoto {
	background-color: #ffffff;
	float: left;
	color: #000;
	font-style: italic;
	width: 280px;
	/* border: 1px solid red; */
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

#horizpic {
	background-color: #ffffff;
	float: left;
	color: #000;
	font-style: italic;
	width: 415px;
	/* border: 1px solid red; */
}

#panoramic {
	width: 940px;
	padding: 10px 5px 25px 5px;
	border-top: 5px #efefef solid;
	margin-left: auto;
	margin-right: auto;
	
}

/* To display a large horizontal photo on the oage, full size */
#lgephoto {
	width: 630px;
	padding: 10px 5px 10px 0px;
	background: #efefef;
	margin-right: 0.5em;
	float: left;
}


#photocaption {
	background-color: #fefef3;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float: left;
	margin-left: 200px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	width: 760px;
	
}

#photocaption1 {
	background-color: #fefef3;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float: left;
	width: 470px;
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}


#photocaption2 {
	background-color: #fefef3;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float: left;
	margin-left: 0.5em;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	
}


#homephotocaption {
	background-color: #fefef3;
	width: 640px;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* float: left; */
	margin-left: 280px;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 1em;
}

/* End photo Div */


/* Start container for highlighted points in main body of page */

#highlights {
	background-color: #fefef3;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 70%;
	margin: 1em;
	margin-left: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

.highlights {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
}

.testimonial-font {
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}


.testimonial-font1 {
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
}



.alt-text {
	color: #000;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0.2em 1em;
	margin-right: 0.5em;
}

.alt-text a {
	color: #000660;
	text-decoration: none;
}

.alt-text a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.alt-text a_visited {
	color: #000066;
	text-decoration: none;
}


.alt-text1 {
	color: #006;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0.2em 1em;
	margin-right: 0.5em;
}


.highlights-bold {
	color: #980000;
	font-weight: bold;
	font-size: 1.4em;
}




/* End the container for the highlighted text */


/* Container for Gallery thumbnails on Image Gallery pages */
#thumbnails {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}


/* Ends the Gallery Thumbnails container */





/* End the container for the highlighted text */


/* Container for Gallery thumbnails on Image Gallery pages */
#thumbnails {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/* Ends the Gallery Thumbnails container */


#custom-thumbs {
	padding: 10px;
	text-align: left;
	float: left;
}

.custom-thumbs {
	padding: 10px;
	text-align: left;
	float: left;
	width: 315px;
}


/* Trip Prices container */
/* this is the container set up for the calendar short list */
#trip-prices {
		background: #222222;
		min-width: 90%;
		margin: 1em;
		padding: 1em 1em;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;	
}


/* this is the container set up for the calendar short list */
#cal-shortlist {
		background: #222222;
		min-width: 725px;
		margin: 1em 1em 1em 210px;
		padding: 2em 1em;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;		
}


/* this is the font for the calendar page. I think this can go if I don't keep the html calendar boxes. */
.Headlines {
		font-size: large; 
		color: #b89f40; 
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
}

.Days {
		font-family: Sand; 
		font-size: 10px; 
		color: #000000; 
		font-style: italic;
}


.CalDays {
		font-size: 10px; 
		font-family: "Verdana", Arial, Helvetica, sans-serif; 
		color: #000000;
}

.CalDays a {
		color: #980000;
		text-decoration: none;
}

.CalDays a:hover {
	text-decoration: underline;
}

.CalDays a:visited {
	color: #980000;
}

/* this ends the fonts for the calendar */

/* This is the end of the structure for the calendar short list container */



/* This is the container for the large slide show on the Image Galleries Index page */


#gallery-slides {
	min-width: 740px;
	background: #222222;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	border: 1px solid #fefef2;
	padding: 10px 10px;
	margin: 1em 1em 1em 225px;
	text-align: center;
}

/* this ends the container for the large slide show on the Image Galleries Index page */



/* This begins the font for the Eye of the Beholder Intro page - white on black */

.beholder {
	
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

.beholder a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 10px 100px;
}

.beholder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* This ends the text design for the Eye of the Beholder intro page */



/* begins the container for the Contact Form Table */

#ccform {
	margin-left: 210px;
}

/* End the container for the Contact Form Table */



/* Photo Pages stuff */


#main-photo {
	
	margin: 0px 10px 0 220px;
	padding: 10px 5px 10px 5px;
	background-color: #fff;
	/* border: 1px solid red; */
	min-width: 760px;
} 

#blurb {
/*	min-width: 500px; */
	text-align: center;
	margin: 1em 40px 1em 40px;
/*	border: 1px solid #980000; */
	padding: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.orders {
		font-family: Sand; 
		font-size: 12px;
		font-style: italic;
}

.orders a {
	color: #980000;
	text-decoration: inherit;
}

.orders a:hover {
	text-decoration: underline;
}

.orders a:visited {
	color: #980000;
}


#photocaption3 {
	background-color: #f2f2f2;
	padding: 0.5em;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* float: left; */
	min-width: 600px;
	margin-left: 230px;
	margin-top: 4em;
	margin-right: 40px;
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

/* End of Photo Pages stuff */


/* List for Itineraries page */

#widebarinset ul {
	padding: 4px 5px 4px 10px;
}
#widebarinset li {
	
}
#widebarinset a:li {

}


/* This is the end of this awesomely cool, epic style sheet - long live Bob Marley */
