/*
CSS created by www.elchango.ca
June 30, 2007
*/

/* Structure Styles */
body {
	background: #cccccc url("/images/bkgrd_white.gif") repeat-y top center ;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 180px;
}

#logo {
	position: absolute;
	top: 44px;
	left: 36px;
	margin: 0px;
	padding: 0px;
	width: 192px;
	height: 84px;
	background: url("/images/pointelligence-logo.gif") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 192px;
	height: 84px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#headerright {
	text-align: right;
}

#headerbar {
	position: relative;
	width: 760px;
	height: 10px;
	background-color: #ff7f00;
}

#links {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	width: 750px;
	text-align: right;
}

#content {
	position: relative;
	width: 760px;
	margin-top: 15px;
}

#leftcol {
	float: left;
	width: 220px;
}

#rightcol {
	float: right;
	width: 500px;
	text-align: center;
}

#content-text2 {
	width: 470px;
	margin-top: 5px;
	margin-left: 15px;
	text-align: left;
}

#content-leftcol {
	float: left;
	width: 235px;
	text-align: left;
}

#content-rightcol {
	float: right;
	width: 255px;
	padding-right: 10px;
	text-align: left;
}

#content-text1 {
	width: 450px;
	margin-top: 5px;
	text-align: left;
}

#footer {
	position: relative;
	margin-top: 35px;
	width: 750px;
	text-align: right;
}

/* NAVIGATION STYLES */
#nav {
	position: relative;
	top: 0px;
	left: 32px;
	width: 180px;
	margin: 0;
	padding: 5px 2px 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	white-space: nowrap;
}

#nav a { 
	margin: 0;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: bold;
}

#nav a {
	color: #ff7f00;
	text-decoration: none;
}

#nav a:hover {
	color: #0f137e;
	text-decoration: none;
}

#nav .active {
	color: #0f137e;
	text-decoration: none;
}
/* END NAVIGATION STYLES */


/* TEXT STYLES */
#content-text1 h2, #content-text2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff7f00;
}

#content-leftcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0f137e;
	margin-bottom: 40px;
}

#content-rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0f137e;
	margin-bottom: 40px;
}

#content-leftcol h2 span, #content-rightcol h2 span {
	font-size: 13px;
	font-style: italic;
	color: #ff7f00;
}

#content-text1 h3, #content-text2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7f00;
	text-transform: uppercase;
}

#content p, #content ul, #content ol, #content span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 130%;
}

#links, #links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

p a, ul a, ol a {
	color: #78cce1;
}

p a:hover, ul a:hover, ol a:hover {
	color: #0f137e;
}

#content .required {
	color: #FF0000;
}

#footer p, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
/* END TEXT STYLES */

/* LOGIN BOX */
#loginbox {
	position: relative;
	width: 140px;
	margin: 42px 0 0 40px;
	background-color: #b2b2b2;
}

#loginbox form {
	margin: 0;
	padding: 0 10px;
}

#loginbox .title {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f137e;
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
}

#loginbox input {
	font-size: 9px;
}

#loginbox p {
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 140%;
}

#loginbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 140%;
}

#loginbox a:hover {
	color: #ff7f00;
}
/* END LOGIN BOX */

/* FORMS */
div.regrow {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.regrow span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.regrow span.formw {
	float: right;
	width: 320px;
	text-align: left;
}
  
div.spacer {
	clear: both;
}
/* END FORMS */

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}