/*************************************************************************
	@basic_tags
*************************************************************************/
	body, table, tr, th, td, form, select, option, text, input, textarea
	{
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	body
	{
		background: #fff;
		margin: 0;
		padding: 0;
		color: #231F20;
		text-align: center;
	}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1
		{
			margin: 0;
			padding: 0;
			font-size: 1.8em;
		}
		
		h2
		{
			margin: 0;
			padding: 0;
			font-size: 1.6em;
		}
		
		h3
		{
			margin: 0;
			padding: 0;
			font-size: 1em;
		}
		
		h4
		{
			margin: 0;
			padding: 0;
			font-size: 1.1em;
		}
		
		h5
		{
			margin: 0;
			padding: 0;
			font-size: 1em;
		}
		
		h6
		{
			margin: 0;
			padding: 0;
			font-size: .9em;
		}
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
		}
		
		form div
		{
			margin: 0;
			padding: 0;
			border-top: 1px dotted #e5e5e5;
			display: table;
			width: 98%;
		}
		
		form div.actionBtns
		{
			margin-top: .5em;
			padding-top: 0;
			padding-left: 6.9em;
			border-top: none;
			width: auto;
		}
		
		form div.actionBtns input.btnSubmit
		{
			margin-right: 1em;
			width: auto;
		}
		
		form div.first
		{
			border-top: none;
		}
		
		form h5
		{
			margin-top: 2em;
			border-bottom: 1px solid #000;
			clear: left;
		}
		
		form fieldset
		{
			margin-bottom: 2em;
			padding-left: 1em;
			padding-bottom: 1em;
			padding-right: 1em;
			border: 1px solid #e5e5e5;
		}
		
		html>body form fieldset ul
		{
			margin-left: 0;
			height: auto;
		}
	
		form fieldset div.actionBtns
		{
			margin-top: .5em;
		}
				
		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
			line-height: 1.2;
			font-size: 1.1em;
		}
		
		input:focus, select:focus, textarea:focus
		{
			border: 2px solid #9FAA00;
		}
		
		input.btnSubmit
		{
			background-color: #4F8D97;
			border-color: 1px solid #121C23;
			border-top: 1px solid #8DA6B7;
			border-left: 1px solid #8DA6B7;
			color: #fff;
			width: auto;
		}
		
		input.checkbox
		{
			margin-top: -.4em;
			width: auto;
		}
		
		html>body input.checkbox
		{
			margin-top: 0;
		}
		
		input.radio
		{
			margin-top: -.5em;
			width: auto;
			float: none;
		}
		
		html>body input.checkbox, html>body	input.radio
		{
			margin-top: 0;
		}

		input.txtFld
		{
			width: 20em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 1%;
			border-top: 1px solid #F2F2F2;
			display: block;
			width: 98%;
			clear: left;
			cursor: pointer;
		}
		
		label.first
		{
			border-top: none;
		}
		
		label:hover, label.required:hover, label.over
		{
			background: #FAFAFA;
		}
				
		label.required
		{
			color: #365469;
		}

		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 6em;
			float: left;
		}	
		
		legend
		{
			margin-bottom: .5em;
			font-weight: bold;
			font-size: 1.2em;
		}

		textarea
		{
			font-size: 1.1em;
			height: 9em;
			width: 98%;
		}
		
		form select
		{
			margin-bottom: .3em;
			vertical-align: bottom;
		}

		/* contact us */
			form#contactUs
			{
				width: 474px;
			}
			
			textarea
			{
				width: 390px;
			}
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:active, a:hover
		{
			color: #645A50;
			text-decoration: underline;
		}
		
		a:hover
		{
			text-decoration: none;
		}

		a.persist
		{
			font-weight: bold;
		}
	
		a img
		{
			border: none;
		}
		
		/* viewArchive */
			a.viewArchive
			{
				background: transparent url(../img_global/arrow_01.gif) left center no-repeat;
				margin-left: 2em;
				padding-left: 15px;
				font-size: .9em;
				text-transform: uppercase;
				float: right;
			}

		
		
	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			margin: .2em 0;
			padding: 0;
			display: block;
			color: #666;
			line-height: 1.2;
		}
		
		dt
		{
			margin: 0 .2em 0 0;
			padding: 0;
			font-weight: normal;
			color: #645A50;
			float: left;
			clear: left;
		}
		
		dd
		{
			margin: 0;
			padding: 0;
		}
		
		/* sectionEvents */
			.sectionHome dl
			{
				font-size: .9em;
			}
			
			.sectionHome dd
			{
				margin-left: 5em;
			}
			
		/* sectionEvents */
			.sectionEvents dd
			{
				margin-left: 5em;
			}
		
		ul
		{
			margin: 0 0 0 2em;
			padding: 0;
		}
		
		html>body ul
		{
			margin-left: 1.8em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
	/**************/
	/*** @other ***/
	/**************/
		img
		{
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object
		{
			margin: 0;
			padding: 0;
			border: none;
		}
	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0 0 1em 0;
			padding: 0;
			border-collapse: collapse;
		}
		
		tr
		{
			margin: 0;
			padding: 0;
		}
		
		th
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.3em;
		}
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.1em;
		}
		
		tr.rowStyle01
		{
			background: #F2F2F2;
		}
		
		th.first, td.first
		{
			padding-left: .5em;
		}
		
		th.last, td.last
		{
			padding-right: .5em;
		}		
		
		/* tblStyle01 */
			.tblStyle01
			{
			}
			
			.tblStyle01 th
			{
				background-color: #4F6C7E;
				color: #A13C24;
				font-family: Optima, times, "times new roman", serif;
				font-weight: normal;
				color: #fff;
				text-align: left;
			}
		
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
		}
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		p ul
		{
			margin-top: 0;
			padding-top: 0;
		}
		
		p.footer
		{
			font-size: .9em;
			color: #999;
		}
		
		.important
		{
			color: #365469;
		}
		
		.required
		{
			color: #365469;
		}

	
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		div.alignLeft
		{
			text-align: left;
			clear: left;
		}
		
		div.alignLeft .captions
		{
			margin-right: 1.5em;
			float: left;
			clear: left;
		}
		
		div.alignLeft img
		{
			margin: .5em 1.5em .5em 0;
			float: left;
		}
		
	/*** @alignRight ***/
		a.alignRight
		{
			display: block;
			text-align: right;
		}
		
		div.alignRight
		{
			text-align: right;
		}
		
		div.alignRight .captions
		{
			margin-left: 1.5em;
			float: right;
		}
		
		div.alignRight img
		{
			margin: .5em 0 .5em 1.5em;
			float: right;
		}

	/*** @alignRight ***/
		div.alignCenter
		{
			margin: 0 auto 1em auto;
			display: inline;
		}
	
	.captions
	{
		color: #666;
		text-align: center;
	}
	
	.extraDiv01, .extraDiv02, .extraDiv03
	{
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	
	.hide
	{
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		display: none;
	}
	
	.indent
	{
		margin-left: 1em;
	}
		
	.outdent
	{
		margin-left: -1em;
	}

	/*** @columns ***/
		.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;
			float: left;
		}
		
		.column.first
		{
			margin-left: 0;
		}
		
		.column.last
		{
			margin-right: 0;
		}
		

/*************************************************************************
  @zones	
*************************************************************************/
	#wrapper
	{
		margin: 10px auto;
		border-top: 10px solid #EEE;
		font-size: 1.1em;
		width: 760px;
		text-align: left;
	}
	
	html>body #wrapper { font-size: 11px; }
	
	#zoneHeader
	{
		padding: 10px 0 10px 30px;
		position: relative;
	}
	
	#zoneMain
	{
		padding-top: 5px;
		border-top: 5px solid #EEE;
		overflow: hidden;
	}
	#zoneMain1
	{
		width:820px;
		padding-top: 5px;
		border-top: 5px solid #EEE;
		overflow: hidden;
	}
	#zone1
	{
		margin-right: 15px;
		width: 238px;
		float: left;
	}
	
	#zone2
	{
		padding-left: 15px;
		width: 492px;
		float: left;
	}
	#zone3
	{
		padding-left: 15px;
		width: 550px;
		float: left;
	}
	
	#zoneFooter
	{
		background-color: #EEEEEE;
		margin-top: 25px;
		padding: 1.5em 15px 3em 15px;
		color: #000;
		text-align: right;
	}
	
/*************************************************************************
	@zoneHeader
*************************************************************************/

	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		#zoneBranding a
		{
			text-decoration: none;
		}
		
		#zoneBranding a:hover
		{
			text-decoration: none;
		}
		
		#zoneBranding a img.chapter
		{
			border-left: 1px solid #ccc;
			margin-left: 12px;
			padding-top: 25px;
			padding-left: 12px;
		}
		
	/*********************/
	/*** @navSecondary ***/
	/*********************/
		#navSecondary
		{
			position: absolute;
			top: 12px;
			right: 0;
			width: 279px;
		}
		
		#navSecondary a
		{
			background-position: 11px 25px;
			background-repeat: no-repeat;
			text-decoration: none;
			display: block;
			height: 45px;
		}
		
		#navSecondary a:hover
		{
			text-decoration: none;
		}
		
		#navSecondary a span
		{
			display: block;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
		#navSecondary ul
		{
			margin-left: 0;
			width: 279px;
			list-style: none;
			position: relative;
		}
		
		#navSecondary li
		{
			background-position: 11px 25px;
			background-repeat: no-repeat;
			border-left: 1px solid #ccc;
			list-style: none;
			position: absolute;
		}
		
		/*
			(nav21) Home
			(nav22) Contact Us
			(nav23) Members Only
			(nav24) EO Global
		*/
		
		/* (nav21) Home */
			li#nav21
			{ 
				background-image: url(../img_global/nav_home_active.gif);
				border-left: 0;
				width: 68px;
				left: 0;
			}
			li#nav21 a { background-image: url(../img_global/nav_home.gif);}
			li#nav21 a:hover, li#nav21.active a { background-image: none;}
		
		
		/* (nav22) Contact Us */
			li#nav22
			{ 
				background-image: url(../img_global/nav_contact_us_active.gif);
				width: 68px;
				left: 68px;
			}
			li#nav22 a { background-image: url(../img_global/nav_contact_us.gif);}
			li#nav22 a:hover, li#nav22.active a { background-image: none;}
		
		
		/* (nav23) Members Only */
			li#nav23
			{ 
				background-image: url(../img_global/nav_members_only_active.gif);
				width: 78px;
				left: 136px;
			}
			li#nav23 a { background-image: url(../img_global/nav_members_only.gif);}
			li#nav23 a:hover, li#nav23.active a { background-image: none;}
			
		/* (nav24) EO Global */
			li#nav24
			{ 
				background-image: url(../img_global/nav_eo_global_active.gif);
				width: 65px;
				left: 214px;
			}
			li#nav24 a { background-image: url(../img_global/nav_eo_global.gif);}
			li#nav24 a:hover, li#nav24.active a { background-image: none;}
		
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	
	
/*************************************************************************
	@zone1
*************************************************************************/
	.photofill
	{
		background-position: left top;
		background-repeat: no-repeat;
		height: 432px;
		border-bottom: 5px solid #eee;
	}
	
	/***************************/
	/*** areaMemberSpotlight ***/
	/***************************/
		.areaMemberSpotlight
		{
			padding-bottom: 1em;
			padding-left: 10px;
			line-height: 1.2;
		}
		
		.areaMemberSpotlight h3
		{
			background: #645A50 url(../img_global/title_member_spotlight.gif) 15px 7px no-repeat;
			margin-left: -10px;
			margin-bottom: 12px;
			height: 25px;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
		.areaMemberSpotlight img
		{
			margin: 0 0 1em 10px;
		}
		
		html>body .areaMemberSpotlight img
		{
			float: right;
		}
		
		.areaMemberSpotlight p
		{
			margin-bottom: .5em;
		}
		
		div.sectionAboutUs div#zone1 div.photofill { background-image: url(../img/zone1_photo_about_us.jpg); }
	div.sectionContactUs div#zone1 div.photofill { background-image: url(../img/zone1_photo_contact_us.jpg); }
	div.sectionEvents div#zone1 div.photofill { background-image: url(../img/zone1_photo_events.jpg); }
	div.sectionMembership div#zone1 div.photofill { background-image: url(../img/zone1_photo_membership.jpg); }
	div.sectionPressRoom div#zone1 div.photofill { background-image: url(../img/zone1_photo_press_room.jpg); }
	div.sectionPhotoGallery div#zone1 div.photofill { background-image: url(../img/zone1_photo_photo_gallery.jpg); }
	div.sectionForum div#zone1 div.photofill { background-image: url(../img/zone1_photo_forum.jpg); }
	div.sectionChapterSponsors div#zone1 div.photofill { background-image: url(../img/zone1_photo_chapter_sponsors.jpg); }
	/*******************/
	/*** areaMission ***/
	/*******************/
		.areaMission
		{
			padding-left: 15px;
			font-size: 1.2em;
			line-height: 1.5;
		}

	/********************/		
	/*** areaSponsors ***/
	/********************/
		.areaSponsors
		{
			padding-left: 10px;
			clear: right;
		}
		
		.areaSponsors h3
		{
			background: #9FA0A4 url(../img_global/title_our_sponsors.gif) 15px 7px no-repeat;
			margin-left: -10px;
			margin-bottom: 12px;
			height: 25px;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		#navPrimary
		{
			margin-bottom: 17px;
			padding: 9px 0 0 15px;
			border-bottom: 5px solid #EEEEEE;
		}
		
		html>body #navPrimary
		{
			padding-bottom: 9px;
		}
		
		#navPrimary a
		{
			background-position: 16px 50%;
			background-repeat: no-repeat;
			text-decoration: none;
			display: block;
			height: 31px;
		}
		
		#navPrimary a:hover
		{
			text-decoration: none;
		}
		
		#navPrimary a span
		{
			display: block;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
		#navPrimary ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#navPrimary li
		{
			background-position: 16px 50%;
			background-repeat: no-repeat;
			border-bottom: 1px solid #ccc;
			list-style: none;
			height: 1px; /* for ie */
		}
		
		html>body #navPrimary li
		{
			height: auto;
		}
		
		/*
			(nav11) About Us
			(nav12) Events
			(nav13) Press Room
			(nav14) Membership
		*/
		
		/* (nav11) About Us */
		li#nav11 { background-image: url(../img_global/nav_about_us_active.gif);}
		li#nav11 a { background-image: url(../img_global/nav_about_us.gif);}
		li#nav11 a:hover, li#nav11.active a { background-image: none;}
		
		/* (nav12) Events */
		li#nav12 { background-image: url(../img_global/nav_events_active.gif);}
		li#nav12 a { background-image: url(../img_global/nav_events.gif);}
		li#nav12 a:hover, li#nav12.active a { background-image: none;}
		
		/* (nav13) Press Room */
		li#nav13 { background-image: url(../img_global/nav_press_room_active.gif);}
		li#nav13 a { background-image: url(../img_global/nav_press_room.gif);}
		li#nav13 a:hover, li#nav13.active a { background-image: none;}
		
		/* (nav14) Membership */
		li#nav14 { background-image: url(../img_global/nav_membership_active.gif); border-bottom: none;}
		li#nav14 a { background-image: url(../img_global/nav_membership.gif);}
		li#nav14 a:hover, li#nav14.active a { background-image: none;}
		
		#trueNav a 
    {
        background-image: url("../images/squareGreenPadded.gif");
        background-position: left center;
        background-repeat: no-repeat;
        border-bottom: 1px solid silver;
        color: Black;
        font-family: Tahoma, Arial, Sans-Serif;
        font-size: 9pt;
        font-weight: bold;
        height: auto;
        letter-spacing: 1px;
        padding: 7px 0px 7px 37px;
        text-decoration: none;
        width: auto;
    }
    #trueNav a:hover 
    {
        background-image: url("../images/squareBrownPadded.gif");
    }
    #trueNav a.borderless
    {
        border: 0px;
    }    
/*************************************************************************
	@zone2
*************************************************************************/
	.sectionHome  #zone2
	{
		padding-left: 0;
		width: 507px;
	}
	
	h2.sectionTitle
	{
		background-position: right top;
		background-repeat: no-repeat;
		margin: 0 0 15px -15px;
		padding: 0 10px;
		color: #fff;
	}
	
	h2.sectionTitle span
	{
		background-position: 35px 93px;
		background-repeat: no-repeat;
		display: block;
		height: 150px;
		font-size: 1px;
		line-height: 0;
		text-indent: -999em;
		overflow: hidden;
	}
	
	/* section specific */
		/* about us */
			.sectionAboutUs h2.sectionTitle
			{
				background-color: #9FAA00;
				background-image: url(../img_global/header_about_us_photo.jpg);
			}
			.sectionAboutUs h2.sectionTitle span { background-image: url(../img_global/header_about_us.gif);	}
		
		/* contact us */
			.sectionContactUs h2.sectionTitle
			{
				background-color: #9FAA00;
				background-image: url(../img_global/header_contact_us_photo.gif);
			}
			.sectionContactUs h2.sectionTitle span { background-image: url(../img_global/header_contact_us.gif);	}
		
		/* events */
			.sectionEvents h2.sectionTitle
			{
				background-color: #4F8D97;
				background-image: url(../img_global/header_events_photo.jpg);
			}
			.sectionEvents h2.sectionTitle span { background-image: url(../img_global/header_events.gif);	}
		
		/* home */
			.sectionHome h2.sectionTitle
			{
				background-image: url(../img_global/header_home_photo.jpg);
				margin-left: 0;
				margin-bottom: 5px;
			}
		
		/* membership */
			.sectionMembership h2.sectionTitle
			{
				background-color: #CD5806;
				background-image: url(../img_global/header_membership_photo.jpg);
			}
			.sectionMembership h2.sectionTitle span { background-image: url(../img_global/header_membership.gif);	}
		
		/* press room */
			.sectionPressRoom h2.sectionTitle
			{
				background-color: #AADAE5;
				background-image: url(../img_global/header_press_room_photo.jpg);
			}
			.sectionPressRoom h2.sectionTitle span { background-image: url(../img_global/header_press_room.gif);	}
	
	     /* section specific */
		/* photo gallery */
			.sectionPhotoGallery h2.sectionTitle
			{
				background-color: #efac00;
				background-image: url(../img/header_photo_gallery_photo.jpg);
			}
			.sectionPhotoGallery h2.sectionTitle span { background-image: url(../img/header_photo_gallery.gif);	}

		/* forum */
			.sectionForum h2.sectionTitle
			{
				background-color: #574c35;
				background-image: url(../img/header_forum_photo.jpg);
			}
			.sectionForum h2.sectionTitle span { background-image: url(../img/header_forum.gif);	}

	/**********************/
	/*** @areaDocFooter ***/
	/**********************/
		div.areaDocFooter
		{
			color: #666;
			font-size: .9em;
		}
	
	/**********************/
	/*** areaNewsEvents ***/
	/**********************/
		.areaNewsEvents
		{
			background: transparent url(../img_global/bg_2pxw_grey.gif) left top repeat-y;
			padding-left: 15px;
			font-size: 1.1em;
			line-height: 1.2;
			clear: both;
		}
		
		.areaNewsEvents a, .areaNewsEvents a:link, .areaNewsEvents a:visited, .areaNewsEvents a:active, .areaNewsEvents a:hover
		{
			color: #000;
		}
		
		.areaNewsEvents h3
		{
			background-color: #fff;
			margin-left: -15px;
			margin-bottom: 1em;
			padding-bottom: 5px;
			border-bottom: 1px solid #ccc;
			color: #000;
		}
		
		.areaNewsEvents h3 span
		{
			background: #4F8D97 url(../img_global/title_news_events.gif) 10px 7px no-repeat;
			height: 25px;
			display: block;
			color: #fff;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
		.areaNewsEvents h4
		{
			font-size: 1em;
		}
	
	/***************/
	/*** areaZ2a ***/
	/***************/
		.areaZ2a
		{
			background: transparent url(../img_global/bg_areaZ2a.gif) left top repeat-y;
			margin-bottom: 1.3em;
			color: #000;
			display: table;
			width: 507px;
		}
		
		.areaZ2a h3
		{
			background-color: #fff;
			margin: 0 -36px 1em -15px;
			padding-bottom: 5px;
			border-bottom: 1px solid #ccc;
		}
		
		.areaZ2a h3 span
		{
			height: 25px;
			display: block;
			color: #fff;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
			/*** areaChapterOverview ***/
				.areaChapterOverview
				{
					margin-right: 5px;
					padding-left: 15px;
					padding-right: 36px;
					float: left;
					width: 200px;
				}
				
				.areaChapterOverview h3 span
				{
					background: #9FAA00 url(../img_global/title_chapter_overview.gif) 10px 7px no-repeat;
				}
				
			/*** areaMembership ***/
				.areaMembership
				{
					padding-left: 15px;
					padding-right: 36px;
					float: left;
					width: 200px;
				}
				
				.areaMembership h3 span
				{
					background: #CD5806 url(../img_global/title_membership.gif) 10px 7px no-repeat;
				}

	/*********************/
	/*** colRelContent ***/
	/*********************/
		.colRelContent
		{
			margin: 0 0 0 15px;
			width: 185px;
			float: right;
		}

		html>body .colRelContent
		{
			/* value is the same here and in all.css so that only contribute is excluded from this rendering */
			margin-right:-15px;
		}
		
	/***********************/
	/*** containerCategory **/
	/***********************/
		div.containerCategory
		{
			margin-bottom: 3em;
		}
	
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		.containerIntro
		{
			padding-right: 15px;
			font-size: 1.2em;
		}
	
	/*************************/
	/*** @containerMainCnt ***/
	/*************************/
		.containerMainCnt
		{
			background-color: #fff;
			border-top: 1px solid #CCCCCC;
			border-left: 2px solid #CCCCCC;
			margin-left: -15px;
			padding: 15px 15px 0 15px;
		}
		
		.containerMainCnt h3
		{
			
			margin-bottom: 1em;
			letter-spacing: .2em;
			text-transform: uppercase;
		}
		
		.containerMainCnt h3.first
		{
			margin-top: 0;
		}
		
		/* section specific */
			
			/* events */
			div.sectionEvents h3
			{
				color: #4F8D97;
			}

			/* press room */
			div.sectionPressRoom h3
			{
				color: #4F8D97;
			}

	
	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		.containerCntDetails
		{
			margin-bottom: 1.5em;
			color: #666;
		}
		
		.containerCntDetails h4
		{
			color: #000;
			font-size: 1.5em;
		}
		
		.containerCntDetails h5.subtitle
		{
			color: #333;
		}
		
		.containerCntDetails p
		{
			margin-bottom: 0;
		}
		
	/****************************/
	/*** @containerRelContent ***/
	/****************************/
		.containerRelContent
		{
			background-color: #EEEEEE;
			margin: 0 0 2em 0;
			padding: 0 15px .5em 15px;
		}
		
		.containerRelContent h4
		{
			background-color: #9FAA00;
			background-position: 15px 50%;
			background-repeat: no-repeat;
			margin: 0 -15px 10px -15px;
			padding: 0 15px;
			border-bottom: 4px solid #fff;
			color: #fff;
			font-size: 1px;
			line-height: 0;
			text-indent: -999em;
			height: 25px;
			overflow: hidden;
		}
		
		/* arareaOurBoard */
			#areaOurBoard h4
			{
				background-image: url(../img_global/title_our_board.gif);
				margin-bottom: 0;
			}
				
			#areaOurBoard ul
			{ 
				margin-left: 0;
				list-style: none;
			}
			
			#areaOurBoard li
			{
				margin-top: .75em;
				margin-bottom: .75em;
				list-style: none;
			}
			
		/* areaContactChair */
			#areaContactChair h4
			{
				background-color: #CD5806;
				background-image: url(../img_global/title_contact_chair.gif);
			}
			


/*************************************************************************
	@zoneFooter 
**************************************************************************/
	#zoneFooter a
	{
		color: #000000;
	}
	
	#zoneFooter p
	{
		margin: 0;
	}
	
	#zoneFooter p.contactInfo
	{
		margin-left: 7px;
		float: left;
	}
	.picall 
	{
		width:547;
		margin:0 auto;
		padding:0px;
	}
	.picall ul 
	{
		width:547;
		margin:0 auto;
		padding:0px;
	}
	.picall ul li
	{
		width:174;
		margin:0 4px 12px 4px;
		padding:0;
		list-style-type:none;
		float:left;
		text-align:center
	}
	.kuang
	{
		border:1px #999 solid;
	}
	.bpic
	{
		width:980px;
		text-align:center;
		margin:0 auto;
		padding:0;
	}
	.bgpic_title
	{
		width:400px;
		text-align:center;
		color:#FFF;
		margin:10px auto 10px;
	}
	.bgpic_cont
	{
		width:100%;
		text-align:center;
		margin:10px auto 10px;
	}
/*************************************************************************
	@fixes
**************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0;
		clear: both;
	}
