/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.evolution-e.com
-----------------------------------------------------------------------------*/

/* =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: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	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;
	
}

a {
	color: #B3D959;
	font-weight: bold;
}

a:link {
	color: #223D84;
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	text-decoration: underline;
	}

a:hover {
	color: #223D84;
	text-decoration: none;
	}

a:active {
	color: #0000CC;
	text-decoration: none;
	}



/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	height:138px;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	}
	
.Header a, .Header a:link, .Header a:visited {
	text-decoration: none;
}

.Header a:hover {
	text-decoration: underline;
}

.Header h1 {
	float: left;
	height: 138px;
	width: 396px;
	display: block;
}
.Header ul li {
	float: left;
	padding: 3px;
}
.Header .navone {
	position:absolute;
	left:-9000px;
	text-align:left;
	width: 423px;
	bottom: 0px;
}

.Header .navtwo {
	position:absolute;
	text-align:right;
	width: 423px;
	top: 0px;
	left: -9000px;
}


html>body .Header {
	height:138px;
	}
	
.Header .align {
	text-align:right;
}
		
/* =Column One
-----------------------------------------------------------------------------*/

.ColOne {
	position: absolute;
	left:-9000px;
	top:145px;
	width:200px;
	}

		
/* =Column Two
-----------------------------------------------------------------------------*/
.ColTwo  {
	position: absolute;
	right:0px;
	top:145px;
	width:200px;
	left: -9000px;
}


/* =blockLinks
-----------------------------------------------------------------------------*/
.blockLinks a {
	display: block;
	padding: 2px;
	margin-bottom: 1px;
	}

.blockLinks a:link {
	text-decoration: none;
	}

.blockLinks a:visited {
	color: #666666;
	text-decoration: none;
	}

.blockLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
	}

.blockLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.blockLinks h2 {
	font-size: 1.2em;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: -9000px;
	position: absolute;
	padding-top: 0px;
}

.blockLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.blockLinks li {
	margin: 0;
	}


	
/* =General Content
-----------------------------------------------------------------------------*/
.content {
	margin-left: 200px;
	margin-right:200px;
	/*
	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: 10px;
	margin-right:10px;
	margin-top: 5px;
	padding: 10px;
	margin-bottom: 5px;
	}
html>body .content {
	margin-left: 10px;
	margin-right:10px;
	margin-top: 5px;
	}

.content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.content h1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #990000;
	
	
}

.content h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #990000;
	padding: 0px;
}

.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 th {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
}

.content table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content tr:hover {
	background-color: #CCCCCC;
} 

.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 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-position: left center;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.content blockquote {
	background-color: #EEEEEE;
	color: #999999;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
}
.content code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin-right: 10%;
	margin-left: 10%;
	color: #FFFFFF;
	background-color: #0000CC;
	padding: 10px;
	display: block;
}


/* =Footer
-----------------------------------------------------------------------------*/
.Footer {
	min-width: 750px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	position: relative;
	text-align: center;
}
.Footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}


.Footer a {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Footer a:link, .Footer a:visited {
	text-decoration: none;
}


.Footer a:hover, .Footer a:active {
	text-decoration: underline;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}
