@import url("global_CSSReset.css");

html			{	font-family: "Trebuchet MS", Arial, Verdana, San-Serif;
				}

body			{	font-size:65%;
					background-color:#7f5b33;
					margin:0;
					text-align:center;
					color:#543614;
				}
					

blockquote		{	margin:0 1.5em 1.5em 1.5em;}
		
h1, h2, h3, h4, h5	
				{	margin:0;font-weight:bold; color:#E09226;}


h1				{	font-size:1.4em; margin:0 0 1em 0;}
h2				{	font-size:1.4em; margin:0 0 .5em 0;}
h3				{	font-size:1.3em; margin-bottom: .5em;}
h4				{	font-size:1.2em; margin-bottom: .5em;}


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: Times, Times New Roman, Serif;
					border:1px solid #bbbbbb;
				}

p				{	font-size:1.2em;
					line-height:1.6em;
					margin:0 0 .75em 0;
				}

.clearFloat		{	clear:both;
					height:20px;
				}
.showNone		{	display:none;}

.topMargin		{	margin-top:1.25em;}
.bottomMargin	{	margin-bottom:.50em}

a, a:visited 	{	color:#2F5A63;}

a:hover			{	color:#E09226;}

.indent			{	padding-left:3em;}

.highlightText	{	font-size:110%; color:#0066cc;}


#eNews			{	font-family: "Trebuchet MS", Arial, Verdana;
					font-size:1.3em;
				}

#eNews a		{	text-decoration:none;font-weight:bold;}
#eNews a:hover	{	text-decoration:none;color:#E09226;}


table.schedule 					{	vertical-align:top;
									font-size:1.2em;
								}
table.schedule td.d0 			{	border: 0px;
									font-weight:bold;
									line-height:1.75em;
								}
table.schedule td.d1 			{	border: 0px;
									padding-left:1.6em;
									line-height:1.75em;
								}
table.schedule tr		 		{	vertical-align:top;
								}


table.events 					{	vertical-align:top;
									font-size:1.2em;
								}
table.events td.d0 				{	border: 0px;
									font-weight:bold;
									line-height:1.6em;
								}
table.events td.d1 				{	border: 0px;
									padding-left:1em;
									padding-bottom:.5em;
									line-height:1.6em;
								}
table.events tr		 			{	vertical-align:top;
									line-height:1.75em;
								}
								
table.pricing 					{	vertical-align:top;
									font-size:1.2em;
									line-height:1.6em;
									width:300px;
								}
table.pricing tr		 		{	vertical-align:top;
								}
table.pricing td.d0 			{	border: 0px;
									font-weight:bold;
								}
table.pricing td.d1				{	border: 0px;
									width:100px;
								}
table.pricing td.d2 			{	border: 0px;
									width:50px;
									text-align:right;
								}
table.pricing td.d3 			{	border: 0px;
									width:150px;
									padding-left:10px;
								}							
								
								
								


/* MAIN CONTAINER
------------------------------------------------------------------*/
#Main_Container				{	display:block;
								width:775px;
								margin:25px auto 0 auto;
								background-color:white;
								text-align:left;
							}
							
							
/* MAIN CONTAINER - HEADER AREA
------------------------------------------------------------------*/
#headerArea					{	display:block;
								position:relative;
								width:inherit;
								height:200px;
								background-image:url(../_images/global/bg_headerArea.gif);
								background-repeat:no-repeat;
							}
							
#headerArea .logoMain		{	position:absolute;
								top:12px;
								left:144px;
							}


/* MAIN CONTAINER - MERNU AREA
------------------------------------------------------------------*/
						
#menuArea					{	display:block;
								width:inherit;
								height:35px;
								margin:0 auto;
								text-align:center;
								background-image:url(../_images/global/bg_menuArea.gif);
								background-repeat:no-repeat;
							}


													
/* MAIN CONTAINER - CONTENT AREA
------------------------------------------------------------------*/
#columnLeft					{	display:block;
								float:left;
								width:250px;
								margin:30px 0 0 0;
								min-height:300px;
								_height:300px;
							}


#columnLeft .margin			{	margin:0 0 0 25px;
								width:200px;
								text-align:center;
							}
							
							
#columnLeft .quote			{	display:block;
								margin:0 0 25px 0;
							}
							

#columnRight				{	display:block;
								float:left;
								width:500px;
								margin:30px 0 0 0;
								overflow:hidden;
							}


#contentArea				{	display:block;
								width:inherit;
								background-image:url(../_images/global/bg_contentArea.gif);
								background-repeat:no-repeat;
								margin:23px 0 0 0;
							}
 #contentArea .margin		{	display:block;
 								margin:0 0 0 20px;
								padding:16px 0 0 0;
 								width:460px;
								line-height:1.4em;
							}
							
 #contentArea .margin h1	{	text-indent:20px;
							}

#subMenu					{	display:block;
								text-align:right;
								margin:57px 0 0 0;
							}
#subMenu a					{	display:block;
								font-size:1.2em;
								font-weight:bold;
								text-decoration:none;
								margin:0 10px .8em 0;
							}
							
#subMenu a.on				{	color:#E09226;
							}


/* MAIN CONTAINER - FOOTER AREA
------------------------------------------------------------------*/						
#footerArea					{	display:block;
								position:relative;
								width:inherit;
								height:120px;
								background-image:url(../_images/global/bg_footerArea.gif);
								background-repeat:no-repeat;
							}
							
#copyrightArea				{	display:block;
								width:inherit;
								height:50px;
								background-color:#7f5b33;
								color:#543614;
								padding:20px 0 0 25px;
							}
	
#copyrightArea img			{	margin:0 0 0 6px;
								vertical-align:bottom;
							}
							




