#pageFrame {
	margin: 0 auto;
	text-align:left;
	width:776px;
	background-image: url(/images/site/tile_site.png);
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
	
}


#page {
	margin: 0 auto;
	text-align:left;
	width:747px;
	padding-top:10px;
	padding-bottom:25px;
}

#header {
	background-image: url(/images/site/header.gif);
	background-repeat: no-repeat;
	height:116px;
}

#login {
	padding-top:9px;
}

#address {
	position:relative;
	top:10px;
	right:20px;
	text-align:right;
	font-size:9px;
	width:300px;
	float:right;
	
}
#flags{
	margin-top:3px;
	margin-bottom:3px;
}

#contenten {
	width: 550px;
	float: left;
}
.content-contact #contenten {
  width: 720px;
}
#flash {
	margin-top: 34px;
	margin-left: 20px;
	width: 150px;
	float: left;
	background: url(/images/site/filmstrip.gif) top left no-repeat;
}
#movie {
	padding: 2px;
	margin-left: 10px;
	margin-top: 10px;
	width: 134px;
	height: 500px;
}

#menu {
	text-align:center;
	margin-top:5px;
	background-image: url(/images/site/url_shape.gif);
	background-repeat: no-repeat;
	height:47px;
}

#content {
	margin: 0 auto;
	text-align:left;
	width:720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#clearContent {
  clear: both;
}


#footer {
	font-size:10px;
	position:relative;
	height:20px;
	width:747px;
	text-align:center;
	padding-top:2px;
	margin: -23px auto 0 auto;
}
html {
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image: url(/images/site/tile_backsite.gif);
	background-repeat: repeat-x;
	background-color: #CBCBCB;
	height: 100%;
}

img {
	border:none;
}
p {
	margin-top:5px;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* menu */


#menu {

}

#innerMenu {
  width: 726px;
  text-align: center;
  padding: 8px 0px 0px 12px;
}
#innerMenu ul {
  list-style:none;
  padding: 0;
  margin: 0;
  display: block;
}

#innerMenu a {
  text-decoration: none;
  color: #fff;
}

#innerMenu li {
  position: relative;
  display: block;
  float: left;
  height: 31px;
}
#innerMenu li div {
  display: none;
  text-align: left;
}
#innerMenu li:hover div,
#innerMenu li.iehover div {
	background: url('/images/site/submenu/sub_top.png');
	background-repeat: no-repeat;
	background-position: 10px top;
  position: absolute;
  display: block;
  left: -30px;
  top: 26px;
  z-index: 19;
  padding: 15px 10px 10px 10px;
}

#innerMenu li ul {
	background: url('/images/site/submenu/sub_bottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
  padding: 0px 0px 14px 0px;
  display: block;
  width: 200px;
  margin: 0px;
  left: 0px;
}
#innerMenu ul li li,
#innerMenu ul li li.path,
#innerMenu ul li li:hover,
#innerMenu ul li li.iehover,
#innerMenu ul li li.last,
#innerMenu ul li li.last:hover,
#innerMenu ul li li.lp,
#innerMenu ul li li.lpc {
	margin: 0px;
  padding: 0px;
	display: block;
	background: url('/images/site/submenu/sub_mid.png');
	width: 200px;
  height: auto;
	background-repeat: repeat-y;
	float: none;
}
#innerMenu ul li li span,
#innerMenu ul li.map li span {
  padding: 2px 12px 2px 22px;
  margin: 0px;
  display: block;
  background: transparent;
}
#iinnerMenu ul li li.first span {
	padding-top: 0px; 
}
#iinnerMenu ul li li.last span {
	padding-bottom: 0px; 
}
#innerMenu ul div li span:hover,
#innerMenu ul div li span.iehover,
#innerMenu ul div li.current span {
 	background: url(/images/site/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 12px 55%;
}
#innerMenu ul li li a {
  display: block;
  padding: 0px;
  width: 160px;
  font-size: 11px;
  height: auto;
  color: #000;
}
#innerMenu ul li li a:hover {
	color: #666;
}



/* innercontent */
#innerContent {
	margin-top:15px;
	width: 540px;
}
.content-contact #innerContent {
  width: 720px;
}

#innerContent h1 {
	color:#3D7CAF;
	border-bottom:1px solid #3D7CAF;
  text-transform: uppercase;	
	font:bold 20px Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
}

#innerContent h2 {
  margin: 1em 0;
	color:#3D7CAF;
	font-size:13px;
}

#innerContent h3 {
	color:#3D7CAF;
	font-size:11px;
	font-weight:normal;
}
#innerContent h4 {
	font-size:11px;
  margin: 0px;
}

#innerContent li {
	list-style-image: url(/images/site/bullet_blue.gif);
}

#innerContent img.picture {
	border:1px solid #ccc;
	margin:2px;
	padding:2px;
}

#innerContent .textBody p{
	margin-top:0px;
}



.customcontact {
 float:left;
 width: 100%;
 margin-bottom: 40px;
}
.customcontact-table {
  width: 100%;
}

form
{
	margin-top:0px;
}
.formError {
  color: red;
}
.formEntry {
  margin-bottom: 8px;
}
.requiredMessage {
  color: #999;
}

#innerContent button img,
div.indexContent #innerContent img {
	border:0px;
	margin:0px;
	padding:0px;
}

div.indexContent {
	min-height:150px;
}

#innerContent button img {
     vertical-align: middle;
}

fieldset {
  border: 0px;
  padding: 0;
}
input.inputText, input.inputPassword, textarea {
  width: 95%;
}

.albumContent #innerContent img.picture {
	margin-right:10px;
}

/* images */

#pictures-pagetext-1{
	position:relative;
	z-index:1;
	width:200px;
	height:500px;
	overflow:hidden;
}
#pictureCollection-pagetext-1 {
	position:relative;
	z-index:1;
	top:0px;
	width:200px;
	overflow:hidden;
	
}

.picturesSide {
/*	float:right;*/
	margin-left:10px;
}

.pictureCollection table {
	border-spacing:0px;
	border-collapse: collapse;
	border:0px;
}

.pictureCollection table td{
	padding:0px;
	border:0px;

}
#innerContent .pictureCollection table img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.noborder{
	border:0px;
}
#flags img {
  margin-left: 2px;
}
#otherMenu {
  padding-right: 10px;
}
#otherMenu a {
  font-size: 12px;
  color: #666;
}
.outputhandlers {
  padding: 2em 0;
}
.handler-pdf {
  padding: 5px 0px 5px 20px;
  background: url('/images/icons/pdf.png') no-repeat left center;
}

.text {
  margin: 1em 0;
}

