/* 
	Wilky - All About Property StyleSheet
	Author: David Saul, Gargoyle
	Date: 29th June 2005
*/


/* Page layout tags*/

body	{
	color: #000000;
	background-color: #666666;
	font-size: 0.65em;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top: 80px;
}		

p	{
	color: #333333;
	line-height: 1.45em;
	text-align: left;
}


/* Table layout*/



/* Headers */

h1	{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}

/* Links */

a.home	{
	color: #99adc2;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

a.home:Active	{
	color: #99adc2;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

a.home:Visited	{
	color: #99adc2;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}
	
a.home:Hover	{
	color: #9f8c4b;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

a.menulink	{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
}

a.menulink:Active	{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
}

a.menulink:Visited	{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
}
	
a.menulink:Hover	{
	color: #9f8c4b;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
}

/* Other */

.menumain	{
	background-color: #333333;
	border: solid;
	border-width: 1px;
	border-color: #9f8c4b;
	width: 146px;
}
.menumain2	{
	background-color: #393939;
	border: solid;
	border-width: 1px;
	border-color: #9f8c4b;
	width: 146px;
}

.menu	{
	background-color: #cccccc;
	width: 139px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.bar	{
	background-color: #9f8c4b;
	height: 1px;
	width: 146px;
}

.grouptext	{
	color: #ffffff;
	font-size: .90em;
	line-height: 1.4em;
}

.blue	{
	background-color: #003366;
	background: url(../home_media/blue_back.gif) no-repeat;
	height: 239px;
	width: 612px;
	padding-top: 9px;
}

.blue2	{
	background-color: #333333;
	height: 430px;
	width: 612px;
	padding-top: 9px;
}


