/************************************
 * CSS Stylesheet for OLM Group		*
 * by: Better Brief LLP	(c)	2009	*
 * 	[http://www.betterbrief.co.uk]	*
 * on: 08/2009						*
 ************************************/

/********************************************
 *				Reset Styles				*
 * Nice of Yahoo! to supply:				*
 * http://developer.yahoo.com/yui/reset/	*
 ********************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif !important;
	background: transparent;
} 
table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

/************************************
 *	 			Tags 				*
 ************************************/
html {
	color: #333;
	width: 100%;
	min-height: 100%;
	background:#fff url('../images/bg.png') repeat-x top;
	text-align: center;
	color: #000;
	font-size: 75%; /* seems to make 1em == 12px */
}

body {
	text-align: left;
}

a {
	text-decoration: none;
}

a.block {
	display: block;
	width: 100%;
	height:100%;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a{
	color: #333;
}

a:visited {
	color: #3e3e3e;
}

em, b {
	font-weight: bold;
	color: inherit;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

/* headings */
h1 {
	/*text-transform: lowercase;*/
	color: #333;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 3em;
	margin-top: -30px;
	margin-bottom: -10px
}

h2 {
	color: #38969e;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.75em;
	margin: 10px 0;
}

h3 {
	color: #38969e;
	font-weight: bold;
	font-size: 1.5em;
	background: #e6e6e6;
	width: auto;
	padding: 12px;
}

h4 {
	font-weight:bold;
	font-size: 1.1em;
	width: auto;
	background: url(../images/h3-arrow.png) top  right; /* might not need this, delete here */
}

h5 {
	font-size:1.1em;
	line-height: 1.2em;
	color: #38969e;
	font-weight: bold;
}

address {
	float: left;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	padding: 12px;
}
	
	address em{
		color: #38969e;
		font-weight: normal;
	}
	
p {
	margin: 10px 0;
}

/************************************
 *	 		Containers 				*
 ************************************/
#Container {
	width: 100%;
}

/************************************
 *				Header				*
 ************************************/
#HeaderBar {
	font-weight: bold;
	width: 100%;
	height: 47px;
	background: url('../images/header-bar-bg.png') repeat-x top;
	margin-bottom: 9px;
	font-size: 1em/*12px*/;
}
	
	#HeaderContainer {
		width: auto;
		height: 47px;
		float: right;
	}
	
	/* Menu */
	#HeaderBar ul.menuList {
		width: auto;
		height: 100%;
		background: url('../images/header-bar-menu-seperator.png') no-repeat left;
		display: inline;
		padding-left:6px;
		float: left;
	}
	
		#HeaderBar .menuList a {
			display: inherit;
			color: #fff;
		}
		
		#HeaderBar .menuList.dark li a {
			color: #333;
		}
	
		#HeaderBar ul.menuList li {
			width: auto;
			line-height: 47px;
			background: transparent;
			padding-left: 8px;
			padding-right: 12px;
			background: url('../images/header-bar-menu-seperator.png') no-repeat bottom right;
			display: block;
			float:left;
		}
	
	/* Support Button */
	#SupportButton {
		color: #fff;
		width: auto;
		height: 100%;
		padding-top: 13px;
		float: left;
		display: inline;
		margin-left: 8px;
	}
		
		#SupportButton .online {
			background:#2462ad;
		}
		
		#SupportButton .offline {
			background:#ad2451;
		}
		
		#SupportButton p {
			margin: 0;
			height: 17px;
			line-height: 17px;
			padding: 2px 8px;
		}
		
	/* Change Type Size */
	#TypeSize {
		color: #fff;
		width: auto;
		height: 100%;
		padding-top: 13px;
		float: left;
		display: inline;
		margin-left: 8px;
	}
	
		#TypeSize p {
			margin: 0;
			height: 17px;
			line-height: 17px;
			padding: 2px 8px;
			background:#666;
		}
		
		#TypeSize a {
			color:#fff;
			font-size:smaller;
			cursor:pointer;
		}
		
		#TypeSize .big {
			font-size: larger;
		}
		
		#TypeSize .bigger {
			font-size: large;
		}
	
	/* Search */
	#Search, .search {
		color: #666;
		font-weight: normal;
		width: auto;
		float: left;
		margin: 0 8px;
		padding-top: 13px;
	}
	
		#Search label, .search label {
		}
		
		#Search input.text, .search input.text {
			color: #666;
			background:#dbe0e5;
			border: none;
			height: 17px;
			padding: 2px;
		}
		
		#Search input.submit, .search input.submit {
			color: #dbe0e5;
			border: none;
			background-color:#666;
			height: 21px;
			width: 23px;
			text-align: center;
			margin-top:-10px;
		}
		
		#Search input.submit:hover, .search input.submit:hover {
			cursor: pointer;
		}
		
		#Search input.submit:active, .search input.submit:active {
			cursor: pointer;
		}
		
		
/************************************
 *			Search Results			*
 ************************************/
#SideNav {
	float: left;
	width: 193px;
	min-height: 390px;
	height: 100%;
	margin-right: 9px;
	background:#fff url(../images/SideNav-bg.png) repeat-x top;
}

#SideNav ul {
	padding: 9px 15px;
	color: #333;
	float: left;
}

#SideNav li {
	margin-left: -15px;
	padding-left: 15px;
	margin-top: 3px;
	color:#333;
	height: 26px;
	line-height: 26px;
	list-style: none;
	background:transparent url(../images/SideNav-arrow.png) left center no-repeat;
	width: 150px;
}

#SideNav li div {
	border-bottom: #fff 1px solid;
	height: 1px;
	width: 140px;
	padding: 0;
	margin:0;
}

#SideNav li a {
	/*border-bottom: #fff 1px solid;*/
	display: block;
	height:	100%;
	width: 100%;
}

/************************************
 *			Site Map				*
 ************************************/
#SiteMap {
	position: relative;
	float: left;
	width: 915px;
	height: 100%;
	padding: 11px;
	background:transparent url(../images/SearchResults-bg.png) repeat-x top;
}

#SiteMap .col {
	width: 240px;
	float: left;
}

#SiteMap ul h2, #SiteMap ul h3, #SiteMap ul h4 {
	color: #333;
	font-weight: bold;
	font-size:1em;
	background: none;
	padding: 0;
	margin:0;
}

#SiteMap ul h3, #SiteMap ul h4 {
	font-weight: normal;
}

#SiteMap ul {
	color: #333;
}

#SiteMap ul li {
	margin-left: -15px;
	padding-left: 15px;
	list-style: none;
	background:url(../images/SideNav-arrow.png) no-repeat left 3px;
	padding-bottom: 15px;
	width: 220px;
}

#SiteMap ul li ul li {
	margin-left: 0;
	padding: 0;
	color: #333;
	list-style: outside disc;
	background: none;
}

#SiteMap ul li ul li ul li {
	margin-left: 0;
	padding: 0;
	color: #333;
	list-style: outside circle;
	background: none;
}

#ContactUs {
	float: right;
	text-align:right;
	position: absolute;
	bottom: 0;
	right: 0;
}
	#SubContent #ContactUs {
		float: left;
		text-align:left;
		position: relative;
		bottom: 0;
		right: 0;
		margin: 12px;
		margin-top: 0;
	}

.adult.alt #ContactUs {
	float: right;
	text-align:left;
	position: absolute;
	bottom: 0;
	right: 90px;
}

#ContactUs p,#SubContent #ContactUs p {
	font-size: 1.2em;
	margin: 0;
}

#ContactUs h2, #SubContent #ContactUs h2 {
	text-transform: lowercase;
}

#ContactUs a, #ContactUs em,
#SubContent #ContactUs a, #SubContent #ContactUs em{
	color: #38969e;
	font-weight: normal;
}

/************************************
 *				Layout				*
 ************************************/
#Layout {
	float: left;
	width: 100%;
	background:#fff;
	height: auto;
}
	/* Header */
	#Header {
		width: 100%;
		padding: 12px;
		height: 164px;
	}
	
	#Holder {
		height: 120px;
		background: url(../images/main-header-bar-bg.png) repeat-x bottom;
		width: 933px;
	}
	
		/* Images */
		#Header .headerHolder {
			height: 120px;
			width: 128px;
			margin-right: 6px;
			background: none;
			float: left;
		}
		
			#Header .headerHolder {
				text-align: center;
			}
			
				#Header .headerHolder.logo img {
					position: relative;
					top:25px;
				}
				
				
			#Header .headerHolder.box6 {
				margin: 0;
				padding: 0;
			}
				#Header .headerHolder.box6 img {
					position: relative;
					z-index:1;
					opacity: 1;
					top: 1px;
					right: 10px;
				}
		
		.current img {
			z-index: 10;
		}
				
		/* Menu */
		#MainMenu li a {
			text-transform: lowercase;
			display: block;
			width: 100%;
			height:100%;
		}
		
		ul#MainMenu {
			color: #fff;
			font-size: 1.3em;
			font-weight: 500;
			width: auto;
			height: 38px;
			display: inline;
			float: left;
			margin: 12px 0 0 0;
		}
		
			ul#MainMenu li {
				float: left;
				padding-left: 12px;
				width: 116px;
				height: 38px;
				line-height: 38px;
				margin-right: 6px;
			}
			
			ul#MainMenu li.double {
				padding-top: 3px;
				line-height: 15px;
				height: 35px;
			}
			
			ul#MainMenu li a {
				vertical-align:middle;
			}
			
				ul#MainMenu li.logo {
					background:#38969e;
				}
				
				ul#MainMenu li.box1 {
					background:#4ea684;
				}
				
				ul#MainMenu li.box2 {
					background:#8bb761;
				}
				
				ul#MainMenu li.box3 {
					background:#a6ce39;
				}
				
				ul#MainMenu li.box4 {
					background:#669a39;
				}
				
				ul#MainMenu li.box5 {
					background:#1d7d36;
				}
				
				ul#MainMenu li.box6 {
					background:#005727;
				}
				
					ul#MainMenu a,
					ul#MainMenu a li {
						color: #fff;
						cursor: pointer;
					}
					
					ul#MainMenu.dropdown ul {
						border-top: 2px solid #fff;
						padding: 0 10px;
						width: 128px;
					}
					
						ul#MainMenu.dropdown ul a:hover {
							text-decoration: underline;
						}
						
						ul#MainMenu.dropdown ul a:active {
							text-decoration: none;
						}
					
					ul#MainMenu.dropdown .logo ul {
						background:#7e91d4;
						width: 108px;
					}
					
					ul#MainMenu.dropdown ul li {
						border-top: 1px solid #38969e;
						background: url('../images/h3-arrow.png') no-repeat right;
						width: 108px;
						font-size:0.8em;
						padding:0;
						height: 35px;
						line-height:35px;
					}
					
					ul#MainMenu.dropdown ul li.first {
						border:none;
					}
		/* Breadcrumbs */
		#Breadcrumb {
			margin-top: -10px;
		}
	
	/* Content */
	#SubContent {
		width: auto;
		height:100%;
		margin-left: 6px;
		float: right;
		min-height: 360px;
		position: relative;
		margin-bottom: 82px;
		margin-right: 6px;
	}
	
	.adult.alt #SubContent, .home #SubContent {
		margin-bottom: 0;
	}
	
		#SubContent h3 {
			margin-top: 12px;
		}
		
		.home #SubContent h3 {
			clear: left;
		}
		
		#SubContent a {
			color: #38969e;
		}
		
		#SubContent img, #SubContent address {
			float: left;
			clear:left;
			font-size: 1.2em;
		}
		
		.home #SubContent {
			width: 181px;
		}
		
	#Content {
		width: 937px; /* width of container - 24 */
		margin: 12px;
		float: left;
		height: auto;
		position: relative;
	}
	
		#Content ul {
			color: #38969e;
			list-style: square outside;
			margin-left: 20px;
		}
		
			#Content ul span {
				color: #333;
			}
	
		#MainContent {
			float: left;
			height: auto;
			min-height: 336px;
			padding: 12px;
			background:#fff url(../images/maincontent-home-bg.png) repeat-x top;
		}
			
			/* Home Page */
			.home #MainContent {
				width: 720px;
			}
			
			.home #MainContent img.illustrate {
				margin: -12px;
				float: right;
				margin-left: -120px;
			}
			
			/* Adult Page */
			.adult #SideNav {
				
			}
			
			.adult #MainContent {
				width: 438px;
			}
			
			.adult #SubContent {
				width: 260px;
				background:#fff url(../images/maincontent-home-bg.png) repeat-x top;
			}
			
			.adult.alt #SubContent {
					background: #e6e6e6;
					min-height: 0;
				}
				
			.adult #SubContent p {
				color: #333;
				margin: 12px;
			}
			
			.adult #SubContent h3 {
				background: #38969e;
				color: #fff;
				margin: 0;
				margin-top: 0;
				line-height: normal;
			}
			
			.adult h4 {
				background: #38969e url(../images/h3-arrow.png) no-repeat right;
				margin: 8px 12px;
				padding: 1px 5px;
			}
			
			.adult h4:hover {
				/*background: #767676 url(../images/h3-arrow.png) no-repeat right;*/
				background: #38969e url(../images/h3-arrow.png) no-repeat right;
			}
			
			.adult #SubContent a,
			.adult #SubContent h4 a {
				color: #fff;
			}
			
			/* Business Page */
			.business #MainContent {
				width: 498px;
				padding-right: 225px; /* sum of both -> 723 */
			}
			
			#Help {
				width: 240px;
				margin-top: 20px;
			}
			
			#Help h3 {
				text-transform: lowercase;
				color: #333;
				background: none;
				padding: 0;
				margin: 0;
			}
			
			#Help h4 {
				background: #38969e url(../images/h3-arrow.png) no-repeat right;
				margin: 8px 0;
				padding: 1px 5px;
				border: 1px solid #dae0e5;
			}
			
			#Help h4 a {
				color: #fff;
			}
			
			#Help h4:hover {
				/*background: #767676 url(../images/h3-arrow.png) no-repeat right;*/
				background: #38969e url(../images/h3-arrow.png) no-repeat right;
			}
			
			/* Contact Page 
			.contact #MainContent {
				width: 640px;
			}*/
			
			.contact #SubContent {
				width: 260px;
				background:#e6e6e6;
				margin-bottom: 0;
			}
			
				.contact #SubContent h3 {
					background: #38969e;
					color: #fff;
					margin: 0;
					margin-top: 0;
					line-height: normal;
				}
				
			.office {
				display:inline;
				float: left;
				width: 205px;
				margin-top: 12px;
			}
			
				.office h4 {
					background: none;
				}
				
				.office address {
					padding: 0;
					font-size: 1.1em;
					line-height: 1.4em;
				}
			
			.contact .item {
				position: relative;
				background:#38969e;
				width: 244px;
				height: 80px;
				margin: 10px;
			}
				
				/*.contact .item p {
					padding: 0;
					margin: 0;
					position: absolute;
					top: 0;
					left: 0;
					font-weight: bold;
					display: block;
					height: 80px;
					width: 244px;
				}*/
				
				.contact .item a {
					position: absolute;
					top: 0;
					left: 0;
					font-size: 1.3em;
					line-height: 1.7em;
					font-weight: bold;
					color: #fff !important;
					display: block;
					height: 56px;
					width: 142px;
					padding: 12px;
					padding-right:90px;
				}
				
				.contact .item span {
					position: absolute;
					display: block;
					height: 8px;
					width: 15px;
					bottom: 24px;
					right: 100px;
					background:transparent url(../images/h3-arrow.png) no-repeat center center;
				}
				
				.contact .item img {
					position: absolute;
					top: 0;
					right: 0;
					margin: 0;
				}
				
				.contact .item.noimg {
					height: 40px;
				}
				
				.contact .item.noimg a {
					height:16px;
					padding: 12px;
					width: 220px;
					line-height: 16px;
				}
				
				.contact .item.noimg span {
					bottom: 15px;
					right:55px;
				}
				
				.contact .item.thin a {
					padding-right: 140px;
					width: 102px;
				}
				
				.contact .item.thin span {
					right:145px;
				}
		
		/* News & Events Page */
		.news-events #MainContent {
			width: 707px;
			background:#fff url(../images/maincontent-home-bg.png) repeat-x top;
		}
		
		.news-events .item {
			display: inline;
			float: left;
			position: relative;
			width: 228px;
			height: 258px;
			margin-right: 11px;
		}
		
		.news-events .item.last {
			margin: 0;
		}
		
		.news-events .item h3{
			position: absolute;
			width: 228px;
			height: 48px;
			background:#005727;
			color: #fff;
			text-transform: lowercase;
			padding:0;
		}
		
		.news-events .item a {
			position: absolute;
			color: #fff;
			display: block;
			padding: 12px;
			height: 244px;
			width:204px;
		}
		
		.news-events .item img {
			position: absolute;
			display: block;
			top:48px;
			left: 0px; /* remove here */
		}

	
	/* News */
	#News {
		float: left;
		margin-bottom: 12px;
	}
	
	/* Footer */
	#Footer {
		color: #666;
		padding-top: 12px;
		line-height: 1.25em;
		font-size:inherit;
		margin: 12px;
		margin-top:0;
		float: left;
		clear: both;
		border-top: 1px #dbe0e5 solid;
		width: 937px; /* width of container - 24 */
		height: auto;
	}
	
	#Footer p {
		color: #666;
		width: auto;
		float: left;
		clear: left;
		margin: 0;
	}
	
	.adult.alt #Footer p {
		color: #38969e; /* dont ask me why this changes for this page! */
	}
	
		#Footer ul.menuList {
			color: #38969e;
			width: auto;
			height: 100%;
			padding-left:6px;
			float: right;
			clear: right;
		}
		
		#Footer ul.menuList a {
			color: #38969e;
		}
		
		#Footer ul.menuList li {
			padding: 0 7px;
			border-left: #38969e 1px solid;
			width: auto;
			background: transparent;
			display: block;
			float:left;
		}
		
		#Footer ul.menuList li.first {
			border: none;
		}li.first {
			border: none;
		}
		
#Container {position:relative;}
#AutoFloat {width: 961px;margin:0pt auto;}


/************************************
 ************************************/
 /************************************
 *	 	  CSS Modifications!!!       *
 ************************************/
 /************************************
 ************************************/



/************************************
 *	 	  General Additions         *
 ************************************/

#TypeSize #small
{
	font-size: 10px;
}

#TypeSize #big
{
	font-size: 12px;
}

#TypeSize #bigger
{
	font-size: 15px;
}
#TypeSize .current
{
	text-decoration: underline;
}

#MainFullContent
{
	width: 710px;
	min-height:390px;
	float: left;
	padding: 12px;
	background: url(../Images/maincontent-home-bg.png) #fff repeat-x 50% top;
}
#FullContent
{
	/*width:73%;*/
}

#Footer ul.menuList li
{
	cursor: pointer;
}

/************************************
 *	 	   Search Content           *
 ************************************/

#SearchResults
{
	float: left;
	width: 713px;
	min-height: 390px;
	height: 100%;
	padding: 11px;
	margin: 0;
	background: #fff url(../Images/SearchResults-bg.png) repeat-x top;
}

#SearchResults .search
{
	float: right;
	position: relative;
	top: 56px;
	padding: 0;
	margin: 0;
}

#SearchResults .search input.text
{
	background: #fff;
	width: 207px;
}

#Content #SearchResults ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#Content #SearchResults li
{
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	background: none;
	margin: 20px 0;
}

#Content #SearchResults h5:hover
{
	text-decoration: underline;
}

#SearchResults li h2
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}

#SearchResults li p
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
}
#SearchSections li p
{
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}

#SearchSections
{
	float: left;
	width: 193px;
	min-height: 390px;
	height: 100%;
	margin-right: 9px;
	background: #fff url(../Images/SearchSections-bg.png) repeat-x top;
}

#SearchSections ul
{
	padding: 9px 15px;
	color: #333;
	float: left;
}

#SearchSections li
{
	margin-left: -15px;
	padding-left: 15px;
	color: #333;
	height: 26px;
	line-height: 26px;
	list-style: none;
	background: transparent url(../Images/SearchSections-arrow.png) left center no-repeat;
	width: 155px;
}

#SearchSections li a
{
	border-bottom: #fff 1px solid;
	display: block;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

#SupportButton .online
{
	cursor:pointer;
}
#SupportButton .online a
{
	color:White;
}

#SupportButton .online:hover
{
	 text-decoration:underline;
	}
	#Footer ul.menuList li
{
	cursor: pointer;
}

/************************************
 *	  Subsection help style         *
 ************************************/

#Help
{
	width: 240px;
}

#FullContent h5
{
	text-transform: lowercase;
	color: #333;
	background: none;
	padding: 0;
	margin: 0;
	font-size : 1.5em;
}

#Help h4
{
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 0;
	padding: 1px 5px;
	border: 1px solid #dae0e5;
}

#Help h4 a
{
	color: #fff;
}

#Help h4:hover
{
	/*background: #767676 url(../images/h3-arrow.png) no-repeat right;*/
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	
}

/************************************
 *	 	       History              *
 ************************************/

.history #Content #MainContent
{
	width: 456px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
}

.history #Content #SubContent
{
	width: 432px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
	padding: 12px;
	padding-top: 65px;
	margin-bottom: -65px; /* negating the top padding NB: may need padding bottom to be 65 and this to be 130 so that text doesnt flow into footer */
}

.history #Content #SubContent li, .history #Content #MainContent li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/************************************
 *	 	       History2             *
 ************************************/
 
.history2 #Content #MainContent
{
	width: 913px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
}

/*ul#TimeLine
{
	scrollbar-base-color: #999;
	scrollbar-track-color: #999;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-shadow-color: #ccc;
	scrollbar-arrow-color: #a10e5c;
	height: 230px;
	width: 612px;
	margin: 0 0 0 20px;
	background: #dedede;
	overflow: auto;
	padding: 10px 30px;
	padding-right: 0;
}

ul#TimeLine li
{
	color: #333;
	display: block;
	height: 40px;
}

ul#TimeLine li p
{
	position: relative;
	left: 0;
	top: 5px;
	margin: 0;
	padding-right: 100px;
}

ul#TimeLine li div.year
{
	display: inline;
	float: left;
	color: #fff;
	width: 103px;
	height: 40px;
	text-align: center;
	background: url(../images/time-line-year.png) no-repeat top left;
	margin-right: 10px;
}

ul#TimeLine li div.year p
{
	position: relative;
	left: 0;
	top: 4px;
	background: #38969e;
	color: #fff;
	width: 48px;
	height: 16px;
	padding-right: 0;
}*/

/************************************
 *	 	       Join Us              *
 ************************************/
 
.join-us #MainFullContent
{
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.join-us #MainFullContent ul li p
{
	color: #333;
}

.join-us #MainFullContent h2
{
	color: #38969e;
}

.join-us #MainFullContentt ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.join-us #MainFullContent ul li
{
	margin: 15px 0;
}

.join-us #MainFullContent ul li h3 a
{
	color: #38969e;
	text-decoration: underline;
}

.join-us #MainFullContentt ul li h3 a:hover
{
	color: #38969e;
	text-decoration: none;
}

.join-us #MainFullContentt ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.join-us #MainFullContent ul li p
{
	margin: 0;
}

.join-us #SubContent p
{
	color: #333;
}

#Jobs ul
{
	background: none;
}
#Jobs H3
{
	background: none;
	font-size: 1.1em;
}

/************************************
 *	 	  Product Consulting        *
 ************************************/

.product-consulting #MainContent 
{
	width: 597px;
}

.product-consulting em {
	font-weight:normal;
	color: #333;
}
						
.product-consulting #SubContent 
{
	width: 303px;
	background:#fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.product-consulting.alt #SubContent 
{
	background: #e6e6e6;
	min-height: 0;
}
				
.product-consulting #SubContent p 
{
	color: #333;
	margin: 12px;
}
			
.product-consulting #SubContent h3 
{
	background: #38969e;
	color: #fff;
	margin: 0;
	margin-top: 0;
	line-height: normal;
}
			
.product-consulting h4 {
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 12px;
	padding: 1px 5px;
}
			
/*.product-consulting h4:hover {
	background: #767676 url(../images/h3-arrow.png) no-repeat right;
}*/
			
.product-consulting #SubContent a,
.product-consulting #SubContent h4 a 
{
	color: #fff;
}

/************************************
 *	 	  Interim Management        *
 ************************************/

.interim-management #MainContent 
{
	width: 597px;
}

.interim-management em {
	font-weight:normal;
	color: #333;
}
						
.interim-management #SubContent 
{
	width: 303px;
	background:#fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.interim-management.alt #SubContent 
{
	background: #e6e6e6;
	min-height: 0;
}
				
.interim-management #SubContent p 
{
	color: #333;
	margin: 12px;
}
			
.interim-management #SubContent h3 
{
	background: #38969e;
	color: #fff;
	margin: 0;
	margin-top: 0;
	line-height: normal;
}
			
.interim-management h4 {
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 12px;
	padding: 1px 5px;
}
			
/*.interim-management h4:hover {
	background: #767676 url(../images/h3-arrow.png) no-repeat right;
}*/
			
.interim-management #SubContent a,
.interim-management #SubContent h4 a 
{
	color: #fff;
}

/************************************
 *	 	     Contact Page           *
 ************************************/


.contact #SubContent 
{
	margin-right: 0;
}
.contact #MainContent 
{
	width: 442px;
}

/************************************
 *	 			Forms 				*
 ************************************/
#Layout fieldset {
	width:380px;
}

#Layout label, #Layout input, #Layout textarea, #Layout select {
	margin:4px 0;
}

.contact label, .adult label  {
	float: left;
	clear: left;
	line-height: 33px;
	font-size:1.1em;
}
.contact input, .adult input, .contact textarea, .adult textarea, .contact select, .adult select {
	line-height: 25px;
	float: right;
	clear: right;
	height: 25px;
	width: 240px;
	border: 1px solid #676767;
	background-color: #fff;
}

.contact select, .adult select {
	width: 242px;
	background-color:#ddd;
}

.contact label.tall, .adult label.tall  {
	margin-bottom:25px;
}

.contact textarea, .adult textarea  {
	line-height:1.2em;
	height: 54px;
	width: 238px;
	padding: 1px;
}

.contact legend, .adult legend {
	float: left;
	clear: both;
	font-weight:bold;
	margin: 4px 0 4px 140px;
}

.contact input.submit, .adult input.submit {
	width: 80px;
	height:30px;
	position: relative;
	right:162px;
	border: none;
	color: #fff;
	font-weight: bold;
	background-color: #38969e;
}

#Layout input.checkbox,  #Layout input[type="checkbox"] {
	float:left;
	clear:left;
	margin-left: 140px;
	width: 20px;
	height:18px;
}

#Layout label.checkbox {
	float:right;
	clear: none;
	line-height:18px;
	width: 212px;
}
strong
{
font-weight:bold ;
	}
	
/************************************
 *	 	      Contact Us 			*
 ************************************/
 
.contact .phoneusnow 
{
	background: none !important;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff !important;
	display: block;
	height: 56px;
	width: 142px;
	padding: 12px;
	padding-right:90px;
}

.news-events #FullContent #Help
{
	width:540px;
}

.skipBlur
{
	top : -999em;
	display:none;
	}
.skipLink
{
	color:#000;
	z-index:999;
	display:none;
}
