body {
	color: #555;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e3 url(../images/bg_body.gif) repeat-x left top;
	margin: 0;
	padding: 10px;
}
a {
	color: #006a72;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#wrapper {
	width: 920px;
	position: relative;
}
h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
h1 a:link, h1 a:visited {
	display: block;	
	width: 263px;
	height: 84px;
	background: #cc9 url(../images/pcissc_logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Main Menu */

#mainMenu {
	width: 920px;
	height: 44px;
	background: #006a72 url(../images/bg_menu.jpg) no-repeat left top;
}
#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 100px;
	border-left: 1px solid #649e6f;
}
#mainMenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#mainMenu ul li a:link, #mainMenu ul li a:visited {
	float: left;
	height: 21px;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #649e6f;
	padding: 8px 25px 0 25px;
	text-transform: uppercase;
}
#mainMenu ul li a:hover {
	background-color: #000;
}
#mainMenu ul li a.act {
	background-color: #DCE574;
	color: #000;
}

/* Utility Navigation Links */

#utilityNav {
	position:  absolute;
	right: 0;
	/*left: 310px;*/
	top: 65px;
}
#utilityNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#utilityNav ul li {
	display: inline;
}
#utilityNav ul li a {
	font-size: 10px;
	text-decoration: none;
	margin-right: 15px;
}

/* Search Box */

#search {
	position: absolute;
	left: 700px;
	top: 54px;
	width: 214px;
	height: 18px;
	background-color: #d9d9d9;
	padding: 6px 3px;
	text-align: center;
}
.searchField {
	font-size: 10px;
	width:  140px;
}
.searchButton {
	font-size: 10px;
}

/* Main Content Area */
#content {
	background-color: #fff;
	/*background: white url(../images/bg_content.gif) repeat-y left top;*/
}
#homepage #mainCol {
	padding: 10px 15px;
}
#innerpage #mainCol {
	float: right;
	width: 582px;
	padding: 10px 15px 10px 0;
}
#mainCol p, #mainCol ul, #mainCol ol  {
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#sidebar {
	float: left;
	width: 283px;
	padding: 10px 15px;
}
#sidebar p, #sidebar ul, #sidebar ol {
	font-size: 11px;
	color: #777;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0.5em;
} 
.sbPhoto {
	margin: 0;
}
#footer {
	clear: both;
	background-color: #e5e5e3;
	padding: 10px;
	border-top: 1px solid #006a72;
}
#homepage #intro {
	padding: 20px 0 20px 450px;
	background: url(../images/microsite/intro_photo.jpg) no-repeat left top;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#video {
	position: absolute;
	left: 15px;
	top: 420px;
	width: 415px;
	background-color: #cdc;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
#guidelines {
	position: absolute;
	top: 160px;
	left: 220px;
	width: 190px;
	padding: 5px;
	background: url(../images/microsite/bg_guidelines.png) repeat left top;
}
#guidelines * {
	color: #fff;
}
#guidelines h3 {
	margin: 0 0 0.3em 0;
	font-size: 16px;
}
#guidelines ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#guidelines ul li {
	margin-bottom: 0.5em;
}

.topic {
	float: left;
	width: 194px;
}
.topic ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.one, .two {
	margin-right: 19px;
	padding-right: 90px;
}
.three {
	padding-right: 90px;
}
.one {
	background: url(../images/microsite/topic_1.jpg) no-repeat right 20px;
}
.two {
	background: url(../images/microsite/topic_2.jpg) no-repeat right 20px;
}
.three {
	background: url(../images/microsite/topic_3.jpg) no-repeat right 20px;
}
.topicImg {
	float: right;
	margin: 0 0 0 10px;
}

#pciFounders {
	clear: both;
	border-top: 1px solid #ccc;
	/*position: relative;*/
	padding: 0 15px;
}
#pciFounders p {
	margin: 0;
}
.logo {
	padding-right: 20px;
}

.quickGuide {
	position: absolute;
	width: 250px;
	right: 15px;
	bottom: 45px;
	background: #006a72 url(../images/microsite/qrg_th.jpg) no-repeat left top;
	color: #fff;
	padding: 10px 10px 10px 90px;
	border: 3px solid #006a72;
	
}
.quickGuide a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.quickGuide p {
	margin: 0;
}

/*Headings*/
h2, h3, h4, h5 {
	color: #006a72;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;	
}
h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0.3em;
	font-weight: normal;
}
#homepage #intro h2 {
	font-size: 38px;
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
#homepage #intro h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h4 {
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size: 16px;
	text-transform: uppercase;
}
.topic h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 16px;
	text-transform: none;
}
h5 {
	font-size: 16px;
}
#sidebar h5 {
	color: #7e9719;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
h5.sbHeading {
	border: 1px solid #ccce91;
	padding: 4px;
	text-align: center;
	margin: 0.6em 0;
	background-color: #edeed7;
	letter-spacing: 0.1em;
}
#pciFounders h5 {
	margin-bottom: 0;
	margin-top: 0.5em;
}

/*#mainCol h2 {
	font-size: 2em;
	color: #7e9719;
}*/

#intro p {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
img.alignRight {
	float: right;
	margin-left: 15px;
}

sup {
	line-height: 0;
}
.footnote {
	font-size: 9px !important;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}

table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 1em 0;
}
td, th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px;
}
th {
	background-color: #ebfdff;
}
td p, th p, td ul, td ol {
	margin: 0.2em 0;
}

p.contProc {
	text-align: center;
	margin-top: 3em !important;
}
