body
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-size:11px;
	color:#413920;
	margin:0px;
	padding:0px;
}

h1
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-size:18px;
	color:#463b1b;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}

h2
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-size:17px;
	color:#a39077;
	margin:0px;
	padding:0px;
}

h3
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-size:13px;
	color:#a39077;
	margin:0px;
	padding:0px;
}

h4
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-size:13px;
	color:#303030;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

/****** Master Page Styles ******/
#masterHeaderWrapper
{
	width:100%;
	height:188px;
	border:solid 0px green;
	background:url(../images/top.jpg);	
	overflow:hidden;
}

#masterHeader
{
	width:940px;
	height:188px;
	border:solid 0px black;
	margin:0px auto;
}

#masterHeaderUtilityNav
{
	border:solid 0px red;
	height:22px;	
	margin-top:5px;
	padding-top:3px;
	margin-left:400px;
}

#masterHeaderLogo
{
	border:solid 0px white;
	height:111px;
	overflow:hidden;
}

#masterHeaderLogoGraphic
{
	width:210px;
	height:100px;
	background:url(../images/logo.png);	
	border:solid 0px green;
	margin-top:11px;
	margin-left:70px;
	float:left;
	cursor:pointer;

}

#masterHeaderMapGraphic
{
	width:444px;
	height:100px;
	background:url(../images/masterHeader_map.png);	
	border:solid 0px green;
	margin-top:11px;
	margin-left:100px;
	float:left;
}

#masterHeaderMainNav
{
	border:solid 0px yellow;
	height:43px;
	padding-top:0px;
	padding-left:15px;	
	overflow:hidden;
}

#masterMainContentWrapper
{
	width:100%;
	border:solid 0px blue;
	background:url(../images/middle.jpg) repeat-x;
	background-color:#314e70;	
}

#masterMainContentWrapperSwoosh
{
	background:url(../images/swoosh.png) no-repeat;
	background-position:center 100px;	
}

#masterFooterWrapper
{
	width:100%;
	border:solid 0px green;	
	height:310px;
	background:url(../images/bottom.jpg);
}

#masterFooter
{
	width:940px;
	border:solid 0px black;
	margin:0px auto;
	padding-top:10px;
	padding-left:10px;
	overflow:hidden;
	background:url(../images/footer_divider_bg.png) repeat-y;
	background-position:150px 0px;	
}

#masterFooterWrapperEditableArea
{
	width:940px;
	border:solid 0px black;
	margin:0px auto;
	background-color:#55769d;
	color:#ffffff;
	height:32px;
	text-align:center;
	padding-top:15px;
	
	
}

/*---search button --*/
.SearchBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	height:10px;
	width:100px;
	padding-top:0px;
	border:0px;
	margin-top:3px;
	margin-left:0px;
	background-color:#ffffff;
	float:left;
	
}
.SearchButton
{
	float:left;
	display:inline;
	background:url(../images/search_button.jpg) no-repeat;
	border:none;
	width:21px;
	height:21px;
	margin-left:2px;
	margin-top:1px;
	cursor:pointer;
}
#SearchLeftSide
{
	background:url(../images/search_left_new.png) no-repeat; 
	width:10px; 
	height:19px; 
	float:left; 
}
#SearchRightSide
{
	background:url(../images/search_right_new.png) no-repeat; 
	width:11px; 
	height:19px; 
	float:left; 
	display:inline;
}


/**********************************/
/* Footernavigation Links Styles */
/********************************/

/* Foot Section Styles */
#masterFooter a
{
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
	display:block;
}
#masterFooter a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#FootSectionsSiteSelections
{
	float:left;
	border:solid 0px red;
	overflow:hidden;
	width:145px;
	display:inline;
	margin-left:8px;
	text-align:left;
}

#FootSectionsH1
{
	width:155px;
	border:solid 0px yellow;
	float:left;
	margin-bottom:5px;
	font-size:13px;	
	font-weight:bold;
	overflow:hidden;
	line-height:1.5em;
	color:#ffffff;
}
/****** End Master Page Styles ******/


/****** Home Page Styles ******/
#homePageContentDropShadow
{
	width:940px;
	border:solid 0px black;
	margin:0px auto;
	background:url(../images/content_dropshadow_background.png);
}

#homePageContentbottomShadow
{
	width:940px;
	height:4px;
	margin:0px auto;
	background:url(../images/content_dropshadow_background_bottom.png);
}

#homePageContent
{
	width:931px;
	border:solid 0px green;
	margin:0px auto;
}

#homePageUpperSection
{
	width:931px;
	height:330px;
	background-color:#e8e0cc;
	border:solid 0px green;
	position:relative;
}


#homePageButtonOverlay
{
	border:solid 0px yellow;
	position:absolute;
	width:450px;
	height:50px;
	top:274px;
	left:260px;
}
#homePageChemicalBtn
{
	background:url(../images/homepage_chemicalindustry_btn.png) no-repeat;	
	width:103px;
	height:39px;
	cursor:pointer;
	border:solid 0px green;
	float:left;
	
}
#homePageMidlandLifeBtn
{
	background:url(../images/homepage_midlandlife_btn.png) no-repeat;	
	width:103px;
	height:37px;
	cursor:pointer;
	border:solid 0px green;
	float:left;
}

#homePageCultureRec
{
	background:url(../images/homepage_culturerec_btn.png) no-repeat;	
	width:103px;
	height:38px;
	cursor:pointer;
	border:solid 0px green;
	float:left;
}

#homePageCommunitySpirit
{
	background:url(../images/homepage_communitysprit_btn.png) no-repeat;	
	width:103px;
	height:43px;
	cursor:pointer;
	border:solid 0px green;
	float:left;
}


#homePageMapOverlay
{
	border:solid 0px green;
	position:absolute;
	background:url(../images/homepage_map_overlay.png);	
	width:411px;
	height:328px;
	left:515px;
	top:0px;
}

#homePageUpperSectionFrame
{
	background:url(../images/Main_Image_Frame2.png); 
	width:100%; 
	height:330px; 
	position:absolute;
}

#homePageUpperSectionUnderFramePhoto1
{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:910px; 
	height:328px; 
	border:solid 0px green; 
	overflow:hidden;
	visibility:visible;
}
#homePageUppperSectionUnderFramePhotoCaption1
{
	position:absolute;
	z-index:1; 
	top:180px; 
	left:480px; 
	width:350px; 
	height:100px; 
	border:solid 0px yellow; 
	overflow:hidden;
	visibility:visible;
}

#homePageUpperSectionUnderFramePhoto2
{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:910px; 
	height:328px; 
	border:solid 0px green; 
	overflow:hidden;
	visibility:hidden;
}
#homePageUppperSectionUnderFramePhotoCaption2
{
	position:absolute;
	z-index:1; 
	top:180px; 
	left:480px; 
	width:350px; 
	height:100px; 
	border:solid 0px yellow; 
	overflow:hidden;
	visibility:hidden;
}

#homePageUpperSectionUnderFramePhoto3
{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:910px; 
	height:328px; 
	border:solid 0px green; 
	overflow:hidden;
	visibility:hidden;
}
#homePageUppperSectionUnderFramePhotoCaption3
{
	position:absolute;
	z-index:1; 
	top:180px; 
	left:480px; 
	width:350px; 
	height:100px; 
	border:solid 0px yellow; 
	overflow:hidden;
	visibility:hidden;
}


#homePageUpperSectionUnderFramePhoto4
{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:910px; 
	height:328px; 
	border:solid 0px green; 
	overflow:hidden;
	visibility:hidden;
}
#homePageUppperSectionUnderFramePhotoCaption4
{
	position:absolute;
	z-index:1; 
	top:180px; 
	left:480px; 
	width:350px; 
	height:100px; 
	border:solid 0px yellow; 
	overflow:hidden;
	visibility:hidden;
}


#homePageLowerSection
{
	width:931px;
	background:url(../images/homepage_content_top_gradient.jpg) no-repeat;
	background-color:#e5dccb;
}
#homePageLowerSection a
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif;	
	font-weight:bold;
	font-size:11px;
	color:#074565;
	text-decoration:none;
}
homePageLowerSection a:hover
{
	text-decoration:underline;
}

#homePageColumn1
{
	border:solid 0px green;
	padding-left:10px;	
}

#homePageColumn1 p
{
	margin:0px;
	padding:0px;
	width:200px;	
}

#homePageColumn2 p
{
	margin:0px;
	padding:0px;
	border:solid 0px green;
}
#homePageColumn2 img
{
	padding-left:10px;
	
}

#homePageColumn1MapData
{
	border:solid 0px green;	
	width:250px;
}
#homePageColumn1MapData h2
{
}

#homePageColumn1PhotoCallout
{
	border:solid 0px green;	
	width:250px;
}


.homePageColumn2Callout
{
	border:solid 0px green;
	margin-bottom:25px;
	overflow:hidden;
	padding-right:8px;
	padding-left:8px;
}
.homePageColumn2Callout div
{
	margin-top:5px;	
}

#homePageColumn3NewsMedia
{
	margin-bottom:20px;
	padding-left:15px;

}
#homePageColumn3NewsMedia div
{
	background-color:#f3efe5;
	width:200px;	
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 0px green;
	
}
#homePageColumn3NewsMedia ul
{
	padding:0px;
	padding-left:25px;
	margin:0px;	
}
#homePageColumn3NewsMedia li
{
	padding-bottom:7px;	
}


#homePageColumnTopDownloads
{
	margin-bottom:20px;
	border:solid 0px green;
	padding-left:15px;
}
#homePageColumnTopDownloads div
{
	background-color:#f3efe5;
	width:190px;
	padding-top:15px;
	padding-bottom:5px;	
	padding-left:10px;
	padding-right:5px;
}

#homePageColumn3ContactUs
{
	border:solid 0px green;	
	padding-left:10px;
}
/****** End Home Page Styles ******/



/****** Secondary Page Styles ******/
#secondaryPageContentDropShadow
{
	width:940px;
	border:solid 0px black;
	margin:0px auto;
	background:url(../images/content_dropshadow_background.png);
	overflow:hidden;
}

#secondaryPageContentbottomShadow
{
	width:940px;
	height:4px;
	margin:0px auto;
	background:url(../images/content_dropshadow_background_bottom.png);
}

#secondaryPageContent
{
	width:931px;
	border:solid 0px green;
	margin:0px auto;
	background:url(../images/secondary_main_content_background.jpg) repeat-x;
	background-color:#e5dcc9;
}

#secondaryPageContent a
{
	text-decoration:none;
	color:#00476c;	
	font-weight:bold;
}
#secondaryPageContent a:hover
{
	text-decoration:underline;
}


#secondaryMainContent
{
	float:left;
	width:405px;	
	border:solid 0px green;
	overflow:hidden;
	padding-left:15px;
}

#secondarySidebar
{
	float:left;
	width:250px;
	border:solid 1px red;
	overflow:hidden;
	padding-top:40px;
}

#secondarySidebarTopDownloadsWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
}
#secondarySidebarTopDownloadsWrapper a
{
	font-size:11px;	
}
#secondarySidebarTopDownloadsContent
{
	width:220px; 
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	border:solid 0px green;
	overflow:hidden;
	padding-top:40px;
}
#secondarySidebarTopDownloadsHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_topdownloads_header.jpg);
	top:5px;
	left:5px;	
}


#secondarySidebarPhotocallout
{
	background-color:#f2ede5;
	width:230px;	
	margin:0px auto;
	margin-bottom:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#secondarySidebarPhotocallout div
{
	text-align:left;
	width:200px;
	margin:0px auto;	
}

#secondarySidebarDidYouKnowWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
}
#secondarySidebarDidYouKnowContent
{
	width:220px; 
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:40px;
	padding-bottom:10px;
	border:solid 0px green;
	overflow:hidden;
}
#secondarySidebarDidYouKnowHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_didyouknow_header.jpg);
	top:5px;
	left:5px;	
}

#secondarySidebarVisitOurMapRoomWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
}
#secondarySidebarVisitOurMapRoomContent
{
	width:220px; 
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:40px;
	border:solid 0px green;
	overflow:hidden;
}
#secondarySidebarVisitOurMapRoomHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_maproom_header.jpg);
	top:5px;
	left:5px;	
}
#secondarySidebarVisitOurMapRoomMap
{
	position:absolute;
	background:url(../images/secondary_sidebar_viewmap_map.png);
	top:5px;
	left:5px;	
	width:100%;
	border:solid 1px green;
}



#secondarySidebarContactUsWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
#secondarySidebarContactUsWrapper textarea
{
	width:200px;
	height:50px;
}

#secondarySidebarContactUsContent
{
	width:220px; 
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:40px;
	border:solid 0px green;
	overflow:hidden;
}
#secondarySidebarContactUsHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_contactus_header.jpg);
	top:5px;
	left:5px;	
}

#toggleButton
{
	display:block; 
	width:241px; 
	height:27px; 
	position:absolute;
	background:url(../images/secondary_sidebar_contactus_header2.jpg); 
	top:5px; 
	left:5px;
	background-position:0px 0px; 
	border:solid 0px green;
}


#secondarySidebarContactInfo
{
	border:solid 1px green; 
	background-color:#065282;
	color:#ffffff;
	width:228px;
	margin-left:10px;
	font-family:Trebuchet MS, Helvetica, Sans-Serif;
	font-size:17px;
	margin-bottom:10px;
}
#secondarySidebarContactInfo a
{
	color:#bbd1e7;
	text-decoration:none;
	font-size:12px;	
}
#secondarySidebarContactInfo a:hover
{
	color:#bbd1e7;
	text-decoration:underline;	
}

#leftNavSectionHeader
{
	border:solid 0px green;	
	padding-left:0px;
	padding-right:10px;
	padding-top:30px;
}
#leftNavSectionHeader p
{
	color:#a6c2da;
	font-size:20px;
	float:left;
	font-family:Trebuchet MS, Helvetica, Sans-Serif;
	margin:0px;
	padding:0px;	
}

#secondaryLeftNavDivider
{
	width:237px;
	height:3px;
	background:url(../images/secondary_left_nav_divider.png);	
}

#secondaryLeftNavContactUs
{
	border:solid 0px green;
	margin-left:30px;	
	color:#a0bcd5;
	font-size:17px;
	margin-top:10px;
	margin-bottom:20px;
}
#secondaryLeftNavContactUs a
{
	text-decoration:none;
	font-size:11px;
	color:#a0bcd5;
}
#secondaryLeftNavContactUs a:hover
{
	text-decoration:underline;
}


/*** Secondary Navigation ***/
#leftNavSectionHeader
{
	color:#012141;
	font-size:140%;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	font-weight:bold;
	margin-left:25px;
}
#secondaryNav
{
	list-style:none;
	text-align:left;
	font-size:11px;
	/*width:231px;*/
	border:solid 0px green; 
	padding:0px; 
	margin:0px;
	padding-top:20px;
}
#secondaryNav li
{
	border-top:solid 0px #f0f0ef;
	padding:0px;
	margin:0px;
}

#secondaryNav li a
{
	display:block;
	/*width:200px;*/
	color:#ffffff;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	padding-top:3px; 
	padding-bottom:3px;
	border:solid 0px green;
	background-color:inherit;
}
#secondaryNav li a:hover
{
	background:url('../images/secondary_left_nav_hover_checkers.jpg') no-repeat;
	background-position:20px 10px;
	color:#ffffff;
	text-decoration:none;
}
#secondaryNav #currentSecondary
{
	/*background:url('../images/LeftNav_Category.jpg') repeat-y;*/
	/*border-top:solid 1px #adceec;*/
	
	background:url('../images/secondary_leftnav_hover_background.jpg');
	color:#000000;
}


/*--- Secondary Nav Far Left Arrow --*/ 
#secondaryNav #currentSecondary a
{
	background:url('../images/secondary_left_nav_hover_checkers.jpg') no-repeat;
	background-position:20px 10px;
	background-color:#abc1d3;
	color:#0b4063;
}

#secondaryNav #currentSecondary ul
{
	list-style:none;
	/*background:url('../images/LeftNav_Category.jpg') repeat-y;*/
	background-color:#ececea;
}
#secondaryNav #currentSecondary ul li
{
	/*background:none;*/
	padding:0px 0px 0px 0px;
}
#secondaryNav #currentSecondary ul li a
{	
	padding:0px 0px 3px 0px;
	font-weight:normal;
	background:none;
	background-color:#abc1d3;
}

/*-- Tertiary Hover State --*/
#secondaryNav #currentSecondary ul li a:hover
{
	background:url('../images/secondary_left_nav_hover_redarrow.jpg') no-repeat;
	background-position:25px 5px;
	background-color:#c02c1b;
	color:#ffffff;
	
}

#secondaryNav #currentTertiary
{
	font-weight:bold;
	background-color:#c02c1b;
}

#secondaryNav #currentSecondary ul #currentTertiary a
{
	background:url('../images/secondary_left_nav_hover_redarrow.jpg') no-repeat;
	background-position:25px 5px;
	color:#ffffff;
}


#infoDownloadsWrapper
{
	overflow:visible;
	border:solid 0px green;
	margin-top:15px;
}
#infoDownloadsWrapper a
{
	color:#1f6593;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;	
}
#infoDownloadsWrapper a:hover
{
	text-decoration:underline;	
}


#DownloadSize
{
	color:#264354;
}

.LinkPDF
{
	background:url('../images/filetypes/pdf.gif') no-repeat;
	padding:0px 0px 0px 35px;
	font-size:77%;
}


.LinkXLSX
{
	background:url('../images/filetypes/xls.gif') no-repeat;
	padding:0px 0px 0px 35px;
	font-size:77%;
}

.LinkXLS
{
	background:url('../images/filetypes/xls.gif') no-repeat;
	padding:0px 0px 0px 35px;
	font-size:77%;
}

.LinkDOC
{
	background:url('../images/filetypes/doc.gif') no-repeat;
	padding:0px 0px 0px 35px;
	font-size:77%;
}


/* Medaia Gallery Styles*/
#mediaList
{
	float:left;
	width:300px;
	color:White;
}
#mediaList a
{
	color:#003d5d;
}

#mediaList ul
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-left:20px;
	overflow:hidden;
	border:solid 0px red;
}

#mediaList ul li
{
	/*float:left;*/
	margin:0px;
	padding:0px;	
}


#mediaList ul li img
{
	margin:0px 0px 0px 0px;
	border:solid 1px #ffffff;
}

#mediaList ul li p
{
	font-size:10px;
	width:170px;
	margin:0px 10px 0px 0px;
	padding:0px;
	overflow:hidden;
	border:solid 1px green;
}

#mediaList span
{
	width:260px;
	margin:0px;
	border:solid 0px green;
	color:#3e3c3b;
	
}


/* Media Gallery Pager Styles */
.Pager
{
	width:100%;
	font-size:10px;
	overflow:hidden;
}

.Pager p
{
	float:right;
	margin:0px 15px 0px 15px;
}

.Pager p span
{
	float:left;
	margin:0px 5px 0px 0px;
	text-align:center;
}

.Pager a
{
	float:left;
	width:18px;
	height:16px;
	color:#6b6b6b;
	cursor:pointer;
	text-decoration:none;
	border:solid 1px #d8d8d8;
	text-align:center;
	margin:0px 5px 0px 0px;
}

.Pager a span
{
	margin:0px;
	width:16px;
	height:14px;
	border:solid 1px #ffffff;
	background-color:#d8d8d8;
}

.Pager a:hover
{
	border:solid 1px #a1d2ec;
}

.Pager a:hover span
{
	background-color:#a1d2ec;
}


/* Image Gallery Syles */
#imageGallery
{
	list-style:none;
	overflow:hidden;
	margin:6px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	background:url('../images/list_background.gif') repeat-y 1px;
	border:solid 0px green;
}

#imageGallery li
{
	float:left;
	width:210px;
	height:220px;
	overflow:hidden;
	margin:0px 5px 10px 0px;
	border:solid 0px green;
}

#imageGallery li img
{
	border:solid 1px #585858;
	margin:0px 0px 3px 0px;
}

#imageGallery li p
{
	margin:0px 3px 0px 7px;
}

#imageGallery h1
{
	padding:0px 0px 0px 8px;
	color:#c18430;
	height:16px;
	font-size:12px;
	padding:1px 0px 0px 7px;
	text-align:left;
	font-weight:bold;
	font-family:Arial;
	
}

/* Gallery List Styles */
#galleryList
{
	list-style:none;
	overflow:hidden;
	margin:6px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	background:url('../images/list_background.gif') repeat-y 1px;
	border:solid 0px red;
}

#galleryList li
{
	float:left;
	width:210px;
	height:240px;
	/*overflow:hidden;*/
	margin:0px 5px 10px 0px;
}

#galleryList li img
{
	border:solid 1px #585858;
	margin:0px 0px 3px 0px;
}

#galleryList li p
{
	padding:3px;
	border:solid 10x green;
}

#galleryList h1
{
	color:#c18430;
	height:16px;
	padding:1px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	font-family:Arial;
}


/* Document Gallery */
#documentGallery
{
	list-style:none;
	overflow:hidden;
	margin:6px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	background:url('../images/list_background.gif') repeat-y 1px;
}

#documentGallery li
{
	float:left;
	width:210px;
	height:250px;
	overflow:hidden;
	margin:0px 6px 10px 0px;
	border:solid 0px red;
}

#documentGallery li img
{
	border:solid 1px #585858;
	margin:0px 0px 3px 0px;
}

#documentGallery li p
{
	margin:0px 3px 0px 0px;
	border:solid 0px green;
}


#secondarySidebarVideoGalleryWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
}
#secondarySidebarVideoGalleryContent
{
	width:220px;
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:40px;
	padding-bottom:10px;
	border:solid 0px green;
	overflow:hidden;
	margin-left:12px;
}
#secondarySidebarVideoGalleryHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_videogallery_header.jpg);
	top:5px;
	left:5px;	
}

#secondarySidebarVideoGalleryContent UL
{
	border:solid 0px green;	
}



#secondarySidebarImageGalleryWrapper
{
	border:solid 0px green;	
	position:relative;
	margin-bottom:20px;
}
#secondarySidebarImageGalleryContent
{
	width:220px;
	background-color:#f2ede5;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:40px;
	padding-bottom:10px;
	border:solid 0px green;
	overflow:hidden;
	margin-left:12px;
}
#secondarySidebarImageGalleryHeader
{
	border:solid 0px black;
	width:241px;
	height:27px;
	position:absolute;
	background:url(../images/secondary_sidebar_photogallery_header.jpg);
	top:5px;
	left:5px;	
}

#secondarySidebarImageGalleryContent UL
{
	border:solid 0px green;	
}



/****** End Secondary Page Styles ******/


/****** Contact Page Styles ******/
#contactPageContent
{
	width:940px;
	border:solid 0px black;
	margin:0px auto;
}
/****** End Contact Page Styles ******/






