/* Jon Swainson CSS Document */

html, body
{
	background-color: #cccccc;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link 
{
	text-decoration: none;
	background-color: inherit;
	color: #848484;
	font-weight:bold;
}
a:visited 
{
	text-decoration: none;
	background-color: inherit;
	color: #848484;
	font-weight:bold;
}
a:hover 
{
	text-decoration: none;
	background-color: inherit;
	color: #000000;
	font-weight:bold;
}
a:active 
{
	text-decoration: none;
	background-color: inherit;
	color: #848484;
	font-weight:bold;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}
#outerwrapper
{
	background:url(../images/bg_topbanner.gif) #cccccc repeat-x top;
	color:#000000;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}
#positioner
{
	background:url(../images/bg_greybanner.gif) #ffffff repeat-x top;
	color:#000000;
	padding:0;
	margin:0 auto;
	width:760px;
	float:left;
}

#background
{
	background:url(../images/background.gif) #ffffff repeat-y;
	color:#000000;
	padding:0;
	margin:0;
	width:760px;
	float:right;
}

#content
{
	background:url(../images/bg_topbanner.gif) repeat-x top;
	color:#000000;
	padding:0;
	margin:0;
	width:760px;
}

#leftcol
{
	background:url(../images/headerleft.jpg) no-repeat top;
	color:#000000;
	padding:0;
	margin:0;
	width:500px;
	float:left;
}

#leftcoltext
{
	background-color:#ffffff;
	color:#000000;
	padding: 0px 20px 0px 0px;
	margin:0;
	width:280px;
	float:left;
	text-align:justify;
}

#leftcolimage
{
	background-color:#ffffff;
	color:#000000;
	padding: 37px 0px 0px 0px;
	margin:0;
	width:200px;
	text-align:center;
	float:left;
}

#leftcolfullwidth
{
	background-color:#ffffff;
	color:#000000;
	padding: 0;
	margin:0;
	width:500px;
	text-align:justify;
	clear:both;
}

#middlecol
{
	background:url(../images/headermiddle.jpg) #ffffff no-repeat top;
	color:#000000;
	padding:1px;
	margin:0;
	width:58px;
	float:left;
	height:250px;
}

#rightcol
{
	background:url(../images/headerright.jpg) #cccccc no-repeat top;
	color:#000000;
	padding-top:170px;
	margin:0;
	width:200px;
}

#rightcolgrey
{
	background-color: #cccccc;
	color:#000000;
	padding:0;
	margin:0;
	width:200px;
	float:right;
	text-align:center;
}

#menubar
{
	background:inherit;
	color:#8d8d8d;
	padding: 132px 0px 0px 0px;
	margin:0;
	width:500px;
	height:40px;
}

#menubar ul
{
	text-indent:0;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#menubar ul li
{
	display:inline;
	padding: 0px 0px 0px 20px;
}

#footer
{
	background:url(../images/bottomcorner.gif) #ffffff no-repeat right;
	color:#000000;
	padding: 0;
	margin:0;
	width:560px;
	height:60px;
	clear:both;
}
#footermenu
{
	background-color: #ffffff;
	color:#848484;
	padding: 30px 0px 0px 0px;
	margin:0;
	width:500px;
	height:30px;
	text-align:center;
}

#footermenu ul
{
	text-indent:0;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#footermenu ul li
{
	display:inline;
	padding: 0px 0px 0px 5px;
}
