body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:right; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  color: #324F6A;
  font: 14px  Arial, Helvetica, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {


color:#EF6E18;
font-size:20px;
margin-bottom:10px;
margin-right:20px;
margin-top:10px;
padding:8px;
padding-bottom:10px;
padding-top:10px;
width:94%;
}
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */


.error { color: red; }

/* page structure & layout */

#page {
  margin: 0 auto;
  text-align: right;
  width: 914px;
}
#header {	
  background:url(../../images/Bg_Header.gif) no-repeat;
  width:914px;
  height:117px;
  position: relative;
}
#nav {
background:url(../../images/Bg_Menu.gif) no-repeat;
height:46px;
  bottom: 0;
  font-size: 1.1em;

}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 30px 20px 230px;
}
#content {
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0px 20px 0px 10px;
  width: 665px;
  color:#333333;
}
#sidebar {
background:url(../../images/BgRight.gif) ;
  color: #fff;
  float: left;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 5px 10px 20px 10px;
  margin-left:10px;
  width: 182px;
  min-height:508px;
}
#footer {
background:url(../../images/Bg_Footer.gif) no-repeat;
height:152px;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 110px;
  width:904px;
  margin-left:10px;
}

/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  right:0;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: right;
  list-style: none;
  width:140px;
 margin-right:9px; /*
  margin-right:10px;*/

}
#nav li a {
display:block;
line-height:43px;
  color: #fff;
  font-size:15px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background:url(../../images/Menu_Over.gif) no-repeat; width:143px; height:46px;}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */


#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  font-size:12px;
    color:#333333;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 50px 20px 30px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-right: 2px;
}

/* secondary content */

#sidebar h2{
color:#000000;
background:#fe8b23;
text-align:center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;}

#sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 20px 20px 0;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
text-decoration:none;
  color: #fff;
}
#sidebar a:hover { color: #ef6e18; }


/* footer */

#footer p {
font-size:12px;
line-height:1.5em;
margin-top:15px;
padding-right:40px;
padding-top:55px;
text-align:right;

}

#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-right: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: right;
  margin: .5em 0 6px 12px;
  padding: 6px;
}
.right {
  float: left;
  margin: .5em 12px 6px 0;
}
.left {
  float: right;
  margin: .5em 0 6px 12px;
}

/* comment */
.comment-form-body {
  width: 450px;
}


.Home_Slider{
width:635px;
height:240px;}

.Lang{
background:url(../../images/BgLang.png) no-repeat;
width:115px;
height:30px;
margin-top:84px;
margin-left:11px;
float:left;
padding-top:3px;
display:block;}

.Lang a{
color:#FFFFFF;
font-size:16px;
margin-right:35px;
font-family:Tahoma;
text-decoration:none;}

.SearchDiv{
text-align:center;
padding-top:30px;}

.SearchBtn {
background:url(../../images/SerachBtn.gif) no-repeat;
width:80px;
height:25px;
border:0px;
color:#FFFFFF;
font-size:15px;

font-size:14px;
cursor:pointer;}


.SearchInput{

font-size:14px;
height:18px;
margin:5px 0px 5px 0px;
color:#898989;}

.ServicesDiv a{
line-height:175%;
font-size:18px;
display:block;}

.IconsHome{
float:right;
display:block;
margin-right:18px;}


.ContactForm{
float:left;
display:block;
margin-top:-50px;}

.ContactText{
float:right;
display:block;
width:535px;
padding:10px;
background:#f2f2f2;
border:1px solid #e0e0e0;
line-height:150%;}

.ContactText h2{
margin:0px;
padding:0px;
font-size:18px;
}

.ContactText img{
float:right;
padding-left:20px;}

.ContactText a{
color:#EF6E18;}


.ImgRight{
float:left;
display:block;
border:1px solid #fe8b22;
padding:2px;
margin:2px;}


.ImgLeft{
float:right;
display:block;
border:1px solid #fe8b22;
padding:2px;
margin-left:10px;
margin-bottom:5px;
margin-top:3px;}


.anchor {
color:#333333;
cursor:text;
text-decoration:none;}

.PowerdAqar{
padding-top:20px;}

.PowerdAqar span{
font-size:10px;}

.HomeFrame{
padding-top:5px;}

.BackToTop{
background:#f2f2f2;
text-align:left;}

.hiddenfooter{
color:#fff;
font-size:1px;}

.hiddenfooter a{
color:#fff !important;
font-size:1px;}

.TeamAgent{
width:160px;
padding:15px;
background:#f2f2f2;
border-left:1px solid #FE8B23;
border-bottom:10px solid #FFFFFF;}

.TeamAgent span{
font-weight:bold;
color:#FE8B23;
}

.TeamAgent a{
color:#FE8B23;
}
