/* Equi-Turf styles.css */
/* pcolvin:03-26-2009   */

body
{
	width: 640px;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	margin: 10px auto 10px auto;
	color: #fffafa;
	background-color: #006633;
}

h1
{
	font-size: 150%;
}

#header h1
{
	text-align: center;
}

h2
{
	font-size: 130%;
	color: #e1c3a9;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 120%;
}

h4
{
	font-size: 100%;
}

p
{
	font-size: 90%;
	line-height: 130%;
	margin: 5px;
}

.centered
{
	text-align: center;
}

.normal_text
{
	font-size: 90%;
	line-height: 125%;
}

.big_text
{
	font-size: 130%;
}

#header
{
	/* margin: 10px auto 10px auto; */
	/* padding: 1px;
	border: 1px solid #000; */
}

#header p
{
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
}

#header p a:link, #header p a:visited, #header p a:active
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #fffafa;
	text-decoration: none;
}

#header p a:hover
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #00ffff;
	text-decoration: none;
}

#phonenr
{
	color: #00ffff;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#navigation
{

}

#navigation ul
{
	list-style: none;
	width: 618px;
	margin: 10px 0 5px 0;
	padding: 5px;
	text-align: center;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
}

#navigation li
{
	display: inline;
	padding: 10px 15px 10px 5px;
	font-size: 90%;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited, #navigation a:active
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #fffafa;
	text-decoration: none;
}

#navigation a:hover
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #00ffff;
	text-decoration: none;
}

#content
{
	height: 425px;
	/* border: 1px solid #000; */
	overflow: auto;
	/* scrollbar styling */

    scrollbar-face-color:#006633;                                               ;
    scrollbar-shadow-color:#006633;
    scrollbar-highlight-color:#006633;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-track-color:#fffafa;
    scrollbar-arrow-color:#000;
}

#content p
{
	padding: 0 5px 0 5px;
	font-size: 100%;
}

#content ul
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#content li
{
	margin: 4px;
	font-size: 90%;
	font-weight: bold;
	color: #e0ffff;
}

#content a:link, #content a:visited, #content a:active
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #fffafa;
	text-decoration: none;
}

#content a:hover
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #00ffff;
	text-decoration: none;
}

#content_img
{
	float: left;
	margin: 0 10px 0 0;
}

#slideshow
{
	padding: 0;
	margin: 2px auto 2px auto;
	height: 425px;
}

#footer
{
	padding: 2px;
	margin: 2px;
	text-align: center;
	/* border: 1px solid #000; */
	border-top: 3px double #000;
	font-size: 85%;
	font-weight: bold;
}

#intro_footer
{
	padding: 2px;
	margin: 2px;
	text-align: center;
	/* border: 1px solid #000; */
	font-size: 85%;
	font-weight: bold;
}

#footer p
{
	margin: 0;
}

