/**
 *	The contents of this file remain copyright of David Weston.
 */


/* Body element */
body
{
	margin: 0px;
	
	background-color: #0A2B3D;
	background-color: #041219;
	background-image: url('Images/Banner.png');
	background-repeat: repeat-x;
}


/* Banner element */
.Banner
{
	width: 791px;
	height: 68px;
	
	padding-left: 109px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url('Images/Logo.png');
	background-repeat: no-repeat;
}

.Navigation
{	
	padding-top: 21px;
	padding-bottom: 23px;
	
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	
	text-shadow: 1px 1px 1px #000000;
}

.Navigation a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 21px;
	padding-bottom: 23px;
	
	color: #FFFFFF;
	text-decoration: none;
}

.Navigation a:hover
{
	background-color: #0f2f40;
}


/* Container element */
.Container
{	
	background-color: #0A2B3D;
}

.Content
{
	width: 900px;
	min-height: 400px;
	
	padding-top: 1px;
	padding-bottom: 20px;
	
	margin-left: auto;
	margin-right: auto;
	
	font-family: Tahoma;
	font-size: 11px;
	
	line-height: 17px;
	
	color: #FFF;
}

.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5,
.Content h6
{
	font-family: "Trebuchet MS", serif;
	text-shadow: 1px 1px 1px #000000;
	
	padding: 0px;
	margin: 0px;
	
	margin-bottom: 3px;
	margin-top: 15px;
	
	color: #1B6186;
}

.Content h1
{
	font-size: 18px;
}

.Content h2
{
	font-size: 16px;
}

.Content h3
{
	font-size: 14px;
}

.Content h4
{
	font-size: 12px;
}

.Content h5
{
	font-size: 10px;
}

.Content h6
{
	font-size: 8px;
}

.Content blockquote
{
	border-top: 1px solid #133a4e;
	border-bottom: 1px solid #133a4e;
	
	background-color: #05202E;
	
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	
	margin: 0px;
	padding: 20px;
}

.Content pre
{
	border-top: 1px solid #133a4e;
	border-bottom: 1px solid #133a4e;
	
	background-color: #05202E;
	
	font-family: "Courier New", monospace;
	font-size: 12px;
	
	margin: 0px;
	padding: 20px;
}

.Content a
{
	color: #7DC0E3;
	text-decoration: none;
}

.Content a:hover
{
	color: #BBCBBC;
	text-decoration: none;
}


/* Misc. HTML tags */
hr
{
	border-bottom: 1px solid #133a4e;
}


/* Icons */
.Info,
.Success,
.Warning,
.Error
{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.Info
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('Images/Info.png');
}
.Success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('Images/Success.png');
}

.Warning
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('Images/Warning.png');
}

.Error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('Images/Error.png');
}


/* Image element */
.Image
{
	margin: 5px;
	border: 1px solid #000;
}


/* Form elements */
legend
{
	color: #CCC;
	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	
	margin-left: 5px;
	padding-left: 5px;
	
	margin-right: 5px;
	padding-right: 5px;
}

fieldset
{
	border: 1px solid #091322;
	padding: 10px;
}

textarea
{
	border: 1px solid #091322;
	background-color: #133547;
	
	color: #FFF;
	
	font-family: "Courier New", monospace;
	font-size: 12px;
}

input
{
	border: 1px solid #091322;
	background-color: #133547;
	
	color: #FFF;
	
	font-family: "Courier New", monospace;
	font-size: 12px;
}

input[type = submit],
input[type = reset]
{
	width: 140px;
	padding: 6px;
	
	font-size: 11px;
	font-family: "Tahoma", sans-serif;
	
	text-shadow: 1px 1px 1px #000000;
}



/* A table layout */
table.Striped
{
	table-layout: fixed;
}

table.Striped caption
{
	background-color: #fff;
	color: #3E79B2;
	font-size: 10pt;
	padding-bottom: 4px;
	text-transform: uppercase;
	text-align: left;
}

table.Striped thead tr th
{
	background-color: #133547;
	height: 23px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	color: #FFF;
}

table.Striped tfoot tr td
{
	border-top: 1px solid #091322;
	padding: 5px;
}

table.Striped tbody tr
{
	vertical-align: top;
}

table.Striped tbody tr td
{
	border-top: 1px solid #091322;
	padding: 5px 5px;
	background-color: #255c79;
}

table.Striped tbody tr.Even td
{
	background-color: #1B4B65;
	color: #FFF;
}

table.Striped tbody tr.Promote td
{
	background-color: #FFFFCC;
	color: #000;
}

table.Striped tfoot tr td
{
	background-color: inherit;
	color: #444;
	text-align: right;
	padding: 5px;
}


/* Footer element */
.Footer
{
	clear: both;
	
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	
	width: 100%;
	min-height: 100%;
	
	background-image: url('Images/Footer.png');
}

.FContainer
{
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
	
	color: #325959;
	
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
}


/* For the portfolio boxes */
.Window
{
	margin: 30px;
	padding: 10px;
	
	display: inline-block;
	width: 350px;
	height: 200px;
	
	background-color: #041D2B;
	border: 1px solid #041D20;

	/* IE6 and above hack */
	zoom: 1;
	*display: inline;
	_height: 30px;
}
	
.wImage
{
	position: absolute;
}

.wText
{		
	padding: 20px;
	
	height: 160px;
	width: 310px;
	
	visibility: hidden;	
	opacity: 1.0;
	background-color: #000;
}

.wIframe
{
	max-height: 200px;
	max-width: 350px;

	border: 0px solid #FFF;
}
