body{
	 font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

li{
	list-style-type:none;
}

#page{
    width: 940px;
    margin: 0 auto;
    color: #111;
    background-color: #fff;
	 background-image: url(images/container.gif);
}

#header{
	background-image: url(images/header.gif);
	height: 112px;
}

#navigation{
	position: relative;
	padding: 90px 0px 0px;
}

div.menu{
    margin-top: 0px;
}

#primary{
    font-size: 80%;
    line-height: normal;
    padding: 0 0 1px 8px;
}

#primary a{
    background: #6DA6E2 url(images/primary.gif);
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
	 width: 180px;
	 height: 22px;
	 text-align: center;
    background-position: 0 0px;
}

#primary a:hover{
    background-position: 0 -22px;
	 color: #FBA91C;
    text-decoration: none;
}
#primary a.active {
    background-position: 0 -22px;
	 color: #FBA91C;
}

#primary ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

#primary ul.links li{
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
}

#container{
	margin: 5px 7px 0px 7px;
   max-width: 940px;
}


#container #sidebar-left{
    width: 185px;
}

#container #sidebar-right{
    width: 185px; 
}
  
#container .sidebar{
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
}

body.two-sidebars{
    min-width: 940px;
}

body.sidebar-left, body.sidebar-right{
    min-width: 940px;
}

body.sidebar-left #main,
body.two-sidebars #main{
    margin-left: -185px
}

body.sidebar-left #squeeze,
body.two-sidebars #squeeze{
    margin-left: 185px;
    padding-left: 1em;
}

body.sidebar-right #main,
body.two-sidebars #main{
    margin-right: -185px;
}

body.sidebar-right #squeeze,
body.two-sidebars #squeeze{
    margin-right: 185px;
    padding-right: 1em;
}

#squeeze{
    position: relative;
}

#main{
	float: left;
	width: 99%;
	font-size: 80%;
}

#footer{
  	background-image: url(images/footer.gif);
   color: #FFFFFF;
   text-align: center;
   margin: 0;
   font-size: 80%;
	height: 20px;
}


/**
 * block
 */

.block {
  font-size: 80%;
  text-decoration: none;
}

.block li a.active{
   
}

#content h1{
	padding: -2px 5px;
	font-size: 140%;
}

#content li{
	list-style-type: disc;
}

.block h2{
	background: url(images/tabs.gif);
	padding: -2px 5px;
	margin: 1 em 0 .5em 0;
	font-size: 100%;
	height: 21px;
}

.clear-block {
	display:block;
	padding: 0 0 1.5em 0;

}
/**
 * headings
 */

h1,h2,h3,h4,h5,h6{
    font-size: 130%;
	 font-weight: bold;
}

/**
 * links
 */

a:link,
a:visited{
    color: #2763A5;
    text-decoration: none;
}

a:hover,
a:focus{
    color: #6191C5;
    text-decoration: underline;
}

a:active,
a.active{
    color: #89A3E4;
}

p{
    padding: 0 0 0.5em 0;
    margin: 0;
}

blockquote{
    border: 1px #ccc solid;
    margin: 0.5em 1em;
    padding: 0.3em;
    font-style: italic;
}

img{
    border: 0;
}

fieldset{
    border: solid #ccc 1px;
}

select, input, textarea{
    font: 85% Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

table{
    font-size: 100%; /* Forces font size inheritance in IE5 */
    font-size: inherit;
    border-collapse: inherit;
}

tr, td{
    padding: .25em;
}

/*
 * drupal froms
 */

.form-item,
.form-checkboxes,
.form-radios{
    margin: 1em 0;
}

.form-item input.error, 
.form-item textarea.error,
.form-item select.error{
    border: 2px solid #c00;
}

.form-item label{
    display: block;
    font-weight: bold;
}

.form-item label.option{
    display: inline;
    font-weight: normal;
}

.form-required{
    color: #c00;
}

.form-item .description{
    font-size: 0.85em;
}
.item-list li{
	font-size: 0.80em;
}

.form-checkboxes .form-item,
.form-radios .form-item{
    margin: 0.4em 0;
}

.form-submit{
}

.container-inline .form-submit{
}

.tips{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}


.tabs{
	font-size: 100%;
}

/*
 * projects image
 * for testing only
 */
.node{

    margin-bottom:5px;
    margin-top:5px; 
}
.title{
    border-bottom:1px solid #DDDDDD;
}

#banner1{
   padding: -5px;
	background-image: url(images/banner1.jpg);
	width: 930px;
	height: 290px;
}
#banner2{
   padding: -5px;
	background-image: url(images/banner2.jpg);
	width: 930px;
	height: 290px;
}

.translation-link  {
	display: none;
}