/* basic elements */


 body {
	background: #FFFFFF url(none);
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #390404; 
	margin: 0px; 
	behavior: url(csshover.htc); /* WinIE behavior call */
}	
p { 
	margin-top: -0.8em;
} 
p+p {
	text-indent: 15px;
}

h3 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 2em;
}	
	
a:link,
a:visited {
	font-style: italic;
	text-decoration: none;
	color: #039;
}
a:visited { 
	font-style: normal;
}
a:hover, a:active {
	background: #ffe699;
}


/* main text divs */
#container {
	background: #ffc url(images/cpmid3.jpg) repeat-y center;
	position: absolute;
	left: 380px;
	width: 950px;
	margin-left: -360px;
	top: 4px;
}
#intro {
	margin: 0px;
	background: url(images/cpctop3.jpg) no-repeat center top;
	padding-top: 250px;
}
#pageHeader h1 span,
#pageHeader h2 span {
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#quickSummary p.p1:first-line {
	text-transform: uppercase;
}
#quickSummary {
	margin: auto;
}		
#quickSummary p {
	font-size: 13px;
	line-height: 22px;
}	
#quickSummary,	
#preamble,	
#supportingText {
	margin-right: 150px;
	margin-left: 150px;
}	
#supportingText p.p5{
	background: url(images/line.jpg) no-repeat center bottom;
	margin-right: -210px;
	margin-left: -210px;
	margin-top: 30px;
	height: 30px;
	text-align: center;
}		
#footer {
	background: url(images/cpbot3.jpg) no-repeat center bottom;
	margin-right: -206px;
	margin-left: -205px;
	height: 50px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	font-size: 15px;
	color: #390404;
}


/* sidelinks styles */
#linkList {
	padding-bottom: 150px;
	width: 91px;
	position: absolute;
	left: 15px;
	top: 254px;
	height: 274px;
}	
#linkList h3 {
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}	
#linkList h3.select {
	background: url(images/b1.jpg) no-repeat center top;
	padding-top: 110px;
	font-style: italic;
	text-transform: lowercase;
	margin-top: 0px;
}
linkList h3.favorites { 
	margin-top: 30px;
 	background: url(images/b2.jpg) no-repeat center top;
	padding-top: 110px;
}
#linkList h3.archives { 
	margin-top: 30px;
	background: url(images/b3.jpg) no-repeat center top;
	padding-top: 110px;
}
#linkList h3.resources { 
	margin-top: 30px;
	background: url(images/b4.jpg) no-repeat center top;
	padding-top: 105px;
}
#linkList ul {
	margin: -0.5em 0 0 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#linkList li {
 	background: url(images/listline.gif) no-repeat center bottom;
 	padding-bottom: 15px;
}
#nav #lselect a {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}	
#nav #lselect a.c{
	display: inline;
	margin-bottom: -1em;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0em;
}	
#nav #lselect li{
	font-style: italic;
}		


/* CSS 2 pseudo elements - not essential but nice in browsers that support it */

h3:first-letter {
	font-size: 16px;
}
#linkList h3 :before {
content: "(";
}
#linkList h3 :after {
content: ")";
}
#footer a:before {
content: "{ ";
}
#footer a:after {
content: " }";
}

/* new for sub menus */

div#nav {
	width: 90px;
	height: 274px;
	padding-bottom: 150px;
	position: absolute;
	left: 15px;
	top: 254px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	background-image: url(images/listline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
div#nav li:hover {}
/* div#nav li.submenu {background: url(submenu.gif) 95% 50% no-repeat;} */
div#nav li.submenu:hover {}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 6.5em;}
div#nav ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 7em;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	padding-left: 10px;
}
