/* Nightlyre's Realm CSS (Main Page) */

html, body			{height: 100%;}

*					{padding: 0;
					margin: 0;}

body				{background: #000000 url(/images/homepg_bg.jpg) no-repeat top center;
					font-family: Arial, Helvetica, sans-serif;
					color: #808080;}

a:link				{color: #6C7290;}

a:visited 			{color: #60627A;}

a:hover 			{color: #c0c0c0;}

.holder				{position: relative;
					height: 100%;
					min-height: 100%;
					margin: 0;
					z-index: 2;}
html>body .holder	{height: auto;} /* Firefox fix courtesy of http://www.pmob.co.uk/temp/3colfixedtest_explained.htm */

.bottomfull			{position: relative;
					float: left;
					top: -100px;
					width: 100%;
					height: 100px;
					margin-bottom: -100px;
					z-index: 3;}

.maintext p			{font-size: 12px;
					text-align: justify;
					line-height: 18px;
					margin-bottom: 16px;}

.maintext			{position: relative;
					padding: 120px 120px 50px 100px;
					margin: 0;
					z-index: 13;}

.validicon			{position: absolute;
					bottom: 5px;
					right: 5px;}


/* This is for the breadcrumb trail and title of each page.  The major details are filled out in nav_layout.css */
.pagetitlebar1		{background: transparent;}
.pagetitlebar2		{background: #31334a;}
.pagetitle h1		{color: #cccccc;
					text-align: left;}
.pagetitle p		{text-align: left;}
.pagetitle a, .pagetitle a:link, .pagetitle a:visited
					{color: #808080;}
.pagetitle a:hover	{color: #aaaaaa;}


/* Copyright and popup - most of this is defined in nav_layout */

.copyright			{background: transparent;}

.copyright a:link, .copyright a:visited
					{color: #808080;}

a.crpopup:hover span
					{color: #aaaaaa;
					background: #000000;}
