@charset "iso-8859-1";
/*********************************************************************************
   Tags                                                                           
*********************************************************************************/


/*********************************************************************************
   ID's                                                                           
*********************************************************************************/
#text h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#jumpers {
	font-size: 1.2em;
}

#gnav {
	font-size: 1.1em;
}

#breadcrumb {
	font-size: 1em;
}

#content {
	font-size: 1.2em;
}
	#content h1 {
		font-size: 1.2em; /*equals 18px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 15px 0;
		color: #e20031;
	}
	#content h2 {
		font-size: 1em; /*equals 17px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 7px 0 14px 0;
	}
	#content h3 {
		font-size: 1.333em; /*equals 15px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#content h4 {
		font-size: 1.25em; /*equals 15px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#content h5 {
		font-size: 1.167em; /*equals 14px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#content h6 {
		font-size: 1.083em; /*equals 13px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
	#content p {
		margin: 7px 0 7px 0;
	}
	
	#content ul {
		margin: 5px 0 5px 0px;
	}
	#content ol {
		margin: 5px 0 5px 27px;
		list-style: decimal;
	}
	
	#content a {
		text-decoration:none;
		color: #373737;
	}
		#content a:visited {
			text-decoration:none;
			color: #545454;
			}
		#content a:hover {
			text-decoration:none;
			color: #373737;
			background: #c9c2af;
		}
		#content a:focus {
			text-decoration:none;
			color: #373737;
			background: #c9c2af;
		}
		#content a:active {
			text-decoration:none;
			color: #373737;
			background: #c9c2af;
		}
	#doors h3 {
		position:relative;
		top:0;
		left:0;
		font-size: 1em; /*equals 12px depends on 12px for pagecontent*/
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 2px 2px 2px 7px;
		color: #f1eee4;
		background: #706253;/*#AEA085;*/
	}
	#doors p {
		padding: 0px 4px 0px 20px;
	background: #ffffff url(../images/bullet1.jpg) 5px 4px no-repeat;
	}

#footer {
	font-size: 1em;
}

#subnav a{
	text-decoration:none;
	font-weight: bold;
	color: #373737;
	border-bottom: 0;
	z-index: 300px;
}
	#subnav a:visited{
		text-decoration:none;
		color: #545454;
		border-bottom: 0;
	z-index: 300px;
	}
	#subnav a:hover{
		text-decoration:none;
		border-bottom: 1px solid #373737;
		color: #373737;
		background: #c9c2af;
	z-index: 300px;
	}
	#subnav a:focus{
		text-decoration:none;
		border-bottom: 1px solid #373737;
		color: #373737;
		background: #c9c2af;
	z-index: 300px;
	}
	#subnav a:active{
		text-decoration:none;
		border-bottom: 1px solid #373737;
		color: #373737;
		background: #c9c2af;
	z-index: 300px;
	}

