/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html {
font-family: Verdana,sans-serif;
}
body{
	font-family: Verdana,sans-serif;
	color: #5C5B49;
	line-height: 1.166;
	font-size:1em;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color:#5C5B49;
	list-style-position: outside;
	margin-top:0px;
	border: none;
	border-top: none;
position:relative;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #5C5B49;
	text-decoration: none;
}

a:visited{
	color: #5C5B49;
	text-decoration: none;
}

a:hover{
	color: #5C5B49;
}

h1{
 font-family: Verdana,sans-serif;
 font-size: 120%;
 color: #5C5B49;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,sans-serif;
 font-size: 115%;
 color: #5C5B49;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, sans-serif;
 font-size: 100%;
 color:#5C5B49;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

h4{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #5C5B49;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	margin-top: 0px;
	list-style-image: url(/assets/images/ContentBullet.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



a img {
	border:none;
}

form {
margin:0px;
padding:0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width:955px;
	margin:0px auto 0px auto;
}
#wrapperInner {
background-color:#FFFFFF;
background-image:url(/assets/images/bg_main.gif);
background-repeat:repeat-y;
}

#wrapperInnerHome {
background-color:#FFFFFF;
background-image:url(/assets/images/bg_main2.gif);
background-repeat:repeat-y;
}


#masthead{
	padding: 0px 0px 0px 0px;
	width: auto;
	background-color:#b04f00;
	height:92px;
}

#searchPanel {
	width:211px;
	height:92px;
	background-color:#B76A18;
	float:right;
}
#primaryNav {
	height:46px;
	background-color:#6B6957;
	background-image: url(/assets/images/navStripBg.gif);
	text-align: left;
}

#primaryNav a {
margin:none;
width:auto;
}
#displayStrip{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_strip.gif);
background-repeat:repeat-y;
}
#displayStripHome{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_stripHome.gif);
background-repeat:repeat-y;
}
#displayStripFullcolumn{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_stripFull.gif);
background-repeat:repeat-y;
}

#displayStripBase{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_strip.gif);
background-repeat:repeat-y;
clear:both;
}
#displayStripBaseHome{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_stripHome.gif);
background-repeat:repeat-y;
clear:both;
}
#displayStripBaseFullcolumn{
height:20px;
background-color:#C6C6B8;
border-top:1px solid #D7D7CC;
background-image:url(/assets/images/bg_stripFull.gif);
background-repeat:repeat-y;
clear:both;
}

#navBar{
	float: left;
	width: 212px;
	margin: 0px;
	padding: 0px;
	background-color: #E8E9E2;
	border-right: 2px solid #dfdfd6;
}

#resources{
  float:right;
	width: 212px;
	border-left: 2px solid #dfdfd6;
	padding:0px;
}

#content{
	float: left;
	width: 527px;
	padding-bottom: 30px;
}

#contentProduct{
	float: left;
	width: 527px;
	padding-bottom:0px;
}

#contentFull{
	float: left;
	width: 740px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

#contentHome{
	float: left;
	width: 740px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

#contentHome a, #contentFull a, #content a, #contentProduct a {
color:#B04f00;
}

#contentHome a:hover, #contentFull a:hover, #content a:hover, #contentProduct a:hover {
text-decoration:underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
/*************** #searchPanel styles************/

#searchPanel div.weather {
color:#fff;
font-size:.65em;
padding:0px 10px;
line-height:1;
position:relative;
top:-5px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 35px 0px 35px;
}

.feature p{
		font-size: 80%;
	font-weight:bold;
	margin:0px;

}

.feature h1{
	padding: 12px 0px 15px 0px;
	text-align: left;
	font-weight:normal;
	font-size:135%;
}

/************** .featureFullColum styles ***************/

.featureFullColumn{
	padding: 0px 245px 0px 35px;
}

.featureFullColumn p{
		font-size: 80%;
	font-weight:bold;
	margin:0px;
	padding: 12px 245px 15px 0px;

}

.featureFullColumn h1{
	padding: 12px 0px 15px 0px;
	text-align: left;
	font-weight:normal;
	font-size:135%;
}

/************** .featureHome styles ***************/

.featureHome{
	padding: 0px 10px 40px 115px;
}

.featureHome p{
		font-size: 80%;
	font-weight:normal;
	margin:0px;

}

.featureHome h1{
	padding: 12px 0px 15px 0px;
	text-align: left;
	font-weight:normal;
	font-size:135%;
}


div.imageStrip {
background-color:#EDEDE8;
height:92px;
margin-bottom:20px;
padding:0px;
}

div.imageStrip div.stripImage1 {
float:left;
width:174px;
border-right:2px solid #ffffff;
height:92px;
}
div.imageStrip div.stripImage2 {
float:left;
width:105px;
display:inline;
border-right:2px solid #ffffff;
height:92px;
}

div.imageStrip div.stripImage3 {
float:left;
width:174px;
display:inline;
height:92px;
}


/************** .story styles *****************/

.story h1{
	padding: 12px 0px 15px 0px;
	text-align: left;
	font-weight:normal;
	font-size:170%;
}


.story{
	clear: both;
	padding: 0px 35px 0px 35px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	margin:0px;
}

.story h2 {
	font-size:140%;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	border-top: 3px dotted #dfdfd6;
}

.story ol li {
padding:0px;
margin:0px;
list-style-position:outside;
}

/************** .storyFullColumn styles *****************/

.storyFullColumn{
	clear: both;
	padding: 0px 0px 0px 35px;
	font-size: 80%;
}

.storyFullColumn p{
	padding: 0px 245px 10px 0px;
	margin:0px;
}

.storyFullColumn h2 {
	font-size:140%;
	font-weight:bold;
	padding:20px 245px 0px 0px;
	margin:10px 0px 0px 0px;
	border-top: 3px dotted #dfdfd6;
}

.storyFullColumn ol li {
padding:0px 245px 0px 0px;
margin:0px;
list-style-position:outside;
}


.ProductFull p{
	padding: 0px 0px 10px 0px;
	margin:0px;
	font-size: 80%;
}

/************** .landing styles *****************/

.landing{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	border-top:3px dotted #dfdfd6;
	margin:10px 35px 0px 35px;
}

.landing p{
	padding: 0px 0px 10px 0px;
	margin:0px;
}

.landing h2 {
margin-bottom:10px;
font-size:140%;
font-weight:bold;
color:#B04f00;
padding:0px 0px 10px 0px;
margin:0px;
}

.landing h2 a{
color:#B04f00;
}



.landing div.landingContent {
	width:486px;
	margin:0px 0px 0px -30px;
	background-image:url(/assets/images/stripes_secCont.gif);
	background-repeat:no-repeat;
}

.landing div.landingContent p{
	width:auto;
	margin-left:220px;
	padding-bottom: 10px;
display:block;
}
.landing div.landingContent ul{
	width:auto;
	margin-left:220px;
}

.landing div.landingContent img{
display:block;
margin-left:30px;
float:left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #DFDFD6;
	padding: 5px 60px 10px 10px;
	background-color: #5C5B49;
	text-align:right;
}

#siteInfo a:hover{
	
	color: #ffffff;
	
}


#siteInfo a {
color:#DFDFD6;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin-left: -10px;
position:relative;
top:-5px;
 padding: 0px;
 display:inline;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search input{
	margin: 0px;
	padding: 0px;
	width:103%;
	margin-top:-0px;
	color:#5C5A4A;
	font-size:.7em;
	border:none;
	border-style:none;

	}
#search div.searchButton {
width:auto;
position:relative;
top:-5px;
margin-left:-10px;
border-bottom: 2px solid #B04f00;
text-align:right;
background-image:url(/assets/images/horzLinesSearch.gif);
height:23px;
}
#search div.searchButton input{
position:relative;
top:5px;
	margin: 0px;
	padding: 0px;
	width:105px;
	}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #eventLinks ul a:link, #eventLinks ul a:visited,
.resourceLinks ul a:link, .resourceLinks ul a:visited {display: block; }
#navBar ul {list-style: none; margin: 0; padding: 0;}
#eventLinks ul {list-style: none; margin: 0; padding: 0;}
.resourceLinks ul {list-style: none; margin: 0; padding: 0;}
#globalLinks ul {list-style: none; margin: 0; padding: 0; display:inline;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li, #eventLinks li {border-bottom: 2px solid #dfdfd6;}

/* fix for browsers that don't need the hack */
html>body #navBar li, html>body #eventLinks li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #dfdfd6;
	font-size: 0.75em;
	
}

#sectionLinks h3{
	padding: 20px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dfdfd6;
	background-image: none;
	background-position:right;
	background-repeat:repeat-y;
}

#sectionLinks li.selected a {
background-color:#B04f00;
background-position:right;
background-repeat:repeat-y;
background-image:url(/assets/images/navLines.gif);
color:#FFFFFF;
}

#sectionLinks li.selected ul li a {
background-color:#706E5D;
color:#FFFFFF;
background-position: 2px 0px;
background-image: url(/assets/images/secondaryNavStripbg.gif);
}

#sectionLinks li.selected ul a:hover {
	background-color:#B04f00;
	color:#FFFFFF;
}

#sectionLinks li.selected ul li.secNavSelected a {
background-color:#B04f00;
color:#FFFFFF;
}



#sectionLinks a:hover{
	background-color: #C6C6B8;
}

.sectionButton {
background-image:url(/assets/images/horzLines.gif);
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #dfdfd6;
text-align:right;
clear:both;
}

.sectionButtonProduct {
background-image:url(/assets/images/horzLines.gif);
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #dfdfd6;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #dfdfd6;
text-align:right;
clear:both;
}



/*********** #eventLinks styles ***********/

div.resourceLinks {
border-top:20px solid #dfdfd6;
}

#eventLinks, .resourceLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

#eventLinks h3, .resourceLinks h3{
	padding: 20px 0px 2px 10px;
}

#eventLinks a, .resourceLinks a {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dfdfd6;
	background-image:url(/assets/images/list_bullet_dash.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
         font-weight:normal;
}

#eventLinks a:hover, .resourceLinks a:hover{
	color: #B04f00;
}

/*********** #globalLinks styles ***********/

#globalLinks ul a:link, #globalLinks ul a:visited{
display: block;display:inline; }

#globalLinks{
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color:#FFFFFF;
	padding:5px 0px;
}

#globalLinks li {
display:inline;

}
#globalLinks ul {
width:211px;
display:inline;

}


#globalLinks a{
	display: block;
	padding-top: 1px;
	padding-right: 48px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-image:url(/assets/images/globalLink_bullet.gif);
	background-repeat:no-repeat;
	background-position:3px -2px;
	color:#FFFFFF;
	font-size:.9em;
	
}

#globalLinks a:hover {
	color: #5C5B49;
}


/************ #promotionBoxes ****************/

#promotionBoxes {
	position: relative; 
	float: left; 
	width: 212px; 
	background: url() repeat; 
	border-top: 8px solid #dfdfd6;
	}

.promolist {
	position: relative; 
	float: left; 
	list-style: none; 
	padding: 0px 0 0px 6px;}

.promolist li {
	float: left; 
	text-decoration: none; 
	color: #fff; 
	text-decoration: none; 
	padding: 0 0 10px 0;}

.promolist li a {
	text-decoration: none;  
	background: url(../images/layout/box_work-bg2.png) repeat; 
	color: #fff; 
	float: left; 
	position: relative; 
	width: 212px; 
	padding: 0 0 5px 0; 
	display: block; 
	border: 1px solid #fff;}
.promolist li a:hover {
	background: url(../images/layout/box_work-bg2-hover.png) repeat;}

.promolist span {position: relative;}





/*********** .relatedLinks styles ***********/


.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #Form styles **************/

#contentFull .storyFullColumn div.fullColumnForm {
	margin-right: 70px;
	margin-left: 0px;
	background-color: #f0f0f0;
	font-size:90%;
}
#contentFull .storyFullColumn div.fullColumnForm div.form-row {
	margin-right: 0px;
	margin-left: 0px;
	border-bottom:3px solid #FFFFFF;
	clear:both;
}

div.form-row label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5C5B49;
	padding: 5px 5px;
	text-align: left;
	display: block;
	width: 100px;
	float:left;
}

div.form-row div.formContent {
margin-left:130px;
border-left:3px solid #FFFFFF;
padding-left:2px;
}

div.formSubmit {
text-align:right;
padding-top:20px;
padding-right:70px;
}


div.FormCol {
float:left;
width:160px;
}

div.FormCol label {
font-weight:normal;
width:150px;
}

div.formContent label {
font-weight:normal;
width:auto;
}

/************** #iframe **************/

#contentFull .storyFullColumn_2 {
margin:15px 0px 20px 35px;
}



#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content .story .subList {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color:#dfdfd6;
}
 #content .story .subList h3 {
	padding-left: 75px;
}
#content .story .subList p {
	padding-left: 75px;
}
#content .story .subList img {
	display: inline;
	float: left;
	padding-top: 13px;
}
#displayStrip span,#displayStripBase span, #displayStripBaseFullcolumn span, #displayStripBaseHome span {
	padding-left: 232px;
	margin-left: 0px;
}
#displayStripFullcolumn span{
	padding-left: 232px;
	margin-left: 0px;
}
#displayStrip span a img, #displayStripBase span a img{
	border:none;
}
#content .landing a {
}
#content .landing h2 {
	padding-top: 20px;
}
#contentFull .storyFullColumn div.fullColumn {
	margin-right: 0px;
	margin-left: -35px;
	background-color: #f0f0f0;
}


.imagePanel {
	height: 180px;
}
#contentHome .featureC1 {
	float: left;
	width: 310px;
	font-size: 80%;
}
#contentHome .featureC2 {
	float: left;
	width: 188px;
	font-size: 80%;
	margin: 0px 12px 0px 15px;
}
#contentHome .featureC1 p{
padding: 0px 12px 5px 0px;
margin:0px;
}
#contentHome .featureC2 p{
padding: 0px 0px 20px 0px;
margin:0px;
}

#contentHome .featureC1 h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	margin: 0px 12px 20px 115px;
	border-bottom: 3px dotted #dfdfd6;
}
#contentHome .featureC2 h2 {
	padding: 0px 0px 10px 0px;
	margin-bottom:20px;
	border-bottom: 3px dotted #dfdfd6;
	
}
#contentHome .featureC1 h3 {
	padding: 0px 12px 0px 115px;
}
#contentHome .featureC2 h3 {
	padding: 10px 0px 0px 0px;
	
}
#contentHome .featureC2 img {
	margin-bottom: 20px;
}
#contentHome .featureC2 div.spotlightItem {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfd6;
	margin-bottom:20px;
}
#contentHome .featureC2 .spotlightItem h3,
#contentHome .featureC2 .spotlightItem p {
	padding-right: 0px;
	padding-top:0px;
	}
#contentHome .featureC2 .spotlightItem img {
	float:right;
	padding-left:5px;
	padding-bottom: 15px;
}
.flashBookings {
margin-bottom:20px;
}

/* Product pages */


.Productlanding{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	border-top:3px dotted #dfdfd6;
	margin:10px 35px 15px 35px;
}

.Productlanding p{
	padding: 0px 0px 10px 0px;
	margin:0px;
}

.Productlanding h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
font-size:150%;
font-weight:bold;
color:#B04f00;
padding:0px 0px 10px 0px;
margin:0px;
padding-top:30px;
}

.Productlanding h2 a{
color:#B04f00;
}

div.productLandingCol {
width:227px;
float:left;
}
div.productLandingCol h3 {
padding-right:5px;
padding-left:78px;
}
div.productLandingCol p {
padding-right:5px;
padding-left:78px;
}

div.productLandingCol img {
float:left;
padding-top:15px;
}

div.clearer {
clear:both;
}

#contentProduct div.ProductListing,
#contentFull div.ProductFull{
padding-top:15px;
padding-left:35px;
padding-right:35px;
margin-bottom:10px;
}

#contentProduct div.ProductListing h2,
#contentFull div.ProductFull h2{
padding-bottom:5px;
margin-bottom:0px;
}

#contentProduct div.ProductListing p{
padding-left:198px;
font-size:80%;
padding-top:0px;
margin-top:0px;
margin-bottom:5px;
}
#contentFull div.ProductFull img {
padding-top:6px;
}
#contentFull div.ProductFull div.productTable
{
padding-left:284px;
font-size:80%;
padding-top:0px;
margin-top:0px;
margin-bottom:20px;
}

#contentFull div.ProductFull div.productTable tr {
background-color:#EDEDE8;
}

#contentFull div.ProductFull div.productTable th {
text-align:left;
padding-left:10px;
}

#contentFull div.ProductFull div.productTable td {
padding:3px 3px 3px 10px;
}

#contentProduct div.ProductListing img,
#contentFull div.ProductFull img{
float:left;
padding-bottom:5px;
}
#contentProduct div.ProductListing div.ProductRowSubmit,
#contentFull div.ProductRowSubmit {
background-image:url(/assets/images/productbg_lines.gif);
background-repeat:repeat-x;
padding-left:188px;
clear:both;
}

#contentProduct div.ProductListing div.ProductRowSubmit input {
margin:0px;
padding:0px;
}

#contentProduct div.resultsPages {
padding: 10px 35px 10px 35px;
font-size:80%;
}
/*Product search*/


#wrapper #wrapperInner #contentProduct .productSearch {
border-top:18px solid #dfdfd6;
background-color:#EDEDE8;
font-size:80%;
}

#wrapper #wrapperInner #contentProduct .productSearch h3{
padding-left:35px;
padding-top:20px;
padding-bottom:5px;
}

#wrapper #wrapperInner #contentProduct .productSearch h4{
margin-left:35px;
padding-top:20px;
margin-right:35px;
padding-bottom:5px;
font-size:100%;
border-bottom:3px dotted #dfdfd6;
}

#wrapper #wrapperInner #contentProduct .productSearch div.searchRow {
clear:both;
padding:2px 0px;
}

#wrapper #wrapperInner #contentProduct .productSearch div.searchRowSubmit {
clear:both;
margin-top:2px;
text-align:right;
border-top:2px solid #dfdfd6;
border-bottom:2px solid #dfdfd6;
background-image:url(/assets/images/horzLines.gif);
background-repeat:repeat-x;


}

#wrapper #wrapperInner #contentProduct .productSearch div.searchRow1 {
clear:both;
border-top:2px solid #dfdfd6;
border-bottom:2px solid #dfdfd6;
padding:3px 0px;
margin-bottom:5px;
}
#wrapper #wrapperInner #contentProduct .productSearch label {
	display: block;
	width: 100px;
	padding-left: 35px;
	float: left;
	padding-top:3px;
}

#wrapper #wrapperInner #contentProduct .productSearch div.searchRow2 {
float:left;
width:175px;
margin-bottom:10px;
}
#wrapper #wrapperInner #contentProduct .productSearch div.searchRow2 label {
	display: block;
	width: 140px;
	padding-left: 35px;
	float: none;
	padding-top:5px;
	padding-bottom:5px;
}

#wrapper #wrapperInner #contentProduct .productSearch div.searchRow2 input {
float:left;
margin-left:-22px;
margin-top:-2px;
}


#wrapper #wrapperInner #contentProduct .productSearch label.column2 {
	display: block;
	width: 60px;
	padding-left: 5px;
}


#wrapper #wrapperInner #contentProduct .productSearch div.SearchCol2 {
float:right;
width:190px;

}
.calendarthumb {
padding-left:10px;
padding-top:2px;
position:relative;
}
/*Product resource  column*/

.productResource {
border-top:2px solid #dfdfd6;
}


.productResource p{
padding:0px 110px 0px 10px;
}

.productResource img{
float:right;
}
/*********image library***********/

div.storyFullColumn div.imageRow {
width:482px;
border-bottom:3px dotted #dfdfd6;
padding-bottom:20px;
margin-top:20px;
}
div.storyFullColumn div.imageRow div.imageCol1 {
float:left;
width:175px;
padding-right:66px;

}

div.storyFullColumn div.imageRow div.imageCol2 {
float:left;
width:175px;
padding-left:66px;

}
div.storyFullColumn div.imageRow div.imageCol1 p,
div.storyFullColumn div.imageRow div.imageCol2 p
{
padding:0px;
margin:3px 0px;
}

div.pages p{
padding-top:5px;
Padding-bottom:10px;
}

div.storyFullColumn div.displayOrder {
width:200px;
float:right;
height:1px;
}
div.storyFullColumn div.displayOrder p{
margin:5px 0px 3px 0px;
padding:0px;
}

/**********calander**********/

#content .story .eventList {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color:#dfdfd6;
}

/**********whats on detail*********/
#contentFull div.storyFullColumn table tr td table tr th.eventSubTitle {
text-align:left;
}


/**********Hacks*********/

/* hide hack from Mac-IE5 \*/
* html #content { height: 1%; }
/* end hiding */

/* hide hack from Mac-IE5 \*/
* html #contentFull { height: 1%; }
/* end hiding */

/* hide hack from Mac-IE5 \*/
* html #contentHome { height: 1%; }
/* end hiding */

/* hide hack from Mac-IE5 \*/
* html #contentProduct { height: 1%; }
/* end hiding */

/* hide hack from Mac-IE5 \*/
* html .feature { height: 1%; }
/* end hiding */