/*
	
	Created by
	 _____                            _   _      
	|  ___|                          | | (_)     
	| |____  ___ __   ___  _ __   ___| |_ _  ___ 
	|  __\ \/ / '_ \ / _ \| '_ \ / _ \ __| |/ __|
	| |___>  <| |_) | (_) | | | |  __/ |_| | (__ 
	\____/_/\_\ .__/ \___/|_| |_|\___|\__|_|\___|
	          | |                                
	          |_|     
	=============================================
	Exponetic Ltd
	team@exponetic.com
	http://www.exponetic.com/
	=============================================

*/

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding: 0;
}

a,
a:visited,
a:hover
{
	color: #c00;
	font-weight: bold;
}

a,
a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page
{
/*	border: 1px solid #333; */

	width: 750px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	margin-top: 10px;

/*	border: 1px solid #f0f; */
}
	
	#header #logo
	{
		float: left;
		margin-top: 10px;
	}
	
	#header #pics
	{
		text-align: right;
	}
	
		#header #pics img
		{
			margin-left: 10px;
		}
	
	#header ul#nav
	{
		list-style-type: none;
		margin: 0;
		margin-top: 10px;
		padding: 0px;
	
	/*	border: 1px solid #00f; */
	}	
	
		#header ul#nav li
		{
			margin: 3px 10px;
			float: left;
			
		/*	border: 1px solid #f00; */
		}
	
	#header #job_search
	{
	/*	border: 1px solid #cc0; */
	}
	
		#header #job_search p#job_search_title
		{
			margin: 3px 10px;
			float: left;
			color: #666;
		}
		
		#header #job_search p#advanced_search
		{
			font-size: 0.8em;
			margin: 0;
			clear: left;
			text-align: right;
			position: relative;
			left: -70px;
		}
		
		#header #job_search form
		{
			margin: 0;
		}

			#header #job_search form #text
			{
				margin: 0;
				border: 1px solid #000;
				width: 105px;
			}

			#header #job_search form #button
			{
				margin: 0;
				background-color: #fff;
				border: 0;
				color: #c00;
				font-weight: bold;
				cursor: pointer;
			}

#content_and_sidebar
{
	border-top: 4px solid #c00;
	margin-top: 10px;
	
/*	border: 1px solid #00f; */
}
			
#sidebar
{
	width: 178px;
	float: right;
	background-color: #D6EBCC;
	padding-bottom: 60px;
	
/*	border: 1px solid #0ff; */
}

	#sidebar h2
	{
		margin: 0 20px;
		color: #666;
	}

	#sidebar img
	{
		margin: 13px 0 13px 13px;
	}
	
	#sidebar p
	{
		margin: 13px;
		color: #333;
	}
	
#content
{
	width: 560px;
	margin-top: 30px;
	
/*	border: 1px solid #0f0; */
}

	#content h2
	{
		margin: 15px 30px;
		color: #666;
	}
	
	#content h3
	{
		margin: 30px 30px 15px 30px;
		color: #00293A;
		font-size: 1.0em;
	}
	
	#content p
	{
		margin: 20px 40px;
		color: #333;
		line-height: 1.6em;
	}
	
	#content ul
	{
		margin: 20px 40px;
	}
	
		#content ul li
		{
			line-height: 1.6em;
		}
	
	#content #mainImage
	{
		margin-left: 80px;
		margin-top:  20px;
		margin-bottom: 50px;
	}
	
	#content form
	{
		margin: 0 40px;
	}
	
		#content form p
		{
			margin: 20px 0;		
		}
	
	#content .homePic
	{
		margin: 15px 30px;
	}
	
	/* top indent */
	#content .homePic#plane
	{
		margin-top: 40px;
	}
	
	/* left indent */
	#content .homePic#grey-haired-chap,
	#content .homePic#plane
	{
		margin-left: 90px;
	}
	
	/* bottom indent */
	#content .homePic#grey-haired-chap,
	#content .homePic#crates
	{
		margin-bottom: 90px;
	}
	
#footer
{
	clear: both;
	border-top: 4px solid #c00;
	
/*	border: 1px solid #ff0; */
}

	#footer p
	{
		color: #666;
		margin: 4px;
	}
	
		#footer p strong
		{
			color: #00293A;
		}

	#footer #contact_numbers
	{
		float: left;
		margin-bottom: 20px; /* puts a nice padding on the bottom of the page */
	}
		
	#footer #email_and_site_credit
	{
		float: right;
		text-align: right;
	}
	
/* New IR technique which shows text when images are disabled - from http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{
	
	position:relative;
	margin:0px; padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
	.replace span
	{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
	}

#logo, #logo span
{
	height:58px;
	width:141px;
	background-image: url(/_img/_template/logo.jpg);
}
/* end of IR */