﻿html
{
    height: 100%;
    background: url(/c/style/images/body-bg.gif) repeat-x center top #6f7981;
}

*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .78em;
    color: #666666;
    margin: 17px 0 0 0;
}

p
{
    padding: 0 0 20px 0;
    line-height: 1.7em;
}
#message p {margin: 10px 0; padding: 0;}
img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    color: #00AEED;
    padding: 0 0 5px 0;
}

h1
{
    line-height: 140%;
    margin: 10px 0px;
    font-size: 1.8em;
    font-weight: normal;
}
h2
{
    line-height: 140%;
    margin: 10px 0px;
    font-size: 1.4em;
    font-weight: normal;
}
h3
{
    line-height: 140%;
    margin: 10px 0px;
    font-size: 1.2em;
    font-weight: normal;
}
h4
{
    line-height: 140%;
    margin: 10px 0px;
    font-size: 1.0em;
    font-weight: normal;
}

a, a:hover
{
    outline: none;
    text-decoration: underline;
    color: #00AEED;
}

a:hover
{
    text-decoration: none;
}

.left
{
    float: left;
    width: auto;
    margin-right: 10px;
}
address
{
    font-style: normal;}
.right
{
    float: right;
    width: auto;
    margin-left: 10px;
}

.center
{
    display: block;
    text-align: center;
    margin: 20px auto;
}

/* block quote */
blockquote
{
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 3px solid;
  
    border-color: #00AEED;
    line-height: 140%;
}

blockquote strong
{
    display: block;
    padding: 10px 0 10px 0;
}

ul
{
    margin: 2px 0 22px 17px;
}

ul li
{
    list-style-type: disc;
    margin: 0 0 0px 0;
    padding: 0 0 4px 5px;
}



#main, #logo, #menubar, #site_content, #footer, #header
{
    margin: 0 auto 0 auto;
}

#header
{
    /*background: url(back.png) repeat-x;*/
    height: 100px;
}

#logo
{
    width: 850px;
    height: 110px;
    border-top: 5px solid;
    background: transparent url(/c/style/images/absorb-english_h70.jpg) no-repeat left top;
    border-color: #FFFFFF;
    margin: 0px auto 0 auto;
}
#banner
{
    width: 850px;
    height: 107px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto 0 auto;
}
#banner h1
{
    position: absolute;
    top: 26px;
    left: 25px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#logo #logo_text
{
    top: 0px;
    left: 0;
}
#logo .subtitle 
{
    color:  #6B717B;
    font-weight: normal;
}
#logo h1
{
    border-bottom: 0;
    text-transform: none;
    margin: 0;
    padding: 20px 0 0 95px;
    background: transparent;
    color: #00AEED;
    font-weight: bold;
    
}

/* navigation menu */
#menubar
{
    width: 850px;
    height: 35px;
    background: #6B717B;
}

ul#menu
{
    margin: 0px;
}

ul#menu li
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}


ul#menu li a:hover, ul#menu .tab_selected, ul#menu li .tab_selected a:hover
{
    background-color: #00AEED;
}

ul#menu li a
{
    display: block;
    float: left;
    height: 25px;
    text-decoration: none;
    padding: 10px 18px 0px 18px;
    text-align: center;
    border-right: 1px solid;
    background: transparent;
    color: #FFF;
    border-color: #898977;
}

#site_content
{
    width: 850px;
    min-height: 550px;
    margin: 0px auto;
    background-color: #ffffff;
}

.sidebar
{
    float: right;
    width: 190px;
    padding: 10px 15px 20px 15px;
}

.sidebar h3 {color: #6B717B;}
.sidebar ul
{
    width: 190px;
    padding: 4px 0 0 0;
    margin: 4px 0 10px 0;
}

.sidebar li
{
    list-style: none;
    padding: 0 0 7px 0;
}

.sidebar li a, .sidebar li a:hover
{
    padding: 0 0 0 25px;
    display: block;
    background: transparent url(/c/style/images/link.png) no-repeat left center;
}

.sidebar li a.selected
{
}

#content
{
    text-align: left;
    width: 560px;
    padding: 10px 50px 10px 20px;
}
#content p, #content blockquote
{
    text-align: justify;
}
#content #col1  {
width: 150px;
position:absolute;
margin: 0 0 0 20px;
padding: 10px;
border: 1px solid #00AEED;
height: 250px;
}
#content #col2  {
width: 150px;
position:absolute;
margin: 0 0 0 210px;
padding: 10px;
border: 1px solid #00AEED;
height: 250px;
}
#content #col3  {
width: 150px;
position:absolute;
margin: 0 0 0 400px;
padding: 10px;
border: 1px solid #00AEED;
height: 250px;
}
#sectors { width: 400px; height: 300px;}

#footer
{
    width: 850px;

  font-size: 85%;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: left; 
  /*background: #635B53 url(images/footer.png) repeat-x;*/
  background-color:  #6f7981;
  color: #ffffff;

}

#footer a, #footer a:hover
{ background: transparent;
  color: #ffffff;
  text-decoration: none;}

#footer a:hover
{ background: transparent;
  color: #FFF;text-decoration: underline;}




#footer .copyright{
	clear:both;
	padding:2px 0px;
	display:block;
	font-size:10px;
padding: 10px 0 50px 0;
}








#contact-us label
{
    width: 80px;
    float: left;
}
#contact-us #comments
{
    width: 225px;
    height: 50px;
}
#contact-us .submit
{
    border: #00AEED 1px solid;
    padding: 4px 8px;
    background-color: #00AEED;
    color: #ffffff;
    font-weight: bold;
}
#contact-us #errors li
{
    color: #FF0000;
}
#contact-us input.error, #contact-us textarea.error
{
    border: dotted 1px #FF0000;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #00AEED;
	color: white;
}

