@import "nav.css";
@import "contact.css";
@import "headers.css";

* {padding: 0; margin: 0;
   z-index:999;}

body,html {
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #e4eff5;
  font-family: Arial;
  font-size:14px;
  letter-spacing:0.1em;
  width:100%;
  height:100%;
  position:absolute;
}


img {
border:none;
margin:0;
}


#top_container {
width:810px;
margin:0 auto;
height:58px;
}

#logo {
background-image:url(/images/logo.gif);
background-position:center center;
background-repeat:no-repeat;
float:right;
height:58px;
margin:0;
padding:0;
width:282px;
}

#slogan {	
background-image:url(/images/slogan_bg.gif);
float:right;
font-size:17px;
font-weight:bold;
height:49px;
letter-spacing:0;
padding:9px 46px 0 0;
text-align:right;
width:482px;

}


#slogan .line1 {
background-image:url(/images/arrows.gif);
background-position:100% 8px;
background-repeat:no-repeat;
color:#FF7800;
padding-right:19px;
}

#slogan .line2 {
color:#2CC01D;
padding-right:62px;
 }




#top_pic {
  margin: auto;
	background-image: url(/images/top_pic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:121px;
}

#top_pic2 {
  margin: auto;
	background-image: url(/images/top_pic2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:43px;
}



#ticker {
  color:#436a93;
	line-height:20px;
  margin-left:auto;
	margin-right:auto;
  width:770px;
}


#line {
  background-color:#e2e2e2;
  font-size: 1px;
  border:none;
  line-height: 1px; 
  height:1px;
  width:770px;
  margin-right:auto;
  margin-left:auto;
}

/* margin: top right bottom left */

#content {
 	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: top;
 /* color:#333333;*/
  width:100%;
  min-height:100%;
 height:auto !important;
 height:100%;
  position:absolute;


}



#maintext {
  margin-top:10px;
  height:auto;
  padding-bottom:37px;
  margin-right:auto;
  margin-left:auto;
  direction:rtl;
  width:670px;
  text-align: justify;
}

#maintext ul,  #maintext ol{
 padding:0px;
 margin-right:40px;
}

#maintext ul li ul li, #maintext ol li ol li{
  margin:5px;
}

#maintext a , #nav2 a{
  color:#ff7800;
  text-align: right;
}



#footer {
  height:37px;
  width:100%;
  position:absolute;
  bottom:0;
  background-image: url(/images/bottom.gif);
  background-position:top center;
  background-repeat: no-repeat;
  background-color:#c8e4bd;
  z-index:2;

}






#nav2 {
 direction:rtl;
 line-height:2em;
 width:778px;
 margin-left:auto;
 margin-right:auto;
 padding-right:10px;
 position:relative;
 z-index:1;


}

#credit {
  width:720px;
  color:white;
  margin-right:auto;
  margin-left:auto;
 letter-spacing: 0;
 margin-top:7px;
}

#credit a {
  color:white;
}

#footer_left{
float:left;
font-size:11px;
}

#footer_right {
float:right;
font-size:12px;
}

.required
{
  width:100px;
  text-align: right;
  float:right;

}

#continue {
color:#2CC01D;
font-size:x-large;
margin-bottom:30%;
margin-top:30%;
text-align:center;
}