*{
	padding: 0px;
	margin: 0px;
}


a:link, 
a:visited, 
a:hover, 
a:active {
	color: #0060B7;	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/****************************
		FONT
****************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt{
	font-family: Tahoma;
	font-size: 13px;
}

blockquote{
	font-family: Tahoma;
	font-size: 13px;
	padding: 20px 20px 5px 20px;
	line-height: 18px;
	color: #0060b7;
}

.author{
	font-style: italic;
	padding-left: 20px;
	font-color: #666666;
}

#header{
	background-color: #ffffff;
	text-align: left;
	height: 93px;
}

ul#states{
	display: inline;
	list-style: none;
}

#states li{
	display: inline;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

.rightborder{
	border-right: 1px solid #ffffff;
}

.rightborderblueish{
	border-right: 1px solid #8a9bad;
}

.norightborder{
	border: none;
}

.gobutton{
	width: 26px;/* Width of button image */
	height: 24px;/* Height of button image */
	margin: 0;
	border: 0;
	background: transparent url(/Portals/0/Skins/Main/images/go.jpg) no-repeat;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */  	
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #51504f;
	background-image: url('/Portals/0/Skins/Main/images/pipe.jpg');
	background-position: center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align: center;
}

#width{width:1000px; }

img.png {
	behavior:	url("/Portals/0/Skins/Main/pngbehavior/pngbehavior.htc");
}

p.img{margin:0; padding:0;}


/*#HouseMenuNavItemHome{display:none;}*/



/****************************
		CONTENT
****************************/

#ContentPane{
	height: 407px;
	overflow: visible;
	background-color: #ffffff;
}

#ContentPane p{
	padding: 20px;
}

#content-nav{
	background-color: #0060b7;
	height: 407px;
	width: 182px;
	float: left;
	text-align: left;
}

#content-nav li{
	list-style: none;
	padding-left: 30px;
	padding-top: 20px;
}

#content-nav a:link, 
#content-nav a:visited, 
#content-nav a:hover, 
#content-nav a:active {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;	
	text-decoration: none;
}

#content-nav a:hover{
	text-decoration: underline;
}

/****************************
		SUBCONTENT
****************************/

#subcontent{
	background-color: #ffffff;
	height: 193px;
	border-bottom: 4px solid #000000;
}

#subcontent .box, #subcontent .boxright{
	background-position: top right;
	background-repeat: no-repeat;
	width: 333px;
	float: left;
}

/*adds the line on the two left boxes, but not the right box */
#subcontent .box {
	background-image: url(images/line.jpg);
}

#subcontent .box h1, #subcontent .boxright h1{
	color: #000;
	font-weight: bold;
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#subcontent .box p, #subcontent .boxright p{
	color: #000;
	width: 239px;
	text-align: justify;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 0px;
}

#subcontent .box a:link, #subcontent .boxright a:link, 
#subcontent .box a:visited, #subcontent .boxright a:visited,
#subcontent .box a:hover, #subcontent .boxright a:hover,
#subcontent .box a:active, #subcontent .boxright a:active {
	font-size: 10px;
	color: #0060B7;	
	text-decoration: none;
}

#subcontent .box a:hover, #subcontent .boxright a:hover, {
	text-decoration: underline;
}

/****************************
NEVER-ENDING HOUSE MENU
****************************/

#HouseMenuNav{
	background-color: #0060B7;
	height: 28px;
	text-align: right;
	border-bottom: 4px solid #000000;
	}

	
	
ul#HouseMenuNav li{ 	
	text-align:center; 	 
	text-transform: capitalize;
	float:right; 
	list-style-type:none;
	
		
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;	
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
	

#HouseMenuNav li ul {
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 13em;
}


#HouseMenuNav li ul ul {
	margin: -1.5em 0 0 13em; /* third-and-above-level lists */
}

#HouseMenuNav li li {
	padding: 1em 0 0 1em;
	margin: 0;
	width: 15em;
	text-align:left;
	background-color:#7896b8;
	font-size:11px;
	height:1.3em;
	display:block;
	
}

#HouseMenuNav ul a {

	

}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul,
#HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul,
#HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
#HouseMenuNav li ul {
	
}

#HouseMenuNav li ul li {
	
}

#HouseMenuNav li ul a {
	
}

#HouseMenuNav li ul a:hover,
#HouseMenuNav li ul a:active,
#HouseMenuNav li ul a:focus {
	color: #524944;
}

#HouseMenuNav li a {
color:#ffffff;
text-decoration:none;
display:block;
margin:12px 0 0 0;

}

#HouseMenuNav li a:hover {
color:#fff;
text-decoration:underline;
}

#HouseMenuNav li li a:hover,#HouseMenuNav li li a:active,#HouseMenuNav li li a:link,#HouseMenuNav li li a:visited {

text-decoration:none;
color:#ffffff;
text-decoration:none;
display:block;
margin:0 0 0 0;
}

#HouseMenuNav li a.active {
color:#FFFFFF;

}

#HouseMenuNav a:link, 
#HouseMenuNav a:visited, 
#HouseMenuNav a:hover, 
#HouseMenuNav a:active {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;	
	text-decoration: none;
	text-transform: capitalize;
}

#HouseMenuNav a:hover{
	text-decoration: underline;
}

/****************************
		NAVIGATION
****************************/
#navigation{
	height: 50px;
	background-color: #888;
	text-align: center;
	line-height: 400%;
}



#navigation li{
	display: inline;
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation a:link, 
#navigation a:visited, 
#navigation a:hover, 
#navigation a:active {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;	
	text-decoration: none;
}

#navigation a:hover{
	text-decoration: underline;
}


/****************************
		FOOTER STUFF
****************************/
#footer{
	background-color: #0060B7;
	height: 28px;
	text-align: right;
	
}

#footer p{
	font-family: Tahoma;
	font-size: 10px;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	font-size: 10px;
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.jacimages{
	padding-left: 20px;
	padding-bottom: 20px;
}
