/*****************
 * Reset elements
 *****************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD { 
	margin: 0px;
	padding: 0px;
}

TABLE {
/*	border-collapse: collapse; */
	border-spacing: 0px;
	/*border-bottom:#333;
	border-bottom-style:solid;*/
	border:#333 solid;
}

FIELDSET, IMG { 
	border: 0px;
}

ADDRESS, CAPTION, CITE, CODE, DFN, EM, TH, VAR {
	font-style: normal;
	font-weight: normal;
}

OL, UL {
	list-style: none;
}

CAPTION, TH {
	text-align: left;
}

H1, H2, H3, H4, H5, H6 {
	font-size: 100%;
	font-weight: normal;
}

Q:before, Q:after {
	content: '';
}

ABBR, ACRONYM { 
	border: 0px;
}


body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial sans-serif;
	color: #fff;
}

/*****************
 * Layout elements
 *****************/
#container {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	overflow:hidden;
}

#content-container {
	display: block;
	width: 580px;
	position: relative;
	top: -170px;
	left: 160px;
	overflow: hidden;
}
#content-header {
	background-image:url(../images/transp.png);
	overflow: hidden;
	height: 40px;
}
#content-header h2 {
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
	font-style: italic;
}

#content {
	height: 90px;
	background-image:url(../images/transp_w.png);
	overflow: hidden;
}
#content-inner {
	padding: 20px 50px 0 50px;	
	color: #000;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#content-inner a {
	color: #426575;
	font-weight: bold;
}
#content-inner h2 {
	font-weight: bold;
	padding: 5px 0 5px 0;
}
#content-inner p {
	padding: 10px 0 10px 0;
}

#content-inner li {
	padding:2.5px 0 2.5px 0;
	font-size:12px;
}

#content-inner li a {
	font-size:12px;
	font-weight:normal;	
}

#footer {
	background-color: #eaeaea;
	display: block;
	width: 630px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	color: #333;
	z-index: 1111;
}
#footer ul {
	margin-right: 16px;
	list-style: none;
}
#footer ul li {
	float: right;
	margin-left: 4px;
}
#footer a {
	text-decoration: none;
	color: #333;
	margin-right: 4px;
	font-size:12px;
}
#footer a:hover {
	background-color: #000;
	color: #FFF;
}

#gallery { margin-left: 23px; width: 600px; height: 148px; overflow: hidden; }
#gallery ul { list-style: none; }
#gallery li { display: block; float: left; margin: 0 3px 0 2px; }

#label-text {

}


#page {
	width: 900px;
	height: 500px;
	overflow: hidden;
}

#page-inner {
	width: 900px;
	height: 500px;
	z-index: -1;
	overflow: hidden;
}

#news-container {
	background-image:url(../images/transp.png);
	width: 580px;
	position: relative;
	top: -500px;
	left: 160px;
	line-height: 30px;
}
#news-inner {
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
	font-style: italic;
}


#photosNav{
	padding-left:10px;
	
}

#photosNav a, a:visited{
	color:#EAEAEA;
	/*font-size:14px;*/
}

#title h1, h1 a {
	color: #333;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
	background-color: #fff;
}

#trim-container {
	overflow:hidden;
}

#view-photo {
	position: relative;
	top: -25px;
	left: 650px;
	cursor: pointer;
}
#view-photo a {
	color: #fff;
	text-decoration: none;
	text-align: right;
}

.open {
	background: url(../images/down.gif) no-repeat 78px 1px;
}
.closed {
	background: url(../images/up.gif) no-repeat 78px 1px;
}
.hidden {
	display: none;
}

a.next { display: block; position: absolute; top: 60px; left: 678px; height: 148px; width: 23px; background: url(../images/arrows.gif) no-repeat -23px 0; text-indent: -9999px; }
a.prev { display: block; position: absolute; top: 60px; left: 50px; height: 148px; width: 23px; background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; }



.current {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}


.directions {
  width: 600px;
  margin: 1em .5em;
}
.directions h6 {
  margin: 0;
  padding: .5em 0em 1em 0em;
  cursor:pointer;
  font-color:#EAEAEA;
}
.directions div {
	padding:0em .25em .5em 0em;
}

.directions div div {
	padding:.25em 0 0 0;
	
}
.directions .expand {
	color:#3A597E;
}

.loading {
	background: url(../images/loader.gif) no-repeat 50% 40%;
}

.small{
	font-size:10px;
}
.tempbg {
	background: url(../images/main-images/index.html.jpg) no-repeat 0 0;
}

#gallery ul li a img {
	width:197px;
	height:150px;	
}