html, body {
	height: 100%;
}

body {
	font: 11px/1.6 Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: #EBE1EC;
}

a, a:visited {
	color: #0000CC;
}

a:hover, a:active {
	color: #ffa66a;
}

#container {
	width: 760px;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	margin: 0 auto;
	padding-bottom: 0;
	display: table;
	overflow: visible;
}

* html #container {
    height: auto;
}

#header{
	height: 200px;
	width: 760px;
	position: relative;
	left: 10px;
	margin-bottom: 0 !important;
}

#logo {
	height: 200px;
	background: url(images/logo.jpg);
	width: 150px;
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	float: left;
}

#title {
	height: 200px;
	/*background: url(images/title.jpg) center no-repeat;*/
	width: 550px;
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
	float: right;
}

#toptitle {
	background: url(images/toptitle.jpg) top center no-repeat;
	width: 519px;
	height: 50px;
	margin: 0px auto;
}

#topimage {
	width: 519px;
	height: 129px;
	margin: 0px auto;
}

#quicklinks {
	background: url(images/quicklinks.jpg) top center no-repeat;
	width: 519px;
	height: 23px;
	margin: 0px auto;
}

#quicklinks ul {
	position: relative;
	top: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#quicklinks li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#quicklinks li a {
	color: #FFF;
	text-decoration: none;
}

#mainmenu {
	/*background: url(images/mainmenu.jpg) center no-repeat;*/
	width: 100%;
	position: relative;
	height: 80px;
	overflow: auto;
}

#mainmenu ul {
	position: relative;
	top: 25px;
	display: inline;
	list-style-image: url(images/bullet.jpg);
	width: 760px;
	height: 55px;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	
}

#mainmenu li a {
	color: #000;
	text-decoration: none;
}

#mainmenu li:hover a, #mainmenu a.style1 {
	color: #7A3586;
}

#mainmenu li {
	list-style-image: url(images/bullet.jpg);
	padding: 0;
	padding-right: 6px;
	margin: 0;
	height: 55px;
	display: inline;
}

#main {
	position: relative;
	left: 10px;
	width: 700px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-bottom: 50px;
	overflow: auto;
}

#navmenu {
	/*background: url(images/navmenu.jpg) top center no-repeat;*/
	position: relative;
	left: 0;
	top: 0;
	width: 150px;
	float: left;
	margin-bottom: 75px;
}

#topnav {
	background: url(images/lheader.jpg) top center no-repeat;
	width: 150px;
	height: 30px;
}

#mainnav {
	background: #EBE1EC;
	width: 150px;
	/*height: 370px;*/
}

#mainnav a {
	text-decoration: none;
	color: #000;
}

#mainnav li:hover a {
	color: #FFF;
}

#mainnav ul {
	list-style: none;
	width: 135px;
	margin: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

#mainnav li {
	padding-left: 20px;
	width: 130px;
	display: block;
	text-indent: -5px;
}

#mainnav li:hover {
	background: #7A3586;
	color: #FFF;
}

#content {
	position: relative;
	right: 5px;
	top: 0;
	width: 510px;
	float: right;
	margin-bottom: 760px;
}

#c1 {
	float: left;
	width: 450px;
}

#c2 {
	float: right;
	margin: 0 auto;
	width: 250px;
	height: 200px;
	text-align: center;
	margin-top: 5px;
}

#container-foot {
  width: 760px;
  margin: 0 auto;
  background: url(images/footer.jpg) top no-repeat;
  
  height: 25px;
}

#foot {
  padding: 0 1em;
  /*line-height: 40px;*/
  text-align: center;
  color: #FFF;
}

h1.title {
	margin-top: 0;
	padding-top: 0;
}

#newsnuggets {
	width: 100%;
	margin-top: 15px;
	background: #7A3586;
	color: #000000;
	background-color: #EBE1EC;
}

#newnuggets h1 {
	font-size: 16px;
}

#newsnuggets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsnuggets li {
	margin-top: 5px;
	margin-bottom: 5px;
}
