/* general styles - do not use if possible */

	body
	{
		font-family: 'verdana', 'arial', 'sans-serif';
		margin: 0;
		padding: 0px;
	}

	.clear
	{
		clear: both;
	}

/* /general styles */

/* head */

	.wrapper
	{
		width: 1000px;
		margin: 20px auto 0px auto;
		bsorder: 1px solid red;
	}

	.logo
	{
		float: left;
		width: 210px;
	}

	.logo h1
	{
		font-size: 15px;
		margin: -20px 0px 0px 0px;
	}
	
	.search
	{
		padding: 15px 0px 0px 230px;

	}

	.search input[type=text]
	{
		width: 600px;
		padding: 5px;
		font-size: 18px;
		text-shadow: 0px 1px 0px #fff;
		outline: none;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bcbcbe));
		background: -moz-linear-gradient(top, #ffffff, #bcbcbe);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 2px solid #717171;
		-webkit-box-shadow: 0px 0px 10px #9B9B9B;
		-moz-box-shadow: 0px 0px 10px #9B9B9B;
		box-shadow:  0px 0px 10px #9B9B9B;
		margin-right: 20px;
	}

	.search input[type=submit]
	{
		outline: none;
		background: #222 url(/img/alert-overlay.png) repeat-x;
		display: inline-block;
		font-size: 14px;
		padding: 8px 14px 8px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 0px 10px #707070;
		-moz-box-shadow: 0px 0px 10px #707070;
		box-shadow:  0px 0px 10px #707070;
		text-shadow: 0 -1px 1px #222;
		border: none;
		border-bottom: 1px solid #222;
		position: relative;
		cursor: pointer;
		width: 135px;
	}

	/* menu */
		.count-res
		{
			font-size: 10px;
			text-align: right;
			padding: 4px 4px 4px 0px;
		}
	
		.menu 
		{
			width: 1000px;
			padding-top: 0px;
			margin-bottom: -20px;
			z-index: 10000;
		}

		.menu a
		{
			text-decoration: none;
			font-size: 13px;
			line-height: 13px;
			font-weight: normal;
		}

		.menu ul li.link
		{
			float: right !important;
		}

		.menu ul {
			list-style: none;
			margin: 0px 0px;
			padding: 0px 0px;
			z-index: 10000;
		}


		/*
		 LEVEL ONE
		 */
		.menu ul.dropdown {
			position: relative;
			background: #000 url(/img/menu-overlay.png) repeat-x top left;
			height: 25px;
			border: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 3px;
			padding: 0px 5px;
		}

		.menu ul.dropdown li {
			display: block;
			float: left;
			background: #000 url(/img/menu-overlay.png) repeat-x top left;
			margin:1px;
			text-shadow: 0 2px 1px rgba(0,0,0,0.2);
		}

		.menu ul.dropdown a:hover {
			color: #000;
		}

		.menu ul.dropdown a:active {
			color: #ffa500;
		}

		.menu ul.dropdown li a {
			display: block;
			padding: 4px 8px;
			color: #fff;
			text-shadow: 0 2px 1px rgba(0,0,0,0.2);
		}

		 /* Doesn't work in IE */
		.menu ul.dropdown li.hover, ul.dropdown li:hover {
			background: #0070C0;
			color: black;
			position: relative;
			color:#fff;
		}

		.menu ul.dropdown li.hover a {
			color: #fff;
			font-weight:bold;
		}

		/*
		 LEVEL TWO
		 */
		.menu ul.dropdown ul {
			width: 320px;
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
		}

		.menu ul.dropdown ul li {
			font-weight: normal;
			background: #6F6F6F url(/img/menu-overlay.png) repeat-x top left;
			margin: 0px;
			border-style: solid;
			border-color: #909090;
			border-width: 0px 1px 1px 1px;
			color: #000;
			float: none;
		}

		/* IE 6 & 7 Needs Inline Block */
		.menu ul.dropdown ul li a {
			border-right: none;
			width: 100%;
			display: inline-block;
		}

		/*
		 LEVEL THREE
		 */
		.menu ul.dropdown ul ul {
			left: 100%;
			top: 0;
		}

		.menu ul.dropdown li:hover > ul {
			display: block;
		}

	/* /menu */

/* /head */

/* left */
	.content
	{
		margin: 30px 0px;
		min-height: 500px;
	}

	.left
	{
		position: relative;
		float: left;
		width: 210px;
		min-height: 500px;
		background: -moz-linear-gradient(100% 100% 180deg, #EEEEEE, #FFFFFF);
		background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#EEEEEE));
		-webkit-box-shadow: 1px 0px 2px #9B9B9B;
		-moz-box-shadow: 1px 0px 2px #9B9B9B;
		border-left: 1px solid #F3F3F3;
	}

	.left h2
	{
		color: #4A4A4A;
		text-shadow: 0px 1px 1px #fff;
		text-align: center;
		font-size: 15px;
		margin: 10px 10px;
		padding: 5px 0px 5px 10px;
		border-bottom: 2px dotted #4A4A4A;
	}

	.filter-cat ul
	{
		list-style: none;
		margin: 0px 0px;
		padding: 0px 10px 10px 10px;
		font-size: 13px;
	}

	.filter-cat ul li
	{
		border-bottom: 1px solid #BCBCBC;
	}

	.filter-cat ul li a:hover
	{
		text-shadow: 1px 1px 5px #A7A7A7;
	}

	.filter-cat ul li b
	{
		float: right;
		padding-top: 5px;
		font-weight: normal;
	}

	.filter-cat ul a
	{
		color: #4A4A4A;
		font-size: 13px;
		text-decoration: none;
		padding: 5px 0px;
		display: block;
		width: 180px;
	}

	.filter-cat ul li.current ul li:last-child
	{
		border-bottom: none;
	}

	.filter-cat ul li.current b
	{
		display: none;
	}

	.filter-cat ul li.current ul li a
	{
		font-weight: normal;
	}

	.filter-cat ul li.current a, .filter-cat ul li.current ul li.current a
	{
		font-weight: bold;
	}

/* /left */

/* right */
	.right
	{
		margin-left: 230px;
		padding: 10px 20px 0px 0px;
	}

	.right h2, .right .h2-like
	{
		color: #4A4A4A;
		font-weight: bold;
		text-shadow: 0px 1px 1px #fff;
		font-size: 15px;
		margin: 0px 0px 20px 10px;
		padding: 5px 0px;
		border-bottom: 2px dotted #4A4A4A;
	}

	.result a:hover, .result .small a:hover, .result .more a:hover
	{
		text-decoration: underline;
	}

	.result
	{
		margin-bottom: 10px;
		padding: 15px 10px 5px 10px;
		border-bottom: 1px dashed #BCBCBC;
	}

	div.res-last
	{
		border-bottom: none;
	}

	.result:hover
	{
		background-color: #F8F8F8;
		padding: 14px 10px 5px 9px;
		border: 1px solid #E9E9E9;
		-webkit-box-shadow: 0px 0px 3px #9B9B9B;
		-moz-box-shadow: 0px 0px 3px #9B9B9B;
		box-shadow:  0px 0px 3px #9B9B9B;
	}

	.result h3
	{
		font-size: 18px;
		font-weight: normal;
		text-transform: capitalize;
		margin: 0px;
	}

	.result h3 a
	{
		color: #F26A04;
		text-decoration: none;
	}

	.result .small
	{
		font-size: 11px;
		font-family: 'Arial', 'sans-serif';
		margin-bottom: 10px;
	}

	.result .small a
	{
		text-decoration: none;
	}

	.result .text
	{
		font-size: 13px;
	}

	.result .more 
	{
		font-size: 11px;
		text-align: right;
	}

	.result .more a
	{
		text-decoration: none;
	}

	/* paginate */
		.paginate
		{
			font-size: 16px;
			height: 36px;
		}

		.paginate span
		{
			margin: 3px;
			padding: 3px 0px;
			text-align: center;
			display: block;
			float: left;
			width: 40px;
			font-weight: bold;
		}

		.paginate a
		{
			margin: 3px;
			padding: 3px 0px;
			text-align: center;
			display: block;
			float: left;
			border: 1px solid #D3D3D3;
			text-decoration: none;
		}

		.paginate a.small
		{
			width: 40px;
		}

		.paginate a.large
		{
			width: 70px;
		}

		.paginate a:hover
		{
			background-color: #747474;
			color: #F0F0F0;
		}
	/* /paginate */

	/* job detail page */
	.job-text
	{
		font-size: 13px;
		padding: 10px 30px 0px 10px;
	}

	.job-button a
	{
		margin: 40px auto;
		display: block;
		height: 60px;
		width: 250px;
		background: #222 url(/img/alert-overlay.png) repeat-x;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
		text-align: center;
		color: #fff;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 0px 10px #707070;
		-moz-box-shadow: 0px 0px 10px #707070;
		box-shadow:  0px 0px 10px #707070;
		text-shadow: 0 -1px 1px #222;
		border-bottom: 1px solid #222;
		position: relative;
		cursor: pointer;
	}

	.job-more h3 a
	{
		color: #8A8A8A !important;
	}
	/* /job detail page */

	/* contact us */
	.contact-form
	{
		margin-left: 30px;
	}

	.contact-form td
	{
		padding: 5px 0px 0px 0px;
		font-size: 14px;
		vertical-align: top;
	}

	.contact-form td.text-td
	{
		padding: 10px 20px 0px 0px;
	}

	.contact-form td.message
	{
		color: green;
		font-style: italic;
		font-weight: bold;
	}

	.contact-form td.error
	{
		color: red;
		font-style: italic;
		font-weight: bold;
	}

	.contact-form input[type=text], .contact-form textarea
	{
		margin-left: 3px;
		width: 300px;
		padding: 4px;
		text-shadow: 0px 1px 0px #fff;
		outline: none;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bcbcbe));
		background: -moz-linear-gradient(top, #ffffff, #bcbcbe);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 2px solid #717171;
		-webkit-box-shadow: 0px 0px 10px #9B9B9B;
		-moz-box-shadow: 0px 0px 10px #9B9B9B;
		box-shadow:  0px 0px 10px #9B9B9B;
	}
	/* /contact us */

	/* about us */

	.about-box
	{
		font-size: 14px;
		padding: 0px 30px;
	}

	/* /about us */

/* /right */

/* footer */
	.res-foot
	{
		height: 50px;
		padding-top: 20px;
		margin-top: 30px;
		font-size: 11px;
		text-align: center;
		border-top: 1px solid #BCBCBC;
	}
/* /footer */
