@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
#news a:link     {
	text-decoration: none;
	font-size: 9px;
	color: #F59574;
}
#news a:visited {
	color: #F59574;
	font-size: 9px;
	text-decoration: none;
}
.tdsmall   {
	font-size: 11px;
	padding: 5px;
	width: 100px;
}
.tdlarge {
	font-size: 11px;
	padding: 5px;
	width: 390px;
}


#news a:hover {
	text-decoration: underline;
	color: #F59574;
	font-size: 9px;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	font-size: 11px;
}
li {
	font-size: 11px;
	text-align: left;
	margin-left: -25px;
}


#slogan {
	float: right;
	margin-top: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #F4731F;
}

#menu {
	height: 49px;
	background-image: url(../images/Altajamouat-Home-Page_06.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	margin-top: 25px;
}
a:link {
	color: #004890;
}
a:hover {
	color: #004890;
}
a:visited {
	color: #004890;
}

h1 {
	color: #004890;
	font-size: 17px;
	font-weight: bold;
}
h2 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}


.oneColFixCtrHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 155px;
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 500px;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F59574;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	text-align: center;
}
#upper_pan {

}
#lower_pan {
	height: 100%;
	padding-top: 10px;
	margin-top: 10px;

}
#lower_lft {
	width: 440px;
	padding-right: 20px;
	text-align: justify;
	vertical-align: top;
}
#news {
	width: 275px;
	float: right;
	padding-left: 15px;
	background-color: #E4E6F2;
	height: 220px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
#search {
	float: right;
	clear: right;
	margin-top: 20px;
}
#inner_lft_pan {
	width: 197px;
	text-align: justify;
	vertical-align: top;
	background-color: #E4E6F2;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	float: left;
}
#inner_right {
	width: 500px;
	text-align: justify;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 14px;
	margin-left: 225px;
}
#img_brdr {
	border: 2px solid #DBDDEE;
}
.fltlft {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}
.flrgt {
	float: right;
	margin-bottom: 10px;
	margin-left: 14px;
}

.bullet {
	list-style-image: url(../images/arrow_orange.gif);
	list-style-position: inside;
	text-indent: -15px;
}
#pdf_table table tr th {
	text-align: left;
	font-size: 12px;
	height: 24px;
	background-color: #4567A4;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	font-weight: normal;
}
#pdf_table table tr td {
	text-align: left;
	font-size: 11px;
	height: 22px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
}

