/* Start of CMSMS style sheet 'CCQS : Main' */
body {
   margin:0;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   background: url(/images/ccqs/newbg.gif) #E9EBE9 repeat top;
}

p {
font-size: 0.8em;
margin-top: 1px;
}

form{
font-size: 0.8em;
}

form label{
float: left;
width: 30%;
}

#content img {
   border: solid 1px #B9BAD8;
   padding: 4px;
   background: #fff;
}

a {
color: #0000ff;
}

#content ul {
font-size: 0.8em;
}


/* LAYOUT DIVS */
#pagewrapper {
   margin: 0 auto;
   width: 950px;
   background-color: #fff;
   border-left: 8px solid #fff;
   border-right: 8px solid #fff;
}

#header {

}

#headLeft{
float: left;
width: 49%;
}

#headRight{
float: right;
width: 49%;
}

#masthead{
width: 950px;
height: 150px;
background: url(/images/ccqs/new-masthead.jpg) no-repeat;
text-align: right;
padding: 120px 0 0 0;
margin-bottom: 0.2em;
}

#search {
   color: #fff;
   margin-right: 10px;
}

#search input {
   margin: 0 0 0 2px;
   color: #666666;
}

#certificate{
/* width: 500px; */
margin: 5px 0 5px 0;
padding: 1em;
border: dotted 1px #07077A;
background: #E9EBFF;
}

.breadcrumbs {
margin: -120px 0 0 0.6em;
font-size: 0.8em;
height: 22px;
}

#leftsidebar {
   float: left;
   width: 200px;
   display: inline;  /* FIX IE double margin bug */
}

#menu_top{
width: 200px;
height: 29px;
background: url(/images/ccqs/nav-top.gif) no-repeat;
border-bottom: 1px solid #fff;
}

#menu_bottom{
clear: both;
width: 200px;
height: 29px;
background: url(/images/ccqs/nav-bottom.gif) no-repeat;
border-top: 0;
margin-top: -1px;
}


#content {
   margin-left: 210px;
   margin-right: 230px;
   padding: 0 5px 0 5px;
}

#rightsidebar {
   float: right;
   width: 210px;
   padding: 0 0 0 10px;
border-left: 1px dotted #B9BAD8;
}

#news_top{
width: 210px;
height: 29px;
background: url(/images/ccqs/news-top.gif) no-repeat;
border-bottom: 1px solid #fff;
}


#footer {
   clear: both;
   border-top: 1px solid #B9BAD8;
   background-color: #fff;
   color: gray;
}

#footer p {
   font-size: 0.7em;
   padding: 1em 0 1em 0;
   text-align: right;
   margin: 0;
}

#footer a {
   color: gray;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

.right {
float: right;
width: 49%;
text-align: right;
}

.left {
float: left;
width: 49%;
}

.clear{
height: 1px;
clear: both;
}


/* HEADING STYLES */
h1 {
   margin: 0 0 10px 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 1.8em;
   color: #07077A;
   border-bottom: solid 1px #07077A;
}

h2 {
   margin: 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 1.1em;
   color: #07077A; 
}

h3 {
   margin: 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 1em;
   color: #07077A; 
}

h4 {
   margin: 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 1em;
   color: #07077A;
}

h5 {
   margin: 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 0.9em;
   color: #07077A;   
}
/* END HEADING STYLES */

#content a {
width: 500px;              /* constrain width */
overflow: hidden;         /* hide excess */
}



/* End of 'CCQS : Main' */

