/*--- reset and basic styles ---*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size:100%;
	line-height:1.25em; /* 16x1.125=18px */
	color:#666666;
	background:url(../i/bg-body.jpg);
}

img {
	border:none;
}

p {
 	padding:0 0 16px 0;
	font-size:0.66em; /* =10.5px */
	line-height:1.50em; /* =24px */
}

a:link, a:visited, a:active {
	color:#3377bb;
	text-decoration:none;
}

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

/*ul {
	margin:0;
	padding:0 0 16px 0;
	font-size:0.66em;
	line-height:1.31em;
	margin:0 0 0 20px;
}

ul li {
	list-style:disc;
	list-style-position:inside;
	padding:0;
}*/

ul {
	margin:0 0 0 20px;
	padding:0 0 14px 15px;
/*	border:1px solid red;*/
	font-size:0.66em;
	line-height:1.31em;
}

ul li {
	list-style:disc;
	list-style-position:outside;
	padding:0 0 3px 0;
}



/*.list-indent {
	margin:0 0 0 20px;
	padding:0 0 14px 15px;
	border:1px solid red;
}

.list-indent li {
	list-style:disc;
	list-style-position:outside;
	padding:0 0 3px 0;
}*/


ol {
	margin:0 0 0 0;
	padding:0 0 16px 40px; 
}

ol li {
	list-style-position:inside;
    padding:0;
    margin:0;
}

ol li p {
    padding:0;
	margin:0;
}

h1 {
	color:#990000;
	font-size: 1.25em; /* 16x0.875=14px */
	line-height:1.286em; /* =18px */
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	text-align:center;
}

.title-main img {
	padding:10px 0 30px 0;

}

h2 {
	color:#000066;
	font-size: 0.81em; /* =13px */
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
/*	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;*/
	text-align:center;
	padding:0;
}

h3 {
	color:#990000;
	font-size: 1.25em; /* 16x0.875=14px */
	line-height:1.286em; /* =18px */
	font-family:Georgia, "Times New Roman", Times, serif, sans-serif;
	text-align:center;
}

h3.title a:link, 
h3.title a:visited, 
h3.title a:active, 
h3.title a:hover {
	text-decoration:none;
	color:#990000;
}

.title {
	text-align:left;
	padding-bottom:16px;
}

.section-beginning {
	color:#990000;
	font-size:1.75em; /* =28px */
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif, sans-serif;
}

h4 {
	padding:0 0 2px 0;
	font-size:0.69em; /* =11px */
	line-height:1.286em; /* =18px */
}

h5 {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif, sans-serif;
	padding:0 0 6px 0;
	line-height:normal;
}

.callout h5 {
	padding:0 0 3px 0;
	line-height:1.1em;
}

/*--- layout ---*/

#wrapper {
	width:780px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}

#content-wrapper {
	width:760px;
	margin-left:10px;
}

#header {
	background:url(../i/bg-header.jpg) top left no-repeat;
	margin-top:6px;
	padding: 0 0 10px 0;
}

#header p {
	padding:0;
}

#branding {
	float:left;
	width:74px;
	margin:10px 0 0 8px;
}

#content-container {
	margin:29px 0 0 0;
}

#content-container {
	background:url(../i/bg-content-container-pf.jpg) top right repeat-y;
}

#main {
	width:558px;
	float:left;
}

#narrow {
	width:191px;
	float:right;
	margin:0 0 0 7px;
}

#narrow p {
	line-height:1.31em; /* =20px */
}

#page-headers {
	background:url(../i/bg-nav-regions.jpg) bottom center no-repeat;
	padding-bottom:36px;
	margin-bottom:16px;
}

.home #page-headers {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.nav-regions {
	margin-top:10px;
	padding:0;
	width:558px;
	color:#9d669d;
}

.nav-regions ul {
	width:558px;
	text-align:center;
	padding:4px 0 4px 0;
	margin:0 0 0 0;
}

.nav-regions ul li {
	list-style:none;
	display:inline;
}

.nav-regions ul li a {
	padding:0 5px 0 1px;
}

.special-list {
	width:170px;
	float:left;
	margin:0 0 0 10px;
	line-height:normal;
	padding:0 0 14px 0;
}

.special-list-wide {
	width:190px;
	float:left;
	margin:0 0 0 20px;
	line-height:normal;
/*	border:1px solid red;*/
}

.special-list li, 
.special-list-wide li 
{
	list-style-position:outside;
	list-style:none;
	padding:0;
	margin:0;
}

.caption-container {
/*	border:1px solid green;*/
	width:110px;
	float:right;
	margin:2px 0 6px 8px;
/*	background-color:yellow;*/

}

.caption {
	width:110px;
	margin:0 0 8px 0;
/*	border:1px solid grey;*/
/*	background-color:#6666CC;*/
}

.caption p {
	padding:0;
	font-size:0.63em;
	line-height:1.1em;
}

.caption img {
	padding-bottom:3px;
}

.caption a:link, 
.caption a:visited, 
.caption a:active, 
.caption a:hover 
{
/*	border:1px solid blue;*/
/*	padding:0 0 10px 0;*/
}

.section-title {
	padding-bottom:16px;
}

.numbered-list {
	margin-left:20px;
	margin-bottom:16px;
}

.numbered-list p {
	padding:0 0 0 0;
}

.number {
	width:17px;
	float:left;
}

.list-content {
	width:520px;
	overflow:hidden;
/*	border:1px solid red;*/
}

/*--- #narrow styles ---*/

.promo-wrapper {
	border-bottom:1px solid #cfe4f7;
	text-align:center;
	width:190px;
}

.promo {
	padding:0 8px 10px 8px;
	color:#000066;
}

.promo p {
	padding:0 0 4px 0;
}

/*---*/

#narrow .box-wrapper {
	border-bottom:1px solid #cfe4f7;
	width:190px;
	line-height:normal;
	margin:0 0 10px 0;
}

#narrow .box {
	padding:0 0 10px 10px;
	color:#000066;
}

#narrow .box .visuals {
	padding:0 0 10px 0;
}

#narrow .box .description {
	text-align:center;
}

#narrow .box .description p {
	padding:0 0 5px 0;
	line-height:1.1em;
}

/*---*/

.callout-wrapper {
	border-bottom:1px solid #cfe4f7;
	width:190px;
	margin-bottom:10px;
}

.callout {
	padding:0 0 10px 10px;
	color:#000066;
}

.callout div {
	float:right;
	width:70px;
}

.callout p {
	padding:0 0 0 0;
	width:104px;
	float:left;
}

.callout-wrapper-2 .callout p {
	padding:0 0 0 0;
	width:auto;
	float:left;
/*	border:1px solid red;*/
}

.callout img {
	padding-left:10px;
	float:right;
}

.callout-wrapper-2 .callout img {
	padding-left:0;
	float:right;
}

#narrow .side-content-wrapper {
	border-bottom:1px solid #cfe4f7;
	width:190px;
}

#narrow .side-content {
	padding:0 0 10px 10px;
}

#narrow .side-content p {
	padding:0 0 8px 0;
		line-height:1.2em;
}

p.topic {
	padding:0 0 0 0;
	font-weight:bold;
}

.topic span {
	padding:0 0 0 0;
	font-weight:bold;
/*	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	color:#990000;*/
	color:#cc3300;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size:1.5em;
}

.hr {
	width:558px;
	border-bottom:1px solid #6699cc;
	height:1px;
/*	margin-bottom:15px;*/
	margin-bottom:6px;
}

.jump {
	width:40px;
	font-weight:bold;
	float:right;
	text-align:right;
/*	border:1px solid red;*/
}

.jump p {
	font-size:0.63em; /* =10px */
	padding:0;
}

.first {
	padding-top:0;
}

.map-wrapper {
	padding-top:10px;
}

.eyecandy-wrapper {
	padding-bottom:34px;
}

.videoplayer-wrapper {
	padding:14px 0 0 20px;
}

.video {
/*	border:1px solid red;*/
	text-align:center;
	padding:20px 0 30px 0;
}

.summary {
	font-size:1.13em;
/*	border:1px solid red;*/
	font-size:1.09em; /* =17.5px; */
}

.special {
	color:#000;
/*	font-size:1.19em;*/
	font-size:1.4em;  /*=18.5px;*/
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
}

/*.special span {
	color:#990000;
	font-size:1.5em;
}*/

.special span {
	color:#cc3300;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-weight:bold;
}

.special em {
	font-family:Verdana, Arial, Helvetica, sans-serif, serif;
}

.left {
	float:left;
}

.right {
	float:right;
	margin-left:8px;
}

#footer {
	float:left;
	width:760px;
	background:#fff url(../i/bg-footer.jpg) top center no-repeat;
}

#footer p {
	text-align:center;
	padding:45px 0 30px 0;
}

.more {
	display:block;
	padding:4px 0 0 0;
}

/*.reach li {
	padding:0 0 16px 0;
}*/


.city {
/*	border:1px solid black;*/
	padding:0 0 8px 0;
}

.city p {
	padding:0 0 8px 0;
}

.city .caption p {
	padding:0;
}











.video-container {
  font-family: "New Century Schoolbook", "Times New Roman", Times, serif;
  width:520px;
  padding: 0 0 0 35px;
  margin:0 0 30px 0;
  font-size:0.8em;
}

.video-container a:link, 
.video-container a:visited, 
.video-container a:active, 
.video-container a:hover 
{
	text-decoration:none;
/*	border:1px solid red;*/
	display:block;
}


#video-wrapper {
	width: 500px;
    margin: 0 0 10px 0;
	background:url(../i/video-wrapper-tile.jpg) top left repeat-y;
	text-align:center;
}

#video-wrapper .video-wrapper-b {
	background:url(../i/video-wrapper-top.jpg) top left no-repeat;
/*	border:1px solid red;*/
}

#video-wrapper .video-wrapper-c {
	background:url(../i/video-wrapper-bottom.jpg) bottom left no-repeat;
  /*	  padding: 0 0 2px 0;
border:1px solid red;*/
}

.video-content, .video-content-on {
	margin:0 9px 0 6px;	
    padding: 7px 0 10px 0;
    background:url(../i/arrow.gif) bottom left no-repeat;
	display:block;
}

.narrow .video-content-on { /*320 video*/
 padding: 12px 0 8px 0;
}

.video-content-on {
    background:none;
}

.lsb-slideshow, .lsb-slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.slideshow-wrap {
    background:url(../i/bg-box-slideshow.jpg) top left no-repeat;
}

#preview {
display:block;
}

#preview img {
	padding:0 0 4px 0;
	margin-left:-5px;
}

.video-content .inline-title, .video-content  .inline-description {
/*	background-color:red;*/
	margin:0 0 0 30px;
	padding:0;
}
.video-content  .inline-description {
color: #444;
}

.video-content-on .inline-title {
    margin: 2px 0 0 5px;
}
.narrow .video-content-on .inline-title { /*320 video*/
	margin:2px 0 0 20px;
	padding:0;
}

.inline-title, .inline-description, .action {
	display:block;
	text-align:left;
}

p .inline-title .details {
    display: inline;    
  color: #444;
}

.inline-title {
	color: #1174ce;
	line-height:1.05em;
	padding:3px 0 0 0;
	margin:0 30px 0 6px;
}
.box-mult .inline-title {
    margin:0 10px 0 6px;
}

.inline-description {
	margin:0 30px 0 6px;
	line-height:1.05em;
}

.side-video-link {
	font-family: "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size:1.2em;
}

.side-video-link .callout p {
	float:none;
	width:auto;
}

.side-video-link .callout div {
	float:none;
	width:176px;
}

.side-video-link .description {
/*	border:1px solid blue;*/
	background:url(../i/arrow.jpg) 0px 3px no-repeat;
	padding:5px 0 0 0;
}

.side-video-link .callout img {
	float:none;
	padding:0 0 0 0;
}

.side-video-link .description p {
	float:right;
	width:176px;
/*	background-color:yellow;*/
}

.side-video-link .callout .description a:link, 
.side-video-link .callout .description a:visited, 
.side-video-link .callout .description a:active, 
.side-video-link .callout .description a:hover 
{
	color:#67605a;
	text-decoration:none;
	display:block;
	width:140px;
/*	margin:0 5px 0 0;*/
	float:left;
	padding:0 5px 0 31px;
}

.side-video-link .callout .inline-title, 
.side-video-link .callout .inline-description 
{
	width:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
}



#video-wrap {
/*	border:1px solid red;*/
	margin:0 0 0 -5px;
}


/*.imgfloatright {
	float:right;
}*/




/*--- clearfix ---*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

