/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	height: 100%;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #B84647;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 124%;
}
h3 {
	font-size: 115%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 133%;
	letter-spacing: 1px;
	color: #333;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size: .8em;
}
big {
  font-size:1.2em;
}
/* Links and Images */
a:link a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover { 
	color: #fff; 
	background-color: #B84647;
	text-decoration: none;
}
a:active { 
	color: #333;
	text-decoration: none;
}
img {
  border: none;
  padding: 0px;
  color: #0C0;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}
/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.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; }
/* Content IDs */
#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 820px;
	height: 217px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/def_01_r1_c1.png);
	background-repeat: no-repeat;
}
/*menu*/
#menu {
	width: 820px;
	height: 34px;
	margin: 0 auto;
	margin-top: 0;
	padding-top: 0;
	background: url(images/def_01_r2_c1.png);
	background-position: center;
}
#menu_container {
	width: 774px;
	height: 34px;
	float: right;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	display: block;
	margin-left: 6px;
	padding-bottom: 4px;
	margin-top: 0;
	padding-top: 0;
	float: left;
	color: #fff;
	width: 73px;
	background-image: url(images/bg_nav.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	background: none;
	background-image: url(images/bg_nav_hover.png);
	background-position: bottom;
	text-decoration: none;
}
#menu .active a {
	color: #ffffcc;
	background-color: #000;
}
/*margin to push blog tab over*/
.marginright {
	margin-right: 200px;
}
/* main */
#bg_pg {
	width: 820px;
	background-image: url(images/def_01_r3_c1.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#l_col {
	float: left;
	width: 485px;
	padding: 0;
	margin-left: 45px;
}
#r_col {
	width: 195px;
	float: right;
	margin-right: 45px;
}
#clear {
	width: 820px;
	clear: both;
}
#foot {
	clear: both;
	width: 820px;
	height: 60px;
	margin: 0 auto;
	background-image: url(images/def_01_r5_c1.png);
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 820px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.footer {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	color: #B84647;
	letter-spacing: .65px;
	line-height: normal;
}
.quotee {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	text-align: right;
	color: #333;
}
.warning {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: normal;
	font-size: .9em;
	text-align: left;
	line-height: normal;
}