/*-----------------------------------------------------------------------------
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;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	min-width:778px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 778px;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */	
}

a, a:link, a:visited {
	color: #678DA2;
	text-decoration:underline;
}

a:hover {
	color: #678DA2;
	text-decoration:none;
}


html>body .Header {
	
	}
	
.wrapper {
	text-align: left;
	position: relative;
}


/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	height:258px;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	padding-top: 27px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.Header address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	background-image: url(../images/flag-ie.gif);
	height: 15px;
	width: 120px;
	padding-left: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top: 63px;
	right: 0px;
}

	
.Header a, .Header a:link, .Header a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F7F7F;
	font-size: 13px;
	margin-top: 3px;
	display: block;
	margin-right: 3px;
	margin-left: 3px;
}

.Header a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}

.Header h1 {
	float: left;
	height: 138px;
	width: 396px;
	display: block;
}
.Header ul li {
	float: left;
	padding: 3px;
}
.Header .navone {
	position:absolute;
	left:0px;
	text-align:left;
	width: 779px;
	bottom: 0px;
	height: 26px;
}

.Header .navtwo {
	position:absolute;
	text-align:right;
	width: 423px;
	top: 0px;
	right: 0px;
}



	
.Header .align {
	text-align:right;
}
		
/* =Column One
-----------------------------------------------------------------------------*/

.ColOne {
	position: absolute;
	left:0px;
	top:285px;
	width:200px;
	}

.ColOne a, .ColOne a:link, .ColOne a:visited {
	display: block;
	height: 21px;
	width: 262px;
	background-image: url(../images/newsletter.png);
	background-repeat: no-repeat;
	padding-top: 229px;
	padding-right: 10px;
	padding-left: 5px;
	text-align: right;
	color: #7F7F7F;
	background-color: #ECF1F6;
	text-decoration: none;
	}

.ColOne a:hover {
	color: #7F7F7F;
	background-color: #FFFF99;
	text-decoration: underline;
	}

.ColOne a:active {
	color: #FFFFFF;

	}

.ColOne h5 {
	margin: 0;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	position: absolute;
	left: -9000px;
	}

.ColOne ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.ColOne li {
	margin: 0;
	}
		
/* =Column Two
-----------------------------------------------------------------------------*/
.ColTwo {
	position: absolute;
	left:0px;
	top:285px;
	width:200px;
	}

.ColTwo a, .ColTwo a:link, .ColTwo a:visited {
	display: block;
	width: 262px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 5px;
	text-align: left;
	color: #7F7F7F;
	background-color: #ECF1F6;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E9F0;
	}

.ColTwo a:hover {
	color: #7F7F7F;
	background-color: #FFFF99;
	text-decoration: underline;
	}

.ColTwo a:active {
	color: #FFFFFF;

	}

.ColTwo h5 {
	margin: 0;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	position: absolute;
	left: -9000px;
	}

.ColTwo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.ColTwo li {
	margin: 0;
	}
	
/* =General Content
-----------------------------------------------------------------------------*/
.content-home {
	height: 231px;

}

.content {
	margin-left: 277px;
	margin-right:0px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 277px;
	margin-right:0px;
	margin-top: 0px;
	background-color: #F4F7FA;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
	}
html>body .content {
	margin-left: 277px;
	margin-right:0px;
	}

.content p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.content h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-bottom: 7px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content a {
	font-weight: bold;
}

.content a:link {
	text-decoration: underline;
	}

.content a:visited {
	text-decoration: underline;
	}

.content a:hover {
	text-decoration: none;
	}

.content a:active {
	text-decoration: none;
	}

.content caption {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-bottom: 7px;
	width: 100%;
}

.content table {
	border: 1px solid #83ADD5;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;

}

.content table h2 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.content table img {
	border: 1px solid #333333;
}

.content table th {
	background-color: #CBD8E7;
	color: #7F7F7F;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content tr:hover {
	background-color: #FFFF99;
	border: 1px solid #F48221;
} 

.content .odd {
	background-color: ##DFDFDF;
} 

.content .even {
	background-color: #E2EAF1;
} 

.content address {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.content em {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
	display: block;
}

.content ul li {
	margin: 3px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

/* =Footer
-----------------------------------------------------------------------------*/
.Footer {
	height: 15px;
	clear: both;
	min-width: 750px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	color: #999999;
	text-align: center;
}
.Footer p {
	display: block;
	width: 100%;
	float: left;
}


/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}
.Footer li {
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	width: 100px;
}
.Footer ul {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



.content select {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
} 



/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}
