<!--

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 75%;
	background: #e0f3fe;
}

div#container {
	padding: 0;
	background: url(../images/bg.gif) repeat-x;
	border-bottom: 1px solid #e4e4e4;
}

	div#header {
		width: 770px;
		margin: 0 auto 0;
		height: 129px;
		position: relative;
		zoom: 1;
	}
	
		div#header div#logo {
			font-size: 0;
			line-height: 0;
			padding: 16px 0 0 17px;
		}
	
div#content {
	width: 770px;
	margin: 0 auto;
	position: relative;
	background: url(../images/content_bg.gif) repeat-y top left;
	zoom: 1.0;
}

	div#content div#arabicDownload {
		position: absolute;
		right: 12px;
		top: 24px;
		width: 237px;
		text-align: right;
	}

	div#content div#arabicDownload img {
		vertical-align: middle;
	}

	div#column1 {
		float: left;
		border-left: 1px solid #ebebeb;
		width: 432px;
		min-height: 520px;
		_height: 520px;
		background: url(../images/column1_bg.gif) repeat-x;
		padding: 35px;
	}

		div#column1.fullwidth {
			float: none;
			width: auto;
			border-right: 1px solid #dfdfdf;
			min-height: 0;
			background-color: #fdfdfd;
			padding: 0;
		}
	
			div#column1.fullwidth .padding {
				padding: 35px;
			}
	
	div#column2 {
		width: 220px;
		float: left;
		margin: 0 0 0 20px;
		padding: 60px 0 0 0;
	}
	
		div#column2 div.button {
			margin: 0 0 20px 0;
		}
		
		div#column2 div.quoteHolder {
			padding: 12px 0px 0px 5px;
			margin: 0 0 0 15px;
			background: url(../images/quote_start.gif) top left no-repeat;
			color: #188CD4;
		}
		
		div#column2 div.quoteHolder a {
			color: #000000;
		}
		
		div#column2 div.quoteHolder p {
			text-indent: 33px;
			padding-bottom: 12px;
			background: url(../images/quote_end.gif) bottom right no-repeat;
		}
		
		div#column2 div.quoteHolder p.person {
			text-align: right;
			background: none;
			font-weight: bold;
		}


#tel {
	position: absolute;
	top: 32px;
	right: 17px;
	font-size: 1.75em;
	color: #999;
}

div#home {
	margin: 0 0;
	border: solid #dfdfdf;
	border-width: 1px 0 0 0;
	overflow: hidden;
	zoom: 1;
}

	div#home .feature {
		float: left;
		width: 383px;
	}

	div#home .right {
		border-left: 1px solid #dfdfdf;
	}

	div#home img {
		border-bottom: 1px solid #dfdfdf;
	}

	div#home .padding {
		padding: 20px 35px !important;
	}

		div#home .padding h2 {
			margin: 0;
		}

div#footer {
	position: relative;
	width: 778px;
	clear: both;
	padding: 1em 0;
	margin: 0 auto;
	_padding: 19px 0 20px 0;
	color: #999;
	font-size: 0.9em;
}

div#footer p {
	padding: 5px 0 0 40px;
	_padding: 20px 0 0 36px;
	width: 400px;
	position: absolute;
	float: left;
}

div#footer div#footerMenu {
	float: left;
}


div#footer div.logos {
	position: absolute;
	right: 0;
	top: 45px;
	padding: 0 0 1em 0;
}

div#footer div.logos img {
	display: inline;
	vertical-align: middle;
	margin-left: 15px;
}

/*--------------------------------------------------
	HEADERS
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0.5em 0;
}

h1 {
	font-size: 2em;
	color: #005098;
}
h2 {
	font-size: 1.6em;
	color: #188cd4;
}
h3 {
	font-size: 1.3em;
	color: #41b7fd;
}
h4 {
	font-size: 1.3em;
	color: #188cd4;
}

/*--------------------------------------------------
	LINKS
--------------------------------------------------*/

a {
	text-decoration: underline;
	color: #188cd4;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: purple;
}

/* Custom Link Formatting : Footer */

div#footer a {
	color: #51b2ec;
}

div#footer a:hover {
	color: #00508d;
}

/*--------------------------------------------------
	PARAGRAPHS
--------------------------------------------------*/

p {
	margin: 0 0 0.8em 0;
}

/* Specify line height here so that lists adopt same style */

p, li {
	line-height: 1.4em;
}

p.caption {
	text-align: right;
	font-size: 0.9em;
}

/*--------------------------------------------------
	LISTS
--------------------------------------------------*/

div#content li {
	list-style: url(../images/bullet.gif);
	margin: 0;
	padding: 0;
}

div#content ul {
	_padding: 4px 4px 4px 0px;	
	_padding: 4px 4px 4px 1px;
}

/*--------------------------------------------------
	IMAGES
--------------------------------------------------*/

img {
	border: 0px;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------
	FORMS
--------------------------------------------------*/

form {
	margin: 0 0 0.8em 0;
	padding: 10px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	width: 30%;
	float: left;
}

div.mandatory label {
	font-weight: bold;
}

input, textarea, select {

}

select {

}

form div.item {
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}

form div.field {
	display: block;
	width: 60%;
	float: left;
}

fieldset#buttons {
	text-align: right;
}

fieldset#buttons input {
	margin-left: 10px;
	font-size: .9em;
	color: #000;
}

form div.on {

}

form div.off {

}

/*--------------------------------------------------
	TABLES
--------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
	margin: 0 0 0.5em 0;
}

tr {

}

th, td {
	padding: 5px;
	vertical-align: top;
}

th {

}

td {
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

thead {
	background-color: #E8E8E8;

}

tbody {

}

/*--------------------------------------------------
	HORIZONTAL RULES
--------------------------------------------------*/

hr, div.hr {
	border-bottom: 1px solid #C3C3C3;
	margin: 10px 0;
}

/*--------------------------------------------------
	QUOTES
--------------------------------------------------*/

blockquote {
	background-color: #e0f3fe;
	padding: 10px;
}


/* Block Alignment */

	.ba_center				{ margin-left: auto; margin-right: auto; }
	.ba_left				{ margin-left: 0; margin-right: auto; }
	.ba_right				{ margin-left: auto; margin-right: 0; }
	.ba_left_wrap			{ float: left; clear: left;
							  margin-left: 0; margin-right: 20px; margin-bottom: 20px; }
	.ba_right_wrap			{ float: right; clear: right;
							  margin-left: 20px; margin-right: 0; margin-bottom: 20px; }
