/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.thinkbiggar.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Help Cursor */
.help {
	cursor:help;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* Floats left or right */
.left {
	float:left;
}

.right {
	float:right;
}

img.leftPad {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.rightPad {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* Removes styling from all list items */
ul, li {
	list-style:none;
}

/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	min-width:778px;
	padding: 15px;
	
}
.invisible {
	position: absolute;
	left: -9000px;
	top: 0px;
}

.animation {
	position: absolute;
	left: -9000px;
	top: 0px;
}


/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	color: #666666;
	font-size: 18px;
	margin-bottom: 15px;
	}
.Header strong {
	font-size: 1px;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 243px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

/* CONTENT */

.content {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #7A000E;
	padding-top: 8px;
}

.content address {
	position: absolute;
	left: -9000px;
	top: 0px;
}
.ColOne {
	position: absolute;
	left: -9000px;
	top: 0px;
}

.inner-content {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 15px;
}
.inner-content p {
	display: block;
	margin-bottom: 20px;
}


/* HEADINGS */
.inner-content h1 {
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
}

.inner-content h2 {
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

.inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6 {
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

.Footer {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #8C9163;
	padding-top: 8px;
}

.Footer ul {
	position: absolute;
	left: -9000px;
	top: 0px;
}

.Footer .vcard {
	padding-top: 16px;
	color: #999999;
}

.Footer .vcard .tel{
	font-weight: bold;
	color: #7A000E;
		
}
