body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url("blackleather.jpg");
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

a img {
	border: none;
	padding-bottom: 0px;
	padding-top: auto;
}

.links {
	font: Arial, Helvetica, sans-serif;
	font-color: #a8422a;
	color: a8422a;
}

a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background-color: #fef1aa;
	margin: 0 auto;
	box-shadow: 0px 7px 25px #000;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 960px;
	height: 60px;
	background-color: #A4432C;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	box-shadow: 0px 7px 7px #000;
}

.header-cont {
	width: 960px;
	top: 0px;
	margin: 0 auto;
	background-color: #6B3224;
}

p.groove {
	border-style: groove;
	border-color: #FFF1AA;
	border-width: 1px;
	border-top-color: #FFF1AA;
	padding-bottom: 420px;
	padding-top: 50px;
}

.sidebar1 {
	float: right;
	width: 200px;
	height: 1350px;
	background-color: #fef1aa;
	padding-bottom: 10px;
	margin: 55px auto;
}
.content {
	padding: 10px 0;
	width: 760px;
	float: right;
	margin: auto;
	height: 100px;
	margin-top: 65px;
}


.menu {
	padding: 10px 0;
	width: 760px;
	float: right;
	margin: auto;
	height: 900px;
	margin-top: 100px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	font-size: 14px;
	padding: 10px 0;
	padding-left: 10px;
	background-color: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	height: 60px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	background-color: #FFF1AA;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 140px;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 30px;
    text-decoration: none;
}

input[type=text]:focus {
    width: 50%;
}

.socailmedia {
	padding-bottom: 10px;
}

.podcast {
	padding-bottom: 10px;
}

.newsletter {
	padding-bottom: 10px;
}

.column1 {
	float: left;
	width: 491px;
	height: 1350px;
	background-color: #fef1aa;
	padding: 100;
	margin-top: auto;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: auto;
	
}

.column2 {
	float: right;
	width: 253px;
	height: 1350px;
	background-color: #fef1aa;
	padding: 100;
	margin-top: auto;
	margin-right: auto;
	margin-left: 1px;
	margin-bottom: auto;
}
.byline {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #a8422a;
	margin-bottom: 100px;
}

.iframe {
	font-family: Arial, Helvetica, sans-serif;
	color: #a8422a;
	margin-bottom: 100px;
}

/*TILT*/
.rollover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 90px;
	padding-bottom: 20px;
}
 
.rollover:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	opacity: 1;
}

.articles_column1 {
	float: left;
	width: 380px;
	height: 1250px;
	background-color: #fef1aa;
	padding-top: 100;
	padding-right: 100;
	padding-left: 100;
	padding-bottom: 100px;
	margin-top: auto;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: auto;
	
}

.articles_column2 {
	float: right;
	width: 360px;
	height: 1350px;
	background-color: #fef1aa;
	padding: 100;
	margin-top: auto;
	margin-right: auto;
	margin-left: 1px;
	margin-bottom: auto;
	
 /* HP Article */
	
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	line-height:150%;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
	{mso-style-link:"Footnote Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{mso-style-link:"Header Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{mso-style-link:"Footer Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
span.MsoFootnoteReference
	{vertical-align:super;}
span.MsoEndnoteReference
	{vertical-align:super;}
p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText
	{mso-style-link:"Endnote Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
span.HeaderChar
	{mso-style-name:"Header Char";
	mso-style-link:Header;}
span.FooterChar
	{mso-style-name:"Footer Char";
	mso-style-link:Footer;}
span.FootnoteTextChar
	{mso-style-name:"Footnote Text Char";
	mso-style-link:"Footnote Text";}
span.EndnoteTextChar
	{mso-style-name:"Endnote Text Char";
	mso-style-link:"Endnote Text";}
.MsoChpDefault
	{font-family:"Calibri",sans-serif;}
.MsoPapDefault
	{margin-bottom:10.0pt;
	line-height:115%;}
 /* Page Definitions */
 @page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
