/* CSS Author - Jon Moore - www.black-box-designs.co.uk */
/* ------------------------------------------------------ TAGS ------------------------------------------------------ */
body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* ------------------------------------------------------ CLASSES ------------------------------------------------------ */
.img-left {
	float: left;
}
.align-center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.img-right {
	float: right;
}
.bold-underlined {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.spacer {
	margin-top: 8px;
	margin-bottom: 8px;
}
/* ------------------------------------------------------ Psuedo ID's ------------------------------------------------------ */
/* Main Holding Box */
#container {
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#content {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 860px;
	height: 460px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

/* Setting up of the three columns */
#left-column {
	width: 150px;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 460px;
}
#mid-column {
	padding: 0px;
	height: 460px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 153px;
	border: 1px solid #FFFFFF;
}

/* ----------------------------- MID and RIGHT Column Settings are done in different pages ----------------------------- */
/* ----------------------------- HOME - home-page.css ----------------------------- */
/* ----------------------------- HOME - waistcoat.css ----------------------------- */

/* This sets the global parameters for the right hand column for the whole site*/
#right-column {
	width: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 460px;
	float: right;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
#right-column p {
	text-align: right;
	padding-left: 8px;
}
.spacer2 {
	text-decoration: none;
	width: 105px;
	height: 5px;
	padding: 0px;
	background-image: url(../images/blank-underline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 16px;
}
/* ----------------------------- AUTHOR and SEO Settings ----------------------------- */
/* The author section is designed to credit the author at the bottom of each page. Note: This is a library item called author.lbi */
#author {
	color: #CCCCCC;
	width: 902px;
	padding: 0px;
	font-size: xx-small;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#author a { 
/* These properties affect the <A> or link tag used for the author section */
	color: #CCCCCC;
	text-decoration: none;
}
#newsletter {
	color: #666666;
	width: 902px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}
#newsletter input {
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}





/* The seo holds search engine keywords at the bottom of the page below the container. Note: This is a library item called seo.lbi */
#seo {/* These properties affect the SEO section at the bottom of the page */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: #CCCCCC;
	line-height: 9pt;
	margin-top: 100px;
}


#seo h1 {/* These properties affect the h1 tag in the SEO section at the bottom of the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	text-transform: capitalize;
	line-height: 9pt;
}
#seo p {/* These properties affect the h1 tag in the SEO section at the bottom of the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	text-transform: capitalize;
	line-height: 9pt;
}
