* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#wrapper {
	width: 922px;
}
#faux {
	background: url(../images/faux-1-3-col.gif);
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #FFF;
	width: 100%;
	height: 100px;
	background: #005826; /*GREEN*/
}
#header .logo {
	float: left;
}
#header .strapline {
	float: right;
	text-align: right;
	padding: 2px 10px 0 0;
}
#navigation {
	color: #FFF;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	background: #C18604; /*GOLD*/
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 180px;
	float: left;
}
#leftcolumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#leftcolumn li {
	width: 170px;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#leftcolumn a:link, #leftcolumn a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #9e0d28; /*Left Bar Color*/
	border-right: 1px solid #197b30;
	background-color: #C18604; /*GOLD*/ /*Main Background*/
	color: #FFF;
	text-decoration: none;
}
#leftcolumn a:hover {
	background-color: #197b30;
	color: #FFF;
}
#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 490px;
	display: inline;
	position: relative;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 5px 10px 0px;
	padding: 0px;
	width: 195px;
	float: right;
}
#footer {
	width: 100%;
	clear: both;
	color: #FFF;
	background: #C18604; /*GOLD*/
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em; margin-bottom: 9px; color: #9e0d28; }
h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2em; color: #660000; margin-bottom: 9px; }

p { margin-bottom: 12px; }
li { margin-bottom: 9px; }
ul, ol { margin-left: 30px; }

.clear {
	clear: both;
	background: none;
}

/* Links */
a:link {color: #000; text-decoration: underline; }
a:visited {color: #000; text-decoration: underline; }
a:active {color: #000; text-decoration: underline; }
a:hover {color: #999; text-decoration: none; }


/*Vaultware Button */
a.checkavailability
{
	background-color:#4A5173;
	color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666666;
	border-bottom-color:#333333;
	border-left-color:#858585;
	text-decoration:none;
	display:block;	
	padding:0 5px 0 5px;
	width: 175px;
	text-align: center;
}
a:link.checkavailability, a:visited.checkavailability, a:active.checkavailability {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.checkavailability {
	color:#999;
	text-decoration:none;
}