/* CSS Document */

/* Reset */

html, body { margin: 0; padding: 0; border: 0;  

				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,

h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 

table, tr, th, td, tbody, tfoot, thead {

	margin: 0;

	padding: 0;

	border: 0;

	vertical-align: baseline;

	background: transparent;

	}

img 	{ margin:0; padding:0; border:0; }


table, tr, th, td, tbody, tfoot, thead {

	margin: 0; padding: 0; border: 0;

	vertical-align: baseline;

	background: transparent;

	}

	

table { border-collapse: collapse; border-spacing: 0; }

	

input, select, textarea, form, fieldset {

	margin: 0; padding: 0; border: 0;

	}



article, aside, dialog, figure, footer, header, hgroup, nav, section { 

	display:block; }



h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 

	font-family: Arial, Helvetica, sans-serif;

	font-size:100%;

	font-weight: normal;

	font-style: normal;

	line-height: 100%; 

	text-indent: 0;

	text-decoration: none;

	text-align: left;

	color: #000;

	}



ol, ul { list-style: none; }

 /* End Reset */
 
 /* Global */

html 	{	}

body	{ background-color:#DD7A2C	} /* behind the Outer Wrapper */

/* Headings */



h1, h2, h3, h4, h5, h6 { font-weight: bold;  }

h1 { font-size:24px;  padding-bottom:15px;  
		border-bottom:#999 solid; 
    	margin-bottom:15px;  
		color:#D76618;  }
		
h2 { font-size:20px;
		margin:15px; }
		
h3 { font-size:16px; margin-bottom:5px;}
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text Elements */

p           		{ color:#000; font-size:12px; 
				  	   line-height:150%;
					   margin-bottom:15px;  }
					   
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

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

/* Class Styles */
.dateclass	{ font-weight:bold; 
						color:#D76618; 
						margin-bottom:3px;	} 
						
.footertext		{ text-align:center; }

.imgframe		{ padding:3px; border:1px #666 solid; margin:1px; margin-bottom:10px;}

/* Containers */

#Outer							{ width:960px; margin:0 auto; background-color:#FFF;	} /* Creates outer Margin  */

#Wrapper						{ width:900px; margin:0 auto; background-color:#FFF;	} /* 0 top and Bottom, Centered Left and Right  */

#Logo							{ margin: 15px 0px 20px 0px;	 float:left; } /* margin top and bottom only */

#Social-Media-Icons			{ float:right;	}
#Social-Media-Icons ul li		{ display:inline; }
#Social-Media-Icons ul		{ margin-top:30px; }

#TopNav						{ clear:both;	}
#TopNav ul li				{ display:inline; }
#TopNav ul li				{ padding: 0 15px;		}	
#TopNav ul					{ border-top:1px #000 solid; 
									  border-bottom:1px #000 solid;  
							    	  margin:10px 0; 
									  padding:5px 0;	}  /* Margin outside, Padding inside container */
									  
#TopNav	a:link			{ color: #000; 
									  font-weight:bold;  }
#TopNav	a:visited		{ color: #000;  }
#TopNav	a:active		{ color: #000;  }
#TopNav	a:focus			{ color: #666;  }
#TopNav	a:hover     	{ color: #D76618;  }
									  

#Banner						{ margin-bottom:10px;}

#Content						{ width:710px;	float:left; margin-right:20px; } /* margin outside container */

#RightSide					{ width:180px; float:right; }

#Footer						{ clear:both; padding:10px; border-top:1px #666 solid; } /*padding onside container */





