
/* CSS Template - Anthony George */

/* Normalizes Padding and Margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/* Normalizes font-sizes for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

/* Removes list styles */
ol, ul {
	list-style:none;
}

/* normalizes fonts (style and weights */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Normalizes tables */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Removes borders from fieldsets and images */
fieldset, img {
	border:0;
}

/* Left aligns captions and table headers */
caption, th {
	text-align:left;
}

/* Removes quote marks from q */
q:before, q:after {
content::'';
}

/***********************************************************************/


@charset "utf-8";

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/background.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

.body #container {
	width: 775px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	font-size:1.5em;
}

.body #header {
	background: transparent;
	padding: 42px 0 0 0;
	height:106px;
}

.body #header h1 {
	background-image:url(images/logo_words.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:right;
	width:229px;
	height:106px;
}

/* Naviation */
.body #navigation {
	height:106px;
	overflow:hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424748;
}

.body #navigation li {
	float:left;
}

.body #navigation li a {
	color:#d7a500;
	font-weight:bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #424748;
	padding:44px 10px;
	display:block;
	text-decoration:none;
}

.body #navigation li a:hover {
	color:#000000;
	background-color:#d7a500;
}

/* ***  */
.body #mainContent {
	padding: 0;
	background: #FFFFFF;
	overflow:hidden;
	margin-left:1px; /*this is to offset the border on the navigation*/
}

.body #btmContent {
	padding-left:234px;
}

#btmContent_left_column, #btmContent_right_column {
	float:left;
	padding:20px;
	width:230px;
	color:#b5b3b3;
}

.body #btmContent h3 {
	color:#D7A500;
	padding:1em 0;
	font-size:1.1em
}

.body #btmContent p {
	font-size:0.8em
}

.body #btmContent a {
	color:#FFFFFF;
}

.dotted {
	border-bottom:dotted 1px #B5B3B3;
}

#frank-quote {
	width:234px;
	height:301px;
	background-image:url(images/left_boxout_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}

#frank-quote-about {
	width:234px;
	height:301px;
	background-image:url(images/left_boxout_about.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}

.img-float-right {
	float:right;
}


/**************************
v 2.0
**************************/
.img-float-left {
	float:left;
}

#body_content_background {
  background-image: url(images/bottom_content_about.jpg);
  background-repeat: no-repeat;
  float:left;
  /*position:relative;*/
 /* padding-top:0px;*/
  margin-left:210px;
/*  	padding-left:332px;*/
  width:540px;
  height:180px;
 /* margin-top:-30px;*/
}

#body_content_background p {
  margin-left:20px;
  margin-right:20px;
  font-size:85%;
  color:#373C3D;
  text-align: left;
}

#body_content_background h3 {
  margin-left:20px;
  margin-right:20px;
  margin-top: 7px;
  color:#282d2e;
  text-align: left;
}

/*********
Footer

**********/
#footer_wrapper {
  width:100%;
  padding:0px;
  margin:0px;
  float:left;
  height:66px;
  
  background-color:#373C3D;
  
  margin-top:30px;
}

#footer_content {
  float:left;
  margin-left:340px;
}

#footer_content p {
  color:#4F5252;
}