﻿/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #048;
}
a:hover {
	color: #06C;
}

body {
	background: #344E2D;
	color: #111;
	font: normal 12px Arial,sans-serif;
	padding-top: 0px;
}

p, code {
	padding-bottom: 1.2em;
}

h1 {
	font: bold 20px Arial,sans-serif;
}
h2 {
	font: bold 14px Arial,sans-serif;
}
h3 {
	font: bold 12px Arial,sans-serif;
}
h1, h2, h3 {
	padding-top: 6px;
	color: #355B34;
	margin-bottom: 4px;
}

form, input {
	margin: 0;
	padding: 0;
	display: inline;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../Images/Skins/SEO/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px;
	width: 1000px;
}

.outer-container {
	background: url(../Images/Skins/MSI/background.gif) repeat-y center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #FFFFFF url(../Images/Skins/MSI/banner.gif) no-repeat center top;
	height: 154px;
	margin-bottom: 5px;
	text-align: left;
}
.header .title {
	color: #355B34;
	padding-top: 7px;
	text-align: center;
	width: 620px;
}
.header .title .banner {
	padding-bottom: 8px;
}
.header .title .sitename a {
	color: #355B34;
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal 1.0em Verdana,sans-serif;
	padding-top: 3px;
}

/* path */
.path {
	color: #355B34;
	font: bold 11px Verdana,sans-serif;
	padding: 8px 12px;
	float: right;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
}

/* content */
.content {
	float: right;
	width: 775px;
}
.content ol, .content ul {
	margin-left: 2.6em;
}
.content li {
	padding-bottom: 1.2em;
}
/* navigation */
.navigation {
	float: left;
	width: 200px;
}
.navigation h2 {
	color: #000000;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation li {
	border-bottom: 1px solid #000000;
}
.navigation li a {
	display: block;
	text-decoration: none;
}

/* footer */
.footer {
	background: url(../Images/Skins/MSI/footer.gif) repeat-y center bottom;
	color: #FAFAFA;
	font: bold 10px Verdana,sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #FAFAFA;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.pipe {
	padding-left: 3px;
	padding-right: 3px;
}
/* Site Map Styles */
.siteMapContainer {
	margin-bottom: 5px;
}
.siteMapLinksContainer {
	margin: 10px 0px 10px 10px;
}
