* {
    padding: 0;
    margin: 0;
    border: 0;
}
body, html, h2 {
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size:11px;
    color:#333538;
    height: 100%;
}
body {
    min-width: 860px; /* Don't work in IE */
}
img {
    border: 0;
}
a {
    cursor: pointer;
}
.clear { clear: both; }
#mainContainer {
    min-height: 100%;
    background: url(../_img/content-right-end.png) 100% 0 no-repeat;
}
* html #mainContainer {
    height: 100%;
}
#header {
    background: url(../_img/reps.jpg) repeat-x #4b5768;
    background-position: 328px 0;
    height:50px;
    margin-left: 272px;
        min-width: 665px;

}
.outer {
    padding-left: 272px;
    padding-right: 20px;
}
.inner {
    width: 100%;
    padding-bottom: 88px;
}
.float-wrap {
    float: left;
    width: 100%;
    margin-left: -272px;
    min-height:500px;
    height:100%;
}
#content {
    float: right;
    margin-right: -272px;
    width: 100%;
    position: relative; /*** IE needs this  ***/
    min-height:500px;
    margin-left: 0;
    height:100%;
}
.contentWrap {
    min-height:500px;
    height:100%;
}
#left {
    float: left;
    width: 272px;
    position: relative; /*** IE needs this  ***/ 
}
#right {
    float: right;  
    width: 20px;
    position: relative; /*** IE needs this  ***/
    margin-right: -20px;
    position: relative; /*** IE needs this  ***/ 
}
#footer {
    height: 88px;
    margin-top: -88px;
    text-align: left;
    color: #fff;
    background: url(../_img/footer-r-fill.png) repeat-x #4b5768;
    min-width: 936px;
}
#footer div {
    clear: both;
}
.cmenu {
    height:36px;
    background-image: url(../_img/content-fill.png);
    background-repeat: repeat-x;
    text-align: left;
    padding-left:10px;
    background-color: #2a3341;
    min-width: 655px;
}
.cmenu img {
    padding-top: 12px;
    margin:0 6px 0 6px;
}
#ctext {  
    font-size: 11px;                
    padding: 32px;
    background: #dce6e9 url(../_img/rats.png) no-repeat bottom left;
    min-height: 500px; 
    height: 100%;
    text-align: justify;
    min-width: 600px;
}
.fmenu {
    background-image: url(../_img/footer-r.png);
    background-repeat: no-repeat;
    background-position: right;
    height:88px;
}
.d { margin-top: -30px; margin-left: 304px; }
.d a, .link {
    font-size: 11px;
    color: #9babb5;
    text-decoration: none;
}
.d a:hover, .link:hover {
    color: #ffbd54;
    text-decoration: none;
}
.b {
    font-weight: bold;
    width: 300px;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%;left:0;z-index:3;}
#loader {
	font-family: "Trebuchet MS",Tahoma, Helvetica, sans;
	font-size:11px;
	color:#000000;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:130px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:3;
}
.language {
    position: absolute;
    left:0;
    top:16px;
}
.language img {
    margin-bottom:7px;
}
.smenu {
    position: relative;
    margin-left:-32px;
    margin-top: -32px;
    margin-right: -32px;
    padding-top: 8px;
    padding-left: 12px;
    height: 25px;
    background-color: #838c95;
    width: auto;
}
.smenu a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 8px 0 8px;
}
.smenu a:hover{
    color: #ffba00;
    text-decoration: underline;
}
#smenus{
    color: #ffba00;
    text-decoration: underline;
}
li {
    margin-left: 40px;
    list-style-image: url('../_img/bullet.png');
}
h1 {
    font-size: 15px;
}
.slink {
    font-size: 11px;
    color: #333538;
    text-decoration: none;
}
.slink:hover {
    color: #ffbd54;
    text-decoration: none;
}

.text {
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size: 10px;
}
.value {
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size: 12px;
}
.formbutton {
    border-width: 1px; 
    border-color: #A7B8C1; 
    border-style: solid;
    color: #465F7B; 
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size: 10px;
    background-color: #F5F5F5;
    cursor: pointer;
}
.formtextarea {
    border-width: 1px; 
    border-color: #A7B8C1; 
    border-style: solid;
    color: #465F7B; 
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size: 10px; 
    background-color: #FFFFFF;
}
.formselect {
    border-width: 1px; 
    border-color: #A7B8C1; 
    border-style: solid;
    color: #465F7B; 
    font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
    font-size: 10px;
    background-color: #FFFFFF;
}

.radio { color: #465F7B; }
