﻿/**** CSS Reset ****/
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, hr, 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;
	border-collapse:collapse;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	background-attachment: fixed;
	margin:0;
	padding:0;
	margin-bottom:1em;
	}
ul {
	list-style: none;
	}
ol {
	list-style:decimal;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
table, td {
	border-collapse: collapse;
	border-spacing: 0;
	}
strong {
	font-weight:800;
	}
/**** End CSS Reset ****/

/******* Global *******/
body {
	SCROLLBAR-HIGHLIGHT-COLOR: #C2D1D6;
	SCROLLBAR-FACE-COLOR: #FDEFC8;
	SCROLLBAR-SHADOW-COLOR: #C2D1D6;
	SCROLLBAR-TRACK-COLOR: #145598;
	SCROLLBAR-BASE-COLOR: #145598;
	SCROLLBAR-ARROW-COLOR: #145598;
	SCROLLBAR-3D-LIGHT-COLOR: #C2D1D6;
	background:#FDEFC8;
	font-family: Arial;
	}
.wrapper {
	width:976px;
	margin:.5em auto;
	overflow:hidden;
	}
p { 
	color: #145598;
	margin-top: 6px;
	margin-bottom: 6px;
	}
h1 {font-size: 1.5em;
	color: #145598;
	margin:1em 0;
	margin-bottom:.375em;
	}
h2 {font-size: 1.25em;
	color: #145598;
	margin:1em 0;
	margin-bottom:.25em;
	padding:.25em;
	background-color:#c2d1d6;
	}
h2.top {font-size: 1.25em;
	color: #145598;
	margin:0;
	margin-bottom:.25em;
	padding:.25em;
	background-color:#c2d1d6;
	}
h3 {
	font-size: 1.125em;
	color: #145598;
	margin:.5em 0;
	}
h4 {
	font-size: 1em;
	color: #145598;
	}
h5 {
	font-size: 1.2em;
	color: #145598;
	margin-bottom:.375em;
	}
h6 {
	font-size: 12pt;
	color: #145598;
	}
a:link {color:#145598; }
a:visited{color:#CC9900 }
a:active {color:#C7001D; }
a:hover{color:#FF0000; }
a.beige{color:#FDEFC8;}

img{ border:0 }

.backDiv { background-color: #FDEFC8 }

.left {float:left;}
.right {float:right;}
.leftText {text-align:left;}
.rightText {text-align:right;}
.centerText {text-align:center;}
.clr {clear:both;}

.photoTable { width:100%; margin:1em 0; text-align:center;}
.photoTable img { border:1px #000 solid;}
.photoTable td { padding:.25em 0; vertical-align:top;}

header {
	width: auto;
	float:left;
	}
header img {
	box-shadow:0 0 .5em #000;
	margin-bottom:1em;
	}
#mainMenu {
	width:14%;
	max-width:110px;
	float:left;
	margin:.5em 1%;
	padding:.5em 1%;
	background:#145598;
	background:#006699;
	border-radius:.25em;
	box-shadow:0 0 .5em #000;
	line-height:90%;
	}
#mainMenu .photoFlip {
	width:90px;
	margin:.5em auto;
	}
#mainMenu ul {
	list-style:none;
	width:90px;
	margin:.5em auto;
	overflow:hidden;
	}
#mainMenu ul li {
	margin-top:-2px;
	}
#mainMenu ul li.first {
	margin-top:0;
	}
nav.main {
	}

#content {
	width:64%;
	float:left;
	padding:.5em 1%;
	overflow:hidden;
	line-height:130%;
	font-size:.8em;
	}
.photoLinks li {
	margin-left:1.1em;
	}
aside {
	clear:none;
	width:150px;
	float:right;
	padding:1em .5%;
	margin:.5em auto;
	border-radius:.25em;
	box-shadow:0 0 .5em #000;
	overflow:hidden;
	background-color:#c2d1d6;
	}

.columnBlock {
	width:120px;
	height:600px;
	margin:0 auto;
	background-color:#dcdcdc;
	}
footer {
	clear:both;
	margin:.5em;
	margin-top:1em;
	padding:.5em;
	font-size:.8em;
	border-radius:.25em;
	box-shadow:0 0 .5em #000;
	background-color:#c2d1d6;
	}
.textMenu {
	text-align:center;
	clear:both;
	padding:.125em;
	background-color:#145598;
	}

/**** fun page ****/
.funColumn {
	float:left;
	width:31%;
	margin:0 1%;
	overflow:hidden;
	}
/**** links page ****/
.linksCloumn {
	float:left;
	width:31%;
	margin:.5em 1%;
	line-height:175%;
	}
/**** contact ****/
label, input {
	display:block;
	}
input {
	margin-bottom:1em;
	}
input.submit {
	display:inline-block;
	}
.formButtons {width:120px; margin-right:6px; float:left;}
.formTest {display:none;}

