@charset "utf-8";
/* CSS Document */

/*===================PALETTE=============================================
=======================================================================*/
/*
Light beige  - #E2D9A3

TAKES THE CAKE
Slate - #1c1a1b (TEXT COLOR)
Light Slate - #6c8679
Gray/blue - #dad8dd
Coffee w/cream - #dcc498
Less cream - #944929

ROOSTER STRUT
Cream - #ffd57c
Cream/gray-green - #c2b272
Gray-green - #948a5d
Brownish gray - #735c3b (HEADER TEXT COLOR)
Brown - #61290d

SUNSET HORSEBACK
Forest green/gray - #1d261f
Brownish gray - #403028
Gray - #7f6e6a
Teal - #b8bf97
Cream - #ffeeb3

*/

/*===================HTML STYLES=======================================
=======================================================================*/
html {
	background-color:#b8bf97;
}
/*===================BODY STYLES=======================================
=======================================================================*/

/*=========Zeroing margins and padding will get rid of any browser defaults and help eliminate conflicting styles================*/
body, h1, h2, h3, h4, p, ol, ul, li, blockquote {
	margin:0;
	padding:0;
}
/*=========This adds a default font to the whole site. You can override these styles with more specific id or class styles when needed=======================*/
body, h1, h2, h3, h4, p, ol, ul, li, blockquote {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1c1a1b;
}

#wrapper { width:980px; background:#FFF; position:relative; margin:0 auto; }

#banner {
	background:url(../assets/bannerWText980x200.jpg) no-repeat;
	height:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
}
#banner img {
	height: 190px;
	width: 409px;
	margin-top: 6px;
	margin-left: 20px;
}



#banner #title {
	margin: 25px 0;
	float:right;
	height: 200px;
	width: 300px;
}
	
#content {
	clear:both;
	float:left;
	width:45%;
	background: #FFF;
	padding:2em 2em 2em 2em; }

#content.noCol {
	clear:both;
	float:left;
	width:93%;
	background: #FFF; }

#col {
	float:right;
	width:37%;
	background: #FFF;
	border-left: thin solid #999;
	padding:2em; }
	
#col #goals {margin:0 auto;}
#col #goalsList {
	list-style: none;
	margin: 2em 1em;
	padding:.5em; }
#col #goalsItems {
	font-family:Tahoma, Geneva, sans-serif;
	font-variant:small-caps;
	font: 0.8em;
	line-height: 2;
	border-bottom: thin solid #6c8679;}

/*=======================FONT STYLES============================================
===============================================================================*/
#banner h1 { text-indent: -9999px;}
#banner h2 { text-indent: -9999px;}
#banner h4 { text-indent: -9999px;}

#content h1 {
	font-size: 1.3em; }
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1c1a1b;
	font-size: 1em;
	font-variant:small-caps;
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom: medium solid #6c8679; }
#content h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1c1a1b;
	font-size: .95em;
	font-style:normal;
	/*padding-bottom:.5em;*/
	margin-bottom:1em;
}
#content p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4;
	padding-bottom:1em;
	font-size: 0.95em;
	color: #1c1a1b;
}
#content .issues {
	font-size: 0.8em;
	line-height: 1.4;
	color: #1c1a1b;
}

#content blockquote {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	background:#E2D9A3 url(../assets/quotationMarks.gif) no-repeat 0px 0px;
	font-size: 0.75em;
	margin:0 auto 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-weight: normal;
	width: 80%;
	padding: .5em 1.5em .5px;
}
blockquote span.quote {
	text-align: right;
	display: block;
	line-height: 1.2;
	font-weight: bold; }

#col h2 {
	color: #1c1a1b;
	font-size: 1em;
	font-variant:small-caps;
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom: medium solid #6c8679; }

#col h3 {
	color: #1c1a1b;
	font-size: 1em;
	padding-bottom:.5em;
	font-style: italic;	
	border-bottom: medium solid #6c8679; }
#col p {
	color:#1c1a1b;
	font-size: .7em;
	font-size: .95em;
	line-height: 1.4em;
	padding-bottom:1em; }
	
 =input 
fieldset input { float:right; width:45%; border: 1px solid #6c8679; }
