/* 

PCAP color scheme

Purple: #590058;
Gold: #E9AD11;

 */

@import url("reset.css");

/* 

Object Overrides

*/
body {
	background: #590058 url(../../images/bg-header.gif) repeat-x;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #590058;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	text-decoration: none;
}

h2 {
	font-size: 16px;
}

a {
	color: #590058;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 1em;
}

tr>td:first-child {
	color: #000;
}

/* 

IDs

*/
#site {
	width: 624px;
	margin: 0 auto;
}

#header {
	background: transparent url(../../images/pcap-header2.jpg) no-repeat;
	width: 713px;
	height: 223px;
}

#header h1 {	
	padding-left: 120px;
	padding-top: 47px;
	height: 121px;
	vertical-align: bottom;
}

#header-collage {
	float:right;
	position: relative;
	display: inline;
	margin-right: -75px;
	margin-top: -15px;
	/*top: 25px;
	left: 640px;*/
	width: 342px;
	height: 202px;
	background: transparent url(../../images/header-photos.png) no-repeat 0%;
	z-index: 50;
}

#page {
	padding: 10px;
	background-color: #FFF;
	z-index: 20;
}

#content {
	float: left;
	width: 340px;
	padding: 10px;
}

#content-wide {
	float: left;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 240px;
	padding-top: 10px;
}

#download {
	margin: 0 auto;
	width: 200px;
}

#page-footer {
	margin: 2em -10px 0 -10px;
	height: 125px;	
	background: transparent url(../../images/bg-content-foot.gif) repeat-x 0%;
	vertical-align: middle;
}

#page-footer li {
	display:inline;
	float:left;
	padding: 5px;
	margin-top: 8px;
}

#page-footer p {
	margin: 0;
}

#footer {
	background: #E9AD11;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 10px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#main-nav {
	width: 600px;
	z-index: 30;
	vertical-align: middle;
}

#main-nav ul {
	padding: 3px 12px 12px 12px;
	height: 30px; 
}

#main-nav li {
	float: left;
	margin: 0 0 0 3px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#main-nav li a {
	color: white;
	text-decoration: none;
}

#main-nav li a:hover {
	color: white;
	text-decoration: underline;
}


#small {
	font-size:11px;
	font-weight: normal;
	
}

#testimonials {
	float: right;
	width: 236px;
	height: 226px;
	background: transparent url(../../images/bg-testimonials.jpg) no-repeat 0%;
}

#testimonials h2 {
	position: relative;
	top: 18px;
	left: 18px;
}

#testimonials p {
	position: relative;
	width: 200px;
	top: 10px;
	left: 18px;
}

td {
	border-bottom: 1px solid #590058;
	padding: 3px 0;
}

/* 

Classes

*/
.clear {
	height: 1px;
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold-italic {
	color: #590058;
	font-style: italic;
	font-weight: bold;
}
.no-line-break {
	margin: 1em 0 0 0;
}

.bullet-list {
	margin-left: 15px;
	list-style-type: disc;
}

.yellow-dots {
	background: transparent url(../../images/yellow-dots.gif) no-repeat 0%;
	height: 93px;
	width: 5px;
}

.footnote {
	font-style: italic;
	font-size: smaller;
	color: #000;
}

ul.pdf-bullet li a, .pdf-bullet a {
	background:transparent url(../../images/icon-acrobat.gif) no-repeat scroll 0% 50%;
	display:block;
	max-width: 260px;
	height:18px;
	padding:3px 0pt 3px 22px;
	vertical-align:middle;
}
