/* Start of CMSMS style sheet 'Global' */
html, body {
margin: 0;
padding: 0;
width: 100%;
background-color: #eaeaea;
color: #555;
font: normal 10pt Arial, Verdana, sans-serif;
background: url('uploads/images/GlobalBG01.jpg');
}

html {
/*overflow:scroll;*/
}

body {
color: #555;
}


.container {
width: 1000px;
padding: 20px;
margin: 20px auto;
text-align: left;
background-color: #FFF;
border: 3px solid #ccc;
margin-bottom: 20px;
}

.site {
margin-bottom: 10px;
background-position: center;
display: block;
height: 100%;
}

.header1 {
background: url('uploads/images/GlobalHeader01.jpg');
background-repeat: no-repeat;
}

.header2 {
background: url('uploads/images/GlobalHeader02.jpg');
background-repeat: no-repeat;
}

.header3 {
background: url('uploads/images/GlobalHeader03.jpg');
background-repeat: no-repeat;
}

.leftside {
float: left;
width: 300px;
}

.rightside {
float: right;
width: 700px;
}



.logo {
padding: 10px 0 0 10px;
height: 134px;
}


.menu {
float: left;
color: #000;
width: 290px;
float: left;
}

.tools {
margin: 5px;
padding-top: 130px;
height: 65px;
text-align: right;
}


.submenu {
float: left;
width: 290px;
padding-top: 20px;
height: 140px;
border-top: 1px solid #172559;
}

.content {
float: left;

font-size: 12px;
line-height: 150%;
color: #555;
width: 520px;


margin-bottom: 20px;
margin-top: 20px;


}


.content_content {
float: left;
padding: 0 10px 20px 10px;

width: 500px;

font-size: 12px;
line-height: 150%;
color: #555;

margin-bottom: 5px;
border-bottom: 3px solid #172559;

border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
}



.bottom_content {
font-size: 10px;
}

.content img {
margin-left: 7px;
margin-bottom: 7px;
}


.news {
float: left;
margin-left: 10px;
padding: 10px;
width: 148px;
background-color:  #DBEAF5;
color: #000;
font-size: 11px;

margin-top: 20px;
}


.details img {
margin: 0 10px 4px 0;
}





.footer {
color: #ccc;
font-size: 11px;
font-weight: normal;

}

form {
padding: 0;
margin: 0;
}

input {border: 1px solid #000;}



#select1, #select2, #select3 { display: none; }
/* End of 'Global' */

