@charset "utf-8";
/* Book Radiant - Main Stylesheet - CSS Document */

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 100%
}

html, body {
	height: 100%
}

#container {
	background: none; 
	position: relative; 
	margin: 0 auto 0 auto;
	padding: 0;
	border: 2px #000000 solid;
	width: 800px;
	height: auto !important; 
	overflow: hidden; 
	z-index: 1
}

#bottomspacer {
	background: none;
	position: relative;
	width: 800px;
	height: 25px;
}

/* ---------- Text Treatments ---------- */

h1, h2, h3 {
	color: #990000;
	margin: 5px 0 5px 0
}

h1 {
	font-size: 16px
}

h2 {
	font-size: 14px
}

h3 {
	font-size: 13px
}

a {
	color: #990000;
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}

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

p {
	line-height: 18px
}

#content-text ul {
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0
}

#content-text li {
	list-style: disc;
	padding: 3px 0 3px 5px;
	margin: 0;
	line-height: 18px
}

.radiant { /* Used to Style the word Radiant each time it is used in the content area */
	color: #990000;
	font-weight: bold
}

/* ---------- Header ---------- */

#tagline_left {
	background: none;
	position: absolute;
	top: 35px;
	left: 11px;
	width: 167px;
	height: 95px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100
}

#tagline_right {
	background: none;
	position: absolute;
	top: 35px;
	left: 615px;
	width: 175px;
	height: 98px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100
}


/* ---------- Content Area ---------- */

#content_area { /* Main Content Area (lower section of page) */
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 50
}

#content-bg_cont { /* Container for expandable grey content bg box */
	background: url(../images/contentbg_repeat.png) repeat-y;
	position: relative;
	width: 774px;
	height: auto;
	margin: 15px auto 5px auto;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100
}

#content-bg_top { /* Top of grey content bg box */
	background: url(../images/contentbg_top.png) no-repeat;
	position: relative;
	width: 774px;
	height: 47px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100
}

#content-bg_bottom { /* Bottom of grey content bg box */
	background: url(../images/contentbg_bottom.png) no-repeat;
	position: relative;
	width: 774px;
	height: 53px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 100
}

#content-text { /* Container text within grey content bg box */
	background: none;
	position: relative;
	width: 675px;
	height: auto;
	margin: -10px auto 10px auto;
	border: 0;
	overflow: hidden;
	z-index: 200
}

#content_spacer { /* Maintaine minimum height of content area */
	background: none;
	float: left;
	width: 1px;
	height: 200px;
	margin-right: -1px;
}


/* ---------- Footer ---------- */

#footer {
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	overflow: visible;
	z-index: 50
}

/* Footer navigation */

#footernav { /* Container for footer navigation */
	background: none;
	position: relative;
	margin: 0 auto -5px auto;
	padding: 0;
	width: 670px;
	height: 19px;
	overflow: hidden;
	z-index: 200
}

#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav ul li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}

li.footdivider {
	background: url(../images/footernav_divider.png) no-repeat;
	width: 11px;
	height: 19px; 
}

#address { /* Container for Copyright and Powered by McG */
	background: none;
	position: relative;
	margin: 12px auto -5px auto; 
	padding: 0;
	width: 500px;
	height: 12px;
	color: #999999;
	font-size: 9px;
	overflow: hidden;
	z-index: 50
}	


/* Copyright */

#copyright {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0; 
	padding: 0;
	width: 300px;
	height: 12px;
	text-align: left;
	overflow: hidden;
	z-index: 50
}

/* Powered by McCary Group */

#McG {
	background: none;
	position: absolute;
	top: 0;
	left: 300px;
	margin: 0; 
	padding: 0;
	width: 185px;
	height: 12px;
	text-align: right;
	overflow: hidden;
	z-index: 50
}

#McG a {
	color: #999999;
	text-decoration: none;
}

#McG a:link {
	color: #999999;
	text-decoration: none;
}

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

