body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	min-height: 100%;
    background: url('../../../img/top-bg.jpg') repeat-x;
    background-color: #ffffff;}


#header {
	clear: both;
	height: 120px;
	--background: #ffff00;
}
#header h1 {
	margin-left: 2%; padding-right: 2%
}
#header h2 {
	margin-left: 2%; padding-right: 2%
}
#header p {
	margin-left: 2%; padding-right: 2%
}
#site-title {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 30px
}
.main_title {
	color: #a40000;
}	
#title {
	color: #337ab7;
}	
#site-description {
	width: 90%;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	margin: 0px auto;
	margin-top: -8px;
}

/*-----*/
#nav {
	position: relative;
	float: left;
	height: 60px;
	width: 165px
	--background: #ffff77;
	margin: 4px 0 0 130px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#nav h1 {
	margin-left: 2%; padding-right: 2%
}
#nav h2 {
	margin-left: 2%; padding-right: 2%
}
#nav p {
	margin-left: 2%; padding-right: 2%
}
#nav li a {
	font-size: 120%;
	border-top: medium none;
	border-right: medium none;
	border-bottom:
	medium none;
	color: #036;
	border-left: medium none
}
#nav li a:hover {
	color: #ff8888;
}

/*-----*/
#container2 {
	clear: both;
	overflow: hidden;
	width: 99.5%;
	float: left;
	margin-top: 2px;
}
#container1 {
	width: 100%; right: 33.33%; position: relative; float: left; clear: left;
}
#content {
	width: 100%; right: 33.33%; position: relative; float: left;
}
#col1 {
	overflow: hidden;
	width: 21.33%;
	position: relative;
	float: left;
	left: 67.67%;
	background: #f5f5f5;
	min-height: 550px;
	min-width: 220px;
	border: 1px solid #e9dfdd;
}
#col2 {
	overflow: hidden;
	width: 55.34%;
	position: relative;
	float: left;
	left: 67.67%;
	background: #f5f5f5;
	min-height: 400px;
	min-width: 233px;
	border: 1px solid #e9dfdd;
	padding: 4px;
}
#col3 {
	overflow: hidden;
	width: 21.33%;
	position: relative;
	float: left;
	left: 67.67%;
	background: #f5f5f5;
	min-height: 550px;
	min-width: 220px;
	border: 1px solid #e9dfdd;
}

/*-----*/
#site-footer {
	margin: 0px;
	width: 100%;
	float: left;
	clear: both;
	min-height: 100px;
	z-index: 0;
	border: 1px solid #e9dfdd;
}
.site-footer-disclaimer {
	text-decoration: underline;
}
#site-footer .copyright {
	clear: both;
	width: 100%;
	margin-top: 10px;
	color: #ff00da;
	font-size: 12px;
	font-weight: bold;
}
#site-footer a {
	color: #ff00da
}
#footer-wrapper {
	position: relative;
	width: 100%;
	z-index: 0;

}
#footer_image {
	background: url('../../../img/footer_image.png') no-repeat;
	width: 750px;
	height: 94px;
	mxargin-top: 10px;
	mxargin-bottom: 5px;
	mxargin-left: -15px;
}
.footer-section {
	text-align: left;
	padding: 5px;
}
.footer-section ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.footer-section ul li {
  font-family: Arial,sans-serif;
  font-size: 14px;
  position:relative;
  margin: 0px;
  padding: 1.5px;
  list-style: none; 
  line-height: .9em;
}
.footer-section ul li:before {
  margin-top: .5em;
  content: '\2022';
  font-size: 20px;
}
.footer-section ul li a {
  padding-left: 5px;
}