/* Start of CMSMS style sheet 'LM layout - home' */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #66191f;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #66191f;
}
a:hover {
	text-decoration: none;
	background-color: f0ede1;
	color: #66191f;
}

/*****************basic layout *****************/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: url(uploads/lm/metal3.jpg) repeat left top;
}

div#pagewrapper {
	max-width: 840px;
	min-width: 840px;
	margin: 30px auto;
}

div#aboveheader {
	margin: 0;
	padding: 0;
	background: url(uploads/lm/headerimage-menu.png) no-repeat left top;
        height: 50px;
}

div#aboveheadercontent {
	margin: 0;
	padding: 28px 33px 0 0;
}

div#aboveheadercontent a {
	color: #f0ede1;
}

div#header {
	margin: 0;
	padding: 0;
	background: url(uploads/lm/headerimagehome.png) no-repeat left top;
        height: 116px;
}

div.crbk {
	margin: 0;
	padding: 0;
}

div.breadcrumbs {
	padding: 10px 33px 15px 33px;
	font-size: 90%;
	margin: 0;
	background: url(uploads/lm/shadow-blue.png) repeat-y left top;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0.5em 33px 0 0;
	margin: 0;
}

input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}

div#border {
	background: url(uploads/lm/shadow-blue.png) repeat-y left top;
        padding: 0 20px 0 20px;
}

div#border_nest {
        border-top: 2px solid #10243d;
}

div#content {
	background: url(uploads/lm/shadow-tan.png) repeat-y left top;
        margin: 0;
        padding: 0;
}

div#sidebar {
	float: left;
	width: 400px;
	margin: 0px 0px 10px 33px;
	padding: 0px;
}

div#sidebarcontent {
        padding: 50px 10px 0px 0;
}

div#logo h1 {
	background: url(uploads/lm/logo-home.jpg) no-repeat left top;
	display: block;
	height: 110px;
        width: 350px;
	text-indent: -999em;
}

div#logo h1 a{
	background: url(uploads/lm/logo-home.jpg) no-repeat left top;
	display: block;
	height: 110px;
        width: 350px;
}

div#main {
	float: right;
	width: 400px;
}

div#maincontent {
        margin: 0 33px 0 0;
        padding: 10px 0 0px 0;
}

div#maincontent p {
	font-size: 1.1em;
	margin: 0;
	line-height: 2em;
	padding: 20px 10px 10px 10px;
}

div.homenavigation {
	clear: both;
        margin: 0;
        padding: 0;
	background: url(uploads/lm/shadow-tan.png) repeat-y left top;
}

div#homenavigation2 {
        margin: 0;
        padding: 0 0 0 33px;
}

div.footer {
	clear: both;
	padding: 0;
	background: url(uploads/lm/shadowbottom-home.png) no-repeat left top;
}

div#footercontent {
	padding: 30px 0px 0px 10px;
}

div#footercontent p {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #000;
}

div#footercontent p a {
	color: #000;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}


/********************CONTENT STYLING*********************/

/* HEADINGS */

div#content h1 {
	color: #66191f;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	color: #66191f;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #a7c1e2;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #10446e;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #10446e;
	font-size: 1.2em;
	margin: 0 0 0px 0;
}
div#content h5 {
	color: #10446e;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

/* END HEADINGS */

/* TEXT */

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}

/* 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#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'LM layout - home' */

