﻿body
{
    background-color:#000;
}
body, form, p, h1, h2, h3, h4, hr
{
    font-size: .9em;
    color:#fff;
	margin: 0px;
	padding: 0px;
    font-family: Tahoma,Arial,Helvetica;
}
ul, textarea
{
    font-size: .9em;
    font-family: Tahoma,Arial,Helvetica;
}
img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: #fff;
}
a:hover
{
	color: #B56F84;
}
h1
{
	color:#fff;
	font-size: 16pt;
	font-family: verdana,Arial,Helvetica;
	font-weight: normal;
	border-bottom: solid 2px #78374B;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	background-image: url(images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
h2
{
	color:#414d65;
	font-size: 1.5em;
	margin-top:10px;
	margin-bottom:10px;
}
h3
{
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
}
hr
{
	background-color:#b7b3b3;
	color:#b7b3b3;
	height: 1px;
	border-style:none;
}
hr.thick
{
	height: 5px;
}
p
{
	margin-top: 20px;
	margin-bottom:20px;
}
#pageContainer
{
}
form.homePage #pageContent
{
	background-image: url(images/langley-bg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#pageContent
{
	width: 980px;
	margin: 10px auto 0px auto;
	border: solid 1px black;
}

#logo
{
	height: 38px;
}
#logo img
{
	border-style: none;
}

#nav
{
	height: 32px;
	background-color: #78374B;
}
#nav p, #footer p
{
	color:White;
	line-height: 32px;
}
#nav a
{
	color: White;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:hover
{
	color: #000;
}

#header
{
	height: 213px;
	border-bottom: solid 5px #78374B;
}
#header img
{
	float: left;
	vertical-align: middle;
}

#headerText
{
	width: 280px;
	height: 168px;
	float: right;
	background-color: #414d65;
	padding:10px;
}
#headerText h1
{
	text-transform:uppercase;
	font-size:16pt;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	color:White;
}
#headerText p
{
	color:White;
}
#headerText a
{
	color:White;
	font-weight:bold;
}
#leftContent
{
	width: 335px;
	padding-right:20px;
	float:right;
}
body form.fullWidth #leftContent
{
	display: none;
}
body form.noNavBg #leftContent
{
	background-image: none;
}
#leftContent ul
{
	margin:0px;
	padding:0px;
}
#leftContent ul li
{
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
	border-top: solid 1px #b7b3b3;
}
#leftContent ul li a
{
	color:#7c7e7f;
	font-weight:bold;
}
/*#leftContent ul li:first-letter, #leftContent ul li a:first-letter
{
	 font-size:1.6em;
	 color:#60829e;
	 margin-right:2px;
}*/
#leftContent p.alignright a
{
	color:#60829E;
	font-weight:bold;
}
#rightContent
{
	float: left;
	width:540px;
	padding-right:20px;
}
body form.fullWidth #rightContent
{
	float:none;
	width: auto;
}
#rightContent p
{
	margin-top:10px;
	margin-bottom:10px;
}
#body
{
	padding:10px;
	padding-left: 25px;
	border-bottom: solid 5px #78374B;
	margin-bottom: 15px;
}

#footer
{
	height: 32px;
	background-color: #435b72;
	background-image: url(images/footerTile.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	border-top: solid 1px black;
	text-transform:uppercase;
}
#footer p
{
	text-align:center;
}
#footer a
{
	font-size: smaller;
	color: White;
}
#pageFooter
{
	width: 980px;
	margin: 0px auto 5px auto;
}
.clear
{
	clear:both;
}

p.right
{
	float: right;
	padding-right: 10px;
}
p.alignright
{
	text-align: right;
}
p.btmStrap
{
	text-align:right;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.prices
{
	border-collapse:collapse;
	width:545px;
}
table.prices tr td
{
	border: solid 1px black;
	padding: 3px;
}
ul.downloads
{
	margin: 0;
	padding:0;
}
ul.downloads li
{
	background-image: url(images/img_pdf.gif);
	background-position: 0 0.3em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:5px 0 5px 25px;
}

ul.homePage
{
	margin: 0px;
	padding: 0px;
}
ul.homePage li
{
	list-style-image: none;
	 list-style-type: none;
	 padding-top:8px;
	 padding-bottom:8px;
}
.narrow
{
	width:110px;
}