/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 1128px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#column_wrapper {
	background-image: url(../images/background_snippet.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 614px;
	float: left;
}
#left {
	width: 179px;
	float: left;
	height: 445px;
	background-image: url(../images/calthrops_left_sidebar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#right {
	width: 335px;
	float: left;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#navbar_holder {
	float: right;
}

#right .content {
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 0px;
	height: 70px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #570A1A;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #570A1A;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	border-color: #000000 !important;
}
h1 {
	font-size: 1.3em;
	margin: 0;
	color: #5A0B1E;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
	font-size: 1em;
	color: #000;
}
.team_heading {
	font-size: 1.3em;
	margin: 0;
	color: #5A0B1E;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 10px;
}
#p7bod #wrapper #column_wrapper #center .content table {
	text-align: left;
}
.pic_left_outlined {
	border: 1px solid #000;
	margin-right: 10px;
	float: left;
}
#p7bod #wrapper #column_wrapper #center .content p strong {
	color: #000;
}
