/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);

/* page structure */

html{
	background: #666;
	text-align: center;
}

body{
	width: 810px;
	background: #000;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

* html body {
	position: relative;
}

*:first-child+html body{
	position: relative;
}

#header{
	background: #fff;
	overflow: hidden;
	padding-left: 45px;
	width: 765px;
	position: relative;
	left: 0;
	top:0;
}

* html body #header{
	height: 117px;
}

#menu{
	width: 190px;
	padding: 60px 10px 10px 10px;
	float: left;	
}

#main{
	width: 525px;
	padding: 10px 20px 10px 45px;
	float: left;
	display: inline;
	clear: both;
}

#footer{
	clear: both;
	padding: 10px 10px 10px 45px;
}

/*#siteEntry{
	width: 745px;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 20px 45px;
	background: #999;
	border-bottom: 10px solid #666;
	 text-align: center;
	background: #666 url(images/glossary-foot.gif) left bottom no-repeat; 
}*/

/* generic styles */

h1, h2, h3, h4, h5{
	font-family: "Gill Sans","Gill Sans MT","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.75em;
}

h1{
	font-size: 19px;
}

h2{
	font-size: 17px;
	color: #aaa;
}

h3{
	font-size: 16px;
	font-weight: normal;
}

p{
	margin-bottom: 1em;
	line-height: 1.6em;
}

a{
	color: #8D8D8D;
	text-decoration: none;
}

a:hover{
	color: #D9D9D9;
	text-decoration: underline;
}

/* section specific styles */

/* site entry - panel at top with enter site link, pushing rest of content down */

/* #siteEntry p{
	margin: 0;
	padding:0;
}

#siteEntry img{
	vertical-align: middle;
}

#siteEntry a{
	font-family: "Gill Sans","Gill Sans MT","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	margin-left: 20px;
	text-transform: uppercase;

	display: block;
	width: 140px;
	height: 40px;
	background: url(images/enterSite.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin: 360px auto 600px auto; 
}*/

/* header styles */
#header h2{
	background: url(images/randaklogo.png) 0 0 no-repeat;
	width: 75px;
	height: 75px;
	text-indent: -999em;
	overflow: hidden;
	margin: 30px 0 5px 0;
	float: left;
}

#header a{
	color: #000;
	text-transform: uppercase;
	font-family: "Gill Sans","Gill Sans MT","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#header h2 a{
	display: block;
	height: 100%;
	width: 100%;
}

 #header h1{
	/* float: left;
	display: inline; */
	color: #000;
	/* margin: 58px 20px 20px 30px;
	text-transform: uppercase;
	font-size: 18px; */
}

#header p{
	padding: 52px 0 0 10px;
	float: left;
}

#header p#homelink{
	padding-left: 355px;
}

#header p#homelink a{
	padding-left: 15px;
	font-size: 13px;
	background: url(images/blacksquare.gif) 0 50% no-repeat;
}

/* menu styles */

#menu h2{
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 0.5em;
}

#menu ul{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #555;
}

#menu li{
	margin-bottom: 0.5em;
}

#menu a{
	font-size: 11px;
}

/* main content styles */

#main h1.mainHeading{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
}

#main ul{
	padding-bottom: 0.5em;
	list-style: square;
	padding-left: 15px;
}

#main li{
	margin-bottom: 0.5em;
	color: #ccc;
}

#main div.highlight{
	padding: 10px;
	border: 1px solid #555;
	background: #444;
}