@charset "UTF-8";
body.inp  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #1A1A1A;
	background-color: #1A1A1A;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/pin-stripes.jpg);
	font-size:12px;
}
.inp #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5e5e5;
	margin: 10px  auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 2px solid #BBB;
	 
} 
 #mainContent {
	  /* using 20px less than a 
	  full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	display: inline;
	float:left;
	margin: 10px 10px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;
	min-height: 300px;
	width:670px;
	
}
h1{
margin-top: .2em;
font-weight: bold;
font-size: 1.5em;
}
h2{
margin-top: .2em;
font-weight: bold;
font-size: 1.2em;
}
 #sidebar{
 float: left;
 	width: 200px;
	min-height: 200px;
	display: inline;
	margin: 10px;
	background-color:#c2c2c2;
	
 }
 #sidebar div.copy{
 border: 1px solid #999;

 }
  #sidebar div.image{
 border: 1px solid #999;

 }
 
 #footer{
 padding: 5px;
 border-top: 1px solid #999;
  border-bottom: 1px solid #e5e5e5;
  min-height: 20px;
 clear: both;
 }
  #footer .float-right{
 text-align:right;
 width: 400px;
float: right;
 }
   #footer .float-left{
 
float: left;
width: 400px;
 }
 
.chromestyle{
width: 100%;
font-size:1.25em;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border-color:#FF3300;
	border-style:solid none;
	border-width:1px 0px;
	width: 100%;
	background-color:#afafaf;
	xbackground-image: url(images/nav_bg.gif); /*THEME CHANGE HERE*/
	padding: 8px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 8px 7px;
margin: 0 0 0 -1px;
text-decoration: none;
border-color:#878787;
	border-style:solid;
	border-width: 0px 1px;
}

.chromestyle ul li a:hover{
background-color:#FF3300; /*THEME CHANGE HERE*/
xtext-decoration: underline;
color:#FFFFFF;
}

.xchromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
#sidebar div.copy a{
font-size: 1.3em;
padding:8px 5px;
display:block;
text-decoration:none;
color:#333333;
font-weight:bold;
}	
#sidebar div.copy a:hover{
	background-color:#333;
	color: #eee;
}
.photorow{
margin: 10px 0;
}
.headimgs {
	clear:right;
}