/*/////////////////////////////////////////////////////////////////////
	Generic Page Styles
/////////////////////////////////////////////////////////////////////*/

body {
	background-image: url(/images/bars/generic-page.gif);
	background-repeat: repeat-x;
	}
	
h1 {
	background: url(/images/page-headings/customer-support.gif) no-repeat;
	}

h1.who-we-are {
	background: url(/images/page-headings/who-we-are.gif) no-repeat;
	}
	
h1.articles {
	background: url(/images/page-headings/articles.gif) no-repeat;
	}	
	
h1.privacy {
	background: url(/images/page-headings/privacy-statement.gif) no-repeat;
	}	
	
h1.error {
	background: url(/images/page-headings/error.gif) no-repeat;
	}
	

/* ~~ Left Nav ~~ */
	
h2, #leftNav h2 {
	color: #00a87e;
	}
	
dl a:hover {
	color: #00a87e;
	}
	
dl.accordion dt.open{
	background: url(/images/left-nav/generic-pages/nav-open-level-one.gif) no-repeat;
	}

dl.accordion dd dl dt.open{
	background: url(/images/left-nav/generic-pages//nav-open-level-two.gif) no-repeat;
	}

/* ~~ Member Login ~~ */

#memberLogin {
	background-color: #00a87e;
	}

#memberLogin button#loginGo {
	background: url(/images/buttons/generic-pages/go.gif) no-repeat;
	}
	
	
/* ~~ Page Content ~~ */	
	
h3 {
	color: #00a87e;
	}
	
h3 a { 
	color: #00a87e;
	text-decoration: none;
	}
	
div#leftNav ul {
	list-style-type: none;
}

div#leftNav ul li a {
	position: relative;
	height: 17px;
	width: 173px;
	padding: 6px 12px 0 15px;
	font-weight: bold;
	color: #666666;
	background: url(/images/layout/nav-bg.gif) repeat-x;
	background-color: #cccccc;
	cursor: pointer;
	display: block;
	text-decoration: none;
	}
	



	
	
	
