/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
{
margin:0;
padding:0;
}

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
background-color:#fafafa;
background-image: url(uploads/images/bg.jpg);
background-repeat: repeat-x;
color: #666;
text-align: left;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
font-size : 12px;
color: #666;
}

img {
   border: 0;
}


a {
color:#cb1206;
font-family : Century Gothic, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:link 

a:active {
font-family : Century Gothic, Arial, Helvetica, sans-serif;
   text-decoration: underline;
background-color: transparent;
   color: #18507C; 
}

a:visited {
color:#cb1206;
font-family : Century Gothic, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:hover {
font-family : Century Gothic, Arial, Helvetica, sans-serif;
   text-decoration: underline;
background-color: transparent;
   color: #cb1206; 
}


div#pagewrapper {
width: 836px;
padding:0;
margin: auto;
background-color: #414141;
}


div#header {

width: 836px;
height: 276px;      
}

div#header h1 a {
   text-indent: -999em; 
   text-decoration:none;
display: block;
}



div#search {
   float: left;
   width: 27em;   
   text-align: left;
font-size:11px;
margin-top: -40px;
margin-left: 18px;
background-color: transparent;
}



div#content {
   width: 836px;
   background: #414141 url(uploads/images/back.jpg) 0 0px; 
}


html>/**/body #content{
margin-top:-5px;
}

html>body #content { 
margin-top:-7px;
}

*:lang(en) #content { 
margin-top:-15px;
}



div.breadcrumbs {
float:right;
margin-right: 25px;
margin-top: 15px;
}


 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#side {
    margin-left:0px;
    width: 175px;
}


div#side {
    margin-left:0px;
    width: 0px;
float: left;
}

    div#side p{
    margin: 0;
    width: 155px;
    padding: 0px;
    }




html>body #side{
margin-top:-12px
}

*:lang(en)  #side{
margin-top:-12px
}



div#main {

width: 570px;
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */

}


html>/**/body #main{
margin-top:0px;
}

html>body #main {
margin-top:-25px
}

*:lang(en)  #main {
margin-top:15px
}



    div#main p{
    margin: 0;
    width: 550px;
    padding: 12px;
    }


div#main a {
color:#666;
font-family :  Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;

}


div#main a:link 

div#main a:active {
color:#666;
font-family :  Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}

div#main a:visited {

color:33CCFF;
font-family :  Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;

}

div#main a:hover {
color:#9f9f9f;
font-family :  Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   background: #414141 url(uploads/images/bot.jpg) no-repeat 0 0px; 
height: 62px;
   color: #cb1206;
}



*:lang(en) #footer{ 
margin-top:-12px;
}



div#footer p {
   font-size: 12px;
   padding: 24px;      /* some air for footer */
   text-align: center; /* centered text */
   margin-left:0px;
}

div#footer p a {
   color: #cb1206;
}



/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
    color:#cb1206;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 20px 0px 10px 13px;
    text-decoration: none;
   line-height: 0em;
}
div#content h3 {
    color:#cb1206;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-left: 13px;
    text-decoration: none;
}
div#content h4 {
   color: #cb1206; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
}
blockquote {
   border-left: 10px solid #cb1206;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;

}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

.searchsubmit {

 

                font-family: Arial, Helvetica, sans-serif;

                font-size: 12px;

                background-color: #cc1206;

                border-top-width: 3px;

                border-right-width: 0px;

                border-bottom-width: 1px;

                border-left-width: 0px;

                text-align: center;

                color: #FFFFFF;

                font-weight: bold;

                border-top-style: solid;

                border-right-style: solid;

                border-bottom-style: solid;

                border-left-style: solid;

                border-top-color: #cc1206;

                border-right-color: #cc1206;

                border-bottom-color: #cc1206;

                border-left-color: #cc1206;


}


/* END LISTS */



/* End of 'Layout: Top menu + 2 columns' */

