#wrapper {
	width: 750px;
	margin: 0 auto;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	vertical-align: top;
	padding-top: 0;
	margin-top: 0;
	background-image: url(../graphics/bkrnd.jpg);
}
.large {
 	font-size: 120%;
}
.small {
	font-size: 80%;
}
.header {
	height: 210px;
	/*background-image: url(../arabic/graphics/largekey.jpg);
	background-repeat: no-repeat;*/
}
#rotator
{
  background: url(../rotator/rotator.php) no-repeat center top;
/*  width: 750px;
  height: 210px;*/
}
.headlinks{
	margin-top: 15px;
	padding-right: 20px;
	font-family: Gill Sans MT;
	font-size: .85em;
	font-weight: bold;
	color: #002c61;
	/*text-align: right;*/
}

.headlinks a {
	text-decoration: none;
	color: #002c61;
}

.headlinks a:hover {
	text-decoration: none;
	color: #8695c6;
}

a {
	text-decoration: none;
	color: #002c61;
}

a:hover {
	text-decoration: none;
	color: #e6a510;
}
.navbar {
	background: url(../graphics/crescent.gif) no-repeat left top;
	font-family: Arial Unicode MS;
	font-weight: 500;
	font-size: 1em;
	color: #002c61;
	margin:10px 10px;
	padding: 2px 8px;
	vertical-align:  text-top;
	line-height: 15px;
}
.hidden {
	visibility: hidden;
}
.navbar a {
	text-decoration: none;
	color: #002c61;
}

.navbar a:hover {
	text-decoration: none;
	color: #8695c6;
}
/*#main {
	margin: 0 10px;
}*/
h1 {
	font-size: 1.6em;
	color: #002B5E;
}
h2 {
	font-size: 1.5em;
	color: #002B5E;
	line-height: 19px;
}
h3 {
	font-size: 1.1em;
	color: #002B5E;
}
h4 {
	font-size: 1.2em;
	color: #002B5E;
}
ul {
	list-style: url(../graphics/bluestar.gif);
	line-height: 150%;
	
}
ol {
	list-style: url(../graphics/star.gif);


}
.img {
	background-repeat: no-repeat;
}
img.left {
	float: left;
	padding: 15px;
}
img.right {
	float: right;
	padding: 15px;
}
img.right1 {
	float: right;
	padding: 0 70px;
}
img.left1 {
	float: left;
	padding:0  70px;
}
.textleft {
	float: left;
	padding: 0 15px;
}
.textleft1 {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.textright {
	float: right;
	padding: 0 15px;
}
.right {
	text-align: right;
	padding: 0 15px;
}
.centre {
	text-align: center;
	background-color: #FFFFFF;
}
.contact {
	text-align: center;
	}
.footer {
	text-align: center;
	font-size: 0.8em;
	color: #002c61;
	background-color: #FFDF99;
	height: 25px;
	padding-top: 7px;
}
.footer a {
	text-decoration: none;
	color: #002c61;
}
.footer a:hover {
	text-decoration: none;
	color: #e6a510;
	
}
a.small {
	font-size: 80%;
}

a.large {
	font-size: 130%;
}

.w750 {
	width: 750px;
	background-color: #FFFFFF;
	border: 0;
}
#nav {
	min-height: 300px;
}
.w152 {
	width: 153px;
	background-color: #FFDF99;
	
}

.linkname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002B5E;
}
.linkdescription {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002B5E;
	line-height: 17px;
}

.SearchField {
	FONT-WEIGHT: normal; 
	FONT-SIZE: .9em; 
	COLOR: #666666; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.SearchButton {
	FONT-WEIGHT: normal; 
	FONT-SIZE: .9em; 
	COLOR: #666666; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.formbold {
	font-weight: bold;
}
.formerror {
	border: 1px solid;  
	border-color: #FF0000; 
	border-collapse: collapse;
	FONT-SIZE: .9em; 
}
.left {
	text-align: left;
}

.table {
	border: 0;
	margin: auto;
}
.floatleft {
	float: left;
	padding: 0 5px;
}
.floatright {
	float: right;
	padding: 0 5px;
}
.email {
	text-decoration: underline;
}

.caseyellow {
	color: #ECA112;
	line-height: 75%;
}
.casestudy {
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
}


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	 display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/* .clearfix {display: inline-block;}   a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}