body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #444444;
}
body,textarea {
   font-family:Helvetica, Arial, sans-serif;
   font-size:15px;
	 background-color:#e3e3e3;
	 background-image:url(../img/bg.gif);
	 background-repeat:repeat-x;
	 line-height:18px;
}


/*MAIN STYLES*/

.green { color:#73bf44; }
.blue { color:#09baf3; }
.orange { color:#fa632e; }

a {
   color: #73bf44;
	 font-weight:bold;
}
a:hover {
   color: #333333;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#6d6e71;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.5em;
}
h2.graphic {
   margin:0;
	 padding:0;
	 width:100%;
	 background-repeat:no-repeat;
	 height:39px;
	 text-indent:-2000px;
	 overflow:hidden;
}
h2#graphic1 { background-image:url(../img/welcome.gif);margin-top:17px; }
h2#graphic2 { background-image:url(../img/what_is_omn.gif); }
h2#graphic3 { background-image:url(../img/the_project.gif); }
h2#graphic4 { background-image:url(../img/news_and_events.gif); }
h2#graphic5 { background-image:url(../img/madarris.gif); }
h2#graphic6 { background-image:url(../img/resources.gif); }
h2#graphic7 { background-image:url(../img/contact_us.gif); }
h2#graphic8 { background-image:url(../img/accessibility_statement.gif); }
h2#graphic9 { background-image:url(../img/site_map.gif); }
h2#graphic10 { background-image:url(../img/privacy_policy.gif); }

h3 {
   font-size:1.2em;
}

h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}

.corner {
	height: 10px;
	width: 10px;
	position: absolute;
	background-image: url("../img/curves2.png");
	font-size: 0px;
	z-index: 300;
}

#corner1 {
	top: -5px;
	left: -5px;
	background-position: bottom right;
}

#corner2 {
	top: -5px;
	right: -5px;
	background-position: bottom left;
}

#corner3 {
	bottom: -5px;
	right: -5px;
	background-position: top left;
}

#corner4 {
	bottom: -5px;
	left: -5px;
	background-position: top right;
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#73bf44;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#6d6e71;
}
.menubuttons li.active a {
   color:#6d6e71;
   font-weight:bold;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
color:#6d6e71;
display:block;
text-decoration:none;
background-repeat:no-repeat;
background-position:top right;
height:44px;
padding:0 24px;
position:relative;
font-weight:bold;
font-size:15px;
}
#headernav li a span.text
{
position:relative;
top:8px;
}
#headernav li a:hover
{
color:#000000;
}
#headernav li.active a
{
font-weight:bold;
background-image:url(../img/tab1.gif);
background-repeat:no-repeat;
background-position:top left;
color:#FFFFFF;
}
#headernav li.active a:hover
{
color:#FFFFFF;
}
span#tabright
{
position:absolute;
right:-1px;
top:0px;
width:6px;
height:44px;
display:block;
background-image:url(../img/tab2.gif);
background-repeat:no-repeat;
}

ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 background-color:#FFFFFF;
}
#header {
   position: relative;
   float:left;
   height: 224px;
   clear:left;
   background-image:url(../img/header.gif);
   background-repeat:no-repeat;
}
#logo {
   position:absolute;
	 top:39px;
	 left:31px;
	 width:225px;
	 height:104px;
}
#footer {
   position: relative;
   clear: both;
   height: 179px;
   background-image:url(../img/footer.gif);
   background-repeat:no-repeat;
}
#footeraddress,#footercontact {
   position:absolute;
	 top:20px;
	 font-size:13px;
	 width:190px;
	 line-height:17px;
	 color:#6d6e71;
}
#footeraddress {
	 left:200px;
}
#footercontact {
	 left:400px;
}
#footercontact dl,#footercontact dt,#footercontact dd {
   margin:0;
	 padding:0;
}
#footercontact dt {
   font-weight:bold;
	 width:20px;
	 float:left;
	 clear:left;
	 padding:4px 0;
	 color:#404040;
}
#footercontact dd {
   width:160px;
	 float:left;
	 padding:2px 0;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:60px;
   left:421px;
   text-align:right;
	 font-weight:bold;
	 font-size:13px;
}
#statinfo {
   position:absolute;
   top:130px;
   right:18px;
   text-align:right;
	 font-weight:bold;
	 font-size:13px;
}
#statinfo a {
   color:#444444;
}
#headernav {
   position:absolute;
   top:164px;
   left:19px;
}
.leftthin,.rightthin {
   width:280px;
}
.leftwide,.rightwide {
   width:547px;
}
.leftmid,.rightmid {
   width:405px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:30px;
	 float:left;
	 position:relative;
   left:19px;
	 width:864px;
}
.innerpadder {
   padding:0 0 0 24px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #6d6e71;
   color:#6d6e71;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#6d6e71;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#6d6e71;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:130px;
	 height:30px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-color:#EEEEEE;
   color:#444444;
	 font-style:italic;
}




.pagingbox {
   background-color:#EEEEEE;
	 position:relative;
	 text-align:center;
	 clear:both;
	 padding:1em;
	 border-bottom:1px solid #CCCCCC;
}
.pagingbox p {
   margin:0;
	 padding:0;
}
.pagetextlabel {
   width:300px;
	 margin:0px auto;
}
.pagelinknext a,.pagelinklast a {
   position:absolute;
	 top:0;
	 padding:1em;
	 font-weight:bold;
	 text-decoration:none;
}
.pagelinknext a {
	 right:0;
}
.pagelinklast a {
	 left:0;
}
.pagelinknext a:hover,.pagelinklast a:hover {
   color:#FFFFFF;
	 background-color:#6d6e71;
}
.contactleft {
   width:240px;
}
.contactright {
   width:310px;
	 float:right;
}
.contactright span {
   font-size:18px;
}

li.light a  {
   font-weight:normal;
}

.pagingbox {
   padding:0.3em;
	 background-color:#EEEEEE;
	 clear:both;
}