@import url("../global_CSSReset.css");

html			{	font-family: Times New Roman, Times, Serif;
					height:100%;
				}
		
body			{	font-size:.90em;
					color:#666666;
					background-color:#5a6b47;
					background-image:url(../_images/bg_body.gif);
					background-repeat:repeat-x;
					margin:0;
					padding:0;
				}

blockquote		{	margin:0 1.5em 1.5em 1.5em;}
		
h1, h2, h3, h4, h5	{	margin-top:0;margin-bottom:0.2em; color:#5a6b47;}

h1				{	font-size:180%;}
h2				{	font-size:115%;
					font-weight:bold;
					margin-bottom:.5em;
				}
h3				{	font-size:105%;
				}
h4				{	font-size:95%;}

ol				{	list-style:decimal; margin-bottom:1em}
ol li			{	margin-left:2.5em;}

em				{	font-style:italic;font-weight:inherit;}
strong			{	font-weight:bold;font-style:inherit;}


input			{	font-family:inherit;
					border:1px solid #d7d7d7;
				}

p				{	margin-bottom:1em;}

.clearFloat		{	clear:both}

a, a:visited 	{	color:#5a6b47;}
a:hover			{	color:#5a6b47;
					text-decoration:none;
				}

.none			{	display:none;}



							

/* ----- CSS FOR HEADER AREA ----- */
#headerArea						{	display:block;
									width:775px;
									height:241px;
									margin:0 auto 0 auto;
								}
#headerArea img					{	border:0;
									margin-left:2px;
								}							

								
#menuRow						{	font-size:110%;
									text-align:center;
									height:36px;
									line-height:38px;
								}
								
#menuRow a 						{	text-decoration:none;
									font-weight:bold;
									margin:auto 29px;
								}
								
#menuRow a:hover 				{	text-decoration:underline;
									font-weight:bold;
									margin:auto 29px;
								}
								

								
/* ----- CSS FOR CONTENT AREA ----- */

#Content_Container				{	display:block;
									width:100%;
									background-color:#f5ffea;
								}
								
#contentArea					{	display:block;
									width:775px;
									min-height:390px;
									_height:390px; /* min-height work around for IE */
									margin:0 auto;
									padding:20px 0 20px 0;
								}					
								
								
#Content_Left					{	float:left;
									display:block;
									width:209px;
								}
								
#Content_Left .margin			{	display:block;
									margin:0 10px 0 0;

								}

#Content_Main					{	float:left;
									display:block;
									width:380px;
									line-height:1.5em;

								}
#Content_Main .margin			{	display:block;
									margin:0 20px 0 0;

								}
								
								
								
#Content_Right					{	float:left;
									display:block;
									width:160px;
									line-height:1.25em;
								}
								
.testimonialBox					{	display:block;
									padding:10px 10px 10px 10px;
									width:160px;
									background-color:#e2ecd7;
									font-size:90%;

								}

								
/* ----- CSS FOR FOOTER CONTAINER ----- */

#footerArea						{ 	display:block;
									width:775px;
									min-height:100px;
									position:relative;
									margin:18px auto 0 auto;
									color:white;
									text-align:center;
								}
								
#footerArea	a					{ 	color:white;
									margin:0 10px;
									font-weight:bold;
									text-decoration:none;
								}

#footerArea	a:hover				{ 	text-decoration:underline;
								}								
								

.credits						{	padding-top:.75em;
									color:#333333;
									font-size:.9em;
									font-weight:bold;
									text-decoration:none;
								}