BODY
{

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
    background-color: #ffffff;
	background-image:url(../images/bg.gif);
	margin: 0px auto;
}

TD {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color:#727272; 
	text-decoration:none;
	text-align: left;
}

TD A:link {
	font-family:verdana; 
	font-size:14px; 
	font-weight:normal; 
	color:#b6b6b5; 
	text-decoration:none;
}

TD A:visited {
	font-family:verdana; 
	font-size:14px; 
	font-weight:normal; 
	color:#b6b6b5; 
	text-decoration:none;
}

TD A:active {
	font-family:verdana; 
	font-size:14px; 
	font-weight:normal; 
	color:#b6b6b5; 
	text-decoration:none;
}

TD A:hover {
	font-family:verdana; 
	font-size:14px; 
	font-weight:normal; 
	color:#8ac733; 
	text-decoration:underline;
}

TD small {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#959595; 
	text-decoration:none;
	text-align: left;
}

TD small A:link {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#959595; 
	text-decoration:none;
}

TD small A:visited {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#959595; 
	text-decoration:none;
}

TD small A:active {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#959595; 
	text-decoration:none;
}

TD small A:hover {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#8ac733; 
	text-decoration:underline;
}

H1 {
	font-family: 'Dosis', sans-serif; 
	font-size:22px;
	font-weight: normal;
	color: #7fcd12;
	text-decoration: none;
	text-align: left;
}

H2 {
	font-family: 'Dosis', sans-serif;
	font-size:22px;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
	text-align: center;
}
H3 {
	font-family: 'Dosis', sans-serif; 
	font-size: 22px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	text-align: left;
}

H4 {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
	text-align: left;
}

H5 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}


/* Main menu */

#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #6b6a6a;
	font: normal 14px/25px Arial, Helvetica;
	text-decoration: none;
}

#menu li:hover > a
{
	color: #fafafa;
	background: #006b8e;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
	background: #006b8e;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #006b8e;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 210px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #065a75, 0 2px 0 #0792c0;
    -webkit-box-shadow: 0 1px 0 #065a75, 0 2px 0 #0792c0;
    box-shadow: 0 1px 0 #065a75, 0 2px 0 #0792c0;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 190px;
	height: auto;
	color: #fff;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #006b8e;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #006b8e;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #0186ba; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #0186ba; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


