﻿
/* 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,font,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
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

body{line-height:1}
ol{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}

:focus{outline:0}

ins,a{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* Master Page Styles */

@font-face {  
  font-family: "JRMasonryFont";  
  src: url( ../fonts/Papyrus.eot ); /* IE */  
  src: local("Papyrus"), url( Layoutsfonts/Papyrus.ttf ) format("truetype"); /* non-IE */  
} 
/* THEN use like you would any other font */  
.JRMasonryFont {
	font-family:"JRMasonryFont", arial, helvetica, sans-serif;  
} 


body
{
	background: #AAA9A9;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../Images/Background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#page
{
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-image: url('../Images/BackO.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#BackPage
{
	width: 800px;
	background-color: #FFFFFF;
}

#PageTop
{
	color: #FFFFFF;	
	text-align:right;
	float:right;
}

#Masthead
{
	width: 800px;
	height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #D41F2E;
}

#Masthead a
{
 text-decoration:none;
 color:#000;
}

#Nav
{
	width: 800px;
	overflow: hidden;
	font-size: .95em;
	padding-left:150px;
}


/* Nav  */

#Nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}
#Nav li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#Nav li a
{
	display: block;
	padding: 10px 5px;
	color: #000;
	text-decoration: none;
}

#Nav li a:hover
{
	display: block;
	padding: 10px 5px;
	color: #6F0000;
	text-decoration: none;
}

.activenav
{
	 text-decoration:underline;
	}


/* Content */
#Content
{
	margin: 0px 20px 5px 20px;
	padding: 20px;
	min-height: 400px;
	width: 700px;
	overflow: hidden;
	background-color: #C9C0B1;
}

#Content a
{
	color: #000;
	text-decoration:underline;
}
#Content a:hover
{
	color: #0D2307;
}

/* Footer */
#Footer
{
	height: 25px;
	width: 760px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	margin-top: -5px;
}

#Footer a{color:#666666}
#Footer a:hover
{
	color: #632329;
}

/* Internal Page Styles */

h1
{
	margin-bottom: 20px;
	font: bold 1.5em/1 JRMasonryFont , Arial, Helvetica;
}
h2
{
	text-align: left;
	font: bold 1.1em/1 JRMasonryFont , Arial, Helvetica;
	
}

h3
{
	font: bold 1.1em/1 Arial, Helvetica, sans-serif;

}

h4
{
	font: 1.1em/1 Arial, Helvetica, sans-serif;
	color: #666666;
}


p
{
	font: .9em/1.1 Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.smaller{font-size:small}
.larger{font-size:x-large}

.textR{text-align:right}
.textL{text-align:left}
.textC{text-align:center}

.b{font-weight:bold}
.i{font-style:italic}
.u{text-decoration:underline}



.right{float:right}
.left{float:left}
.middle{display:block;margin:0 auto}
.clearR{clear:right}
.clearL{clear:left}
.clearB{clear:both}
.clearX{clear:both;visibility:hidden}



/* Page Specific Styles */
