/* Needmore Designs Master CSS Document */
/* Written: March 2005 */

/* Primary Global Styles */
body {	text-align: center;
		background-color: white;  color: #222;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		padding-top: 0px;
		margin-top: 0px; }
img {	border: 0px; }
h1 {	font-size: 21px;	color: #d33;	margin-top: 4px; }
h2 {	font-size: 14px;	color: #292;	margin-top: 8px; }
h3 {	font-size: 13px;	color: #222; 	margin-top: 4px; }
p, li {	font-size: 12px;	color: #222; }
p {		line-height: 19px; }
#rightSide.li { line-height: 16px; }

p.important {
	font-size: 12px;
	line-height: 21px;
}
blockquote {
	margin: 0;
	padding: 0 16px;
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
}
div.splashy {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

/* List styles */
ul {		list-style-type: square;
			list-style-position: outside; }
ul, ol {	margin-left: 20px;
			padding-left: 0px; }
ol {
	font-weight: bold;
}
ol li {
	color: #f33;
	font-size: 12px;
}
li span {
	color: #333;
	font-weight: normal;
}
li {		padding-bottom: 6px;
			color: #555;
			line-height: 16px;
			font-size: 11px; }

ol.termlist li {
	background-color: white;  color: #222;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 20px;
}			
/* Primary navigation styles */
#nav {			border: 0px;
				margin: 0px;
				padding: 0px; }
#nav a:hover {	background-color: #fff; }
#navRight {		align: right;
				float: right;
				padding-top: 24px;
				font-size: 12px;
				font-weight: bold; }
#navRight a {	padding: 3px 6px; text-decoration: none;}
#navRight a:hover {	background-color: #ddd;
				color: #36a; }

/* Link styles */
a {				padding: 1px; }
a:link {		color: #47B; text-decoration: none; }
a:visited {		color: #47B; text-decoration: none; }
a:hover {		color: #47b; text-decoration: underline; }

/* Tour styles */
div#tourNav {
	text-align: center;
	padding: 8px;
	background-color: #f8f8f8;
	border: 1px solid #c8c8c8;
	margin-bottom: 8px;
	margin-top: 1px;
}
div#tourNav .tourActive {
	font-weight: bold;
	color: #f33;
}
div#tourNav a:link {
	padding: 2px 4px;
	text-decoration: none;
}
div#tourNav a:hover {
	text-decoration: none;
	background-color: #ccc;
	color: black;
}

/* Global positioning methods */
#container {		width: 760px;
					margin: 0 auto;
					text-align: left;
					position: relative; }
#footer {			clear: both;
					padding: 2px 0px 20px 0px;
}
#footer p {
					font-size: 11px;
					color: #444;}
#footer a:hover {
	text-decoration: none;
	background-color: #47B;
	color: white;
}

/* Style for the Support section's columns */
.crumbs {
	padding-bottom: 8px;
}
#notFloat {
	height: auto;
	margin: 20px 0px;
	width: 517px;
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#rightFloat {
	margin: 20px 0px;
	width: 158px;
	height: auto;
	float: left;
	padding: 0px 20px;
	border-right: 1px solid #ccc;
}

/* Help Page styles */
form.login {
	padding: 3px 8px 5px 8px;
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8;
}
.answer {
	margin-left: 2em;
}

/* These two are for the equally split layout */
#splitLeft {
	height: auto;
	margin: 20px 0px;
	width: 338px;
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#splitRight {
	margin: 20px 0px;
	width: 338px;
	float: left;
	padding: 0px 20px;
	border-right: 1px solid #ccc;
}

/* This is for a smaller right column */
#rightWide {
	height: auto;
	margin: 0px;
	width: 467px;
	float: left;
	padding: 0px 20px 0 0;
}
#rightSide {
	margin: 0px;
	width: 248px;
	float: left;
	padding: 0px 0 0 20px;
}
#rightSide p {
	font-size: 11px;
	line-height: 19px;
}
#rightSide blockquote {
	padding: 8px 12px;
	margin-bottom: 16px;
	line-height: 19px;
}

/* Table Styles */
td, th {		font-size: 12px; }

/* Survey table styles */
table.survey {	border: 1px solid #aaa; }
td.survey {		padding: 8px; }
td.surveyhead {
	color: #f92c70;
	font-weight: bold;
	padding: 8px;
}

/* Fancy table styles */
table.fancy {
	margin: 4px;
	border: 1px solid #555;
	background-color: #fff;
}
td.fancy {
	padding: 4px;
	border: 1px dotted #aaa;
}