/*-----------------------------------------------------------------------------
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: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-width:778px;
	text-align: center;
	
}
.wrapper {
	width: 1078px;
	display: block;
}


/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	border: 1px solid #000;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.Header a, .Header a:link, .Header a:visited {
	text-decoration: none;
}

.Header a:hover {
	text-decoration: underline;
}

.Header h1 {

}
.Header ul li {
	float: left;
	padding: 3px;
}
.Header .navone {
	position:absolute;
	left:-3000px;
	text-align:left;
	width: 423px;
	bottom: 0px;
}

.Header .navtwo {
	position:absolute;
	text-align:right;
	width: 423px;
	top: 0px;
	right: -3000px;
}
	
.Header .align {
	text-align:right;
}
		
/* =Column One
-----------------------------------------------------------------------------*/

.ColOne {
	position: absolute;
	left:-2000px;
	top:0px;
	width:200px;
	border: 1px solid #000000;
	right: 0px;
	bottom: 0px;
	}

.ColOne a {
	display: block;
	padding: 2px;
	border: 1px solid #000000;
	margin-bottom: 1px;
	}

.ColOne a:link {
	text-decoration: none;
	}

.ColOne a:visited {
	color: #666666;
	text-decoration: none;
	}

.ColOne a:hover {
	color: #000000;
	text-decoration: none;
	}

.ColOne a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

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

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

.ColOne li {
	margin: 0;
	}


		
/* =Column 2
-----------------------------------------------------------------------------*/
.ColTwo  {
	position: absolute;
	right:-2000px;
	top:145px;
	width:200px;
	border: 1px solid #000000;
}

.ColTwo  a {
	display: block;
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 1px;
	}

.ColTwo  a:link {
	text-decoration: none;
	}

.ColTwo  a:visited {
	text-decoration: none;
	}

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

.ColTwo  a:active {
	text-decoration: none;
	}
	
.ColTwo  h5 {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #333333;
	padding: 3px;
}

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

.ColTwo  li {
	margin: 0;
	}
	
/* =General Content
-----------------------------------------------------------------------------*/
.content {
	/*
	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/styles/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: 5px;
	}
html>body .content {
	margin-top: 5px;
	}

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

.content div {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

.content span {
 	display:block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


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


.content h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #333333;
	
	
}

.content h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.content a {
	color: #B3D959;
	font-weight: bold;
}

.content a:link {
	color: #223D84;
	text-decoration: underline;
	}

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

.content a:hover {
	color: #223D84;
	text-decoration: none;
	}

.content a:active {
	color: #0000CC;
	text-decoration: none;
	}

.content caption {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}

.content table {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
}

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

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

.content table th {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	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: #CCCCCC;
	border: 1px solid #F48221;
} 

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

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

.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 form {
	background-color: #FFFDDD;
	display: block;
	margin: 0px;
	padding: 0px;
	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 {
	font-size: 1.2em;
	color: #000000;
	margin: 3px;
	padding: 3px;
}

/* =Footer
-----------------------------------------------------------------------------*/
.Footer {
	height: 15px;
	clear: both;
	min-width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-color: #333333;
	color: #FFFFFF;
	position: relative;
}

.Footer a {
	color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

.Footer a:link, .Footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


.Footer a:hover, .Footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.Footer div  {
	display: block;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;

}

.Footer p  {
	float: right;

}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}

.content form {
	display: block;
	padding: 10px;
	font-size: 1em;
	font-style: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
} 
.content legend {
	background-color: #F48221;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

.content fieldset {
	padding: 10px;
	border: 1px solid #F48221;
	background-color: #FFFDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 

.content label {
	float:left;
	width: 15em;
	font-weight: bold;
	padding-top: 10px;
}

.content input {
	margin: 0px;
	padding-top: 3px;
	border: 1px solid #999999;
	font-size: 1.1em;
} 

.content textarea {
	margin: 0px;
	border: 1px solid #999999;	
	padding-top: 3px;
	font-size: 1.1em;
} 

.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;
}
