/**
* Begin Basic Styles
**/

body
{
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 90%;
	height: 100%;
	font-family: Verdana, Sans-Serif;
	background: #202020;
	color: #ddd;
}
.background
{
	width: 1024px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('./images/background.jpg');
	background-repeat: repeat-y;
}
.page
{
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom:100px;   /* Height of the footer */
}
.content
{
	font-size: 90%;
}

/* Standard block-level clear */
.clear
{
	clear: both;
}

/* Headers */
h2
{
	font-style: italic;
}
h3
{
	color: #fbb03b; /* orange */
}
h4
{
	font-style: italic;
}

/* Links */
a:link, a:visited, a:active
{
	font-style: bold;
	text-decoration: none;
	color: #ddd;
}
a:hover
{
	font-style: bold;
	text-decoration: underline;
	color: #fff;
}

/* Images */
img
{
	border: none;
}
img.portrait-left
{
	float:left;
	padding-right: 16px;
}
img.portrait-right
{
	float:right;
	padding-left: 16px;
}
img.technology-buttons
{
	float:left;
	padding-left: 8px;
	padding-right: 8px;
}

/* Aligned text */
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

/* Unordered lists with no bullet */
ul.none
{
	list-style-type: none;
}

/**
* End Basic Styles
**/

/**
* Begin Special Styles
**/

/* Footnotes */
.footnote
{
	color: #777;
}

/* Company description under logo */
.description
{
	font-family: 'Verdana', Sans-Serif;
	font-size: 90%;
	color: #777;
	text-align: center;
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 32px;
}

/* Navigation links */
.navigation
{
	font-family: 'Verdana', Sans-Serif;
	text-align: center;
	color: #fbb03b; /* orange */
	margin-left: auto;
	margin-right: auto;
}

/* Technology links */
.technology
{
	width: 531px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
.footer
{
	font-family: 'Verdana', Sans-Serif;
	width: 769px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	margin-left: 127.5px;
	margin-right: 127.5px;
}

/* Wallpaper images */
.headerimg
{
	width: 769px;
	height: 222px;
	background-image: url('./images/header_logo.png');
	background-repeat: no-repeat;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div.wallpaper-main
{
	width: 769px;
	height: 553px;
	background-image: url('./images/wallpaper-logo.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/* A general class for displaying quotations */
.quotation
{
	font-family: 'Times', Serif;
	color: #999;
	font-style: italic;
	line-height: 130%;
}
div.quotation
{
	width: 500px;
	position: absolute;
	left: 135px;
	bottom: 64px;
	margin-left: auto;
	margin-right: auto;
}

/* A muted link to draw less attention */
a.mutedlink:link, a.mutedlink:visited, a.mutedlink:active
{
	text-decoration: none;
	color: #555;
}
a.mutedlink:hover
{
	text-decoration: underline;
	color: #fff;
}

/* A style for displaying copyright information on the page */
.copyright
{
	color: #555;
	text-align: right;
	/*float: left;*/
	position: relative;
}

/* Fully Illustrated logo and link */
.fullyillustrated
{
	text-align: right;
	/*float: right;*/
	position: relative;
	padding-right: 40px;
}
.fullyillustratedlogo
{
	top: -4px;
	position: absolute;
	right: 0;
}

/**
* End Special Styles
**/