/*-----------------------------------------------------------------------
//
//	Susan Marshall
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: black;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin: 0px;
	height: 780px;
}

html>body #wrapper {
	height: auto;
	min-height: 780px;
}

/*--------------------------------------------------------------------
	Logo & Main Nav
--------------------------------------------------------------------*/

#logo, #mainNav, #mainNav ul {
	display: none;
}

/*--------------------------------------------------------------------
	Content
--------------------------------------------------------------------*/

#content {
	float: left;
	width: 800px;
	font-size: 12px;
}

#content p {
	padding: 10px 0px;
	line-height: 22px;
}

#content a:link, #content a:active, #content a:visited {
	color: black;
}

#content a:hover {
	text-decoration: underline;
}

#quote {
	font-size: 20px;
}

.tabInline {
	padding-left: 85px;
}

