/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #5A501D;
}
body {
	color: #fff;
	padding-top: 22px;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #C7AC6A;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 100%;
}
/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: .9em/1.4em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
table {
	line-height: normal;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
/*nest fixes */
td p { 
	font-size: 100%; 
} 
ul { 
	font-size: 100%;
}
ol {
	font-size: 100%;
}
/*End nest fixes */
blockquote {
color:#ffffcc;
float:left;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0;
padding:5px;
width:10em;
line-height: normal;
}
q {
  font-style: italic;
  font-size: 100%;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .8em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
a:link {
	color: #FF9;
	text-decoration: none;
}
a:visited {
	color: #FF9;
	text-decoration: none;
}
a:hover { 
	color: #B6BEE3;
	text-decoration: underline;
}
a:active { 
	color: #FFC;
	text-decoration: none;
}
img {
	border: none;
	font-family: "Comic Sans MS", cursive;
	color: #CCC;
	padding-left: 6px;
}
.image_border {
	padding: 5px;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
label {
cursor: pointer;
}
/*divs*/
#wrapper {
	margin: 0 auto;
	width: 994px;
	background-color: #414141;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0 auto;
	width: 994px;
	height: 268px;
	background-image: url(../images/bg_header.jpg);
	background-color: #5a501d;
}
#logo {
	float: left;
	padding-left: 47px;
	padding-top: 22px;
	width: 193px;
	height: auto;
}
/*pill menu
#menu {
	margin: 0 auto;
	width: 994px;
	background-image: url(../images/bg_pillmenu2.jpg);
	background-repeat: no-repeat;
	font-size:93%;
	line-height:normal;
	height: 38px;
	}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	margin:0;
	padding:0 5px 0 5px;
	text-decoration:none;
	display:block;
	} */
#menu {
	width: 994px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(../images/bg_pillmenu2.jpg);
	background-position: center;
	text-align: center;
	font-size: 95%;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 55px;
	float: right;
	width: auto;
}
#menu a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
#menu .active a {
	color: #ffffcc;
}
/*side nav menu*/
.nav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
}
#nav {
	width: 213px;
	float: left;
	padding-left: 33px;
	padding-top: 15px;
}
#nav a {
	display:block;
	text-decoration: none;
	padding: 4px;
	padding-left: 9px;
	} 
#nav a:link {color:#49411c;} 
#nav a:visited {color:#49411c;} 
#nav a:hover {color: #fff; background-color: #414141;} 
#nav a:active {color: #c7ac6a;} 
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	display: list-item;
	list-style: none;
	padding-bottom: .65em;
}
#nav h3 {
	background-image: url(../images/button_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 3px;
	height: 36px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: black;
	text-transform: capitalize;
}
#nav h3 a:hover {
	background-image: url(../images/button_sm.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #660;
}	
#nav p {
	color: #999;
	letter-spacing:normal;
}
/*main content container*/
#content {
	width: 655px;
	float: right;
	margin-right: 55px;
	padding-top: 15px;
	display: inline;
}
#right_col {
	width: 339px;
	float: right;
}
#r_col_222 {
	width: 222px;
	float: right;
	height: auto;
}
#r_col_150 {
	width: 150px;
	float: right;
	height: auto;
	padding-left: 5px;
}
/*old styles
#right_col {
	float: right;
	width: 320px;
	padding-left: 9px;
	padding-top: 11px;
}
#right_col img {
	background-color: #FFC;
	padding: 5px;
}
*/
#latest {
	width: 263px;
	height: auto;
	float: right;
	padding-top: 25px;
	padding-right: 32px;
	display: inline;
}
#latest h3 {
	background-image: url(../images/button_lg.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	height: 30px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: black;
	text-transform: capitalize;
}
#latest li {
	color: #49411c;
	margin-left: -11px;
	padding-bottom: 2px;
	letter-spacing: .04em;
}
#latest a:link {
	color:#49411c;
	text-decoration: none;
} 
#latest a:visited {color:#49411c; text-decoration: none;} 
#latest a:hover {color: #00C;} 
#latest a:active {color:#414141;} 
#footer {
	width: 994px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-color: #5a501d;
	background-position: top;
	height: 55px;
	padding-top: 33px;
	clear: both;
}
#footer a {
	color: #990;
	text-decoration: none;
}
#footer a:hover {
	color: #b6bee3;
}
/* Common Classes */
.smallstuff { 
	font-size: .8em;
	line-height:normal;
	letter-spacing: normal;
}
.clear { clear: both; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.float_right { float: right;}
/*Funky Typography*/
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	margin-top:-0.5em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
	width: auto;
}
.red {
	color: #F00;
}
/*Large initial letter*/
.initial:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}
p + h2 { 
	margin-top: 1.5em; 
}
h3 + ul {
	margin-top: 0;
}
h3 + p {
	margin-top: 0;
}
/*dates*/
.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(../images/date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

.meta
{
	display: block;
	font-size: .8em;
	color: #fff;
}