/******************************************************
*                                                     	*
*   CSS file - http://www.cobweb.ae/       			*
*   Copyright (c) Cobweb Solutions, 2009.               		*
*                                                     *
******************************************************/

/* Base ----------------------------------------- */

html {font-size: 62.5%;}

body {
	background: #999;
	font:130%/154% Arial, sans-serif;
	color:#666;
}

a {
	color: #2daebf;
	text-decoration: underline;
}

a:hover {
	color: #007d9a;
}


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Typography ----------------------------------------- */

h2	{
	font:bold 184% Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	text-shadow: 0 1px 1px #fff;
}
h3	{
	 font:bold 169%/26px Arial, Helvetica, sans-serif;
	color:#707070;
	letter-spacing:-1px;
	margin:0;
	padding:10px 0;
}
h4	{
	 font:bold 153%/24px Arial, Helvetica, sans-serif;
	color:#707070;
	margin:0;
	padding:10px 0 5px 0;
}
h5	{
	 font:bold 138%/22px Arial, Helvetica, sans-serif;
	color:#707070;
	margin:0;
	padding:5px 0 5px 0;
}

p	{
	padding:5px 0;
	text-shadow: 0 1px 1px #fff;
}

legend {
	display: none;
}

/* Wrappers ----------------------------------------- */
#outer_wrapper {
	width:960px;
	margin: 0 auto;
	background: url(../../../../images/img/wrapper_bg.jpg) repeat-x;
	padding: 0 10px;
	overflow: auto;
	xfont-size:80%; xline-height:170%;
}
#wrapper {
	width: 960px;
	float: left;
	background-color: #fff;}
/* Header ----------------------------------------- */
#header {
	width: 960px;
	height: 140px;
	float: left;
	background: url(../../../../images/img/header_bg.jpg) no-repeat top left;
	position: relative;
}
#logo {
	width: 210px;
	height: 34px;
	float: left;
	margin: 45px 0 0 30px;
	display: block;
	text-indent: -9999px;
	background: url(../../../../images/img/logo.png) no-repeat;
}

#control_bar {
	width: 254px;
	float: right;
	margin-right: 20px;	
	display: inline;
	background: url(../../../../images/img/control_bar.png) no-repeat;
}
#control_bar ul {
	width: 234px;
	padding: 7px 10px ;
}
#control_bar ul li {
	height: 30px;
	display: block;
	float:left;
}
#control_bar li a {
	float:left;
	height: 16px;
	padding: 0 0 0 22px;
	margin-right: 15px;
	background: url(../../../../images/img/support.png) no-repeat left center;	
	color: #666666;
	font-size: 12px;
	line-height:16px;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 1px 1px #fff;
}
#control_bar li a.login {
	background: url(../../../../images/img/login.png) no-repeat left center;
}
#control_bar li a.contact {
	background: url(../../../../images/img/contact.png) no-repeat left center;
	margin: 0;
}
#control_bar li a:hover {
	color: #333;
}
#control_bar li a:active {
	position: relative;
	top: 1px;
}
/* Search ----------------------------------------- */

#searchBox label {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	background-color: red;
}

#searchBox  input {	
	color: #eee;
	text-shadow: none;
	display: inline !important;
	padding: 2px 0;
}
#searchBox input {
	height: 20px !important;
	width: 206px !important;
	padding: 2px 5px !important;
	color: #999;
	border:1px solid #ccc;
	background: url(../../../../images/img/ta-bg.gif) repeat-x 0 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}
#searchBox a img{
	display:none;
}

#searchBox a.Button {
	display:inline-block;
	vertical-align: top;
	margin-left: 3px;
	width:24px;
	height:26px;
	background:transparent url(../../../../images/img/search_button.gif) no-repeat 0 50%;
}

/* Banner ----------------------------------------- */
#banner {
	width: 960px;
	height: 241px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
/* Navigation ----------------------------------------- */
#nav_main {
	width: 940px;
	height: 40px;
	float: right;
	margin: 0 10px;
	display: inline;
	background: #324953 url(../../../../images/img/bg-nav.gif) no-repeat;
	position:relative;
	z-index:1;
}
#nav_main ul {
	width: 920px;
}
#nav_main ul li {
	float:left;
	background: url(../../../../images/img/separator.gif) no-repeat 100% 0;
	padding:0 2px 0 0;
}
#nav_main ul li a {
	height: 22px;
	float:left;
	padding: 12px 8px 6px 10px;
	color: #eee;
	font-weight: bold;
	font-size:13px;
	line-height:18px;
	white-space:nowrap;
	text-decoration: none;
}

#nav_main ul li a.home:hover,
#nav_main ul li.sfHover a.home,
#nav_main ul li:hover a.home{
	background:url(../../../../images/img/bg-first.gif) no-repeat;
}
#nav_main ul li.sfHover a,
#nav_main ul li a:hover {
	background: url(../../../../images/img/nav_main_hover.png) repeat-x;
}
#nav_main ul li a:active {
	background: url(../../../../images/img/nav_main_active.png) repeat-x;
}
#nav_main ul li.sfHover,
#nav_main ul li:hover{ position:relative;}
#nav_main ul li.sfHover ul,
#nav_main ul li:hover ul{ top:100%;}
#nav_main ul ul{
	position:absolute;
	top:-9999px;
	width:auto;
	left:0;
	background:#f0f0f0;
	float:left;
	background:	url(../../../../images/img/menu-shadow.png) no-repeat 100% 100%;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
#nav_main ul li a.sf-with-ul{
	padding-right:22px;
	position:relative;
}
#nav_main .sf-sub-indicator{
	display:block;
	position:absolute;
	right:5px;
	top:17px;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../../../images/img/menu-arrow.gif) no-repeat;
}
#nav_main ul li.sfHover a.sf-with-ul .sf-sub-indicator{
	background-position:0 -9px;
}
* html #nav_main ul ul{
	background:#f0f0f0 !important;
	padding:0 !important;
}
* +html #nav_main ul ul{
	background:#f0f0f0 !important;
	padding:0 !important;
}
#nav_main ul ul li{
	float:none;
	background:#f0f0f0;
	padding:0;
	border:2px solid #ddd;
	border-width:0 2px 2px;
}
* html #nav_main ul ul li{
	float:left;
	clear:both;
}
* html #nav_main ul ul li a{
	float:left;
}
#nav_main ul ul li:first-child{
	border-width:2px;
}
#nav_main ul ul li a{
	float:none;
	padding:0;
	height:auto;
	color:#666;
	font-weight: bold;
	display:block;
	padding:7px 13px;
	text-shadow: 0 1px 1px #fff;
	background:none!important;
}

* html #nav_main ul ul li a{
	height:1%;
}
#nav_main ul ul li a:hover{
	color:#57889f;
	background:#fff !important;
}

#shadow {
	background: url(../../../../images/img/shadow.png) no-repeat;
	height: 12px;
	clear: both;

}

/* Breadcrumb ----------------------------------------- */
#breadcrumb {
	margin: 0 10px;
	height: 20px;
	padding: 10px 20px 0;
}

#breadcrumb a {
	color: #666;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
}

/* Content ----------------------------------------- */
#content_wrapper {
	display: block;
	width: 940px;
	float: left;
	padding: 0px 10px 10px;
}
#content_main {
	display: block;
	width: 578px;
	float: left;
	padding: 20px;
	margin-right: 20px;
	background-color: #fff;
/*	background: #eee url(../../../../images/img/shadow.png) 50% 0 no-repeat;*/
}

#content_sidebar {
	display: block;
	width: 258px;
	float: left;
	padding: 20px;
	background-color: #eee;
}

#content_main img {
	float: right;
	margin: 10px;
/*	display: block;
	margin: 0 auto;/* Centre img*!/*/
	border: 14px solid #ccc;	
}

#content_main img.no_border {
	border: none;
}

#content_main p a {
	color: #2daebf;
	font-weight: bold;
	text-decoration: underline;
}

#content_main p a:hover {
	color: #007d9a;
	text-decoration: underline;
}

#content_main ul, #content_main ol {
	margin: 10px 0 10px 20px;

}

#content_main ul li {
	list-style: none;
/*	list-style-image:url(../../../../images/img/list_arrow.gif);*/
	padding: 3px 0 2px 12px;
	background: url(../../../../images/img/list_arrow.gif) left 0.7em no-repeat;
}

#content_main ol li {
	list-style: decimal;
	list-style-position: inside;
}

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

#content_main hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}


.box1
{    
    margin:10px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}
/* Forms ----------------------------------------- */
.contact_form fieldset {
	margin: 5px 0;
}

.contact_form label,input {
	display: block;
	font-family: inherit;
}

.contact_form ol {
	margin-left: 0 !important;
}

.contact_form ol li {
	margin: 5px 0;
	list-style: none !important;
	list-style-position: outside !important;
}

.contact_form label {
	padding: 5px 0;
	font-weight: bold;
	color: #666;
	text-shadow: 0 1px 1px #fff;
}

.contact_form input[type=text] {
	color: #333;
	height: 20px;
	width: 246px;
	padding: 2px 5px;
	border:1px solid #ccc;
	background:url(../../../../images/img/ta-bg.gif) repeat-x 0 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}

.contact_form select {
	width: 256px;
	padding: 2px 0;
}

.contact_form input[type=submit] {
	margin: 20px 0 0;
	border: 0;
}

.contact_form input.button {
	border: 0;
	width: auto;
	overflow: visible;
}

/*#content_sidebar object {
	margin: 0 auto;
	display: block;
}*/

p.error,.thanks,.message {
	font-size: 110%;
	color: #ff0000;
	font-weight: bold;
}

/* Footer ----------------------------------------- */
#footer {
	width: 940px;
	height: 91px;
	padding: 12px 10px;
	background: #666 url(../../../../images/img/shadow.png) no-repeat top left ;
	clear: both;
}

#footer ul#foot_nav_1, #footer ul#foot_nav_2  {
	margin: 5px 0 0 20px;
	float: left;
	min-width: 125px;
	border-right: 1px solid #555;
}

* html ul#foot_nav_1 {
	padding: 0 10px 0 0;
	display: inline;
}

#footer ul#foot_nav_2  {
	padding-left: 20px;
	margin-left: 0;
	clear: none;
	border-left: 1px solid #777;
	border-right: none;
}

#footer li a {
	font-size: 90%;
	color: #444;
	text-decoration: underline;
	text-shadow: 0 1px 1px #777;
}

#footer li a:hover {
	color: #6cf;
	text-shadow: #999 0 0 10px
}

#footer img {
	float: right;
	margin: 30px 10px;
}

/* Buttons ----------------------------------------- */

	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						{ background-color: #749a02; }
	.red.button, .red.button:visited			{ background-color: #e33100; }
	.red.button:hover							{ background-color: #872300; }
	.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
	.magenta.button:hover							{ background-color: #630030; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover							{ background-color: #d45500; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover							{ background-color: #fc9200; }



.button, .button:visited {
	margin-top: 5px;
	background-color: #2daebf; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	overflow: visible;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25) !important;
	position: relative;
	cursor: pointer;
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
/*	background: url(../../../../images/img/alert-overlay.png) 0% 0% repeat-x;*/
}

div > .button, li > .button {
	background:#2daebf url(../../../../images/img/alert-overlay.png) 0% 0% repeat-x;
}

	.button:hover							{ background-color: #007d9a; color: #fff; }
	.button:active							{ top: 1px; }
	
	table.ImmTS_aetab td .button {
		margin: 10px 0 5px;
}
	
/* Immediacy Search Page  ----------------------------------------- */

/* Advanced search box ol */
#searchpage ol { margin: 0;}
#searchpage	ol li {list-style:none; margin:0px; padding:0px;}

#searchpage .searchSelect	{background:#eee; padding:1em; width:100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; CCborderRadius: 5px;} 
div.searchSelect label {font-weight: bold;}
div.searchSelect input[type=text] {display:inline; color: #333; height: 20px; width: 146px; padding: 2px 5px; margin: 0 10px 0 2px; border:1px solid #ccc; background:url(../../../../images/img/ta-bg.gif) repeat-x 0 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; CCborderRadius: 5px; }
div.searchSelect select {padding: 1px 0; margin: 0 10px 0 2px;}

/* Advanced search box ul */
#searchpage ul {margin:10px 0;}
#searchpage ul li {list-style:none; list-style-position:outside; margin:0px 0 15px; padding:0px; background:none;}

#searchpage	li.terms, #searchpage li.target {float:left;}
#searchpage	li.submit {display: inline-block;}
#searchpage	li.submit input {margin-top: 0px;}
#searchpage a {margin:0px; padding:0px;}

#searchpage .searchSelect	{background:#eee; padding:1em; width:38em;}

/* Search Results Page */
div#searchresults li a.title {
	display: block;
	font-size: 110%;
	color: #2daebf;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 3px;
}

div#searchresults li a.title:hover {
	color: #007d9a;
}

#searchpage .button {width:auto; border:0;}
#searchpage .Error {padding-top:1em; font-weight:bold;}
#searchpage .score,#searchpage .updated {font-style: italic;}

/* Immediacy News Feed  ----------------------------------------- */

.blog_feed li a {
	color: #2daebf;
	padding:5px 0;
	text-shadow: 0 1px 1px #fff;
	display: block;
}

.blog_feed li a:hover {
	color: #007d9a
}

/* Immediacy Sitemap Page  ----------------------------------------- */

div.sitmp0 {
	margin:20px 0 10px !important;
	font-weight: bold;
}

div.sitmp0, div.sitmp1, div.sitmp2 {
	padding:2px 0 !important;
}

div.sitmp0 a, div.sitmp1 a, div.sitmp2 a {
	color: #666;
	text-decoration: none;
	padding-left:3px;
}

div.sitmp0 a:hover, div.sitmp1 a:hover, div.sitmp2 a:hover {
	color: #007d9a;
	text-decoration: underline;
}


div.sitmp0 img ,div.sitmp1 img,div.sitmp2 img{
	border: 0 !important;
	float:none !important;
	margin:0 !important;
}

noscript {
	display: none;
}

