/* Start of CMSMS style sheet '02Land_News' */
 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%;
height:800px;
margin-left:108px;
min-height:800px;
}

div#main {
   margin-right: 520px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
}

div#col1 {
   width:194px;
   padding-left:28px;
   float:left;
   background: #FFF url(uploads/images/arrow.gif) no-repeat;
   background-position: 3px left;
   padding-bottom:20px;
}

div#menu_level3 {
   float:left;
   width:203px;
padding-bottom:20px;
}

div#menu_level3 a:hover {
  text-decoration:underline;
}

div#col2 {
width:310px;
float:left;
}

div#col4 {
   float:right;
   width:180px;
}

.twitter_title {
  color:#999999;
  font-size:0.81em;
  padding: 0 0 5px 11px;
}

div#twitter {
   font-size:0.81em;
   width:140px;
   border: 1px solid #d3d4d5;
   padding: 15px 12px 20px 14px;
}

div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 546px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-top:70px;
   margin-right:40px;
   height:500px;
}

/* 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 {
      /* keep footer below content and menu */
clear:both;
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
*********************/

/* HEADINGS */
div#content h1 {
	color: #a6a9ab; 
	font-size: 2.63em;
font-weight:normal;
             line-height:1em; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
letter-spacing:-0.08em;
}
div#content h2 {
	color: #000; 
             font-weight:normal;
	font-size: 1.31em;
             line-height:1em; 
	text-align: left; 
/* some air around the text */
        padding-top: 36px;
	padding-left: 28px;
	padding-bottom: 1px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #a6a9ab; 
   font-size: 2.63em;
   font-weight:normal;
   line-height:1em; 
   text-align: left; 
   padding-bottom: 1px;
   margin: 0 0 0.5em 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:#999;
   font-size:0.81em;
   padding-bottom:5px;
   font-weight: normal;
}

/* END HEADINGS */


/* TEXT */
p {
   font-size: 0.81em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

div#col1 {

}

div#col3 {
   color:#999;
}

div#col3 p {
   padding-top:12px;
   color:#999;
}

blockquote {
   border-left: 1px solid #999;
   border-right: 1px solid #999;
   margin-left: 5px;
   padding-left: 1em;
}
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: 1em;
   line-height:1.3em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#col2 ul,
div#col2 ol
div#col2 dl {
  font-size: 0.81em;
   line-height:1.3em;
   margin: 0 0 1.7em 0;
}

div#col2 ul li,
div#col2 ol li {
   list-style:square;
   margin: 0 0 0.8em 1.2em;
}

div#twitter ul li {
  list-style:none;
}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of '02Land_News' */

