/*
		Clifton Bullard
		Dark Grey: 272727
		Light Grey:
		Dark Red: 990000
*/


/*
	RESET
*/


*				{ margin: 0; padding: 0; }
html			{ overflow-y: scroll; }
html, body		{ height: 100%; }
body			{ font-size: 62.5%; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #cdcdcd ;
				  text-align: left; }
a				{ outline: none; text-decoration: none; }
a img			{ border: none; }
img				{ vertical-align: middle; }



/*
	UTILITY
*/

.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.clear			{ clear: both; }
.center			{ text-align: center; }
.bottomRight	{ position: absolute; bottom: 10px; right: 0px; }
#push20			{ height: 20px; }


/*
	STRUCTURE
*/

#page-wrap		{ width: 960px; margin: 0px auto -160px; min-height: 100%;
				  height: auto !important; height: 100%; }

#logo			{ position: absolute; top: 25px; left: 52px;
				  width: 135px; }

#content a, a:visited, a:hover			{ color: #ebb410; font-weight: normal; }


#navigation		{ position: absolute; top: 25px; left: 200px; z-index: 3; }

#subnav			{ position: absolute; top: 200px; left: 30px; 
				  width: 100px; padding: 20px; border: 1px solid #7a7a7a;
				  font-size: 1.2em; letter-spacing: 1px; }
				  
#subnav a		{ color: #7a7a7a; font-size: .9em; letter-spacing: normal; }

#subnav a:hover	{ color: #9C1F1B;}


#content		{ position: absolute; top: 120px; left: 210px; z-index: 2;
				  width: 750px;
				  font-size: 1.4em; line-height: 1.6em;
				  text-align: left; }

p				{ padding-bottom: 15px; }

.white p		{ color: #777777; }

#footer, #push	{ height: 160px; }
#footer			{ position: absolute; width: 100%; text-align: right; }

#footer img		{ vertical-align: bottom; padding-right: 10px; }

