/* CSS Document */

/* COPYRIGHT 1840dsgn - Any code changes to this file must be authorised by the creator */



body	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

h1	{
	font-size: 1.25em;
	color: #1B4EC5;
}

h2	{
	font-size: 1.05em;
	color: #42a8fd;
	margin-bottom: 2px;
}

h3	{
	font-size: 0.85em;
	color: #42a8fd;
	padding: 0px;
	margin: 0px;
}

h4	{
	font-size: 0.85em;
	color: #42a8fd;
	padding: 0px;
	margin: 0px;
}

p	{
	margin-top: 3px;
}

p+p	{
	margin: 0px;
	padding: 7px 0px;
}

img+p	{
	margin: 0px;
	padding: 7px 0px;
}

* html #container	{
	width: 800px;
}

#container	{
	max-width: 900px;
	background: #fff;
	margin: 0px auto;
	border: 1px solid #000;
	min-height: 970px;
	border-top: none;
	border-bottom: none;

}

#header	{
	background: url(images/header.gif) #42a8fd no-repeat left;
	height: 150px;
	margin: 0px auto;
	width: 100%;
	}

#header_pic	{
	float: right;
	height: 150px;
	width: 298px;
	background: url(images/header_pic.gif);
}

#lhs	{
	width: 245px;
	min-height: 870px;
	height: 870px 100%;
	float: left;
	position: relative;
	right: 2px;
	padding: 0px 0px;
}

#lhs a	{
	color: #000;
	text-decoration: none;
	background: url(images/nav_icon.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

#lhs a:hover	{
	color: #068EFD;
	text-decoration: none;
	background: url(images/nav_hover.gif) no-repeat left center;
}

#navlist	{
	margin: 10px;
	padding: 0px;
	list-style: none;
	line-height: 28px;
	position: relative;
	left: 2px;
}

#navlist a	{
	font-size: 0.8em;
	font-weight: bold;
}

#navlist2	{
	padding: 20px 0px 20px 10px;
	list-style: none;
	line-height: 28px;
	border-top: 1px #068EFD solid;
	border-bottom: 1px #068EFD solid;	
	position: relative;
	left: 2px;
	margin: 0px;
}

#navlist2 a	{
	font-size: 0.8em;
	font-weight: bold;
}

#memberships	{
	padding: 10px 0px 20px 10px;
	list-style: none;
	border-bottom: 1px #068EFD solid;	
	position: relative;
	text-align: center;
	left: 2px;
	font-weight: bold;
	position: relative;
	right: 2px;
	margin: 0px;
}

#memberships img	{
	padding: 5px 0px 0px 0px;
}

#rhs	{
	margin-left: 245px;
	padding: 15px 20px;
	border-left: 1px solid #000;
	position: relative;
	left: 1px;
	min-height: 940px;
	height: 940px 100%;
	font-family: Verdana;
}

#footer	{
	width: 100%;
	margin: 0px auto;
	background: #068efd;
	padding: 4px 0px;
	border-top: 1px solid #000;
	text-align: center;
	color: #fff;
	clear:both;
	border: 1px #000 solid;
}

#footer p	{
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}

#footer a	{
	color: #FFFFFF;
	padding: 4px 6px;
	margin: 10px;
	border-right: 1px solid #068EFD;
	border-left: 1px solid #068EFD;
	font-size: 1em;
}

#footer a:hover	{
	color: #FFFFFF;
	padding: 6px;
	margin:10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.profile	{
	min-height:300px;
	height: 300px;
	border: 1px #068EFD solid;
	margin-bottom: 10px;
	padding-right: 10px;
}

.profile p	{
	padding-left: 5px;
}

.noDisplay	{
	display: none;
}

.current	{
	text-decoration: underline;
}

.floatRight	{
	float: right;
	border: 1px #000 solid;
	margin: 10px 0px 10px 10px;
}

.profilePic	{
	float: left;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin: 0px 10px 10px 0px;
}	

.smallText	{
	font-size: 0.8em;
}

.pullquote	{
	width: 300px;
	padding: 9px;
	color: #1B4EC5;
	float: right;
	font-size: 1.2em;
	margin-right: 20px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}

.quotename	{
	font-style: italic;
	font-size: 0.7em;
}

.sixties	{
	float:left;
	background: url(images/sixties.jpg) top left no-repeat;
	height: 50px;
	width: 50px;
}

.nineties	{
	float: right;
	background: url(images/nineties.jpg) bottom right no-repeat;
	height: 50px;
	width: 50px;
}

.color1	{
	color: #0033CC;
}

.color2	{
	color: #0066CC;
}

.color3	{
	color: #000066;
}

.strong	{
	font-weight: bold;
}

.italics	{
	font-style:italic;
}