@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    background-color: #364d6c;    
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
	 color: #334762; 
}

a:link {color:#334762; text-decoration:none;}
a:visited {color:#334762; text-decoration:none;}
a:active {color:#334762; text-decoration:none;}


#page {
	position: relative;
    margin: auto;
    padding-top: 82px; 
	padding-left: 41px;
    min-height: 578px;
    width: 941px;
    background-image: url(../images/bg_page.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

/* only for iE6 */
* html div#page {
	height: 660px;
}

#top {
	width: 900px;
	height: 48px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
}

#quicklinks {
	color: white;
	padding-top: 27px;
	padding-right: 12px;
	text-align: right;
	line-height: 85%;
	font-size: 93%;
}
#quicklinks a:link {
	color: white;
}
#quicklinks a:link {color:white; text-decoration:none;}
#quicklinks a:actice {color:white; text-decoration:none;}
#quicklinks a:visited {color:white; text-decoration:none;}
#quicklinks a:hover {color:#304561; text-decoration:none;}

#banner {
	width: 900px;
	height: 92px;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
}

#title {
	width: 250px;
	padding-left: 223px;
	padding-top: 6px;
	line-height: 120%;
}

#navigation {
	width: 900px;
	height: 25px;
	background-image: url(../images/bg_mainnavi.gif);
	background-repeat: repeat-x;
}
#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation li a {
	float: left;
	display: block;
	color: white;
	padding: 6px 10px;
	border-right: 1px solid white;
	line-height: 100%;
}

#navigation li a:hover {
	background-image: url(../images/bg_mainnavi_hover.gif);
	background-repeat: repeat-x;
}

#subnavigation {
	clear:both;
	width: 149px;
	float: left;
	padding-top: 95px;
	text-align: right;
	color: #334762;
	margin-left: -1px;
}

#subnavigation a:hover {
color: #c55760;
}


#content {
	width: 600px;
	float: left;
	padding-left: 75px;
	padding-top:  42px;
}

#content p,
#content a,
#content li,
#content input,
#content textarea {
	line-height: 144%;
}

#footerouter {
	position: relative;
    margin: auto;
	padding-left: 15px;
    width: 967px;
}

#footer {
	width: 878px;
	height: 28px;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    padding-top: 32px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 85%;
}

#footerstart {
	width: 952px;
	height: 60px;
    background-image: url(../images/footerstart_new.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    padding-top: 22px;
    font-size: 85%;
}

#contentstart {
	width: 900px;
	height: 412px;
	float: left;
	padding-bottom: -1px;
	padding-top:  1px;
}

#footer a {
	color: white;
}


#footer span.left {
	float: left;
}

#footer span.right {
	float: right;
}

#footer a {
	color: white;
}

#footerstart a {
	color: white;
}

#footerstart span.left {
	float: left;
  padding-top: 10px;
  padding-left: 37px;
  padding-right: 37px;
}

#footerstart span.right {
	float: right;
	padding-top: 10px;
  padding-left: 37px;
  padding-right: 37px;
}

div#clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* GALLERY */
/***********/
.gallery_navigation {
  color:#000000;
  text-align:right;
}

.gallery_navigation a.navigation:link,
.gallery_navigation a.navigation:visited,
.gallery_navigation a.navigation:active {color:#666666; text-decoration:none;}
.gallery_navigation a.navigation:hover {color:#000000; text-decoration:none;}

.gallery_navigation .navigation_selected {color:#000000;}


.image_list {
  margin:0 5px 5px 5px;
  float:left;
}

.image_display {
  text-align:center;
  vertical-align:middle;
}


table.image_navigation {
  background-color:#999999;
  border:1px solid #000000;
}

td.image_navigation_change {
  text-align:center;
  vertical-align:middle;
  background-color:#666666;
  padding:5px;
}

td.image_navigation {
  text-align:center;
  vertical-align:middle;
  padding:5px;
}

img.image_navigation {border:1px solid #FF0000;}
