a img { border: none }

blockquote { text-align: justify }

body
{
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

form input, form textarea
{
	background-color: #011e46;
	border-color: #fff;
	border-style: solid;
	border-width: 1pt;
	color: #fff;
}

form .form-row input, form .form-row textarea
{
	float: left;
	margin-bottom: 0.2em;
}

form .form-row label
{
	clear: both;
	float: left;
	margin-right: 0.5em;
}

form .form-buttons
{
	clear: both;
	text-align: right;
}

#content form .form-row label { text-align: right; width: 10em }
#content form .form-row input, #content form .form-row textarea { width: 400px }
#content form .form-buttons { margin-left: 10.5em; width: 400px }
#content form .form-row textarea { height: 20em }
#header form .form-row input, #header form .form-row label { width: 150px }

h1
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 50px;
	margin-left: -0.5em;
}

h2
{
	font-size: 1.1em;
	font-weight: normal;
}

h2 .blue { color: #1263bc }

table
{
	margin: auto;
	text-align: center;
}

table, td, th { border: none; border-collapse: collapse }

table.portfolio-table { margin-top: 2em }
table.portfolio-table td { padding: 0.5em }
table.portfolio-table th { padding-bottom: 1em }

#content-container
{
	background-color: #0d0d0d;
	background-image: url( "graphics/content-background.jpg" );
}

#content
{
	background-image: url( "graphics/banners/default.jpg" );
	background-repeat: no-repeat;
	min-height: 701px;
	padding-left: 200px;
	padding-right: 110px;
}

#content-footer
{
	background-image: url( "graphics/content-footer-background.jpg" );
	height: 367px;
	text-indent: -99999pt;
}

#content-header
{
	height: 300px;
	text-indent: -99999pt;
}

#content-header ul { list-style-type: none }

.error-box, .success-box
{
	margin: auto 5em;
	padding: 0.5em;
}

.error-box
{
	background-color: #d00;
	border: 2pt solid #f00;
}

#footer
{
	background-color: #255778;
	background-image: url( "graphics/footer-background.jpg" );
	background-repeat: repeat-x;
	font-size: 0.8em;
	height: 49px;
	line-height: 49px;
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer #author-note
{
	float: right;
	margin-right: 3em;
}

#footer-menu li
{
	border-left: 1pt solid #fff;
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer-menu li.first { border-left: none }

#header-container
{
	background-color: #225475;
	background-image: url( "graphics/header-background.jpg" );
	background-repeat: repeat-x;
	margin-bottom: 1em;
}

#header
{
	margin: auto;
	min-height: 178px;
	width: 1000px;
}

#header:after
{
	clear: both;
	content: "";
	display: block;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

#header #customer-login
{
	float: right;
	font-size: 0.8em;
	margin-right: 69px;
	text-align: right;
}

#header #logo
{
	background-image: url( "graphics/logo.png" );
	float: left;
	height: 82px;
	margin-left: 131px;
	margin-top: 53px;
	text-indent: -99999pt;
	width: 346px;
}

#header #main-menu
{
	clear: right;
	display: block;
	float: right;
	margin: 0px;
	margin-bottom: 0.5em;
	margin-right: 69px;
	margin-top: 1em;
	padding: 0px;
	text-align: right;
}

#header #main-menu li
{
	border-left: 2pt solid #fff;
	display: inline;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

#header #main-menu li.first { border-left: none }

#header #slogan
{
	background-image: url( "graphics/slogan.png" );
	clear: right;
	float: right;
	height: 39px;
	margin-right: 69px;
	margin-top: 1.2em;
	text-indent: -99999pt;
	width: 376px;
}

#main-container
{
	background-color: #000c24;
	margin: auto;
	width: 1000px;
}

.quote-author { text-align: right }

.slick { color: #b2dafe }

.success-box
{
	background-color: #0d0;
	border: 2pt solid #0f0;
}

