/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* inline-block hack */

.inline-block {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/* Clearfix hack */

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

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

em,i {
	font-style: italic;
}

strong,b {
	font-weight: bold;
}

/* Web Fonts */

@font-face {
    font-family: 'InsigniaLTStdRoman';
    src: url('fonts/insignialtstd-webfont.html');
    src: url('fonts/insignialtstd-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/insignialtstd-webfont-2.html') format('woff'),
         url('fonts/insignialtstd-webfont-3.html') format('truetype'),
         url('fonts/insignialtstd-webfont.svg#InsigniaLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*spacer*/
.spacer {
	clear: both;
	margin: 20px 0;
}

a.attachment {
	display: block;
	margin: 10px 0;
}

a.attachment:before {
	content: "»";
	margin: 0 5px 0 0;
}

/* Website CSS */

h1, h2, h3 {
	font-family: 'Open Sans',Arial,sans-serif;
	text-shadow: 0 1px 0 white;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 20px;
	margin: 1em 0;
}

h3 {
	font-size: 16px;
	margin: 1em 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: black;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 0;
	width: 100%;
	border: 1px solid #CDCDCD;
	border-style: solid none none;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 60px;
	margin: 20px 0;
}

#header .logo {
	display: block;
	float: left;
	height: 60px;
	width: 320px;
	background: transparent url(images/temp/logo.png) no-repeat 0 0;
}

#header ul.menu {
	display: block;
	float: left;
}

#header ul.menu li {
	display: block;
	float: left;
	background: transparent url(images/temp/menu.png) repeat-x 0 0;
	font-family: 'InsigniaLTStdRoman';
	-moz-text-shadow: 2px 2px 1px #267290;
	-webkit-text-shadow: 2px 2px 1px #267290;
	text-shadow: 2px 2px 1px #267290;
}

#header ul.menu li.current {
	background: transparent url(images/temp/menu-active.png) repeat-x 0 0;
	-moz-text-shadow: 2px 2px 1px black;
	-webkit-text-shadow: 2px 2px 1px black;
	text-shadow: 2px 2px 1px black;
}

#header ul.menu li a {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 0 22px;
	color: white;
	text-align: center;
	width: 120px;
}

/* Search Box */

#search {
	float: left;
	background: transparent url(images/temp/menu.png) repeat-x 0 0;
}

#search span.input {
	display: block;
	margin: 18px 10px 18px 10px;
	padding-left: 12px;
	background: transparent url(images/temp/search.png) no-repeat 0 0;
}

#search span.input span {
	display: block;
	padding-right: 12px;
	background: transparent url(images/temp/search.png) no-repeat 100% 0;
}

#search span.input input[type='text'] {
	outline: none;
	padding: 4px 0;
	background: white;
	border: none;
	width: 116px;
	height: 16px;
	font-family: 'Droid Sans';
	font-size: 15px;
	line-height: 16px;
	color: black;
}

#search span.input input[type='text'].default {
	color: #B3B3B3;
}

/* Homepage */

#page .home .image {
	background: transparent url(images/temp/homepage.jpg) no-repeat 0 0;
	height: 386px;
	width: 960px;
}

#page .home .menu {
	width: 970px;
}

#page .home .menu li {
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	background: #00a0c6;
	color: white;
	font-size: 26px;
	font-family: 'InsigniaLTStdRoman';
	letter-spacing: -2px;
	-moz-text-shadow: 1px 1px 2px #0080A6;
	-webkit-text-shadow: 1px 1px 2px #0080A6;
	text-shadow: 1px 1px 2px #0080A6;
	line-height: 1.1;
/*
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;  
*/
}

#page .home .menu li a {
	display: block;
	color: white;
	width: 164px;
	height: 164px;
	padding: 10px;
}

#page .home .menu li span {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	height: 35px;
	width: 35px;
	padding: 5px;
	font-size: 32px;
	background: transparent url(images/temp/bullet.png) no-repeat 0 0;
}

/*
#page .home .menu li:hover {
	-moz-transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	transform: translate(0,-5px);
}
*/

#footer {
	margin-top: 20px;
	background: transparent url(images/temp/footer.png) repeat-x 0 0;
	font-size: 13px;
	color: white;
	padding: 5px 10px;
}

#footer p {
	margin:0;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#page .page .image {
	width: 342px;
	overflow: hidden;
	float: left;
}

#page .page .menu {
/*	margin-left: 364px;*/
/*	width: 600px;*/
	width: 965px;
	overflow: hidden;
}

#page .page .menu li {
	display: block;
	float: left;
	background: #379FC4;
	background-image: none;
	margin-right: 5px;
	font-size: 20px;
	font-family: 'InsigniaLTStdRoman';
	color: white;
	letter-spacing: -1px;
	-moz-text-shadow: 1px 1px 2px #0080A6;
	-webkit-text-shadow: 1px 1px 2px #0080A6;
	text-shadow: 1px 1px 2px #0080A6;
	line-height: 1.3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page .page .menu li.current {
	background: #000 url(images/temp/submenu-active.png) repeat-x 0 0;
	-moz-text-shadow: 1px 1px 2px black;
	-webkit-text-shadow: 1px 1px 2px black;
	text-shadow: 1px 1px 2px black;
}

#page .page .menu li span {
	display: block;
	height: 20px;
	width: 30px;
	padding: 5px 0;
	line-height: 1;
	background: transparent url(images/temp/bullet-small.png) no-repeat 0 0;
	text-align: center;
	margin-bottom: 6px;
}

#page .page .menu li a {
	display: block;
	color: white;
	padding: 10px 5px;
	width: 178px;
	height: 96px;
}

#page .page .content,
#page .page .gallery {
/*	margin-left: 364px;*/
	background: #E6E6E6;
	line-height: 1.4;
}

#page .page .gallery {
	padding: 10px;
}

#page .page .content {
	padding: 20px;
}

#page .content ul {
	margin: 1.3em 0 1.3em 2em;
	list-style: disc;
}

#page .content {
	letter-spacing: 1px;
}

#page .content small {
	font-size: 11px;
	font-family: Tahoma;
	line-height: 11px;
	margin: 0;
	letter-spacing: 0;
}

#page .content ul li {
	margin: .7em 0;
}

#page .content a {
	color: #379fc4;
}

#page .content a:hover {
	color: #076f94;
}

#page .content table td[valign=top] {
	vertical-align: top;
}

#page .content table td[valign=middle] {
	vertical-align: middle;
}

#page .content table td[valign=bottom] {
	vertical-align: bottom;
}

#page .page .gallery ul {
	display: block;
	width: 600px;
}

#page .page .gallery ul li {
	float: left;
	width: 180px;
	height: 150px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	position: relative;
	margin-right: 15px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	cursor: pointer;
}

#page .page .gallery ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

#page .page .gallery ul li span {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
	height: 35px;
	width: 35px;
	background: transparent url(images/temp/zoom.png) no-repeat 0 0;
	opacity: .5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page .page .gallery ul li:hover span {
	opacity: 1;
}

#page .news,
#page .search-result {
	background: #E6E6E6;
	padding: 20px;
}

#page .list li {
	margin: 2em 0;
}

#page .list li em {
	font-size: 12px;
}

#page .list li .title {
	display: block;
	margin: .3em 0;
	font-weight: bold;
}

#page .list li .readmore {
	display: block;
	font-size: 12px;
	margin: .8em 0;
	text-decoration: underline;
	font-family: 'Droid Sans';
}

/*
#page li a {
	color: black;
	text-decoration: underline;
}
*/

#page ul.paging li {
	float: left;
	margin-right: 1em;
	font-size: 12px;
}
