/*-- Basic Styles --*/

html, body, #wrapper {
	min-height: 100%;  
	width: 100%;  
	height: 100%;  
	margin: 0;  
	padding: 0;  
} 

html>body, html>body #wrapper {  
	height: auto;  
}  

#wrapper {
	position: absolute;  
	top: 0;  
	left: 0;  
}      

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

body {
   	background: #ffffff
	url('../_img/bg_body_sub.gif')
	top left repeat-x;
	font: normal 12px Verdana, Geneva, Tahoma, Arial, sans-serif;	
	line-height: 1.25em;
}

div#page, div#footer_content {
	width: 800px;
	margin: 0px auto;
}

#page {
	padding-bottom: 1em; 
}

p { 
	margin: 0;
	margin-bottom: 1.3em; 
}

a:link, a:active, a:visited {
	color: #5c90a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.no_display {
	display: none;
}

#alert_msg {
	margin: 20px 0px 12px;
	padding: 8px 25px 9px 15px;
	background: #ffffbb;
	border: 1px solid #dbd2b2;
	color: #7c7672;
}

#alert_msg p {
	padding-left: 600px;
	font: normal 12px Verdana, Geneva, Tahoma, Arial, sans-serif;
	margin-bottom: 30;
}
#alert_msg h2 {
	padding-left: 40px;
	font: bold italic 14px Verdana, Geneva, Tahoma, Arial, sans-serif;
	margin-bottom: 0;
}

/*-- Embedded Images --*/
.embed_img {
	text-align: center;
	font: normal 10px Verdana, Arial, sans-serif;
	color: #e9e4d2;
}

.embed_img img {
	padding: 3px;
	border: 1px solid #e9e4d2;
}

.far_right {
	float: right;
	margin: 0.5em 0 0 1.6em;
}

.far_left {
	float: left;
	clear: right;
	margin: 0.5em 1.6em 0 0;
}

/*-- Intro Banner --*/

#intro_banner {
	height: 242px;
	margin-bottom: 20px;
}

#my_picture {
	width: 200px;
	height: 265px;
	margin-top: 29px;
	margin-left: 103px;
	position: absolute;
}

p#contact_details_name 
{
	text-align: right;
	font: normal 20px Verdana, Arial, sans-serif;
	color: #ffffff;
	width: 360px;
	display: block;
	margin-top: 23px;
	margin-left: 400px;
	position: absolute;
}

p#contact_details_top 
{
	text-align: right;
	font: normal 18px Verdana, Arial, sans-serif;
	color: #ffffff;
	width: 360px;
	height: 200px;
	display: block;
	margin-top: 46px;
	margin-left: 400px;
	position: absolute;
}

p#contact_details_bottom 
{
	text-align: right;
	font: normal 18px Verdana, Arial, sans-serif;
	color: #ffffff;
	width: 360px;
	height: 30px;
	display: block;
	margin-top: 245px;
	margin-left: 400px;
	position: absolute;
}

/*-- Homepage Content --*/
div.section_header {
	padding: 0 0 2px 0;
	margin-top: 10px;
	border-bottom: 1px solid #5c90a5;;
}

.section_header h2 {
	text-align: left;
	font: normal 18px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #5c90a5;
	text-decoration: none;
}

.paper_preview {
	margin-top: 8px;
}

.paper_preview h3 {
	font: normal 14px Verdana, Arial, sans-serif;
	line-height: 14px;
	margin-bottom: 0.4em;
	text-decoration: none;
	color: #5c90a5;
}

.paper_preview h4 {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 1.25em;
	margin-bottom: 0.4em;
	text-decoration: none;
	color: #5c90a5;
}
	
.paper_preview p {
	text-align: justify;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #7c7669; /* also try color: #726b5d; */
}	
.paper_preview object {
	width: 480px;
	height: 327px;
	border: 5px solid #e9e4d2;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

dl.entry_info {
	clear: left;
	padding: 1px 2px 2px 2px;
	margin-bottom: 30px;
	color: #8d8679;
	border-top: 1px solid #e9e4d2; 
	border-bottom: 1px solid #e9e4d2; 
	background-color: #FAFAE7;
	font-size: 0.96em;
}

dt.right {
	float: right;
	margin-left: 40px;
}

a.read_full:link, a.read_full:active, a.read_fulla:visited {
	text-decoration: none;
	color: #5c90a5;
}

a.read_full:hover {
	text-decoration: underline;
	color: #8d8679;
}

span.italic {
	font-style: italic;
}

span.superscript {
      padding-left: 2px;
      vertical-align: 33%;
      font-size: 75%;
}


/*-- Website Logo & Top_Nav --*/
h1 {
	position: relative;
	height: 49px;
}

h1 a {
	display: block;
	position: absolute;
	top: 20px;
	width: 196px;
	height: 72px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../_img/logo.png') no-repeat;
}

.main_title {
	width: 780px;
	height: 224px;
	border: 10px solid #e9e4d2;
	margin-bottom: 50px;
	margin-right: 10px;
	float: left;
}

#top_nav {
	height: 27px;
	margin-top: 28px;
	margin-left: 450px;
	margin-bottom: 20px;
	list-style: none;
}

* html body #top_nav {
	margin-left: 302px;
}

#top_nav li {
	float: left;
	margin-left: 1px;
	height: 27px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}

#top_nav li a {
	display: block;
	line-height: 27px;
	text-indent: -5000px;
	overflow: hidden;
}

#home {
	width: 58px;
	background: url('../_img/nav_home.gif') no-repeat;
}
#artoon {
	width: 76px;
	background: url('../_img/nav_artoon.gif') no-repeat;
}
#contact {
	width: 76px;
	background: url('../_img/nav_contact.gif') no-repeat;
}
#blog {
	width: 55px;
	background: url('../_img/nav_blog.gif') no-repeat;
}
#forum {
	width: 66px;
	background: url('../_img/nav_forum.gif') no-repeat;
}

#top_nav li a:hover {
	background-position: 50% -27px;
}

#top_nav li a.selected, #top_nav li a.selected:hover {
	background-position: 50% -54px;
}

/*-- Footer Styling --*/
#footer {
	margin: 50px 0 0 0;
	padding: 5px 0 12px 0;
	background: #484237;
	border-top: 2px solid #524c40;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #bbb6a3;
	clear: right;
	position: absolute;  
	bottom: 0;  
	width: 100%;  
	text-align: left; 
}

#footer p {
	margin-bottom: 2px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #bbb6a3;
	text-decoration: none;
}

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


div.Capabilities_Container
{
	margin: 24px 0 0 18px;	
	float: left;
	width: 270px;
}
.Capabilities_UList
{
	margin: 10px 0 0 0;	
	padding-left: 0px;
}
.Capabilities_GamePlayItem 
{
	border-color:#7FAD2A;
	vertical-align:middle;
	font: normal 14px Verdana, Geneva, Tahoma, Arial, sans-serif;
	color: #7c7669;
}
.Capabilities_XblItem 
{
	border-color:#EB8E03;
	vertical-align:middle;
}
.Capabilities_GamePlayItem, .Capabilities_XblItem 
{
	list-style-image: none;
	display: block;
	min-height: 23px;
	background-color:#FFFFFF;
	vertical-align:middle;
	border-style:solid;
	border-width:1px 1px 1px 15px;
	padding-top: 1px;
	padding-left: 2px;
	margin:2px 0 2px 0;
	width:270px;
}

.trial_button {
	width: 270px;
	height: 80px;
	border: 0px;
	margin-bottom: 30px;
}







