/* ************************************ */
/* it all starts here */
BODY
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #FFC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	background-image: url(/themes/horsenorthGreens/images/oatfield_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed; 
}

/* ************************************ */
/* the mast */
#mast
{
	background-image: url(/themes/horsenorthGreens/images/mast_bg_horse.gif);
	background-repeat: repeat-x;
	background-position: left bottom; 
	background-color: transparent;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

#mast img
{
	display: block;
	/*	float: right; */
	margin: 0 5px 0 auto;
}

#mast_topbutts
{
	text-align: left;
	font-size: .8em;
	margin: 0px auto 3px auto;
	color: #003C80;
	padding: 0px 10px 0px 10px;
}

#mast_topbutts a, #mast_topbutts a:link, #mast_topbutts a:visited, #mast_topbutts a:active, #mast_topbutts a:hover 
{
	color: #003C80;
}





/* ************************************ */
/* the basic text styles */

h1 {
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : .9em; 

}


/* ************************************ */
/* base link styles */

a, a:link
{
	color: #BD730B;
	font-weight: bold;
	text-decoration: none;
}

a:active { color: #696; }

a:visited { color: #960; }

a:hover { text-decoration: underline; }


/* ************************************ */
/* a variety of special text classes */

.smalltext {
font-size : .75em; 
}

.smalltext a:link{
}

.smalltext a:visited{
}

.largetext {
font-size : 1.2em; 
}

.largetext a:link{
}

.largetext a:visited{
}

.errortext
{
	font-size: .9em;
	font-weight: bold;
	color: #F00;
}

.copyright
{
	font-size: .8em;
	color: #300;
	margin-bottom: 2px;
}

.copyright a, .copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover
{
	color: #300;
	text-decoration: none;
}

.copyright a:hover { text-decoration: underline; }


.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}



/* ************************************ */
/* various classes used in core cms */

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark
{
	background-color: #BD730B;
	color: #FC6;
}

.bg_medium
{
	background-color: #FC6;
	color: #BD730B;
}

.bg_medium a
{
	color: #BD730B;
}

.bg_medium .white
{
	color: #000;
}

.bg_medium .white a
{
	color: #blue;
}

.bg_light
{
	background-color: #FFE1A6;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light { background-color: #9CF; }

/* like in the what's related sidebox */
.tightlist
{
	padding: 0px 0px 0px .5em;
	margin: 2px 2px 2px 10px;
	list-style: disc url(/themes/horsenorthGreens/images/bullet_check.gif);
}

.tightlist li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 4px;
}

.tightlist li a { margin-left: -5px; }



/* ************************************ */
/* begin classes for my basic boxes */

.contentBox
{
	padding: 0px;
	width: 100%;
}

/* ** HOLLY HACK fixes IE Win screwups ** */
/* Hides from IE-mac \*/
* html .contentBox {height: 1%;}
/* End hide from IE-mac */

html>body .contentBox
{
width: auto;
}

.contentHead
{
	padding: 6px 10px 2px 4px;
	font-weight: bold;
	text-align: right;
	border-color: #633;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	color: #633;
	font-size: 1.1em;
	background-color: transparent;
	font-style: italic;
}

/* ** HOLLY HACK fixes IE Win screwups ** */
/* Hides from IE-mac \*/
* html .contentHead {height: 1%;}
/* End hide from IE-mac */

.contentBlock
{
	text-align: left;
	padding: 4px;
	border-color: #663333;
	border-width: 0px;
	border-style: solid;
	background-color: #FFC;
}

/* ** HOLLY HACK fixes IE Win screwups ** */
/* Hides from IE-mac \*/
* html .contentBlock {height: 1%;}
/* End hide from IE-mac */


/* now some special circumstances */

#leftCol { padding: 5px 5px 5px 10px; }

#centerCol { padding: 5px 15px 5px 15px; }

#rightCol { padding: 5px 10px 5px 5px; }

#leftCol .contentHead
{
	font-size: 1.0em;
	background-color: #DCE8D5;
	color: #463;
	border-color: #463;
}

#leftCol .contentBlock
{
	font-size: 0.8em;
}

#centerCol .contentBlock
{
	padding: 4px 15px 10px 15px;
}

#rightCol .contentHead
{
	font-size: 1.0em;
	color: #463;
	border-color: #463;
}

#rightCol .contentBlock
{
	font-size: 0.8em;
}

#leftCol form
{
	margin: 0px;
}

/* end section for my basic boxes */
/* ************************************ */



/* ************************************ */
/* begin section for the css list menus */

/* the basic ul */
/* the margins are negative here to overcome the padding of the containing contentBox */
/* width is set to 100% for IE and fixed below for other browsers */
ul.menu
{
	margin: -4px -4px -5px -4px;
	padding: 0px; 
	list-style: none;
	border: none;
	width: 100%;
	background-color: #463;
}


/* top level line item */
/* don't need much here, just a bottom border for a divider */
li.menu_l0
{
	border-bottom: 1px solid #779967;
	margin: 0em;
	padding: 0em;
}

/* top level link */
/* most of the actual styling happens here */
/* width is set to 100% for IE and fixed below for other browsers */
li.menu_l0 a
{
	display: block;
	margin: 0em;
	padding: 4px 2px 3px 1em;
	background-color: #463;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

li.menu_l0 a:hover
{
	background-color: #779967;
	color: #fff;
	text-decoration: none;
}



/* 2nd level line item */
/* note the margin set here for the sub-level indent */
li.menu_l1
{
	border-bottom: 1px solid #53803D;
	padding: 0em;
	margin: 0em 0em 0em 0.75em;
}

/* 2nd level link */
/* and all of your 2nd level styles */
li.menu_l1 a
{
	display: block;
	margin: 0em;
	padding: 4px 2px 3px 1em;
	background-color: #779967;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

li.menu_l1 a:hover
{
	background-color: #81A66F;
	color: #fff;
	text-decoration: none;
}



/* 3rd level line item */
/* note the margin set here for the sub-sub-level indent */
li.menu_l2
{
	border-bottom: 1px solid #5D8C46;
	padding: 0em;
	margin: 0em 0em 0em 1.5em;
}

/* 3rd level link */
/* and all of your 3rd level styles */
li.menu_l2 a
{
	display: block;
	margin: 0em;
	padding: 4px 2px 3px 1em;
	background-color: #86AD72;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

li.menu_l2 a:hover
{
	background-color: #8DB579;
	color: #fff;
	text-decoration: none;
}


/* a few global fixes now */

/* make sure the visited link behaves in IE */
/* this could be done individually above too */
li.menu_l0 a:visited, li.menu_l1 a:visited, li.menu_l2 a:visited
{
	color: #fff;
}

/* fix the width hacks used above for IE, for other browsers  */
html>body li.menu_l0 a, html>body li.menu_l1 a, html>body li.menu_l2 a, html>body ul.menu
{
width: auto;
}

/* end of section for the css list menus */
/* ************************************ */



/* ************************************ */
/* begin the tab css list stuff here */

#navTabs
{
	/*float: left;*/
	background-image: url(/themes/horsenorthGreens/images/headerBg.gif);
	font-size: 11px;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: transparent;
}

#navTabs ul {
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
} 
  
#navTabs ul li {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	background-image: url(/themes/horsenorthGreens/images/norm_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
} 
  
#navTabs a {
	/* this is for IE5-Mac */
	float: right;
	display: block;
	padding: 3px 10px 2px 4px;
	background-image: url(/themes/horsenorthGreens/images/norm_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 2px 2px 4px black;
	text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navTabs a {float:none;}
/* End IE5-Mac hack */

#navTabs a:hover {
	text-shadow: 2px 2px 4px black;
	color: #FFE1A6;
}

#navTabs #activeTab { 
	background-image: url(/themes/horsenorthGreens/images/norm_left_on.gif);
}
  
#navTabs #activeTab a
{
	background-image: url(/themes/horsenorthGreens/images/norm_right_on.gif);
	color: #343434;
	padding-bottom: 3px;
	text-shadow: 0px 0px 0px black;
} 

#navTabsNavClear 
{
	display: block;
	clear: both; 
}

/* end the tabs css list stuff here */
/* ************************************ */


