/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup, 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;
}
a{
	color: black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{
	margin: 0 0 15px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main */
html{
	background-color: #a00010;
}

#container{
	background-color:#ffffff;
	margin: 3em auto 1em;
	width: 900px;
}
#nav{
	right: 18px;
	position: absolute;
	top:30px;
	z-index: 55;
}
#nav ul{
	width:692px;
	float:right;
}
#nav li{
	display:inline;
}
#main{
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 10px 25px 0;
	width:560px;
}
#main a{
	color:#A00010;
}
#main ul{
	list-style:disc;
	margin:0 0 15px 15px;
}
#main ul li{
	margin-left:5px;
}
#logo{
	margin-bottom:25px;;
}
#homepageMask{
	height:310px;
	overflow:hidden;
	position:relative;
	width:504px;
}
#sidebar{
	float: right;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 24px;
	padding: 127px 15px 0 0;
	width: 245px;
}
#sidebar a{
	color:#a00010;
}
#sidebarInside{
	float: right;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 24px;
	padding: 90px 0 0 0;
	width: 245px;
}
#sidebarInside a{
	color:#a00010;
}
#subnav{
	margin: 0 0 25px 5px;
	width: 240px;
}
#subnav h2{
	color:#a00010;
}
#subnav ul{
	list-style:disc;
	margin-left:10px;
}
#subnav ul li{
	margin-left:5px;
}
.subnavOn{
	font-weight: bold;
}
.sideMask{
	height:242px;
	overflow:hidden;
	position:relative;
	width:244px;
}
.sideCaption{
	display: block;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 14px;
	padding:0 14px;
}
#contactDiv{
	margin-left:65px;
}
#contactDiv a{
	color:#a00010;
}
#contactDiv h1{
	color:#A00010;
	display:inline;
}
#googleMap{
	margin:25px auto;
	width:425px;
}
#googleMap a{
	color:#a00010;
}
#paperContainerContainer{
	background-image:url(../images/paper_middle.gif); 
	background-repeat:repeat-y; 
	background-position:left; 
	margin:0 auto;
	min-height:715px;
	position:relative; 
	width:579px; 
}
#paperContainer{
	padding:90px 90px 75px 62px;
	position:relative;  
	z-index:5; 
}
#paperContainer h2{
	color:#a00010;
	display:inline;
}
#paperContainer a{
	color:#a00010;
}
#paperTop{
	left:0px;
	position:absolute; 
	top:0px; 
	z-index:2; 
}
#paperBottom{
	bottom:0px; 
	left:0px;
	position:absolute; 
	z-index:2; 
}
#footer{
	clear:both;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	margin:0 auto 1em;
	text-align: center;
	width:870px;
}
#footer a{
	color: #fff;
}