/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background: #FFFFFF url(images/backdrop.gif) center top repeat-x;
	margin: 0px 0px 20px 0px;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 9px 0px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 12px 0px;
	line-height: 1.6em;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px 0px 9px 0px;
	line-height: 1.6em;
}
p.italic {
	color: #0076A8;
	font-style: italic;
	font-weight: bold;
	font-size: 75%;	
	padding: 0px 6px 0px 0px;
}
p.gray {
	text-align: center;
	color: #666666;
}
p.gray a {
	font-weight: normal;
	color: #666666;
}
span.red {
	color: #FF0000;
}
ul {
	margin: 0px 0px 12px 30px;
	padding: 0px 0px 1px 0px; /* Need padding for cross-browser differences */
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px 0px 3px 0px;
	text-align: left;
	line-height: 1.6em;
	list-style-image: url(images/bullet.gif); 
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #0076A8;
	text-decoration: none;
}
a:hover {
	color: #0076A8;
	text-decoration: underline;
}



/* LAYOUT STYLES */
#outer {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 121px;
	text-align: left;
	background: url(images/fulcrum.gif) 1px bottom no-repeat;
}
#logo {
	position: absolute;
	top: 22px;
	right: 0px;
	margin: 0px;
}
#quote {
	position: absolute;
	top: 77px;
	right: 60px;
}
#usercontent {
	position: relative;
}
#index_side {
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 0px 25px 0px;
}
#sidecontent {
	position: relative;
	float: left;
	width: 250px;
	/*height: 200px;*/
	padding: 20px;
	text-align: left;
	background: #0076A8 url(images/fulcrum.gif) 1px bottom no-repeat;
}
html>body #sidecontent {
	width: 210px;
	margin: 0px 0px 25px 0px;
}
#sidecontent p {
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px 0px 9px 0px;
	line-height: 1.3em;
}
#sidecontent a {
	color: #FFFFFF;
}
#maincontent {
	position: relative;
	float: left;
	width: 487px;
	margin: 0px 0px -10px 23px;
	padding: 0px;
	text-align: left;
}
html>body #maincontent {
	margin: 0px 0px 15px 23px;	
}
#base {
	clear: both;
}
#footer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}
#footer p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	margin: 15px 20px 0px 20px;
	line-height: 1.6em;
	text-align: left;
}
#footer a {
	font-weight: normal;
	color: #666666;
}



/* NAV STYLES */
#nav {
	position: relative;
	width: 760px;
	height: 200px;
	margin: 25px 0px 25px 0px;
	padding: 0px;
}
#nav li, #nav a {
	height: 200px;
	display: block;
	overflow: hidden;
}
#nav li {
	position: relative;
	float: left;
	list-style: none;
	width: 60px;
	padding: 0px;
}
#nav li.on {
	width: 272px;
}
#nav li span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 10px;
	background: url(images/fulcrum.gif) 1px bottom no-repeat;
	display: none;
}
#nav li span.on {
	display: block;
}
#nav li a:hover span {
	display: block;	
}
#nav-index, #nav-postcardqueen, #nav-copywritingservices, #nav-marketingmentor, #nav-workingwithcharities, #nav-supportinguniversities, #nav-trainingworkshops, #nav-trainingandmentoring, #nav-marketingpresentations, #nav-faqs {
	margin: 0px 1px 0px 0px;
}