* {
  margin:0;
  padding:0;
}

/* force right scrollbar to stop content movement */
html {
    overflow-y: scroll;
}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;
  font:13px arial,helvetica,clean,sans-serif;
  background:#444;
  color: #fff;
  margin: auto;
}

h2, h3{
  color: #fff;
}

h2{
  padding-top: 2px;
  font-size:14px;
  background-repeat: no-repeat;
  text-align:left;
}

h2.other{
  margin-bottom: 5px;
  text-align: center;
}

h2.group {
  background-image:url('/images/group-medium.png');
  padding-left: 38px;
  padding-right: 38px;
}

.registration h2.group{
  padding-bottom: 8px;
}

h2.searchhdr {
  background-image:url('/images/search-medium.png');
  background-position: 5px 0px;
}

h2.document {
  background-image:url('/images/document-medium.png');
}

h2.project {
  background-image:url('/images/project-medium.png');
  padding-left: 35px;
  padding-right: 35px;
  background-position: 5px 0px;
}


a{
  text-decoration:none;
  font-weight:700;
  color: #fff;
}

a:hover{
  color:#ffbf00;
}

.hdr_lk, .top_hdr_lk{
  color: #ffbf00;
  font-size: 11px;
  float: right;
  background: transparent url('/images/menu-link.gif') 0px 0px no-repeat;
  padding: 0px 4px 0px 10px;
  margin: 2px;
}

.top_hdr_lk{
  color: #000000;
  float:none;
}

.hdr_lk a:hover{
  text-decoration:underline;
}
 
ul{
  list-style-type:none;
  list-style-image:none;
}

#container{
  text-align: left;
  border-left: solid #fff 10px;
  border-right: solid #fff 10px;
  border-bottom: solid #fff 10px;
  width:820px;
  background: #809fb6 url('/images/header-grad-blue.gif') 0 0 repeat-x;
  margin:0 auto 0 auto;
}

#menu{
  width: 820px;
}

.hdr_right{
  float:right;
  margin-top: 10px;
}

#languages{
  max-height:50px;
  padding: 5px;
}

#languages li{
  display:inline;
  list-style-type:none;
}

.top_m ul{
  height: 27px;
}

.top_m li{
  background: transparent url('/images/menu-bg.gif') top left repeat-x;
  height: 27px;
  margin-right: 1px;
  padding-top: 5px;
  text-align:center;
  width: 163px;
  float:right;
}

#content{
}

#content ul{
}

#content ul li{
}

#main_content{
  width:810px;
  position:relative;
  padding: 5px;
  min-height:400px;
  overflow:hidden;
}

#footer{
  background: transparent url('/images/menu-bg.gif') top left repeat-x;
  height:27px;
}

#footer_navigation{
  text-align: left;
  height:15px;
  vertical-align: middle;
  font-size:10px;
  color: #eee;
  padding: 7px;
}

.subcontent, .sub_double{
  background: #444 url('/images/subcontent-bg.png') top left repeat-x;
  margin-left: 1px;
  float:left;
  width:201px;
  text-align:center;
  height: 248px;
  color: #fff;
}

.nobg{
  background: transparent url('/images/header-bg.gif') top left repeat-x;
  height: 100%;
  text-align:left;
  color: #fff;
}

.sub_double{
  width:401px;
  color: #fff;
}

.box{
  height: 248px;
  border: 1px solid #666;
  border-top: none;
  color: #fff;
}

.subcontent h2{
  padding-left: 40px;
  padding-right: 40px;
  height: 26px;
}

.mobox{
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  margin: 0;
  border: 0;
  color: #fff;
}

.crm_band{
  background: transparent url('/images/crm-band.gif') bottom right no-repeat;
}

.person{
  margin-top: 20px;
}

label{
  color: #fff;
}

.left{
  float:left;
}

.right{
  float:right;
}


.clear_left{
  clear:left;
}

.clear_both{
  clear:both;
}

.right_img img{
  float: right;
  margin-left:5px;
}

.left_img img{
  float: left;
  margin-right:5px;
}

a img{border:none}

.top_m li a:hover{
  text-decoration:underline;
  color: #ffbf00;
  
}  

.top_m li a.selected{
  color:#ffbf00;
}  

.front-main{
  height: 155px;
  background: transparent url('/images/p1.png') 0px 0px no-repeat;
  padding: 5px;
}

.big-text{
  font-size: 33px;
  margin-top: 25px;
  color: #fff;
}
 
.small-text{
  color: #eee;
  font-size: 23px;
}
 
.small-text, .big-text{
  text-align: center;
}

.registration, .listing{
  margin-left:10px;
  margin-right:10px;
  border: none;
}

.registration{
  color: #111;
}

.registration textarea{
  width:450px;
  height:170px;
}

/* IE6 Fixes (if we can be bothered) */

* html body{
  font-family:Helvetica, Verdana, Arial, sans-serif; 
  text-align: center;
}

* html h2, * html h2.group, * html h2.document, * html h2.project, * html h2.searchhdr{
  background-image: none;
  padding-top: 5px;
  padding-left: 5px;
}

* html #container{
  width:810px;
  border: none;
}

* html #main_content{
  padding: 5px;
}

* html #menu{
  margin: 0;
}

* html #footer{
  width: 821px;
}

* html .front-main{
  height: 165px;
  background: transparent url('/images/p1.png') 0px 0px no-repeat;
  margin-left: 7px;
  padding-right: 0px;
}


* html ul, * html li{
  margin: 0px;
  padding: 0px;
}

* html .subcontent{
  margin-left: 1px;
  float:left;
  width:200px;
  text-align:center;
  height: 248px;
  background-image: none;
  border-top: 1px solid #444;
}

* html .top_m li{
  float:left;
  padding-top: 5px;
  margin-right: 1px;
  width:163px;
}
