/**********************
Style Sheet for Seconday Pages - PVPC
pvpc.org
created by: Rebecca Leutert, 2007
***********************/


/*********************************
	OTHER PAGES
**********************************/

/*HEADER*/

#i-header-container{
	position: relative;
	width: 770px;
	height: 76px;
	font-size: x-small;	
}

/*hack to make ie browers show correct height*/
#i-header {
	margin-left: 86px;
	position: absolute;
	background-color: #FF9933;
	height: 76px;
	width: 554px;
	padding-top: 10px;
	padding-left: 12px;
	left: 9px;
	}

html>body #i-header {
	height:66px;
	width:545px;
} 
/*end header hack */


#i-top-image-container{
	position:absolute;
	margin-left: 660px;
}


/**SIDE NAV**/

#side-nav-container{
	margin-top: 10px; 
	position: relative;
	float:left;
	background-color: #e8e9d2;
	width: 180px;
}

#side-nav-container h2{
	font-size: 1.1em;
	color: #ffffff;
	background-color: #b3b66a;
	padding: .4em .8em;
}

#side-nav, #side-nav ul{
	padding: .4em .8em;
	margin: 0;
	list-style: none;
}

#side-nav li{
	font-size: 1.1em;
	padding: .4em 0;
}

/*COPY BOX*/

#copy-box {
	font-size: 1.1em;
	position: relative;
	margin-top: 20px; 
	margin-left: 20px;
	float:left;
	width: 510px;
}

#copy-box-no-side-nav{
	font-size: 1.1em;
	position: relative;
	margin-top: 20px; 
	margin-left: 20px;
	float:left;
	width: 730px;
}

#copy-box h3, #copy-box-no-side-nav h3 {
	font-size: 1.6em;
	font-weight: bold; 
	margin: 0; 
	padding: 0;
	color:#000000;
}

#copy-box h4, #copy-box-no-side-nav h4  {
	font-size: 1.3em;
	font-weight: bold; 
	margin: 0; 
	padding-left: 0;
	color:#000000;
}

#copy-box A:link {
	color: #585429;
	text-decoration:underline
}

#copy-box A:visited {color: #666633; text-decoration:underline}

#copy-box A:active {color: #666633; text-decoration:underline}

#copy-box A:hover {color: #666633; text-decoration:none}


/** COPY lists **/

#indent li{
	list-style: none;
	padding-bottom: 5px;
}

.indent {
	padding-left: 20px;
}

p.paratitle{
	padding-left: 10px;
	font-weight: bold;
}

/*COPY Tables*/
#Summary, #Caption {
	width: 28em;
}

.tableStyle {
	font-size: 1em;
	width: 90%;
	margin: 1em 0 1em 5%;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	color: #000000;
}

.tableStyle caption{
	text-align: left;
	font-weight: bold;
}

.tableStyle th, .tableStyle td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
}

.greyScheme, .greyScheme th, .greyScheme td {
	border-color: #666;
}

.greyScheme .even {
	background-color: #e8e9d2;
}

.greyScheme th, .greyScheme thead td {
	background-color: #b3b66a;
}

.greyScheme th.firstColumn {
	background-color: #e8e9d2;
}

/**/

#box1{
	float: left;
	padding: 0 30 0 0;

}

#box2{
	float: left;
	padding: 0 30 0 0;
}

#box3{
	float: left;
	padding: 0 30 0 0;
}

#box4{
	float: left;
	padding: 0 30 0 0;
}

#box5{
	float: left;
	padding: 0;
}

#box1 p, #box2 p, #box3 p, #box4 p, #box5 p {
	margin: 0;
}

/**float image and text around it*/

.withtext {
	float:left;
	padding: 5px 5px 5px 5px;
}

