﻿/*****************************************************/
/*****************************************************/
/*                  General Styles                   */
/*****************************************************/
/*****************************************************/
body
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 95%;
	margin: 0;
	background-image: url(/images/hickoryDesign/background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

p
{
	font-size: 95%;
}

p.adobe
{
	font-size: 78%;
}

.pHeading
{
	color: #003399;
	font-size: 165%;
	font-style: italic;
	font-weight: bold;
}

h3
{
	font-family: Arial, Verdana, Tahoma;
	color: #003399;
	font-size: 155%;
	margin: 10px 0 0 0;
	padding: 0;
}

h4
{
	font-family: Arial, Verdana, Tahoma;
	color: #003399;
	font-size: 155%;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

td.background
{
	background-image: url(/images/hickoryDesign/background.gif);
	background-repeat: repeat-y;
}

hr
{
	color: #003399;
	background-color: #003399;
	height: 3px;
}

img
{
	border: 0;
}

img.right
{
	float: right;
	padding: 0 2px 0 10px;
}

table.border, table.border td
{
	border: 4px double #CCCCCC;
	border-collapse: collapse;
}

table td.blue
{
	background-color: #0066CC;
	color: #ffffff;
	font-weight: bold;
}

img.right
{
	float: right;
	padding: 2px 0px 2px 3px;	
}

img.left
{
	float: left;
	padding: 2px 3px 2px 0px;
}
/*****************************************************/
/*****************************************************/
/*               End General Styles                  */
/*****************************************************/
/*****************************************************/

/*****************************************************/
/*****************************************************/
/*                 Stallions Styles                  */
/*****************************************************/
/*****************************************************/
#stallions h3
{
	color: #003399;
	font-size: 165%;
	font-style: italic;
	margin: 3px 1px 4px 0px;
}

#stallions .subH3
{
	color: #000000;
	font-size: 65%;
	font-style: normal;
	font-weight: bold;
}

#stallions img.border
{
	border: 1px solid #000000;
}

#stallions p
{
	margin: 0 0 15px 0;
}
/*****************************************************/
/*****************************************************/
/*              End Stallions Styles                 */
/*****************************************************/
/*****************************************************/

/*****************************************************/
/*****************************************************/
/*              Left Navigation Styles               */
/*****************************************************/
/*****************************************************/
.subMenuItem table
{
	background-color: transparent !important;
	background-image: url(/images/hickoryDesign/sub_menu_item.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	width: 128px;
	height: 23px;
}
/*****************************************************/
/*****************************************************/
/*           End Left Navigation Styles              */
/*****************************************************/
/*****************************************************/ 

/*****************************************************/
/*****************************************************/
/*                   Footer Styles                   */
/*****************************************************/
/*****************************************************/ 
#footer a:link, #footer a:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 90%;
	color: blue;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p
{
	margin: 1px;
}

div.AAlink
{
	font-size: 10pt;
	text-align: center;
}
/*****************************************************/
/*****************************************************/
/*                End Footer Styles                  */
/*****************************************************/
/*****************************************************/

/*****************************************************/
/*****************************************************/
/*                News "Blog" Styles                 */
/*****************************************************/
/*****************************************************/
div .newsEntry
{
	clear: both;
}

div .newsEntry h3
{
	color: #003399;
	font-size: 145%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

div .newsEntry h5
{
	color: #000000;
	font-size: 85%;
	margin: 0;
	padding: 0;
}
/*****************************************************/
/*****************************************************/
/*               End News "Blog" Styles              */
/*****************************************************/
/*****************************************************/ 

/*********************************************
Form Styles */
.form-block
{
	
}

.form-section
{
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.terms
{
	margin: 10px 0;
	padding: 10px;
	background-color: red;
}

.text-scroll
{
	margin: 10px;
	padding: 5px;
	height: 475px;
	border: 1px solid #000;
	background-color: #fff;
	overflow: scroll;
}

.dark
{
	padding-top: 10px;
	background-color: #ccc;
}

p.border
{
	border-bottom: 3px solid #ccc;
}

input.text-entry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.form-heading
{
    font-size: 1.1em;
    font-weight: bold;
}

.form-block
{
    margin: 8px 0;
    width: 90%;
}

.form-block label
{
    display: block;
    font-weight: bold;
    color: #42438f;
}

.form-block input
{
    height: 20px;
}

input.textEntry 
{
    width: 320px;
}

input[type="text"]
{
    border: 1px solid #ccc;
}

input.no-label
{
    margin-left: 160px;
}

.col-wrap
{
	float: left;
	margin: 0 5px 0 0;
	width: 45%;
}

.error
{
	display: block;
	color: Red;
}

.small
{
	font-size: 10px;
}

.clearfix:after
{
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	clear: both;
	content: ".";
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


