@charset "UTF-8";
/* CSS Document */

body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/country_sharon/background_tile.jpg);
	background-repeat: repeat;
}

.centertext {
	text-align: center;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}

#content {
	background-color: #FFFFFF;
	display: block;
	width: 900px;
}

.photocontent {
	display:block;
	margin: 0 0 20px;
}

.photocontent_right {
	display:block;
	margin: 0px 5px 10px 10px;
	float: right;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#333333;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 20px 5px 0px;
	margin-right: 20px;
	margin-left: 20px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#333333;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0 5px 0;
	margin-right: 20px;
	margin-left: 20px;
	top: 0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#003399;
	text-align:left;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 0px 5px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}

.maincontent {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	display:block;
	margin: 0 15px 0 15px;
	padding: 0 10px 20px 10px;
	list-style-type: square;
	list-style-position: inside;
}

.instructions {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	display:block;
	margin: 0 15px 0 15px;
	padding: 0 10px 20px 10px;
	font-style: italic;
}

#unit_photos {
	float: left;
	margin: 20px;
}
	
/* Removing the list bullets and indentation */
ul#gallery {
	padding:0;
	margin:0;
	width:500px;
	height:600px;
	position:relative;
	list-style-type:none;
	background:#888 url(../images/country_sharon/500px_pool.jpg);
}

/* Resize the images to 100px x 100px */
#gallery a img {
	position:relative;
	width:98px;
	height:98px;
	border:1px solid #CCFFFF;
	z-index:100;
}
  
/* Default style for list items */
#gallery li {
  width:100px; 
  height:100px; 
  float:left; 
  z-index:100;
} 

/* Resizing the link on hover */
#gallery a:hover {
  width:500px; 
  height:600px; 
  padding:100px 0 0 0;
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
}

/* Resizing the thumbnail on hover */
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:498px; 
  height:498px; 
  border:1px solid #CCFFFF; 
  z-index:20;
}

/* Resizing the link when 'clicked' */
#gallery a:active, #gallery a:focus {
  background:transparent; 
  width:500px; 
  height:500px; 
  padding:100px 0 0 0; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
}

/* Resizing the image when 'clicked' */
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:498px; 
  height:498px; 
  border:1px solid #CCFFFF; 
  z-index:10;
}

/* The 'click' hack for Internet Explorer */
ul#gallery a:visited {
  color:#000;
} 

#sell_wrapper {
	text-align: center;
	width: 900px;
	bottom: 30px;
	clear: both;
}

#left_box {
	width: 275px;
	float: left;
	margin-left: 17px;
}

#center_box {
	width: 275px;
	float: left;
}

#right_box {
	width: 275px;
	float: left;
}

.sell_box {
	background-color: #0E5372;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	line-height: 160%;
	padding: 10px 5px;
	border: thin solid #CCCCFF;
}

#footer {
	background-color: #333333;
	text-align: center;
	clear: both;
	height: auto;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 900px;
}

