@charset "UTF-8";
/* CSS Document */

/* Universal clear */

* {
	margin:0;
	padding:0;
}


/* Normalizes margin, padding
================================== */
body {
	font: 100% 'SansumiRegular', Verdana, Arial, Helvetica, sans-serif;
	background: #267299;
}

#shell {
	background: url(../images/bg_body5.gif) repeat-x top left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 pre, form, fieldset, inout, p, blockquote, th, td 
	{	margin: 0; padding:0;  }
	

	
/* Normailzes font sizes for headers */

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

/* Removes list-styles from lists */

ol, ul {list-style:none;}

/* Normailzes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight:normal;
}

/* Removes list-styles from lists */

table {
	border-collapse: collapse; border-spacing: 0; }
	
/* Removes border from fieldser and img */

fieldset, img { border:0; }

/* Left aligns text in captions and th */

caption, th { text-align: left; }

/* Removes quotation marks from q */

q:before, q:after {content: ''; }

/* End normailze
================================== */


/* @-FontFace declarations
================================== */

@font-face {
    font-family: 'SansumiRegular';
    src: url('../fonts/sansumi-regular-webfont.eot');
    src: local('☺'), url('../fonts/sansumi-regular-webfont.woff') format('woff'), url('../fonts/sansumi-regular-webfont.ttf') format('truetype'), url('../fonts/sansumi-regular-webfont.svg#SansumiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansumiBold';
    src: url('../fonts/sansumi-bold-webfont.eot');
    src: local('☺'), url('../fonts/sansumi-bold-webfont.woff') format('woff'), url('../fonts/sansumi-bold-webfont.ttf') format('truetype'), url('../fonts/sansumi-bold-webfont.svg#SansumiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansumiDemiBoldRegular';
    src: url('../fonts/sansumi-demibold-webfont.eot');
    src: url('../fonts/sansumi-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansumi-demibold-webfont.woff') format('woff'),
         url('../fonts/sansumi-demibold-webfont.ttf') format('truetype'),
         url('../fonts/sansumi-demibold-webfont.svg#SansumiDemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansumiUltraLightRegular';
    src: url('../fonts/sansumi-ultralight-webfont.eot');
    src: url('../fonts/sansumi-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansumi-ultralight-webfont.woff') format('woff'),
         url('../fonts/sansumi-ultralight-webfont.ttf') format('truetype'),
         url('../fonts/sansumi-ultralight-webfont.svg#SansumiUltraLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
  
	
/* End Fonts*/



/* Text styles 
================================== */


p {
  font-family: "SansumiUltraLightRegular";
  font-size: 1.05em;
  line-height: 1.4em;
  font-weight: lighter;
  color: #fff;
  padding: 80px 0;
  border-bottom: 1px solid#75b4d4;
}

p a {
	font-family: 'SansumiRegular';
	margin:0;
	padding:0;
	color: #fff;
	text-decoration: none;
	}
	
p a:hover {
	font-family: 'SansumiRegular';
	margin:0;
	padding:0;
	color: #fff;
	text-decoration: none;
}

p:first-child {
	font-size: 120%;
	border-bottom: 1px solid#75b4d4;
	margin: 10px 0;
	padding:0;
}

ol li {
	padding: 3px 8px 5px 5px;
	border-top: 1px solid #3398cc;
	background:url(../images/events_bg.png) repeat-y;
}
 
li {
  font-size: 1.15em;
  line-height: 1.6em;
  font-weight: normal;
  color: #3398cc;
}

li a {
	margin:0;
	padding:0;
	color: #3398cc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	display:inline;
	}
	
li a:hover {
	margin: 0px 0px;
	padding:0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	display:inline;
}

h1 {
	font-family: 'SansumiRegular';
	font-size: 1.65em;
	padding:0 0 0px 0px;
	margin: 0 0 20px 0px;
	color: #fff;
	line-height: 1.2em;
}

h2 {
  font-size: 1.2em;
  color:#fff;
}

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

h2 a:hover{
  color:#fff;
  border-bottom: #ccc 1px dotted;
}

/*h2 + p {
	font-size:130%;
	font-weight: normal;
	color: #fff;
}*/

h3 {
	font-family: 'SansumiRegular';
	font-size: 1.35em;
	color: #fff;
	letter-spacing: .04em;
	line-height: normal;
	margin: 10px 0px;
	font-weight: normal;
  }
  
h3 a {
	margin:0;
	padding:0;
	color: #2a414c;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	display:inline;
  }
  
 h3 a:hover {
	margin:0;
	padding:0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #000;
  }
  
h4 {
  font-family: 'SansumiUltraLightRegular';
  font-size: 1em;
  color: #fff;
  letter-spacing: normal;
  margin-top: 0px;
  }
  
h5 {
  font-size: .85em;
  color: #fff;
  letter-spacing: normal;
  margin-top: 0px;
  }

.site_info h6 {
	color: #75b4d4;
	font-size: .65em;
	padding: 10px 0;
}
  
h6 {
	font-family: 'SansumiUltraLightRegular';
	color: #fff;
	font-size: .65em;
	padding: 10px 0;
}

img a {
	border:none;
	outline: none;
}

img a:hover {
	border: none;
	outline: none;
}

/* ~~this fixed width container surrounds the other divs~~ */

.container {
	width: 800px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: #1f3949;
}

.content_main{
	width: 800px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/bg_main2.png) no-repeat;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.branding {
	margin: 0 auto;
	height: 200px;
	width: 800px;
}

.events {
	padding: 3px 0 10px 0;
	line-height:normal;
}

.tours {
	background: url(../images/2011_tours.png) no-repeat;
	height: 210px;
	width: 280px;
	margin: 0;
	padding: 0;
}

.tours h1 a {
	height: 20px;
	width: 107px;
	background:url(../images/button.png) no-repeat;
	background-position: 0 0px;
	text-indent: -9999px;
	position: absolute;
	margin: 164px 10px 0px 160px;
}

.tours h1 a:link {
	background-position: 0 0px;
}

.tours h1 a:hover {
	background-position: 0 -20px;
}

.intl {
	background: url(../images/intl.png) no-repeat;
	height: 210px;
	width: 280px;
	margin: 0;
	padding: 0;
}

.intl h1 a {
	height: 20px;
	width: 107px;
	background:url(../images/button.png) no-repeat;
	background-position: 0 0px;
	text-indent: -9999px;
	position: absolute;
	margin: 164px 10px 0px 160px;
}

.intl h1 a:link {
	background-position: 0 0px;
}

.intl h1 a:hover {
	background-position: 0 -20px;
}
	
.blockquote_left h3 {
	font-family: 'SansumiDemiBoldRegular';
}

.bullets {
	 list-style:outside;
	 margin: 8px 0;
	 padding: 4px;
 }

.thumbs {
	padding: 0 0 15px 35px;
}

.img-wrapper {
	float:left;
	border: none;
	outline: none;
	margin-bottom: 4px;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 280px;
	padding-bottom: 10px;
}
.content {
	padding: 0px 0;
	width: 520px;
	float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.blockquote {
	margin: 15px 20px 25px 40px;
}

.blockquote_left {
	margin: 15px 0px 25px 15px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.bullet {
	list-style: outside; 
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.bullet li {
	color: #3398cc;
}
ul.bullet a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #fff;
}


/* ~~ The footer ~~ */
.site_info {
	width: 800px;
	padding: 20px 0 60px 0;
	margin: 0 auto;
	background: url(../images/bg_footer.png) no-repeat;
	text-align:center;
}

.site_info li {
	display: inline;
	text-decoration: none;
	font-size: .92em;
}

.site_info p {
  font-size: .75em;
  margin-top: 5px;
  }
  
.site_info a { 
  color: #2277ac;
  text-decoration: none;
  border-bottom:none;
  }
  
 .site_info a:hover { 
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  }

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.links, .links p {
	width: 800px;
	text-align: center;
	margin: 8px auto;
	border-bottom:none;
}

.links a {
	border-bottom: none;
	text-decoration:none;
}

.links a:hover {
	border-bottom: 1px solid #3398cc;
	text-decoration: none;
}

.links img {
	border-bottom: none;
	text-decoration:none;
}

.links img a:hover {
	border-bottom: none;
	text-decoration: none;
}


/* Navigation Rollovers 
================================== */

#nav {
	margin: -54px 0 0 180px;
	padding: 0px;
	height: 30px;
	list-style: none;
	overflow: hidden;
	position:relative;
}

#nav li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style: none;
	float: left;
}

#nav a {
	display:block;
	padding: 79px 0px 0px 0px;
	height: 0px !important;
	height: /**/: 30px; /* for IE5 Win */
}

#nav a:link {
	background-position: 0 0px;
}

#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active {
	background-position: 0 -60px;
	}
	
/*#nav a:visited {
	background-position: 0 -30px;
	}*/

#nav a.selected {
	background-position: 0 -60px;
	}
	
#home a {
	background: url(../images/nav_home.png) no-repeat;
	width: 73px;
	height: 30px;
}

#tours a {
	background: url(../images/nav_tours.png) no-repeat;
	width: 66px;	
	height: 30px;
}

#intl a {
	background: url(../images/nav_intl.png) no-repeat;
	width: 190px;	
	height: 30px;
}

#rentals a {
	background: url(../images/nav_rentals.png) no-repeat;
	width: 90px;
	height: 30px;	
}

#galleries a {
	background: url(../images/nav_galleries.png) no-repeat;
	width: 93px;
	height: 30px;	
}

#contact a {
	background: url(../images/nav_contact.png) no-repeat;
	width: 96px;
	height: 30px;	
}

/* End Nav
============================ */
