/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-color: #3f3f3f;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #353535;
	background-image: url(../_images/background.gif);
    background-repeat: repeat-x;
}

img {
	border: none;
}

h1 { 	
	display: block;
	margin: 15px 0 5px 0;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

h2 {
	padding:2px 2px 10px 2px;
	display: block;
	border-bottom: 1px dotted #B2AA9D;
	margin: 15px 0 15px 0;
	letter-spacing: 1px;
	font-size: 12px;
	color: #99CC00;
	font-weight: normal;
	clear:both;
}

p {
	padding:2px;
	line-height: 1.5;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FFFFFF; 
}

a:hover  {
	text-decoration: underline;
	color: #99CC00;
}

.active {
	color: #99CC00;
}

.clear {
	clear: both;
	height: 10px;
	width: 0;
	font-size: 0;
	padding: 0;
}

#blogger {
	float: right;
}

/* STRUCTURE */

#outer_wrapper {
	width: 900px;
	border-top: 10px solid #99CC00;
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
	background-color: #333333;
}

#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;

}

#col1 {
	float: left;
	width: 540px;
}

.foothead {
  color: #99CC00;
  font-weight: bold;
}

#form {
background-color: #3f3f3f;
padding: 20px;
}

/* HEADER */

#header {
	width: 800px;
	height: 210px;
	position: relative;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#tagline {
float: right;
  color: #99CC00;
  font-size: 14px;
  margin-top: 65px;
  padding: 7px 0px 0px 0px;
}

#logo {
	margin: 30px 0px 30px 0px;
}

#logo2 {
	margin: 30px 0px 30px 0px;

}

#info {
	float: left;
	margin: 0px 10px 0px 0px;

}
/* NAVIGATION */

#navigation {
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  border-top: 1px dotted #B2AA9D;
  border-bottom: 1px dotted #B2AA9D;
  height: 11px;
  width: 800px;
}
#navigation ul {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  line-spacing: 1px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 .5em;
  text-align: left;
}
#navigation li {
  display: inline;
  color: #FFFFFF;
  padding:0 .5em;
  border-right:1px solid #FFFFFF;
}
#navigation li.last {
	border-right:none;
}
#navigation li.active {
  display: inline;
  color: #99CC00;

  border-right:1px solid #FFFFFF;
}
#navigation li.activelast {
  display: inline;
  color: #99CC00;
  border-right: none;
}
#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#navigation a:hover, #navigation a:active {
  text-decoration: none;
  color: #99CC00;
  background-color: #353535;
}

/* SIDE NAV */

#sidenav {
	xposition: relative;
	display: block;
	width: 250px;
	float: right;
}

.gallery {
	margin: 0px 7px 7px 0px;
	padding:0;
}

.gallerylast {
	margin: 0px 0px 7px 0px;
	padding:0;
}

/* Gallery */

.thumb {
	margin: 0px 6px 6px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.thumb:hover {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

.thumbactive {
	margin: 0px 6px 6px 0px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

.thumblast {
	margin: 0px 0px 6px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.thumblast:hover {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

.thumblastactive {
    margin: 0px 0px 6px 0px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

.thumbbot {
	margin: 0px 6px 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.thumbbot:hover {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;   

}

.thumbbotactive {
    margin: 0px 6px 0px 0px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;   

}

.thumbbotlast {
	margin: 0px 0px 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.thumbbotlast:hover {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

.thumbbotlastactive {
margin: 0px 0px 0px 0px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99; 

}

/* FOOTER */

#footer {
	display:block;
	margin-top: 10px;
	border-top: 1px dotted #B2AA9D;
	background-color:#fff;
	text-align: left;
	color: #353535;
}

#footer #details { 
	width:748px;
	float:left;
	padding-bottom:10px;	
	padding-top:10px;	
}

/* TIPS */

.tool-tip {
	color: #99CC00;
	line-height: 1.5;
	width: 200px;
	z-index: 500;
}
 
.tool-title {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(../_images/bubble.png) top left;
}
 
.tool-text {
	font-size: 10px;
	text-align: left;
	padding: 4px 8px 8px;
	background: url(../_images/bubble.png) bottom right;
}
