/* Start of CMSMS style sheet 'Colored : Colored' */
* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Georgia, Serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #000;
line-height: 17px;
}

img { 
border: none; 
}

a { 
color: #000; 
}

a:hover { 
text-decoration: none; 
color : #0096c1; 
}

#wrap {
position: absolute;
left: 0px;
background: #fff;
padding: 0px;
width: 880px;
margin: 0 auto;
}

#header {
position: absolute;
left: 10px;
top: 31px;
width: 880px;
height: 100px;
border-bottom: 1px solid black;
background-color: #fff;
background: url('uploads/images/header_bg.jpg');
background-repeat: no-repeat;
background-position: right;
z-index: 1;
}

#header h1 {
position: relative;
font-size: 40px;
/* color: #0096c1; */
color: #000;
margin-top: 32px;
margin-right: 35px;
/* line-height: 60px; */
z-index: 1;
text-align: right;
}

#menu {
position: absolute;
left: 10px;
top: 0px;
height: 30px;
width: 880px;
line-height: 30px;
border-bottom: 1px solid black;
font-family: Geneva, sans-serif;
font-size: 15px;
font-weight: normal;
background-color: white;
z-index: 1;
}

#menu li{
float: left;
list-style-type: none;
padding-right: 10px;
}

#menu li a{ 
color: #000;
display: block;
text-decoration: none;
padding: 0 10px;
}

#menu li a:hover {
color: #0096c1;
}

#menu ul { 
}

#menu li a.menuactive {
color: #0096c1;
}

#content { 
position: absolute;
left: 160px;
margin-left: -160px;
width: 100%;
height: 100%;
overflow: auto;
}

#right {
position: absolute;
left: 180px;
top: 132px;
width: 690px;
padding: 10px 10px 0px 10px;
float: right;
font-size: 13px;
overflow: auto;
}

#right h3 {
margin: 0px 0px 8px 0px;
padding: 0px;
font-family: Geneva, sans-serif;
font-size: 15px;
font-weight: 100;
}

#right a {
font-weight: bold;
color: #000;
text-decoration: none;
}

#right a:hover {
color: #0096c1;
font-weight: bold;
}

#left {
position: absolute;
left: 10px;
top: 132px;
width: 150px;
padding: 9px 10px 7px 10px;
margin-top: 0px;
float: left;
font-family: Geneva, sans-serif;
border-bottom: 1px solid black
}
#left h3 { 
color: #000; 
}
#left ul { 
list-style-type: none; 
padding: 0px; 
}

#left ul li { 
padding: 1px 0 3px 0; 
}
#left ul li a { 
color: #000;
display: block; 
text-decoration: none; 
font-size: 15px; 
}

#left ul li a:hover { 
color : #0096c1; 
}

#left ul li a.menuactive { 
color : #0096c1; 
}

#footer {
position: absolute;
top: 572px;
width: 870px;
left: 10px;
font-size: 13px;
color: #000;
text-align: center;
height: 30px;
line-height: 30px;
background: #fff;
border-top: 1px solid black;
text-align: left;
padding-left: 10px;
}

#footer a { 
color: blue;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}

.embobj {
z-index: 0;
}
/* End of 'Colored : Colored' */

