/*************************************
*
*	COMMON HTML
*
*************************************/

body,
html {
	color: #000000;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body { behavior: url("scripts/iehover.htc"); }

a,
a:visited {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #7BC143;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

p.list {
	margin-bottom: 0.8em;
}

img {
	border: 0;
}

/*************************************
*
*	COMMON ELEMENTS
*
*************************************/

#main {
	margin-top: 50px;
}

#menu {
	float: left;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 8px;
	color: #555;
	height: 50px;
	text-align: left;
}

#menu a:hover{
	background: #7BC143;
	color: white;
}

#menu .selected {
	font-weight: normal;
	color: #7BC143;
}

#pivotalLogo {
	float: right;
	position: relative;
	background:none;
	display: inline;
	bottom: 30px;
}

img.divider {
	position: relative;
	bottom: 5px;
}

img.main_divider {
		position: relative;
	bottom: 5px;
}

#credit {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 110px;
	height: 20px;
	padding: 0;
	
	background: url(../images/credit.gif) no-repeat;
}

#credit:hover {
	background: url(../images/credit_on.gif) no-repeat;
}

.subtitle {
	color: #7AC143;
	font-weight: bold;
}

.photo {
	float: right;
	margin: 0 0 40px 40px;
}