/* CSS Document */

* {
    padding:0;
    margin:0;
}

img {
    border: 0;
}

/* This forces Mozilla to always show the vertical scrollbar, and thus avoid the
	horizontal "pop" when moving between shorter and longer pages */
html {
	overflow: -moz-scrollbars-vertical;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.hide,
#headerPrint {
	display: none;
}

html[xmlns] .mozclear {
    /* this selector should be valid CSS, but Opera 7.5 (and above) will pick
     * this up as well. Shouldn't be a problem, Opera should handle this fine,
     * but it's a Mozilla-targeted hack, and it should probably only affect
     * mozilla. You can do that by replacing the INVALID CSS selector
     * :root .mozclear for what's given here.
     */
    border-bottom: 1px solid;
    border-color: transparent;
    margin-bottom: -1px;
}

/*******************************************************************************
*  fonts section
*  handles the font type (family), sizes, line-height, alignment, and any other
*  properties relating to fonts - with the exception of color.
*******************************************************************************/
body {
    font-family: Verdana, Arial, Helvetica, "Bitstream Vera", sans-serif;
}

#pageWrapper {
    font-size: 71%;
    border: 0;
}

#footerScreen {
    font-size: 90%;
    text-align: right;
    border: 0;
}

/*
    Time to try and get all the heading elements to the same size
    regardless of browser. (IE seems to put them a big bigger
    than Mozilla, typically.)
*/
h1, h2, h3,  h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 140%;
}
h2 {
    font-size: 110%;
}
h3 {
    font-size: 110%;
}
h4 {
    font-size: 100%;
}
h5 {
    font-size: 90%;
}
h6 {
    font-size: 80%;
}

.contentSection p {
    line-height: 1.1em;
}

/*******************************************************************************/

body {
    text-align: center;
    width: 744px;
	 border: 0;
	 margin: 5px auto;
}

#pageWrapper {
    text-align: left;
}

#pageWrapper, #breadcrumbAndSearch {
    width: 744px;
}

.access,
#languageFlags a.access,
#colLeft .access {
	position: absolute;
	left: -999px;
	width: -999px;
}
/*******************************************************************************/
/* Header Block styling */
#headerScreen, headerScreenHome {
    padding: 0;
    margin: 0;
}

#hdrLogoBg {
	float:left;
	background-repeat: no-repeat;
}

#hdrLogoHome,
#hdrLogoHome a {
	width: 182px;
	height: 160px;
}

#hdrLogoHome {
	float: left;
}

#hdrLogo,
#hdrLogo a {
	width: 182px;
	height: 109px;
}

#hdrLogo {
	float: left;
}

#hdrLogoHome a,
#hdrLogo a {
	display: block;
}

#hdrRhsBg {
	float: left;
	background-color: #DFF4FF;
}

#hdrHomeHeroBox,
#hdrAdBoxOuter {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 558px;
}

#hdrHomeHeroBox {
	height: 133px;
}

#hdrAdBoxOuter {
	height: 82px;
}
#hdrAdBox {
	padding-left: 45px;
	padding-top:12px;
	width: 468px;
}

#hdrButtons ul li {
	display: inline;
	list-style: none;
}

#hdrButtons a {
	float: left;
	display: block;
	border-left: 2px solid #fff;
	height: 25px;
}

.hdrButtonNarrow {
	width: 183px;
	width/**/:/**/185px;
}

.hdrButtonWide {
	width: 184px;
	width/**/:/**/186px;
}

#hdrButtons a {
	text-decoration: none;
}

span.shiftLeft {
	position: relative;
	left: -999px;
}

#hdrButtons a:hover {
    color: #fff;
	 background-position: 200px 0;
}

/*******************************************************************************
*  breadcrumb and search section - style up breadcrumb navigation
*******************************************************************************/

#breadcrumbAndSearch {
	text-align: right;
	padding: 0 ;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	border-collapse: collapse;
   background-color: #BFE9FF
;
	color: #676767;
	height: 2.2em;
	height/**/:/**/3.5em;
}

#breadcrumb > ul {
    padding: 0.4em 0.5em;
}

#breadcrumb {
	float: left;
}
#breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0.9em 5px;
}

#breadcrumb ul li {
    display: inline;
}

#breadcrumb ul li a {
    text-decoration: none;
    color: #676767;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

#searchBox {
    float: right;
    text-align: right;
    margin: 0.2em 0;
}

#searchBox form {
    background-color: #BFE9FF
;
}

#searchInput {
    width: 10em;
    height: 1.3em;
    margin-top: 0.3em;
}

#searchButton {
    background-color: #006399;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    color: #fff;
    font-size: 0.9em;
    margin-right: 5px;
    padding: 0;
}

#breadcrumb, #searchInput {
	font-size: 90%;
}

#searchBox input,
#searchBox label {
    font-size:100%;
}

#languageFlags {
	float: left;
	list-style: none;
	margin-left: 3px;
}

#languageFlags li, #languageFlags a {
	text-indent: 0;
	display: inline;
}

#languageFlags img {
    margin: 0 0 0 2px;
    padding: 0;
    height: 2.3em;
    width: 2.4em;
}

/*******************************************************************************/
/* Set up column structure */
#colOuter {
    border: 0;
    /*margin-top: 2px;*/
	 background: #fff url(/images/main/ancbg.gif) repeat-y;
}

#colInner,
#colInnerHome {
   margin: 0 -1px;     /* without this, boxes stop floating next to each other in ie */
   width: 560px;
   float: right;
}

#colContent {
	padding: 0.5em 1em;
	float: left;
	clear: left;
}

.contentNarrow {
	width: 372px;
}

.contentWide {
	width: 530px;
}

.contentHome {
	width: 368px;
}

#heroBg {
	width: 560px;
	height: 168px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;      /* specifically define this for Opera's sake,
                         and also for better consistency across
                         all platforms  */
}

.imgLeft {
	float: left;
	margin: 0 5px 5px 0;
}

.contentSection {
    margin-top: 10px;
    clear: both;
}

.contentSection .imgLeft {
    float: left;
}

.contentSection .imgRight {
    float: right;
}

.contentSection h1 {
    margin: 0.5em 0;
}

.contentSection h2 {
    margin: 0.3em 0;
}

.contentSection p {
    margin: 0.5em 0;
}

.contentSection .imgLeft {
    margin: 0 10px 10px 0;
}

.contentSection .imgRight {
    margin: 0 0 10px 10px;
}

/******************************************************************************
*  this section defines any and all borders that are rendered on the layout.
*******************************************************************************/

#pageWrapper, #colInner, #footerScreen {
    border: 0;
}

* html #outercolumncontainer
{
    /* IE5.0/Win fix for 1px whitespace between masthead and body. */
    margin-top: -1px;
    border-top: solid 1px #000;
}
/*******************************************************************************
* Home Page styling
*******************************************************************************/
#colInnerHome {
	margin: 0;
	padding: 0;
	border: 0;
}

#colHomeLeft {
	float: left;
	margin-left: 2px;
	width: 369px;
/*	background-color: #add8e6;*/
}

#colHomeRight {
	float: right;
	margin: 0;
	width: 183px;
/*	background-color: #f0e68c;*/
}

.homeLeftBig {
	width: 369px;
/*	background-color: #d8bfd8;*/
	margin: 0;
    overflow: hidden;
}

.homeLeftLeft,
.homeLeftRight {
	float:left;
	width: 183px;
/*background-color: #ffd700; */
    overflow: hidden;
}

.homeLeftLeft {
	margin: 2px 3px 2px 0;
}

.homeLeftRight {
	margin: 2px 0;
}

.homeRight {
	width: 183px;
	margin: 0 0 2px 0;
/*	background-color: #deb887; */
    overflow: hidden;
}

.homeShade {
	background-color: #E5F6FF;
}

.homeLeftBig,
.homeLeftLeft,
.homeLeftRight,
.homeRight {
	padding-bottom: 0.5em;
}

#colInnerHome h2,
#colInnerHome p,
{
	display: block;
	padding: 0.3em;
	margin: 0.5em 0;
}

/* cancel anchor padding/margin around images for homepage */
#colInnerHome a.imgAnchor {
	padding: 0;
	margin: 0;
}

#colInnerHome li a {
	display: inline;
	color: #006399;
	padding: 0.3em;
	margin: 0.5em 0;
}

#colInnerHome a {
	font-weight: normal;
		
}

.homeLeftBig.campaignPrimary {
	background-color: #fde8d3;
}

#colHomeLeft .homeLeftLeft.partnerRegional,
#colHomeLeft .homeLeftRight.partnerRegional {
	background-color: #fde8d3;
}

.homeLeftBig.touringPrimary {
	background-color: #eff0e0;
}

#colInnerHome #colHomeLeft .homeLeftBig.touringPrimary h2 {
	padding: 0;
	margin: 0;
	color: #387a54;
}

#colInnerHome #colHomeRight .homeRight.touringGold h2 {
	padding: 0;
	margin: 0;
	color: #fc7f01;
}

#colHomeLeft .homeLeftLeft.touringRegional,
#colHomeLeft .homeLeftRight.touringRegional {
	background-color: #eff0e0;
}

#colHomeRight .homeRight.partnerGold {
	background-color: #eff0e0;
	border-bottom: none;
}

.homeRight.touringGold {
	background-color: #fde8d3;
}

.homeRight,
.partnerSilver,
.partnerBronze {
	border-bottom: 1px dotted #333;
}
.homeLeftLeft.partnerSilver img,
.homeLeftRight.partnerSilver img {
	margin-right: 0.5em;
}

/*******************************************************************************
*  colLeft - menu formatting
*******************************************************************************/

#colLeft,
#colLeft ul li,
#colLeft a,
#searchbox {
    background-color: #fff;
    color: #676767;
}

#colLeft {
    width: 180px;
    margin: 0;
    padding: 0;
/*	text-transform: uppercase;  */
}

#colLeft h2 {
	background-color: #E5F6FF;
	border: 1px solid #E5F6FF;
	color: #676767;
	font-weight: bold;
	font-size: 1em;
	padding: 0.5em 5px;
	margin: 0;
}

#colLeft ul {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #fff;
}

#colLeft ul li  {
    text-indent: 0;
	 padding: 0;
    list-style-type: none;
    margin: 0;
    border: 1px solid #E5F6FF;
}

#colLeft a {
    display: block;
    text-decoration: none;
    text-indent: 0;
    padding: 5px;
    border: 0;
	 background: url(/images/main/img_but_sidebar.gif);
	 width: 178px;
	 width/**/:/**/168px;
}

#colLeft a:hover,
#colLeft ul li a:hover {
    color: #fff;
	 background-position: 200px 0;
}

#myHoliday {
	font-size: 0.1em;
}

#myHoliday h2,
#myHoliday a,
#myHoliday .loggedlbl  {
	font-size: 10em;
}

#myHoliday ul {
	border-bottom: 0;
	margin: 0;
}

.loggedlbl  {
height: 2em;
line-height: 2em;
margin-left: 0.4em;
}

/*******************************************************************************
*  footer section
*  Adds a white border on all footer LI elements then removes it for the first element only
*******************************************************************************/

#footerScreen {
    clear: both;
	 height: 25px;
	 border-top: 2px solid #fff;
}

#footerLogo {
	background-image: url(/images/main/footer-logo.gif);
	width: 163px;
	height: 25px;
	float: left;
}

#footerScreen ul {
    list-style-type: none;
    margin: 0;
    padding: 0.6em 10px 0 0;
}

#footerScreen ul li {
    display: inline;
    border-left: 1px solid #676767;
    padding-left: 4px;
}

#footerScreen ul li a {
    text-decoration: none;
    color: #fff;
}

#footerScreen ul li a:hover {
    text-decoration: underline;
}

#footerScreen ul li.firstLI {
    border-left: 0;
}

/*******************************************************************************
*  define background and foreground colors of elements within the layout.
*  Some values (particularly column background colors) may be overridden by
*  sub-section stylesheet
*******************************************************************************/
body, #pageWrapper, #headerScreen {
    background-color: #fff;
    color: ##676767;
}

#headerScreen {
    border-bottom: 1px solid #fff;
}




/* selector case hack to reset version 4
 stylesheet setting */
#colInnerHome,
#colContent {
    background-color: transparent;     /* this sets the background color on the center column */
    color: #5A5A5A;
}

#emailFriend {
	float: right;
	padding: 1.8em 5px 0 0;
}

#colInnerHome h1,
#colInnerHome h2,
#colInnerHome h3,
#colContent h1,
#colContent h2,
#colContent h3  {
	color: #006599;
	font-weight: bold;
}

#colContent h1 {
	border-bottom: 1px dotted #006599;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

#colContent p {
	margin-bottom: 1em;
}

#colInnerHome a,
#colContent a {
	color: #5b7ba2;
}

#colContent ul {
	margin-left: 3em;
}

.imageMap {
	float: left;
	margin-bottom: 10px;
}

.contentSub {
	border-top: 1px dotted #006599;
	padding-bottom: .5em;
	margin-bottom: .5em;
	float: left;
}

.contentSub p {
	margin: 0;
	padding: 0;
}

.contentSub h2 {
	margin: 0.25em 0;
	font-weight: bold;
	font-size: 1em;
}

.contentSub h2 a {
	text-decoration: none;
}

.mapImg, {
	float: left;
}

.mapList {
	margin: .3em 0 .5em 0.5em;
}
.currentMenu {
	background-color: #E5F6FF;
}

.backToTop {
	float: right;
	font-weight: bold;
}

#colRight h2 {
	color: #006599;
	font-weight: bold;
}

#colRight {
	float: right;
	background-color: transparent;
	padding: 15px 5px 5px 5px;
	border-left: 1px solid #E5F6FF;
	width: 150px;
	width/**/:/**/139px;
}

#colRight.home {
	padding: 5px 0 5px 0;
	border: 0px;
	width: 168px;
}

#colInnerHome li,
#colRight li, .mapList li {
	padding: 0.2em 0.3em;
	list-style: none;
}
#colInnerHome li, #colInnerHome li a, #colInnerHome a,
#colRight li, #colRight li a,
#emailFriend a,
.mapList li, .mapList li a {
	color: #99004D;
	text-decoration: none;
}

#colInnerHome li a:hover,
#colRight li a:hover,
.mapList li a:hover,
#emailFriend a:hover {
	background-color: #eee;
}

#footerScreen {
    background-color: #BFE9FF
;
    color: #676767;
}

#footerScreen ul li a {
    color: #676767;
    text-decoration: none;
}

#footerScreen ul li a:hover {
    text-decoration: underline;
}

#footerPrint {
    display: none;
}
/*******************************************************************************
* Destination Guide styling
*******************************************************************************/
		#destBackground{
			height: 281px;
			clear: both;
		}

		#destLeft {
			float: left;
			padding-left: 7px;
			width: 159px;
		}
		
		#destMonth {
			border-bottom:2px inset #ccc;
			border-right:2px inset #ccc;
			border-top:0px;
			background:#fff;
		}

		#destRegion {
			margin-top: 15px;
			border-bottom:2px inset #ccc;
			border-right:2px inset #ccc;
			border-top:0px;
			background:#fff;
			height: 200px;
		}

		#destRegion h2 {
			font-size:9px;
			font-weight: bold;
			color:#006599;
			border: none;
			margin-left: 5px;
			padding-top: 5px;		
		}
		
		#destMonth h3 {
			font-size:10px;
			font-weight: bold;
			color:#006599;
			border: none;
			margin-left: 6px;
			padding-top: 5px;
		}

		#destMonth a {
			font-size:10px;
			margin-left: 6px;
			color:#006599;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#destMonth img {
			margin-left: 5px;
			margin-right: 5px;
		}
		
		.destSearchDropdown {
			width: 161px;
			font-size:11px;			
		}
		
		#destSearchDropdown {
			padding-bottom: 10px;
		}
		
		#destSearch input {
			font-size:11px;
			width: 126px;
			height: 15px;
		}
		
		#destSearch .mainbutton {
			width: 25px;
			height: 20px;
			font-size:11px;
			padding: 0;
			margin: 0;
		}
		
		.destTeaserSection {
			clear: both
		}
		
		.destQuarterLeft {
			float: left;
			width: 140px;
		}
		
		.destThreeQuarterRight {
			float: left;
			width: 420px;
		}
		
		.destThreeQuarterRight h2 {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
			font-size:12px;
			color:#006599;
			font-weight: bold;
		}
		
		.destTeaserSection h1 {
			font-size:14px;
			color:#006599;
			font-weight: bold;
		}
		
		.destTeaserSection a {
			color: #676767;
		}
		
		.desguidecontainline {
			margin-bottom: 10px;
			border-bottom: 1px solid #ccc; 
			float:none;
			clear:left;
		}
		
						
		#destRegionTitle h2 {
			font-size:11px;
			color:#5A82B6;
			border: 0;
			padding:.5em .5em .5em .5em;
			margin: 0;
			font-weight: bold;
		}
		
		#destTourGuide {
			padding-bottom: 8px;
		}
		
		#destTourGuide ul {
		  list-style: none;
			text-indent: 0;
	 		padding-left: 4px;
    	list-style-type: none;
    	margin-left: 0;
    	border-left: 0;
		}
				
		#destTourGuide li {
	 		padding-bottom: 5px;
		}
		
		#destTourGuide a {
			color: #676767;
		}
		
		#destGallery {
			padding: 0 4px 0 4px;
		}
		
		#destTourBackgroundNoGuide {
			width: 50%;
			border-bottom:3px inset #ccc;
			border-right:3px inset #ccc;
		}					
		
		#destLongDescription p {
			padding:0 0 1em 0;
		}
		
		#destMustSee {
			border-bottom:3px inset #ccc;
			border-right:3px inset #ccc;
			border-left:1px solid #ccc;
			background:#fff;
			width: 380px;
		}
		
		#destMustSee ul {
			list-style: none;
			text-indent: 0;
	 		padding-left: 5px;
    	list-style-type: none;
    	margin-left: 0;
    	border-left: 0;
		}

		#destMustSee li {
	 		padding-bottom: 5px;
	 		font-size:11px;
		}
		
		#destMustSee a {
			color: #676767;
		}
		
		#destMustSee p {
	 		padding-left: 5px;
	 		padding-right: 5px;
	 		font-size:11px;
		}

		#destMustSeeTitle h2 {
			font-size:11px;
			color:#fff;
			padding:.5em .5em .5em .5em;
			border-top: 0;
			margin-top: 0;
			padding-top: 5px;
		}
		
		#destMustSeeTitle {
			background:#006599;
		}
		
		#destRegion li {
			padding:0 0 5px 0;
		}
		
		#navslots {
			display:block;
			position:relative;
			height:25px;
		}

		#afnav {
			position:absolute;
			top:0;
			left:0;
			width:25%;  
		}
		
		#gmnav {
			position:absolute;
			top:0;
			left:25%;
			width:25%;  
		}
		
		#nrnav {
			position:absolute;
			top:0;
			left:50%;
			width:25%;  
		}
		
		#sznav {
			position:absolute;
			top:0;
			left:75%;
			width:24%;  
		}

		.aznavon {
			background-color: #FFF; 
			text-align: center; padding-top: 5px; 
			padding-right: 2px; padding-bottom: 5px; 
			padding-left: 2px; font-weight: bold; 
			border-color: #f3f3f3 #FFF #f3f3f3 #f3f3f3; 
			border-style: solid; border-top-width: 1px; 
			border-right-width: 0px; border-bottom-width: 1px; 
			border-left-width: 1px; color: 660033;
		}
				
		.aznavoff {  
			background-color: #f3f3f3; 
			text-align: center; 
			border-color: #FFFFFF black #f3f3f3 #FFFFFF; 
			padding-top: 5px; padding-right: 2px; 
			padding-bottom: 5px; padding-left: 2px; 
			border-style: solid; border-top-width: 1px; 
			border-right-width: 0px; 
			border-bottom-width: 1px; 
			border-left-width: 0px;
		}
		
		.azbody {  
			padding-top: 2px; 
			padding-right: 2px; 
			padding-bottom: 2px; 
			padding-left: 2px; 
			border-color: #FFFFFF #f3f3f3; 
			border-style: solid; 
			border-top-width: 0px; 
			border-right-width: 1px; 
			border-bottom-width: 0px; 
			border-left-width: 1px;
		}

/*******************************************************************************
* Destination Guide styling
*******************************************************************************/
.dgTeaserSection {
	clear: left;
}

.dgTeaserSection img {
	float: left;
	margin-right: 20px;
}

.dgTeaserSection h2 {
	border-top: 1px solid #5b7ba2;
	padding-top: 0.3em;
	margin: 0.5em 0 0.3em 120px;
}

.dgTeaserSection p {
	margin: 0.3em 0 0.3em 120px;
}

/******************************************************************************/
/* Business */
/******************************************************************************/
.shadowBox {
	float: left;
	margin: 0 5px 5px 0 ;
	border-top: 1px solid #676767;
	border-right: 2px solid #676767;
	border-bottom: 2px solid #676767;
	border-left: 1px solid #676767;
	width: 175px;
	height: 14em;
	width/**/:/**/172px;
}

.shadowBoxImg {
	padding: 0;
	margin: 0;
	width: 172px;
	height: 68px
}

.shadowBox p, .shadowBox h2 {
	margin: 0.5em;
}
/******************************************************************************/
/* EEI Specific CSS */
/******************************************************************************/
body.eei .homeLeftBig img {
	/*height: auto;*/
}

body.eei #colInnerHome a {
	display: inline;
	padding: 0;
}

body.eei .contentStart img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

body.eei .dgTeaserSection {
	border-top: 1px solid #5B7BA2;
	padding: 5px 0;
	margin: 5px 0;
}

body.eei .dgTeaserSection h2 {
	border: 0;
	margin: 0;
	padding: 0.5em 0;
}

body.eei .dgTeaserSectionText {
	float: left;
	padding-bottom: 0.5em;
}

body.eei .dgTeaserSection p {
	margin: 0;
}

body.eei .contentMore img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

body.eei #hdrRhsBg {
    border-left: 2px solid #fff;
    background-color: #006399;
    overflow: hidden;
    width: 560px;
}

body.eei #hdrHomeHeroBox, body.eei #hdrAdBoxOuter {
    border-left: none;
    background-color: #DFF4FF;
    width: 560px;
}

body.eei #hdrButtons ul li a {
    border-left: none;
    border-right: 2px solid #fff;
}

body.eei #hdrButtons {
    width: 600px;
}

/*    Interactive              */


H3.Interactive
{
	font-size:110%;
	color:#FFFFFF;
	margin:0 4px 0 4px;
	padding: 0 0 0 4px;
	background:#CCCCCC;
}
H3.InteractiveScreensaver
{
	font-size:110%;
	color:#FFFFFF;
	margin:0 0 .5em 0;
	padding: 0 0 0 4px;
	background:#CCCCCC;
}

h4.InteractiveCaption
{
	font-size:80%;
	color:#666;
                margin-top: 1em;
                margin-right-value: 0pt;
                margin-bottom: 1em;
                margin-left-value: 0pt;
}

#colContent P.Interactive
{
	line-height:150%;
	margin:.5em 0 .5em 0;
                padding:4px;
	font-size:100%;
}

P.InteractiveFile
{
	line-height:150%;
	margin:.5em 0 .5em 0;
	font-size:90%;
}

P.InteractiveWP
{
	line-height:150%;
	margin:.5em 0 .5em 0;
	font-size:80%;
}

#colContent P.InteractiveFileDark,
#colContent P.InteractiveFileLight,
#colContent P.InteractiveFilePlain
{
	line-height:100%;
	margin:0 0 0 0;
        padding: .4em 0 .2em 0;
	font-size:80%;
        background-color:#EAE4E0;

}

#colContent P.InteractiveFileLight
{
background-color:#F8F6F5;
}

#colContent P.InteractiveFilePlain
{
background-color:#FFFFFF;
}

.InteractiveHomeBgcolor
{
background-color:#f8f6f5;
}

/* Interactive  */
.split4colMedia .shadowboxOuter {
	float:left;
	width: 25%;
                margin-top:8px;

}

.split2colMedia .shadowboxOuter
{
	float:left;
	width: 50%;
 }

.split3colMedia .shadowboxOuter {
	float:left;
	width: 33%;
                margin-top:8px;

}

/* Homepage reskin 20060315 */

#colHomeLeft .preAmble h1 {
    color: #99004D;
    font-size: 2em;
    font-weight: normal;
    margin: 0.2em 0;
    letter-spacing: -0.05em;
}

#colHomeLeft .preAmble em {
    color: #333333;
    font-style: normal;
}

#colHomeLeft .preAmble p {
    margin: 1em 0;
    padding: 0;
}

#colHomeLeft .preAmble a {
    color: #0000FF;    
	text-decoration: underline;
}


#colHomeLeft .featured h1 {
    background: url(/images/main/feature_header.gif);
    font-size: 1em;
    color: #fff;
    height: 23px;
    padding: 8px 0 0 17px;
    margin: 0;
    clear: both;
}

#colHomeLeft .featured h1.recent {
    background-image: none;
    color: #3C5B92;
    padding: 0 0 0 17px;
    background: url(/images/main/eed_featureseperator.gif) no-repeat bottom;
}

#colHomeLeft .featured ul {
    margin: 0 10px;
}

#colHomeLeft .featured li {
    float: left;
    width: 45%;
    margin: 0;
    padding: 3px;
}

#colHomeLeft .featured ul li a {
    display: block;
    padding: 0.2em 0 ;
    margin: 0;
    font-weight: bold;
    color: #006399;
}

#colHomeLeft .featured ul li a:hover {
color: #99004D;
}

#colHomeLeft .featured {
    background-image: url(/images/main/eed_Featuredbg.gif);
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 2px;
}

#colHomeLeft .featured .feature {
    clear: both;
    margin: 0 8px 0 5px;
    padding-bottom: 8px;
}

#colHomeLeft .featured a {
    margin: 0;
    padding: 0;
}

#colHomeLeft .featured img {
    float: left;
    margin: 5px 5px 0 3px;
}

#colHomeLeft .featured .feature h2 {
    margin: 0;
    font-weight: normal;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
    color: #99004D;
    padding: 8px 5px 0px 7px;	
    width: 345px;
    float: left;
}

#colHomeLeft .featured .feature p {
    width: 345px;
    float: left;
}

#colHomeLeft .featured div.clearer {
    clear: both;
    height: 1px;
    background: url(/images/main/eed_featureseperator.gif) no-repeat top;
    overflow: hidden;
}

#colHomeLeft .featured object {
    margin: 5px 0 5px 18px;
}

#colHomeLeft .featuredbot {
    background-image: url(/images/main/eed_Featuredbot.gif);
    padding: 0;
    margin: 0;
    height: 11px;
    clear: both;
    overflow: hidden;
}

#colHomeRight .homeicons .homeicon {
    margin: 5px 0;
}

#colHomeRight .homeicons .homeicon a {
    margin: 0;
    padding: 0;
}

#colHomeRight .homeicons .homeicon img {
    float: left;
    margin-bottom: 5px;
}

#colHomeRight .homeicons .homeicon h2 {
    color: #99004D;
    font-weight: normal;
    font-size: 1.75em;
    float: right;
    width: 115px;
    margin: 0;
    padding: 0;
}

#colHomeRight .homeicons .homeicon a {
    color: #99004D;
    font-weight: normal;
    font-size: 1.0em;    
    margin: 0;
    padding: 0;
}


#colHomeRight .homeicons .homeicon p {
    color: #006399;
    float: right;
    width: 115px;
    margin: 0;
    padding: 0;
}

#colHomeRight .homeicons .homeicon div.clearer {
    clear: both;
    height: 1px;
    background: url(/images/main/eed_iconseperator.gif) no-repeat top;
    overflow: hidden;
}

#colHomeRight #competitions {
    background-image: url(/images/main/eed_compbg_tcm.gif);
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
    margin-right: 4px;
}

#colHomeRight #competitions h2 {
    background: url(/images/main/right-header.gif) no-repeat top;
    text-align: left;
    font-size: 1em;
    color: #fff;
    height: 23px;
    overflow: hidden;
    padding: 8px 0 0 13px;
    margin: 0;
    margin-top: 14px;
}

#colHomeRight #competitions p {
    padding: 10px 17px;
    margin: 0;
    text-align: left;
    color: #1D2C53;
    height: 3.5em;
}

#colHomeRight #competitions a {
    display: block;
    font-weight: normal;
    color: #006399;
    text-align: right;
    background: url(/images/main/eed_compFooter.gif) no-repeat bottom;
    height: 25px;
    padding: 5px 17px 0 0;
    margin: 0;
}

#colHomeRight .didyouknow {
    margin-right: 4px;
}

#colHomeRight .didyouknow h2 {
    background: url(/images/main/eed_didyouknowhead.gif) no-repeat top;
    font-size: 1em;
    color: #8999BB;
    height: 23px;
    overflow: hidden;
    padding: 8px 0 0 13px;
    margin: 0;
    margin-top: 14px;
}

#colHomeRight .didyouknow h2 a{
margin: 0;
color: #8999BB;
}

#colHomeRight .didyouknow p {
    background: url(/images/main/eed_didyouknowbg.jpg) no-repeat bottom;
    padding: 10px 17px;
    margin: 0;
    color: #1D2C53;
}

