﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #29252d;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #111;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin: 0px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
li
{
	margin: 0;
	padding: 0;
}
ul, ol
{
	list-style: none;
}
ul.horzBlocks 
{
	padding: 0px;
	position: relative;
	margin: 0;
	white-space: nowrap;
}
ul.horzBlocks li
{
	display: inline;
	list-style: none;
	vertical-align: top;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* TABLE */
td, th
{
	padding: 0px 2px;
}
.tdB, .thB
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.left
{
	text-align: left;
}
.trEven
{
	background-color: #eef;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 98%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding:0px 10px;
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 10px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	background-color: #fff;
	padding: 5px 0;
	text-align: center;
	/*font-size: .9em;*/
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu1, ul#menu2
{
	padding: 0px;
	position: relative;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

ul#menu1 li, ul#menu2 li
{
	display: inline;
	list-style: none;
}

ul#menu1 li a, ul#menu2 li a
{
	padding: 5px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	background-color: #29252d;
	color: #fff;
	margin: 0px;
}

ul#menu1 li a:hover, ul#menu2 li a:hover
{
	background-color: #49454d;
	text-decoration: none;
}

ul#menu1 li a:active, ul#menu1 li.selected a, ul#menu2 li a:active, ul#menu2 li.selected a
{
	background-color: #6b676f;
	text-decoration: none;
}
ul#menu1 li#newPage a, ul#menu1 .swapPagesHorizontal a, ul#menu2 li#newPage a, ul#menu2 .swapPagesHorizontal a
{
	padding: 5px 5px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	width: 98%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
	text-align: right;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}


/* CONTENT */
.pageContentHeadline
{
	font-size: 1.5em;
}
.pageContentText
{
}
.content
{
	margin-top: 10px;
}
.youTubeImage
{
	border: 3px solid #fff;
}


/* GALLERY */
.galleryWrapper
{
}
.galleryImages
{
}
.galleryImage
{
}
.galleryImages ul li
{
	display: inline;
}
.galleryImages ul li a
{
	text-decoration: none;
}
.galleryImages ul li a:hover
{
}
.galleryImages ul
{
	padding: 0px;
}
.galleryIcon
{
	border: 1px solid #000;
}