body {
	margin:0;
	font: 11pt Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color:white;
	color:black;
}
#page {
	margin:0 auto;
	width: auto; 
	position:relative;
}
#header {
	display: none;
}

#container {
	width: auto; 
	margin: 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

.img-box h2 {
	margin:120px 0 9px;
	font-size:24pt;
}
.img-box p {
	margin:0 20px 0 0;
	line-height:20px;
}
.content {
	margin:0;
}
.main-column {
	float:none;
	width:100%;
}
.main-column a {
	color:#990000;
	text-decoration:underline;
}
.main-column a:hover, .main-column a.pdf:hover, .main-column a.email:hover, .main-column a.more:hover, .main-column a.magnify:hover    {
	color:#999;
	text-decoration:none;
}

.main-column a.pdf {
	color:#990000;
	text-decoration:underline;
	background: url(../images/icon_pdf.png) no-repeat left top;
	padding:0 0 0 20px;
}

.main-column a.email {
	color:#990000;
	text-decoration:underline;
	background: url(../images/icon_email.png) no-repeat left .2em;
	padding:0 0 0 20px;
}

.main-column a.more {
	color:#990000;
	text-decoration:underline;
	background: url(../images/icon_more.png) no-repeat left top;
	padding:0 0 0 20px;
}

.main-column a.magnify {
	color:#990000;
	text-decoration:underline;
	background: url(../images/icon_magnify.png) no-repeat left top;
	padding:0 0 0 20px;
}

.main-column h1 {
	font-size:22pt;
	margin:0;
	color:#000;
	line-height:23px;
	page-break-inside:avoid;
}
.main-column p {
	margin:10px 0 0;
	line-height:22px;
	page-break-inside:avoid;
}
.main-column ul {
	margin:0 0 0 15px;
	padding:0 10px 20px 0;
	list-style-type:square;
}
.main-column li {
	padding:0 0 0 10px;
	color:#000;
}
.main-column #two-columns {
	width:300px;
	float:left;
	display:block;
}
.photosR {
	float:right;
	padding:0 10px 20px 0;
}
.photosL {
	float:left;
	padding:5px 10px 0 0;
}
.dates {
	color:#000;
	font-weight:bold;
}
hr {
	border: none 0;
	border-top: #ccc solid 1px;
	height: 1px;
	margin: 10px 0 30px 0;
}
#inner .main-column p.titles {
	margin:-18px 0 0 0;
	padding:0 0 15px 0;
	font-size:14pt;
	color:#666;
	font-weight:bold;
}

ul.news {
	margin:0;
	padding:0;
	list-style:none;
	color:#333;
}
ul.news strong.title {
	color:#000;
}
ul.news li {
	margin-bottom:13px;
}
ul.news a {
	text-decoration:none;
	color:#333;
	display:block;
}
ul.news a:hover {
	color:#990000;
	background-color:#efefef;
}
#inner #container {
	padding:0;
}
#inner .content {
	width:100%;
}
#inner .sidebar {
	display: none;
}
div.printphoto {
	float:right;
}
#inner .main-column {
	width:100%;
}
#inner .main-column p {
	margin:0 0 15px 0;
	padding:0;
	line-height:17px;
	page-break-inside:avoid;
}
#inner .main-column p.twotwenty {
	margin:0;
 	padding:0 15px 0 0;
 	display:block;
 	float:left;
 	width:220px;
}

#inner .main-column p.oneeighty { 
 	margin:0;
 	padding:0 15px 0 0;
 	display:block;
 	float:left;
 	width:180px;
}
#inner .main-column h1 {
	margin:0 0 20px 0;
	padding:0;
	page-break-inside:avoid
}
#inner .main-column h2, #inner .sidebar h2  {
	font-size:16pt;
	margin:10px 0 0 0;
	padding:0;
	color:#000;
	font-weight:bold;
	page-break-inside:avoid
}
#inner .main-column h3  {
	font-size:18pt;
	margin:10px 0 0 0;
	padding:0;
	color:#000;
	font-weight:bold;
	page-break-inside:avoid
}

#head-img {
	display: none;
}
.head-img {
	display: none;
}
#footer {
	display: none;
}

.clear{
	clear:both;
}

/* ========= Contact Form =============*/

/* id for the form itself */
form#my_form { 
  padding: 0;
  margin: 0;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
 padding: 0;
 margin: 0;
 border: none;
 page-break-inside:avoid;
}
/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
	padding:0;
	margin:0;
  	border: none;
  /* background-color : #fefefe; */
  
}
fieldset.left { 
 padding: 0;
 margin: 0 10px 20px 0 ;
 border: none;
 width:240px;
 float:left;
 page-break-inside:avoid;
}
fieldset.left2 { 
 padding: 10px 0 10px 10px;
 margin: 0 10px 20px 0 ;
 border: none;
 width:195px;
 float:left;
 page-break-inside:avoid;
}
/* form legends and dt "heading" */
legend, dt { 
  color: #333;
  font-size : 14pt;
  padding: 0;
  font-weight:bold;
}

/* form label text */
label { 
  color: #000000;
  font-size: 12pt;
  padding: 10px 0 0 0;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font: 14pt Arial, Helvetica, sans-serif, "Trebuchet MS";
  color: #666; 
  padding: 4px 0 4px 4px; 
  margin: 0 0 5px 0; 
  background-color: #efefef;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  font: 14pt Arial, Helvetica, sans-serif, "Trebuchet MS";
  color: #333; 
  padding: 4px 0 4px 4px; 
  margin: 0 0 5px 0; 
  background-color:#ECF7FF;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

/* to make focus stable in IE 6 */
* html input.button { 
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  background-color:#ccc;
  padding: 4px;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
* html input.button.hover { 
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  background-color:#999;
  padding: 4px;
  margin: 0;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
* html input.button.focus { 
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  background-color:#999;
  padding: 4px;
  margin: 0;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

input.button {
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  background-color:#ccc;
  padding: 4px;
  margin: 0 0 10px 0;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 10pt;
  color: #990000;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  background-color : #fff; 
  padding : 0 4px 0 4px; 
  color : #fff;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  background-color : #fff; 
  color : #333;
  padding : 0 4px 0 4px; 
  margin: 0 0 0 10px;
  text-decoration : none; 
}

/* text that are options in form */
span.options { 
  color: #666; 
  font-weight:normal; 
  font-size:12pt;
}

/* error heading weight and color - bold is for the error reason text */
span.errors, dt.errors, strong.errors { 
  color:#CC6600; 
  font-weight:normal; 
}

/* success heading color */
span.success { 
  color:#CC6600; 
  font-weight : normal; 
}

/*/////////////TABLES////////////////*/
.main-column table {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.main-column th {
	padding:2px 5px 2px 0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size:16pt;
	color:#000;
}
.main-column thead.noshow {
	display: none;
}
.main-column td {
	padding:2px 5px 2px 0;
	text-align: left;
	vertical-align: top;
	line-height: 12pt;
	border-top: solid 1px #EEEEEE;
	font-size:10pt;
}
.bluerow {
	background-color: #F0F5FF;
}

.photosR {
	float:right;
	padding:0 10px 20px 0;
}
.photosL {
	float:left;
	padding:5px 10px 0 0;
}
.dates {
	color:#000;
	font-size:11pt;
	font-weight:bold;
}
hr {
	border: none 0;
	border-top: #ccc solid 1px;
	height: 1px;
	margin: 10px 0 30px 0;
}
#inner .main-column p.titles {
	margin:-18px 0 0 0;
	padding:0 0 15px 0;
	font-size:16pt;
	color:#666;
	font-weight:bold;
}
