body
{
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #000;
	padding:0px;
	margin:0px;
	text-align: center;
	background-color: #333;
}
a 
{
	outline: none; /*fixes firefox link outlining*/
}
#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: #fff;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}
#interior_wrapper
{
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	position: relative;
}

.interior_bg {
	background: url(/images/interior_bg.gif) #fff repeat-y top left;
}
#ad_horiz {	
	text-align: center;
	padding-top: 4px;
	background: #cbcbcb;
	border-bottom: 1px solid #333;
}
#ad_horiz img {
	border: 1px solid black;
}
#ad_horiz p {
	margin-top: 2px;
}
#ad_horiz p, #ad_horiz a {
	font-size: 10px;
	color: #666;
	border: none;
}
#ad_vert {
	text-align: center;
}
#ad_vert img {
	border: 1px solid black;
}
#ad_vert p, #ad_vert a {
	font-size: 10px;
	color: #666;	
	border: none;
}

#interior_logo
{
	position: 	absolute;
	top: 		0px;
	left: 		8px;
	width: 		275px;
	height: 	140px;
}
#interior_logo img {
	border: none;
}
#ad_row {
	height: 84px;
	background: white;
}

/* TOP LOGIN FORM */
.loginform {
	margin: 0;
	padding: 0;
}
p.loginlink {
	color: #333;
	font-size: 10px;
	padding: 0;
	margin: 0;
	margin-top: 4px;
}
p.loginlink a:link {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}
p.loginlink a:visited { 
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}
p.loginlink a:hover { 	
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
p.loginlink a:active { 	
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
#buffer_row input.text, #interior_buffer_row input.text
{
border:1px solid #333;
margin:0px;
padding:0px;
width:82px;
font-size: 11px;
display: inline;
}
#buffer_row label.description, #interior_buffer_row label.description
{
font-size: .8em;
color: #333;
display: inline;
}
.submit {
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#D9DFEA;
	border-left-color:#D9DFEA;
	border-bottom-color:#0e1f5b;
	border-right-color:#0e1f5b;
	background-color:#666;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	width: 82px;
	height: 18px;
	display: inline;
}
/* END TOP LOGIN FORM */



#footer {
	height:50px;
	color: black;
	background-color: #f57b20;
	clear: both;
	border-bottom: 10px solid black;
	padding: 0px 15px;
}
#footer p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 50px;
	font-size: 12px;
	
	color:#fcd5b7;
	
}
#footer img, #footer a {
	border:none;
}

/*--------- home page style -------------*/
.home_bg {
	background: url(/images/inner_bg.gif) #fff repeat-y top center;
}
#home_logo
{
	width: 		1000px;
	height: 	203px;
}
#home_logo img {
	border: none;
}
#buffer_row {
	height: 55px;
	background-color: #eaeaea;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: right;
	padding-right: 7px;
}
#interior_buffer_row {
	height: 45px;
	background-color: #93a445;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	padding-right: 7px;
}

#middle_col
{
	float: left;
	width: 285px;
	display: inline-block;
	background: transparent;
	margin: 0;
	padding: 0;	
	font-family: "Courier New", Courier, Monaco, monospace;
	padding-top: 60px;
	margin-bottom: 15px;
}
#right_col
{
	float: left;
	width: 625px;
	display: inline-block;
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
}
#right_col_content {
	margin: 7px;
	font-size: 14px;
	line-height: 1.1em;
	
	min-height: 620px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 620px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}
#right_col_content div.row {
	padding-top: 10px;
	margin-bottom: 25px;
}
#right_col_content div.row p {
	line-height: 1.2em;
}
#right_col_content div.row div {
	margin-left: 120px;
}
#right_col_content div.row img {
	float: left;	
}
#right_col_content div.row h1 {
	color: #f46800;
	font-size: 26px;
	line-height : 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
}
#right_col_content h1 {
	color: #f46800;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 20px;
	font-weight: normal;
}
#right_col a:link {
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col a:visited { 
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col a:hover { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

#right_col a:active { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}
#right_col p a:link {
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col p a:visited { 
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col p a:hover { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

#right_col p a:active { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}
/* ------------------------------- */

#right_col_content  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #106470; /* orange f57b20 */
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
#right_col_content  h2.staff_name {
	margin-bottom: 2px;
}

#right_col_content  h2.staff_name a {
	color: #106470;
}

#right_col_content  h3.staff_title, #right_col_content  h3 {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 7px;
	color: #106470;
	font-weight: normal;
}

#right_col_content  li {
	margin-bottom: 7px;
}
#right_col_content  li a {
	margin-bottom: 7px;
	color: #106470;
}

#right_col_content  p {
	line-height: 1.5em;
	font-size: 12px;
	color: #666;
}
#right_col_content  li {
	line-height: 1.5em;
	font-size: 12px;
	color: #666;
}
#right_col_content blockquote {
	line-height: 1.5em;
	font-size: 12px;
	color: #666;
}

#right_col_content p a:link, #right_col_content blockquote a:link {
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col_content p a:visited, #right_col_content blockquote a:visited { 
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#right_col_content p a:hover, #right_col_content blockquote a:hover { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

#right_col_content p a:active, #right_col_content blockquote a:active { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

/*---------------------------------*/

#skyscraper {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	min-height: 600px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 600px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}
#skyscraper a, #skyscraper img {
	border: none;
}
#skyscraper span {
	text-align: center;	
	color: #666;
	margin-top: 3px;
	display: block;
	font-size: 11px;
}

#skyscraper p, #skyscraper a {
	color: #666;
	font-size: 10px;
	text-align: center;
}

/*---------------------------------*/

#main_col
{
	float: left;
	width: 790px;
	display: inline-block;
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
}

#main_col_content {
	margin: 10px;
	width: 480px;
	margin-top: 15px;
	/*border-top: 1px solid white;  hack to keep same vertical placement of elements - figure out later*/
}

#main_col_content  h1 {
	color: #106470;
	font-size: 26px;
	margin-bottom: 5px;
	padding-bottom: 2px;	
	border-bottom: 2px dotted #93a445;
}
#main_col_content  h2 {
	color: #f57b20;
	font-size: 18px;
	margin-bottom: 5px;
}
#main_col_content  h2.staff_name {
	margin-bottom: 2px;
}

#main_col_content  h2.staff_name a {
	color: #f57b20;
}

#main_col_content  h3.staff_title {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

#main_col_content  li {
	margin-bottom: 7px;
}
#main_col_content  li a {
	margin-bottom: 7px;
	color: #106470;
}

#main_col_content  p {
	line-height: 1.5em;
}

#main_col p a:link {
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#main_col p a:visited { 
	color: #106470;
	background-color: transparent;
	text-decoration: underline;
}

#main_col p a:hover { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

#main_col p a:active { 	
	color: #106470;
	background-color: transparent;
	text-decoration: none;
}

#bonus_content {
	float: right;	
	min-height: 300px;  /* Tell good browsers not to collapse beyond 300px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 300px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	width: 280px;
	background: #eaeaea;
	margin: 60px 5px 0 5px;
}

/* -- used for pages that will have a two column look --*/

#col1, #col2 {
	width: 340px;
	margin-right: 20px;
	float: left;
}

/* -- -- */

#button_discount_block {
 border: 1px solid #bdc984;
 background: #f1f7d2;
 padding: 4px;
}
#button_discount_block h2 {
	color: #6d8d23;
	margin-top: 2px;
	padding-top: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav_wrapper
{
	float: left;
	width: 180px;
	display: inline-block;
	background: transparent;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: left;	
}

#nav li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #eaeaea solid;
	font-size:12px;
	line-height:2.1em;
	border-right: 1px solid #999;
}

#nav li a {
	padding-right: 0px;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	background-color: #fff; /* #b5d5d9; */
	/*padding-bottom: 4px;*/
	color: #63a6ae;
	/*padding-top: 2px;*/
	text-decoration: none;
	voice-family: inherit;
	border:0px;
	margin:0px;
}

#nav li a.current {
	background: #63a6ae;
	color: white;
}

#nav li a:hover {
	font-weight: normal;
	display: block;
	color: white;
	text-decoration: none;	
	border:0px;
	background-color: #63a6ae;
}

.error {
	color: red;
	background: pink;
	padding: 3px;
}

table.edit_table {
	width: 100%;
	font-size: 12px;	
	border-collapse: collapse;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

table.edit_table td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 3px;
}

table.edit_table th {
	background: #333;
	color: white;
	
}

table.edit_table tr.even_row {
	background: #fff;
}

table.edit_table tr.even_row {
	background: #eaeaea;
}

/* CRV - 4/30/2010*/
.message {
	margin:10px 0px;
	padding: 4px;
	font-weight:bold;
}

.positive {
	border-top:1px solid green;
	border-bottom:1px solid green;
	background:#ccffcc;
	color:green;
}
.negative {
	border-top:1px solid red;
	border-bottom:1px solid red;
	background:pink;
	color:red;
}

/* copied from admin section - CRV 4/30/2010*/
table.training {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.training td, table.training th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	font-size: .9em;
}
table.training th {
	background: #eaeaea;
}



/* FOSTER ADDED THIS */
h2 {
	line-height : 1.4em;
}

#home_span {
	width : 100%;margin : 0 0 10px 0;padding 0 0 10px 0;border-bottom : 1px dotted #4e9ba3;
}
#home_right {
	width : 285px;margin : 0;padding : 0px;float : right;height : auto;
}
#home_left {
	width : 285px;margin : 0 10px 0 0;padding : 0px;float : left;height : auto;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	border:1px solid #dcdcdc;
	color:#666;
}.button:active {
	position:relative;
	top:1px;
}
