/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background: #CCDEB1;
	
}

a:link {
	color: #004;
	text-decoration: none;
	border-bottom: 1px dotted #004;
}
a:visited {
	color: #339;
	text-decoration: none;
	border-bottom: 1px dotted #004;
}


a:hover {
	color: #004;
	text-decoration: none;
	border-bottom: 1px solid #004;
}

a:active {
	color: #004;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0.5em 0px 0px;
	padding: 0px;
}

h1{
	color: #402;
	font: normal 145% Georgia, "Times New Roman", Times, serif;
	margin-top: .7em;
}

h2{
	color: #000040;
	font: bold 114% Georgia, "Times New Roman", Times, serif;
}

h3{
	font-size: 114%;
	color: #462;
	margin-top: 1em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #0000CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#outer {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	z-index: 1;
}
#beam {
	background: url(../images/backgroundarch.jpg) no-repeat center;
	height: 49px;
	width: 960px;
	position: absolute;
	left: -30px;
	top: 139px;
	z-index: 2;	
	
}


#container{
	top: 0px;
	width:850px;
	margin-left: -425px;
	
	position: absolute;
	z-index: 3;
	left: 50%;	
}



#envelope {
	width: 850px;
	background: #ffe url(../images/arch.jpg) no-repeat center top;
	float: left;
}
#innerEnvelope {
	margin-right: 50px;
	margin-left: 50px;
}


#masthead{
	padding: 0px;
	width: 850px;
	height: 139px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

#content{
	float:left;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 475px;
}

#content a:link, #rightcol a:link {
	color: #039;
	text-decoration: underline;
}
#content a:visited, #rightcol a:visited {
	color: #039;
	text-decoration: underline;
}


#content a:hover, #rightcol a:hover {
	color: #039;
	text-decoration: none;
}

#content a:active, #rightcol a:active {
	color: #039;
	text-decoration: none;
}

#rightcol {
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	width: 250px;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	float: right;
	margin-top: 15;
	margin-right: 60;
	margin-bottom: 0;

}
#menubar {
	width: 850px;
	background: #342 url(../images/menubarBack.gif repeat-x);
	background: #000040 repeat-x;
	float: left;
}
#footer {
	margin: 0px;
	clear: both;
	background: #000040 no-repeat center top;
	border: 1px solid #000000;
	
}
#logo {
	height: 139px;
	width: 350px;
	margin-left: -175px;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 0px;
	background: url(../images/headerlogo.png) no-repeat;
}


#siteInfo{
	font-size: 75%;
	color: #fc7;
	padding: 8px 10px 10px 60px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

	
#siteInfo a:link{
color: #fc7;
text-decoration: none;
}	
#siteInfo a:visited {
color: #fc7;
text-decoration: none;
}	

#siteInfo a:hover{
	text-decoration: underline;
	color: #FC7;
}

#siteInfo a:active{
text-decoration: underline;
}



.content{
	padding: 0px 0px 10px;
	font-size: 90%;
}
.content p {
}


.content h3{
}



#contactinfo {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ffffee;
}
#contactinfo h1 {
	font: bold 150% "Times New Roman", Times, serif;
	color: #000069;
	margin: 0px;
	padding: 0px;
}
#contactinfo h2 {
	font-size: 100%;
	font-variant: normal;
	color: #000069;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}




.content ul {
	line-height: 1.166;
}
.content p {
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}
.content .map {
	margin: 5px;
	padding: 0px;
	border: 1px solid #000066;
}
.content dt {
	font-weight: bold;
	margin-left: 20px;
}
.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 5px;
	border: 1px solid #000000;
	clear: left;
	background: #fff;
	overflow: hidden;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: right;
	border: 1px solid #000000;
	background: #fff;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.imgleftNoclear {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 5px;
	border: 1px solid #000000;
	background: #fff;
}
.imageframed {
	margin: 3px 7px 3px 0px;
	padding: 5px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
.imageframed a:link {
	text-decoration: none;
	border-bottom-style: none;
}
.imageframed a:visited {
	text-decoration: none;
	border-bottom-style: none;
}
.imageframed a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.imageframed a:active {
	text-decoration: none;
	border-bottom-style: none;
}

.imgleftClearBoth {

	float: left;
	margin: 3px 7px 3px 0px;
	padding: 5px;
	border: 1px solid #000000;
	clear: both;
	background: #fff;
}
.imgrightNoclear {

	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: none;
	border: 1px solid #000000;
	background: #fff;
}
.gallery td {
	background: #feb;
	border: 1px solid #ca6;
}
.content .gallery .imageframed a {
	border-bottom-style: none;
}
.gallery h2 {
	background: #CCAA66;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #FFFFFF;
	border: 1px solid #aa7700;
	text-align: center;
	font-size: 1em;
}
.new {
	color: #FFFFFF;
	background: #CC3300;
	margin: 10px 5px;
	border: 2px solid #000040;
	font-weight: bold;
	padding: 10px;
	display: inline;
	line-height: 2em;
}
.new a:link {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	
}

.new a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	
}
.new a:hover {
	color: #ffff00;
	text-decoration: none;
	border:none;
	
}
.new a:active {
	color: #ffff00;
	text-decoration: none;
	border:none;
	
}
.quote {
	color: #333333;
	border-left:solid 5px #CC9900; padding-left:10px;
}
