/* Start of CMSMS style sheet '00Promo' */
 div#content {
margin-left: 49px; 
     /* some air above and under menu and content */
/* set the margin of the content to height of footer + 30px */
margin-bottom: 130px;
width:868px;
clear: both;
}

div#inpage {
width:100%;
margin-left:90px;
}

div#main {
   margin-right: 200px;
   height:375px;
}

div#col1 {
   width:300px;
margin-top:20px;
   padding:0px 0px 0px 28px;
   float:left;
   background: #FFF url(uploads/images/arrow.gif) no-repeat;
   background-position: 3px left;
}

div#col2 {
   float:right;
   width:260px;
   padding-bottom:20px;
}

div#greyblock {
   width:650px;
margin-left:28px;
   border-top: 3px solid #a8abac;
float:left;
}

div#col3 {
   width:400px;
   float:left;
   padding-bottom:70px;
}

div#menu_level3 {
   float:left;
   width:203px;
padding-bottom:20px;
}

div#menu_level3 a:hover {
  text-decoration:underline;
}

div#col4 {
display:none;
float:right;
   height:40px;
margin-top:12px;
   width:310px;
   padding: 8px 8px 0px 26px;
   background-color:#d1d2d4;
   font-size:85%;
}

div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 436px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear: both;       /* keep footer below content and menu */
position: relative;
/* height must be equal to negative margin */
	margin-top: -100px;
	height: 100px;
   color: #FF00A2;
   margin-left: 166px;
}

.copyright {
   color: #a7a9ac;
margin-right:12px;
}

.copyright a {
   color: #a7a9ac;
}

div#footer p {
   font-size: 11px;
   padding: 1.5em;       /* some air for footer */
   text-align: left;
   line-height: 21px;
   color: #333;
}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
   text-decoration: none;
}

div#footer p a:hover {
   color: #ec008c;
   background: #FFF;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.31em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #333;
}

div.title {
   width:380px;
}

div#content h2 {
	color: #333; 
             font-weight:normal;
	font-size: 1.31em;
             line-height:1.2em; 
	text-align: left; 
/* some air around the text */
        padding-top: 36px;
	padding-left: 28px;
	padding-bottom: 12px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}


div#col3 h2 {
	color: #666666; 
        font-weight:normal;
	font-size: 1.2em;
        line-height:1.2em; 
	text-align: left; 
/* some air around the text */
        padding-top: 36px;
	padding-left: 0px;
	padding-bottom: 12px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

div#content h3 {
   font-size: 0.88em;
   line-height: 1.3em;
   font-weight:normal;
   margin: 0 0 1em 0;
}
div#content h4 {
   color: #333; 
   font-size: 0.75em;
   font-weight:normal;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #333; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #333; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */


/* TEXT */
p {
   font-size: 0.81em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
}

p.disclaimer {
   padding:10px 0px 0px 12px;
   font-size:0.9em;
}

blockquote {
   border-left: 10px solid #ddd;
   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 {
}
div#main ul li,
div#main ol li {
}

div#col3 ul,
div#col3 ol,
div#col3 dl {
   font-size: 0.81em;
  line-height:1.3em;
  margin: 1.5em 0 1.7em 0;
}

div#col3 ul li {
   list-style:square;
   margin: 0 0 0.8em 1.2em;
}

div#col3 ol li {
   margin: 0 0 0.8em 1.2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of '00Promo' */

