@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

	Project:    	**Project Name**
	Version:    	**0.1
	Last change:    	**06/28/2009 [Template File]

====================================================================

[Table of contents]

1. Body
2. Header / #header
3. Content / #content
4. Footer / #footer

====================================================================

[Color codes]

Background:		#000000 (black)
Content bg:		#006DB4 (light blue)

Border:		#C79E66 (gold)
Gradient:		#9B8960 (dark gold)

Header h1:		#003457 (dark blue)
Header h2:		#003457 (dark blue)

a (standard):	#003457 (dark blue)
a (visited):	#006DB4 (light blue)
a (active):		#ff0000 (red)

====================================================================

[Typography]

Base font:		*

Body copy:		*

h1:			*
h2:			*
h3:			*

Input, textarea:	*

-------------------------------------------------------------------*/


/* Stylesheet Reset */
	@import "css/reset.css";
/* Stylesheet for thickbox [jquery.com/demo/thickbox/] popup windows,   */
	@import "js/thickbox.css";



/* Currently Unused Pointers

@import "css/layout.css";
@import "css/colors.css";
@import "css/typography.css";

@import "css/flash.css";
@import "css/debugging.css";
@import "css/brat.css";

*/



/* ==================================================================

2.1 Body Styles

================================================================== */

body	{
	margin: 0;
	padding: 0;

	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-align: left;

	/*background-image: url(images/gridTemplate.png);*/
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: center 0;

	background-color: #6a6;
	}

#container	{
	width: 940px;
	margin: 0 auto;
	}

h1	{
	text-size: inherit;
	text-indent: -9999px;
	background-image: url(images/head-logo1.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: visible;
	height: 200px;
	padding: 0;
	margin: 0;
	}


h2	{
	font-size: 36px;
	color: rgba(0, 0, 0, 0.3);

	}

h3	{
	}

p, address	{
	margin: 0.8em 0;
	line-height: 1.6;
	font-style: normal;
	}


/* ==================================================================

2.2 Header

================================================================== */

#header	{
	/*background-image: url(images/gradient.png);*/
	background-repeat: repeat-x;
	}




/* ==================================================================

2.3 Content Area

================================================================== */


/* ==================================================================

2.4 Footer

================================================================== */




/* ==================================================================

2.4 ReUsable Segments

================================================================== */

.sixCol	{
	width: 420px;
	min-height: 120px;
	padding: 20px;
	}

.cent	{
	margin: 0 auto;
	}

.specialCentered	{
	text-align: center;
	background-color: rgba(209, 239, 209, 0.25);
	border-top: 40px solid rgba(0, 0, 0, 0.3);
	border-bottom: 40px solid rgba(0, 0, 0, 0.3);

	}


