div#slide_strip,div#imageContainer{
	display:none; /* until content loaded fires, hide these*/
}

div#loading{
	padding:40px;
}

h2{
	padding: 20px 40px 0 40px;
	margin-bottom: 0;
	margin-left: 23px;
}

.allImageItems{
	display:none;
}

div#content{
	padding: 0;
	width: 700px;
	min-height: 590px;
}

div#imageContainer{
	position:relative;
	float: left;
	width: 100%;
}

li.current_slide, li.current_slide a span{
	background-color: #A5D065;
	color: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.caption_storage{
	display: none;
		
	color: #333;
	font-size: .9em;
	
	position:relative;
	float: left;
	
	width:200px;
	margin: 0 20px;
}

div#slide_strip{
	min-height:105px;
}

ul#slides{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-color: #a5d065;*/
}

ul#slides li{
	margin: 5px 5px;
	padding: 10px 10px;
	width: 100px;
	position: relative;
	float: left;
}

ul#slides li.imageArticle{
	padding-left: 20px;
	padding-right: 20px;
	margin-left:16px;
	margin-right:16px;
	width:68px;
}

ul#slides li.hidden_slide{
	display: none;
}

ul#slides li a{
	color: #bb8;
	text-decoration: none;
}

ul#slides li a.thumbnails{
	display: block;
	max-width: 100px;
	max-height: 75px;
	overflow: hidden;
}

ul#slides img{
	width: 100px;
	border: 0;
	position: relative;
	float: left;
}

ul#slides li span.img_title{
	position: absolute;
	margin: 0em 0em;
	padding: 0;
	height: 2em;
	overflow: hidden;
	
	
	font-weight: bold;
	clear: left;
	position:relative;
	float: left;
	font-variant: small-caps;
	font-size: .75em;
	
}

span#more_span{
	position:relative;
	top:-2em;
	font-variant:small-caps;
}

div#full_images{
	width: 600px;
	min-height: 600px;
	/*border: 2px solid #ccc;
	border-width: 2px 0;
	background-color: #eee;*/
	padding: 0 0 2em 40px;
	position:relative;
	float: left;
}

div#full_images img{
	margin:0 auto;
	/*border:3px solid #444;*/
}

div#full_images div#main_article{
	margin:0 20px 2em 20px;
}

div#full_images div#move_images{
	position: absolute;
	z-index: 3;
	width: 600px;
	margin-top: 2em;
	display: none;
}

div#full_images div.shift_overlay{
	position: relative;
	float:left;
	
	background-color: #fff;
	padding: .5em 1em;
	border: 1px solid #ccc;
	
	font-variant: small-caps;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #cccccc)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */

}

div#full_images div#move_right.shift_overlay{
	float: right;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-radius-topright:0;
	border-radius-bottomright:0;
	
	border-width: 1px 0 1px 1px;
}

div#full_images div#move_left.shift_overlay{
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-radius-topleft:0;
	border-radius-bottomleft:0;
		
	border-width: 1px 1px 1px 0;
}

form ol li{
	position: relative;
	float: left;
	clear: left;
	list-style-type: none;
	margin: 1em 0;
}

form ol li label{
	width: 15em;
	display: block;
	position: relative;
	float: left;
	border-bottom: 1px solid #666;
	margin: 0 1em;
}

form input, form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Comments Adjustments! */
div#comments{
	position:relative;
	float: left;	
	width: 200px;
	margin: 3.25em 0 0 20px;
}

div#comments fieldset label{
	font-size:.8em;
	font-variant: small-caps;
	position:relative;
	float:left;
	clear:left;
}

div#comments fieldset{ border:0;}
div#comments div#add_comment_form{display: none; border-top:0;margin-top:1em;padding-top:0;}

div#comments fieldset input, div#comments fieldset textarea{
	border: 1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	position:relative;
	float: left;
	clear: left;
	margin-bottom: .5em;
}

div#comments fieldset textarea{
	height: 6em;
	width: 15em;
}
	
/* navbar adjustments */

div#navbar, div#container div#content{
	width: 100%;
}

div#navbar, div#navbar li.last_navlist h3{
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	border-radius-topright: 8px;
	border-radius-bottomleft: 0;
}

div#content{
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	border-radius-topright: 0;
	border-radius-bottomleft: 8px;
}

div#search_box{
	display:none;
}

div#navbar img#logo{
	margin:10px;
	height: 80px;
	position:relative;
}

div#navigation{
	width:720px;
	background-color: #a5d065;
	min-height: 100px;
	position:relative;
	float: right;
	
	-moz-box-shadow: 0px 0px 15px #a5d065; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #a5d065; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #a5d065; /* Opera 10.5, IE 9.0 */
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

div#navigation ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

div#navigation ul li.outer{
	display: block;
	position:relative;
	float: left;
	
	width: 239px;
	height: 100px;
	text-align: center;
	border-right: 1px solid #85b045;
	
	background-color: #95c055;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	
}

div#navigation ul li.outer h3{
	font-variant: small-caps;
	padding: 9px 0;
	margin:0;
	height: 15px;
	font-size: 15px;
	
	background-color: #a5d065;
}

div#navigation ul li ul li{
	display: block;
	position:static;
	
	width: 100%;
	text-align: center;
	height: 32px;
	
	font-size: 13px;
	
	border-top: 1px solid #85b045;
}

div#navigation ul li ul li a{
	padding-left:0;
	padding-right:0;
}

div#navigation ul li#home_link{
	display:none;
}

/* Ad */

div#site_ads{
	display: none; /* will be initiated by the JS */
	margin: 1em 1em 1em 20px;
	padding-bottom: 1em;
	
	width: 180px;
	position: relative;
	float: left;
	
	border-top: 1px dashed #a5d065;
	border-bottom: 1px dashed #a5d065;
}

div#site_ads p{
	margin-bottom: 0;
	font-size: 10pt;
}

/* Arrows Sprites! */

#show_left_arrow,#show_right_arrow{position:relative;float:left;margin:38px 4px;}
#prev_arrow,#next_arrow{position:relative;float: left;top:2px;}
#prev_arrow{margin-right:10px;}
#next_arrow{margin-left:10px;float:right;}

.arrow{display: block;}

.arrow_20{
	height:20px;
	width:20px;
	background-image: url('/images/icons/lr_arrow_20.png');
}

.arrow_32{
	height: 32px;
	width: 32px;
	background-image: url('/images/icons/arrow_32.png');
}

.arrow_48{
	height: 48px;
	width: 48px;
	background-image: url('/images/icons/arrow_48.png');
}

.arrow_right.arrow_20{background-position: 0 -20px;}
.arrow_up.arrow_32{width:26px}
.arrow_right.arrow_32{background-position: 0 -32px;height:26px}
.arrow_down.arrow_32{background-position: 0 -59px;width:26px}
.arrow_left.arrow_32{background-position: 0 -90px;height:26px}
.arrow_up.arrow_48{width:40px}
.arrow_right.arrow_48{background-position: 0 -48px;height:40px}
.arrow_down.arrow_48{background-position: 0 -87px;width:40px;}
.arrow_left.arrow_48{background-position: 0 -134px;height:40px}
