/* CSS Style Sheet for NGMA */
html, body {
	text-align: center;
	background-color: #c0bfac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 
* {
	padding: 0;
	margin: 0;
}
/* layout divs */
#pagewidth {
	width: 800px;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
#header {
	width: 800px;
	height: 105px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 780px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #4b1111;
}
#subheader {
	background-image: url(images/subheader.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 175px;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}
#wrapper {
	width: 800px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
}
#leftcol {
	width: 210px;
	float: left;
}
#rightcol {
	width: 590px;
	float: right;
	display: inline;
}
#footer {
	width: 800px;
	height: 45px;
	background-image: url(images/footerbg.jpg);
	text-align: center;
	clear: both;
}
/* top menu styles */
#menu ul {
	list-style-type: none;
	margin-left: 18px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}
#menu li {
	display: inline;
	padding-right: 20px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color: #ab7266;
}
/* sidebar styles */
#leftcol p {
	padding-left: 38px;
	font-size: 12px;
	margin-top: 20px;
}
#sidemenu {
	margin-left: 38px;
	font-size: 12px;
	margin-top: 20px;
}
#sidemenu ul {
	margin-left: 15px;
}
#sidemenu li {
	line-height: 22px;
	color: #545524;
}
#sidemenu a {
	color: #545524;
	font-weight: bold;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #4b1111;
}
/* main contentr styles */
#rightcol h1 {
	font-size: 20px;
	color: #4b1111;
	margin-left: 20px;
	margin-right: 28px;
	margin-top: 10px;
	border-bottom: #4b1111 1px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#rightcol h2 {
	font-size: 16px;
	color: #4b1111;
	margin-left: 20px;
	margin-right: 28px;
	margin-bottom: 10px;
}
#rightcol h2 span {
	text-decoration: underline;
}
#rightcol p {
	margin-left: 20px;
	margin-right: 28px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}	
#rightcol ul, #rightcol ol {
	margin-left: 20px;
	margin-right: 28px;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 20px;
}
#rightcol a {
	color: #4b1111;
}
#rightcol a:hover {
	color: #000000;
}
.imgright {
	float: right;
	margin-left: 15px;
}		 
/* footer styles */
#footer p {
	font-size: 9px;
	padding-top: 10px;
}
#footer a {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
#footer a:hover {
	text-decoration: none;
}
#footer a.footlink {
	text-decoration: none;
	padding: 0;
}
#footer a.footlink:hover {
	text-decoration: underline;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
.clearit { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
