/* Cascading Style Sheet (CSS) for the Westchester Footings website */
BODY
    {
	font-family: Verdana;
	font-size: 0.95em;
	font-weight: bold;
	color : Black;
	background: white;	
}

#bg {position:fixed; top:0; left:0; width:820px; height:99%; margin-left: 5px; margin-top: 5px;}
#content {width: 800px; position:relative; z-index:2; float: left;}
#footer { width: 800px; font-size: 9pt; font-weight: normal; padding-top: 20px; }

.nav
{
	padding-left: 10px; 
	border-style: groove; 
	border-width: 2px; 
	border-color: #FFCC00; 
	background-image: url(/images/nav_bg.png);
}

#maincontent
{
	font-size: 10pt;
	color: Maroon;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}

#layout
{
	height: 90%;
}

P
{
	font-family: Verdana;
	font-size: 0.95em;
	color : black;
}

#proud
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 400px;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #5A58BC
}

div.services
{
	font-size: 12pt;
	font-weight: bold;
	color: #3D3B95;
}

.services li
{
	padding-left: 15px;
}

ul.services
{
	font-size: 13pt;
	font-weight: bold;
	color: #3D3B95;
}

li
{
	padding-left: 0px;
}

#proud li
{
	padding-left: 10px;
}

a.proud
{
	font-size: 11pt;
}

.header
{
	font-size: 15pt;
	padding-bottom: 10px;
}

img.tn
{
	width: 180px;
	height: 140px;
	border: solid 1px white;
}

P.gold
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : white;
	background : #CC9900;
}

P.red
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : white;
	background : #990000;
}

P.green
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : white;
	background : #006633;
}

ul, ol, dl
    {
	font-family: Verdana;
	font-size: 0.95em;
	text-align : left;
}

TD, TH, FONT
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : Black;
}

TD.gold
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : Black;
	background : #CC9900;
}

TD.red
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : Black;
	background : #990000;
}

TD.green
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : Black;
	background : #006633;
}

TD.footer-text
	{
	font-family: Verdana;
	font-size: 0.95em;
	color : #990000;
	background : #FFFFFF;
}

TD.footer
	{
	font-family: Verdana;
	font-size: 0.8em;
	color : #000000;
	background : #FFFFFF;
}

a.proud:link,
a.proud:visited
{
	color: #5A58BC;
	text-decoration: none;
}

a.proud:hover
{
	color: #5A58BC;
	text-decoration: underline;
}

a.services:link,
a.services:visited
{
	font-size: 11pt;
	font-weight: bold;
	color: #3D3B95;
	text-decoration: none;
}

a.services:hover
{
	font-size: 11pt;
	font-weight: bold;
	color: #3D3B95;
	text-decoration: underline;
}

A:LINK {
	
	color : #000000;
}

A:ACTIVE {
	
	color : #000000;
}

A:VISITED {
	
	color : #000000;
}

/*Links for HOME and CONTACT US*/
A.home:LINK {
	font-weight:500;
	color : #000000;
	text-decoration: none;
}

A.home:ACTIVE {
	font-weight:500;
	color : #CC9900;
	text-decoration: none;
}

A.home:VISITED {
	font-weight:500;
	color : #000000;
	text-decoration: none;
}

/*Links for the TOOLBAR*/
A.toolbar:LINK {
	font-weight: bold;
	color : green;
	background : #FFFFFF;
	text-decoration: none;
}

A.toolbar2:LINK {
	font-weight: bold;
	color : green;
	background : #FFFFFF;
	text-decoration: none;
}

A.toolbar2:active
{
	font-weight: bold;
	color : #CC9900;
	background : #FFFFFF;
	text-decoration: none;
}

A.toolbar2:hover
{
	font-weight: bold;
	color: lime;
	background : #FFFFFF;
	text-decoration: none;
}


A.toolbar:ACTIVE {
	font-weight: bold;
	color : #CC9900;
	background : #FFFFFF;
	text-decoration: none;
}

A.toolbar:VISITED {
	font-weight: bold;
	color : #990000;
	background : #FFFFFF;
	text-decoration: none;
}

/*Links with RED background and NO UNDERLINE*/
A.red:LINK {
	color : #FFFFFF;
	background : #990000;
	text-decoration: none;
}

A.red:ACTIVE {
	font-weight: bolder;
	color : #FFFFFF;
	background : #990000;
	text-decoration: none;
}

A.red:VISITED {
	color : #FFFFFF;
	background : #990000;
	text-decoration: none;
}

/*Links with RED background and WITH UNDERLINE*/
A.red-underline:LINK {
	color : #FFFFFF;
	background : #990000;
	text-decoration: underline;
}

A.red-underline:ACTIVE {
	color : #FFFFFF;
	background : #990000;
	text-decoration: underline;
}

A.red-underline:VISITED {
	color : #FFFFFF;
	background : #990000;
	text-decoration: underline;
}

/*Links with GOLD background and WITH UNDERLINE*/
A.gold-underline:LINK {
	color : #FFFFFF;
	background : #CC9900;
	text-decoration: underline;
}

A.gold-underline:ACTIVE {
	color : #FFFFFF;
	background : #CC9900;
	text-decoration: underline;
}

A.gold-underline:VISITED {
	color : #FFFFFF;
	background : #CC9900;
	text-decoration: underline;
}

/*Links with GREEN background and WITH UNDERLINE*/
A.green-underline:LINK {
	color : #FFFFFF;
	background : #006633;
	text-decoration: underline;
}

A.green-underline:ACTIVE {
	color : #FFFFFF;
	background : #006633;
	text-decoration: underline;
}

A.green-underline:VISITED {
	color : #FFFFFF;
	background : #006633;
	text-decoration: underline;
}

HR.white {
	color : #FFFFFF;
}

/* !!!!!!!!!!!!!!!!! END of STYLESHEET !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */