﻿* 
{
	/*universal to reset the margins and padding*/
	margin: 0;
	padding: 0;
}
html 
{
	overflow-y: scroll;
	overflow-x: hidden;
	height:100%;
}

body 
{
	/*setup the fonts*/
	font-family:Arial;
	font-size:11pt;
	color:#333;
	height:100%;
	/*center the elements*/
	text-align:center;
	margin:auto;
	/*background*/
	background-image:url(../../../Resources/img/background.png);
	background-position:center center;
	background-repeat:repeat-y;
}

h1
{
	font-size:15pt;
}

h2
{
	font-size:12pt;
	padding-top:6px;
	/*border-bottom:solid thin #cbeca0;*/
}

h3
{
	font-style:italic;
	font-weight:normal;
	font-size:12pt;
	width:100%;
	padding-bottom:3px;
	/*border-bottom:solid thin #cbeca0;*/
}

h4
{
	text-align:right;
	font-weight:normal;
	font-size:8pt;
	width:100%;
}


hr
{
	background-color:#cbeca0;
	color:#cbeca0;
	height:1px;
	border:none;
	margin-bottom:5px;
}

a
{
	outline:none;
	color:#559943;
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

ul
{
	list-style-type:square;
	padding-left:28px;
	padding-top:5px;
	padding-bottom:10px;
}

.block
{
	padding-bottom:10px;
	line-height:1.3em;
}

.boldlink
{
	font-weight:bold;
	font-size:1.1em;
}

img
{
	border:none;
}

strong a
{
	color:#333;
	font-size:11pt;
}

.gallery-image 
{
	border:solid thin #559943;
	/*padding:5px 5px;*/
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#cbeca0;
	text-align:center;
	float:right;
	font-size:10pt;
	font-weight:bold;
	color:White;
}

.gallery-image td
{
	background-image:url('../../Resources/img/side-box-header.png');
	background-repeat:repeat-x;
}

.spacer
{
	height:5px;
}

.rightaligned
{
	text-align:right;
}

/*display the box as a right menu*/
.block-title
{
	background-image:url('../../Resources/img/side-box-header.png');
	background-repeat:repeat-x;
	height:26px;
	padding-top:2px;
	padding-left:12px;
	margin-top:10px;
	padding-bottom:8px;
	font-weight:bold;
	color:white;
	font-size:12pt;
}

.box
{
	clear:both;
}

.box .line
{
	margin-left:12px;
	margin-right:12px;
	font-size:11pt;
	color:#666;

}

.box a
{
	font-size:10pt;
}

.box .line h2
{
	font-size:10pt;
	line-height:normal;
	font-style:normal;
	margin-bottom:5px;
}

.box .line h1
{
	font-size:12pt;
}

#minilinks img
{
	float:left;
	padding-bottom:5px;
}

/*menu bar*/
#top-menu-bar
{
	background-image:url('../../../Resources/img/inactive-menu.png');
	background-repeat:repeat-x;
	height:40px;
	width:100%;
}

#top-menu-bar td
{
	border-right:solid 1px #4a8200;  /*get the seperators to look like indentations*/
	border-left:solid 1px #c8ff80;
	text-align:center;
}

#top-menu-bar img
{
	vertical-align:middle;
	padding-left:6px;
	padding-right:6px;
}

#top-menu-bar a 
{
	color:White;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
}

/*set the active menu items background*/
#menu-active
{
	background-image:url('../../../Resources/img/active-menu.png');
	background-repeat:repeat-x;

}


/*splash page*/
#left-content-splash
{
	float:left;
	text-align:left;
	padding-top:10px;
	width:470px;
}

#right-content-splash
{
	float:left;
	text-align:left;
	padding-top:10px;
	width:391px;
	padding-left:30px;
}

