/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms and Contacts
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {	
	color:#000000;
	background: #002236;
	min-height:101%;
	padding:6px 0 12px 0;
	}

body, select, textarea, input, font, table, td {	
	font: 100% Arial,Verdana;
	}

fieldset {
	border: none;
}
		
a, a:visited {	
	text-decoration:none;
	font-weight: bold;
	color: #2d90cb;
	}

a:hover, a:active {	
	color:#206994;
	text-decoration:underline;
	}

*:focus { 
	outline: none 
	}

p {	
	margin: 15px 0;
	}

th p, td p {
	margin: 0;
}

th, td {
	padding: 3px;
}

th {
	text-align: left;
}

a img {
	border:none
	}
	
	


/* ---------- @ Page Structure -----------*/


#wrapper {
	background: #0f75b0;
	margin: 0 auto;
	font-size: 0.7em;
	width: 906px;
   }

#colorbar {
	height:3px;
	background:url(/images/colorbar.gif);
	overflow:hidden
	}
		   
#masthead {
	background: url(/images/bg_masthead.jpg);
	height: 58px;
	padding:16px 0 0 20px;
	}

#masthead .right {
	width:390px;
	text-align:right
	}
	
#searchbox {
	width:193px;
	height:32px;
	background:url(/images/bg_search.jpg);
	margin-right:14px;
	padding:10px 0 0 10px;
	}

a#uva {
	background:url(/images/uva.gif);
	width:82px;
	height:54px;
	display:block;
	text-indent:-9999px;
	margin-top:-7px
	}

#inner {
	margin:0 auto;
	width:872px;
	background:url(/images/bg_inner.jpg) no-repeat;
	padding:8px 0 12px 0;
	}

#midcontent {
	height:264px;
	background:url(/images/bg_map.jpg)
	}

#interior #content {
	width:588px;
	}
	
#interior #sidebar {
	width:221px;
	}
					
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
.noBorder {
	border:none;
	}

	


		
/* ---------- @ Headings -----------*/

		   
/*h1#logo,
a#logo {
	width: 338px;
	background: url(/images/logo.gif) no-repeat;
	height: 48px;
	padding: 0;
	text-indent:-9000px;
	display:block;
	margin-right:232px
	}*/

h1#logo,
a#logo {
	width: 338px;
	background: url(/images/logo_green.gif) no-repeat;
	height: 57px;
	padding: 0;
	text-indent:-9000px;
	display:block;
	margin-right:232px;
	margin-top: -3px;
	}

h1, h2 {
	font: 2.2em Helvetica,Arial;
	color: #292929;
	font-weight:bold
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited {
	color:#292929;
	}

#interior .blogcolumn .itemblock h1,
#interior .blogcolumn .itemblock h2,
#interior .blogcolumn .itemblock h1,
#interior .blogcolumn .itemblock h2 {
	font-size: 1.35em;
	margin: 0;
	padding: 0;
}
					
h3 {	
	font:italic normal 1.5em Georgia, "Times New Roman", Times, serif;
	padding:6px 0px;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
	}

#interior #content .blogdescription h3 {
	padding: 0;
	background: none;
	}
	
h4 {	
	font-size: 1.2em;
	padding:10px 0 0 0;
	margin-bottom: -5px;
	}

#interior #quad h4 {
	font-size:1.2em;
	}

h5 {
	font-size:0.85em;
	font-weight:normal;
	text-transform:uppercase;
	color:#c65320;
	}
	
	
	
/* ---------- @ Content Area -----------*/

#interior #parchment {
	background: #FFF url(/images/bg_parchment_interior.jpg) no-repeat;
	padding:13px 18px 42px 18px;
	}		
	
#interior #content ul,
#interior #content ol,
#interior #content dl {
	margin:15px 0 20px;
	padding-top:0;
	border-left: 5px solid #E7E0D8;
	}

#interior #content ul ul,
#interior #content ol ol,
#interior #content ul ol,
#interior #content ol ul {
	border: none;
	margin: 15px 0 10px;
}

#interior #content ul,
#interior #content dl {
	list-style:none;
	}

#interior #content ul li,
#interior #content dl dt,
#interior #content dl dd {
	margin-left:15px;
	padding:0 0 8px 14px;
	background:url(/images/bullet_interior.gif) no-repeat left 4px;
	}

#interior #content ol li {
	margin-left:30px;
	padding-bottom: 8px;
}

#interior #content li p {
	margin: 8px 0;
}

#interior #content dl dt {
	font-weight: bold;
	font-size: 1.1em;
}

#interior #content dl dd {
	background: none;
}

#interior #content .dm_taskbar ul,
#interior #content .dm_taskbar ul li {
	border: none;
	background: none;
}

#interior #content .contentintro img,
#interior #content .contentitem img {
	border: 1px solid #060606;
	padding: 1px;
}

#interior #content .contentintro img.left,
#interior #content .contentitem img.left {
	margin: 0 10px 5px 0;
}
#interior #content .contentintro img.right,
#interior #content .contentitem img.right {
	margin: 0 0 5px 10px;
}

#interior #content .contentitem a.jce_doclink img {
	border: 0;
	padding: 0;
}

#content blockquote {
	padding:12px;
	margin:15px 0;
	line-height: 1.3em;
	font-weight: bold;
	background:#f4eeea url(/images/quote.gif) no-repeat 10px 7px;
	border-bottom:#dfd8d1 solid 1px;
	border-left:#dfd8d1 solid 1px;
}

#content blockquote cite {
	font-weight: normal;
	font-style:normal;
	text-transform:uppercase;
	font-size:0.9em;
	text-align:right;
	display:block
}

#content blockquote p {
	margin:8px 0px;
}


/* Breadcrumbs */

.moduletable-pathway {
	margin-bottom:12px;
	padding:2px;
}


/* Landing Page Intros and Content Blocks */

/* INTROS */

#interior .blog-landing .blogdescription {
	background:#005482 url(/images/bg_audience_intro.jpg) no-repeat left top;
	height:223px;
	}
	
#interior .blog-landing .blogdescriptionimage img {
	border:5px solid #E7DDD1;
	margin:20px 0px 0px 18px;
	padding: 0;
	}

* html body#interior .blog-landing .blogdescriptionimage img {
	/* fix for IE double float margin bug */
	display: inline;
	}

#interior .blog-landing .blogdescriptiontext {
	width:350px;
	padding: 92px 20px 0 14px;
	float: right;
	}

#interior .blog-landing .blogdescription,
#interior .blog-landing .blogdescription p {
	color:#FFFFFF;
	margin:0px;
	}

/* CONTENT BLOCKS */
	
#interior .blog-landing .blogintro { /* overall block container */
	margin:30px 0 0 -12px;
	background:url(/images/dots_vert.gif) repeat-y 292px top;
	}

#interior .blog-landing .blogcolumn .itemblock {
	width: 266px;
	height: 104px;
	padding:0 0 4px 0;
	margin: 0px 16px 15px 12px;
	float: left;
	background:url(/images/dots.gif) repeat-x left bottom;
	}

* html body#interior .blog-landing .blogcolumn .itemblock {
	display:inline;
	}

#interior .blog-landing .blogcolumn .itemblock p {
	margin: 0;
}

#interior .blog-landing .blogcolumn .itemblock img {
	padding:1px;
	border:1px solid #060606;
	margin:0px 10px 0px 8px;
	float: left;
	}

* html body#interior .blog-landing .blogcolumn .itemblock img {
	display:inline-block;
	}



/* Category Views With Full-width Items (Not Landing Pages) */

#interior .blogintro {
	background: none;
}

#interior .blogcolumn .itemblock {
	float: none;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	margin: 15px 0 30px 0;
}

* html body#interior .blogcolumn .itemblock {
	display:block;
	}

#interior .blogcolumn .itemblock p {
	margin: 15px 0;
}

#interior .blog .blogdescriptionimage img {
	border: 1px solid #060606;
	padding: 1px;
	float: right;
	margin: 0 0 5px 10px;
}

	
/* Tables */		

table {
	border-collapse:collapse;
	color:#583720;
	border-top:1px solid #d6cdc4;
	margin: 15px 0;
	width:100%;
	}

textarea {
	max-width: 550px;
}

table .button {
	padding: 2px;
}

table table {
	width: auto;
}

td, th
{
	border-bottom:1px solid #d6cdc4;
	padding:3px 8px;
	}

td {
	background:#f4eeea;
	}

th {
	color:#3c3c3c;
	text-align:left;
	background:#e8ded4;
	}

#home table a, #home table a:visited {
	color:#643e19 !important;
	text-decoration:underline
	}

#home table a:hover, #home table a:active {
	color:#7f5b38  !important;
	}

#home th {
	width:122px;
	}



/* 100th Voyage Launcher */

#slideshow-100-voyages {
	background: url(/images/slideshow_100_launcher.jpg) no-repeat;	
	width: 556px;
	height: 378px;
	margin: 15px auto;
	overflow: hidden;
}

#slideshow-100-voyages a#view-slideshow,
#slideshow-100-voyages a#view-itineraries {
	display: block;	
	width: 192px;
	height: 35px;
	text-indent: -9000px;
	margin-top: 280px;
}

#slideshow-100-voyages a#view-slideshow {
	background: url(/images/button_view-slideshow.jpg) no-repeat;
	float: left;
	margin-left: 72px;
}

#slideshow-100-voyages a#view-itineraries {
	background: url(/images/button_view-itineraries.jpg) no-repeat;
	float: right;
	margin-right: 72px;
}


/* 100 Voyages Itineraries */

body.our-100th-voyage_itineraries form table,
body.our-100th-voyage_itineraries form td {
	border: none;
	background: none;
	border-collapse: separate;
}

body.our-100th-voyage_itineraries form table table {
	width: 100%;	
}

body.our-100th-voyage_itineraries form table table td {
	text-align: right;
}

tr.sectiontableentry1-100itineraries td,
tr.sectiontableentry2-100itineraries td {
	font-size: 1.8em;
	padding: 10px 20px;
}

tr.sectiontableentry1-100itineraries td {
	background: #f6efe9 !important;
	border-bottom: 1px dotted #ccc !important;
}
	



/* Search Results */

.searchintro,
.pagenav {
	margin: 15px 0;
}

.searchintro {
	font:italic normal 1.5em Georgia, "Times New Roman", Times, serif;
	padding:15px 0 6px 0;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
}

.resultcounter select.inputbox {
	width: 50px;
}

body.search .itemblock {
	margin: 25px 0;
}

body.search .itemblock h2 {
	font-size: 1.3em;
}
		
	
/* ---------- @ Forms and Contacts -----------*/

#searchfield {
	width:124px;
	float:left;
	padding:0.20em;
	margin-right: 5px;
	}

#button-go {
	width:46px;
	height:22px;
	}

.con_position,
.email_desc {
	font:italic normal 1.5em Georgia, "Times New Roman", Times, serif;
	padding:6px 0px;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
	margin-bottom: 10px;
}

.marker_address,
.marker_telephone,
.marker_email,
.marker_fax {
	display: block;
	float: left;
	width: 8em;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.marker_address {
	margin-bottom: 40px;
}

.marker_misc {
	font-weight: bold;
}

form#emailForm {
	margin-top: 15px;
}

form#emailForm .row {
	padding: 3px 0;
}

form#emailForm label {
	width:150px;
	float:left;
	font-weight: bold;
	}

.error {
	background:#cbe8fa;
	padding:10px;
	border:1px solid #b5d2e4;
	margin-bottom:20px;
	}	

#emailForm .button {
	margin-left:150px;
	}
			
.button {	
	background: #004f7a !important;
	border:#004367 1px solid;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1px 3px;
	padding: 4px 10px;
	cursor: pointer;
	}

.button:focus {	
	background: #004f7a !important;
	}
		
.button:hover {	
	color: #75c8ff;
	}	


/*Clear*/

.clearfloat:after,
.blogintro:after,
.itemblock:after,
blockquote:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat,
.blogintro,
.itemblock,
blockquote {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat,
* html .blogintro,
* html .itemblock,
* html blockquote {
	height:1%;
	}

*+html .clearfloat,
*+html .blogintro,
*+html .itemblock,
*+html blockquote {
	height:1%;
	}

.clearfloat,
.blogintro,
.itemblock,
blockquote {
	display:block;
	}
/* End hide from IE-mac */



/* ---------- @ Footer -----------*/

#footer {
	padding: 18px;
	color:#55a9e5;
	background:#004065 url(/images/bg_footer.gif) repeat-x;
	border-bottom:1px solid #2b85b9;
	}

#footer a,
#footer a:visited {
	color:#87d5ff;
	}

#footer a:hover,
#footer a:active {
	color:#FFF;
	}
		
a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin-top:-4px;
	}
