/* CSS Document */

/*----------------------------- common -----------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #95CCF2 url(../images/body_bck.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

body, html {
	height: 100%;
	width: 100%;
}

h2 {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #4CB5E9;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #68150C;
	margin-bottom: 14px;
}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #68150C;
	line-height: 16px;
}
h4 a:hover
{
	text-decoration: underline;
}

p {
	font-size: 10px;
	color: #000000;
	margin-bottom: 14px;
	line-height: 14px;
}
#main img {
	margin: 4px;	
}
a img {
	border: none;
}

.clear {
	clear: both;
}

li {
	list-style-type: none;
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
a:link,
a:active,
a:visited
{
	line-height: 14px;
	color: #202a74;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
/*----------------------------- wrap -----------------------------*/

#content_wrapper {
	background: url(../images/wrapper_bck.jpg) top left no-repeat;
	width: 976px;
}

#wrapper {
	background: url(../images/wrapper_content_bck.gif) top left repeat-y;
	width: 100%;
	min-height: 100%;
	position: relative;
}

/*----------------------------- inner -----------------------------*/

#inner {
	background: url(../images/inner_bck.gif) top left repeat-y;
	margin-left: 116px;
	width: 751px;
}


/*----------------------------- header -----------------------------*/

#header {
	background: url(../images/header_bck.jpg) top left no-repeat;
	width: 751px;
	height: 82px;
}

#header h1 {
	float: left;
}

#header h1 a img {
	float: left;
}

#header ul {
	padding-left: 480px;
	padding-top: 10px;
}

#header li {
	font-size: 10px;
	color: #ffffff;
	float: left;
	padding-right: 5px;
}

#header li a {
	font-size: 10px;
	color: #ffffff;
}

#header li a:hover {
	background-color: #ffffff;
	color: #23a8e3;
}

#header li.last {
	padding-left: 82px;
}

/*----------------------------- flash -----------------------------*/

#flash {
/*	padding: 0px;
	margin: 0px;*/
	line-height: 2px;
}

/*----------------------------- sidebar -----------------------------*/

html>body #sidebar {
	min-height: 350px;
	height: auto;
}
#sidebar {
	background: #96BE39 url(../images/sidebar_bck.jpg) top left no-repeat;
	width: 202px;
	height: 350px;
	float: left;
	padding-top: 157px;
}

#sidebar ul li {
}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:active
{
	color: #003703;
	display: block;
	padding: 4px 0 4px 23px;
	border-top: 1px solid #CBE7BB;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
#sidebar a.active:link,
#sidebar a.active:visited,
#sidebar a.active:active
{
	color: #FBFEFB;
}
#sidebar li a:hover {
	color: #FBFEFB;
}

a {
	text-decoration: none;
}
#sidebar a.last:link,
#sidebar a.last:visited,
#sidebar a.last:active
{
	height: 0px;
}
/*----------------------------- main -----------------------------*/

#main {
	background: #FFFFFF url(../images/main_bck.gif) top left repeat-y;
	float: left;
	width: 469px;
	padding: 30px 0px 30px 40px;
}
#main div{
	font-size: 10px;
}
/*-- main gallery --*/

#main #gallery {
	margin-top: 25px;
}

img.thumb {
	padding-right: 12px;
	padding-bottom: 12px;
}

p a {
	color: #202a74;
	text-decoration: none;
}

p a:hover {
	color: #202a74;
	text-decoration: underline;
}

/*----------------------------- footer -----------------------------*/

#footer {
	clear: both;
	background: #FFFFFF url(../images/main_bck.gif) top left repeat-y;
}

/* Photo album */
#photoBig a{
	font-size: 11px;
}
#bigPhotoNav{
	text-align: center;
	height: 35px;
	width: 600px;
}
#photoBig{
	display: none;
	position: absolute;
	left: 200px;
	top: 200px;
	width: 600px;
	height: 500px;
	border: solid 2px #ccc;
	background: #fff;
	z-index:1000;
	opacity: 1;
	filter: alpha(opacity=100); 	
}
html>body #photoBig{
	height: auto;
	width: auto;
	min-height: 500px;
	min-width: 600px;
}
#photoBigClose{
	height: 20px;
	text-align: right;
	width: 630px;
}
.imageThumb
{
	text-align: center;
}
.navmenu
{
	border-top: solid 1px #ccc;
	padding: 10px 0 0 0;
	font-size: 10px;
}
.navmenu a:link,
.navmenu a:visited,
.navmenu a:active
{
	font-size: 10px;
}

/* Custom form */
.error-text, .errorText {border: solid thin red;width:200px;font-size:10px;}
.form .text{width:200px;font-size:10px;line-height: 14px;border:solid 1px #CCC;}

.form {
	line-height: 14px;
}
.form .floatLeft {
	float: left;
	height: auto;
}
.form .formCol1 {
	width: 220px;
}
.form .formCol2 {
}
.form .formCol3 {
	width: 0px;	
}

.form input{
	margin: 1px 2px 1px 2px;
	font-size: 10px;
}
.form input.text{
	width: 200px;
}
.form input.textError{
	width: 200px;
	border: solid 1px #ff0000;
}
html>body .rowForm{
	min-height: 25px;
	height: auto;
}
.rowForm {
	height: 25px;	
}
.textarea {
	width: 200px;
	height: 150px;
	border: solid 1px #ccc;	
	margin: 0 0 10px 0;
}
select {
	margin: 0 0 10px 0;
}
span.error
{
	display: none;
}

#sitemap ul {
	
}
#sitemap ul li ul{
	padding: 0 0 0 20px;
}
#sitemap ul li ul li ul{
	padding: 0 0 0 20px;
}

#sitemap a:link,
#sitemap a:active,
#sitemap a:visited {
	color: #000;
	font-size: 11px;
	line-height: 16px;
	height: 20px;
}

#mainSiteMap a{
	font-size: 10px;
	text-decoration: none;
	display: block;
	color: #ccc;
}
.buttonReset {
	display: none;
}



.thumb {
    float: left;
    width: 110px;
    height: 100px;
    padding: 3px 24px 3px 3px;
    line-height: 14px;
}
.bgDarker {
    background: #000;
    opacity:.70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;  
}
.AlbumContainer {
   width: 300px;
    text-align: center;
    display:none;
    z-index: 10000;
    position: absolute;
    background: #fff;
    padding: 50px 20px 0 0px;
    border: solid 5px #309300;
}
.AlbumContainer table a:link,
.AlbumContainer table a:active,
.AlbumContainer table a:visited
{
    color: #000;
	font-size: 11px;
}
.innerCont {
	display: none;	
}
/* Link active of nav list */
a.numberActive:link,
a.numberActive:active,
a.numberActive:visited {
    color: #000;
    font-weight: bold;
    line-height: 14px;
    width: 50px;
}
a.numberActive:hover {
     color: #ff0000;
}
/* Link tag active */
a.tagActive:link,
a.tagActive:active,
a.tagActive:visited {
    color: #000;
    font-weight: bold;
    line-height: 14px;
}
a.tagActive:hover {
    color: #ff0000;
    line-height: 14px;
}
#navlist {
	width: 450px;	
}
#navlist a:link,
#navlist a:active,
#navlist a:visited
{
    color: #000;
    line-height: 14px;
    width: 50px;
}