/* mac hide\*/
html,body {
    height: 100%
}

/* end hide */
body {
    padding: 0;
    margin: 0;
    min-width: 995px; /* for mozilla*/
    background-color: #efefef;
    color: #000000;
	text-align:center;
}

#outer {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    min-height: 100%;
    width: 993px;
    color: #000000;
    text-align: left;
    position: relative;
    background-image: url(images/outer_bg.jpg);
    background-repeat: repeat-y;
    background-position: 0px 11px;
    position: relative;
    border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px auto;
}

html>body #outer {
    height: auto;
}  /*for mozilla as IE treats height as min-height anyway*/
#innerwrap { /* enables content first */
    float: left;
    width: 781px;
}

#header {
    position: absolute;
    top: 0;
    /*left:-1px;*/
    width: 993px;
    height: 215px;
    background: url(images/header_bg.jpg);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000000;
    z-index: 10;
}

#breadcrumb {
    margin-top: 131px;
    padding-right:10px;
    background: #FFF url(images/breadcrumb_bg.jpg);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    height: 83px;
}

#hb_layer {
    position: absolute;;
    top: 69px;
    left: 36px;
    z-index: 11;
}

#left {
    position: relative; /*ie needs this to show float */
    width: 150px;
    float: left;
    padding-top: 218px; /*needed to make room for header*/
    padding-bottom: 32px; /* needed to make room for footer */
}

* html #left {
    padding-top: 220px;
}  /*for ie*/

#left p {
    padding-left: 3px;;
    padding-right: 2px
}

#right p {
    padding-left: 4px;;
    padding-right: 2px;
}

#right {
    position: relative; /*ie needs this to show float */
    width: 180px;
    float: right;
    padding-right:20px;
    padding-top: 240px; /*needed to make room for header*/
    padding-bottom: 32px; /* needed to make room for footer */
    text-align: right;
}

#footer {
    width: 973px;
    clear: both;
    height: 17px;
    padding: 5px 10px;
    background: none;
    color: #666;
    text-align: right;
    left: 0;
    bottom: 0;
    position: absolute;
}

* html #footer { /*only ie gets this style*/
    \height: 19px; /* for ie5 */
    he\ight: 17px; /* for ie6 */
}

div,p {
    margin-top: 0
}  /*clear top margin for mozilla*/

#centrecontent {
    width: 620px;
    float: right;
    padding-top: 214px;
    padding-bottom: 32px; /* needed to make room for footer */
	line-height:22px;
}

#clearfooter {
    width: 100%;;
    height: 29px;;
    clear: both
}  /* to clear footer */

div.between_hr {
    width: 100%;
    border-top: 1px solid #86a12e;
    border-bottom: 1px solid #86a12e;
    padding: 25px 0px;
    margin: 5px auto;
}

div.bottom_hr {
    width: 100%;
    border-bottom: 1px solid #86a12e;
    padding-bottom: 25px;
    margin-bottom: 5px;
}

div.entry_box {
	width:570px;
	min-height:130px;
	padding:5px;
	margin-bottom:20px;
	border:1px solid #000;
}

div.entry_box p{
	margin-top:0px;
}

div.entry_box div.logo {
	float:left;
	width:150px;
}

div.entry_box div.data {
	float:left;
	margin-left:15px;
	padding-bottom:10px;
	width:299px;
}

div.entry_box div.rating, div.rating {
	float:left;
	width:101px;
	text-align:right;
}

div.entry_box div.rating p.small, div.entry_box div.rating span.small, div.rating span.small {
	line-height:12px;
}

div.entry_box div.more {
	clear:left;
	text-align:right;
}

div.entry_box div.more p{
	margin:0px;
}

/*** menu ***/
#main_menu a:link,#main_menu a:active,#main_menu a:visited {
    display: block;
    height: 31px;
    width: 108px;
    float: right;
    margin-right: 10px;
    margin-bottom: 3px;
    padding-top: 13px;
    padding-left: 11px;
    background-image: url(images/main_menu_bg.jpg);
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

* html #main_menu a:link,* html #main_menu a:active,* html #main_menu a:visited
    { /* for ie */
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: -2px;
}

#main_menu a:hover,#main_menu a.active {
    height: 30px;
    width: 107px;
    padding-top: 14px;
    padding-left: 12px;
    background-image: url(images/main_menu_bg_active.jpg);
    color: #666;
}

#footer a:link,#footer a:active,#footer a:visited {
    color: #666;
    font-size: 10px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* *** hyperlinks *** */
#centrecontent a:active,#centrecontent a:visited,#centrecontent a:link,
#right a:active,#right a:visited,#right a:link {
    text-decoration: underline;
    color: #86a12e;
}

a img {
    border-width: 0px;
}

/* *** text *** */
div,p {
    margin-top: 0
}  /*clear top margin for mozilla*/
#centrecontent h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #86a12e;
}

#centrecontent h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

#centrecontent h3 {
    font-weight: bold;
    font-size: 12px;
}

#centrecontent li {
    margin-bottom: 9px;
}

#centrecontent .small{
	font-size:9px;
}

/* *** tables *** */
table.formular_table tr td{
	line-height:14px;
}

table tr td {
    vertical-align: top;
}

/* *** forms *** */
form {
    margin: 0px;
    padding: 0px;
}

input,textarea,select {
    font: normal 11px Verdana, Arial, sans-serif;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

input, textarea {
    text-indent: 2px;
}

fieldset {
    display: block;
    border: 1px solid #9E0A0A;
    clear: both;
}

* html fieldset {
    padding: 10px;
}

legend {
    background: #efe2e2;
    padding: 4px;
    border: 1px solid #6a1b1b;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin-bottom: 4px;
    font-weight: bold;
}

label {
    margin: 5px 0px;
}

/* *** misc *** */


/* Lightbox styles */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
