﻿.container {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: auto;
}
.container-bot {
	background-image: url(images/container-bot.jpg);
	background-repeat: no-repeat;
	height: 4px;
}
.container-top {
	background-image: url(images/container-top.jpg);
	background-repeat: no-repeat;
	height: 2px;
}
body {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	width: 500px;
	float: right;
	padding: 0px 5px 0px 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	@border-left: 1px dotted #333;
}

h1,h2,h3, h4 {color:#eb7104;}
h1,h2 {font-size: 15px;}
h3 {font-size: 12px;}

.header {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 18px;
}
.logo {
	width: 225px;
	height: 50px;
}
.sidebar {
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	font-size: 11px;
}
.sidebar-links {
	margin-top: 20px;
	padding-bottom: 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 170px;
}
.sidebar-table {
	margin: 0px 0px 10px 0px;
	padding-right: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}
.sidebar-text {
	padding: 5px 5px 5px 0px;
}
.sidebar-link {
	text-align: right;
	padding: 10px;
}
.sidebar-div {
	border-top: 1px solid #4e4e4e;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 170px;
}
.clear {
	clear: both;
}
.footer {
	background-image: url(images/footer-logos.gif);
	height: 80px;
	margin-right: 20px;
	margin-left: 20px;
}
.navbar {
	float: right;
}
a {
	color: #4d4d4d;
}
.header-images {
	padding: 5px 0px 5px 0px;
	width: 720px;
	height: 160px;
	float: left;
	border-top: 5px solid #4e4e4e;
	border-bottom: 5px solid #4e4e4e;
}
.footer-top {
	background-color: #cccccc;
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
}
.nav-items {margin-bottom: 3px;}
.nav-items a {
	display:inline;font-size: 12px;letter-spacing:-1px;margin-bottom:5px;margin-left: 10px;color:#333;text-decoration:none;font-family: 			Verdana;
}
.nav-items a:hover {
	color:#a7a6a6;
}
.midsection {
	float: left;
}
.copyright {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#cccccc;
}


.mnuStyle {background-color: #ffffff;margin-left: 40px;}
.mnuItemMain {color: #CCCCCC;text-align: left;font-size: 14px;font-weight:normal;padding-right: 20px;}
.mnuItemMainHover {color: #333;}
.mnuSubItem {background-color: #fff4eb;color: #CCCCCC;width: 110px;font-size: 12px;font-weight: normal; text-align: left;}
.mnuSubItemHover {color: #333;}

hr {
	height: 1px;
	color: #cccccc;
	background: #cccccc;
	border: none;
}