/***********************************************/
/* Tristate Riding Club                         */
/* Styles.css                                   */
/* Use with header.htm, default.asp, footer.htm */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	width:955px;
	color: #333333;
	line-height: 1.166;	
	margin:auto;
	padding: 0px;
}

/* need this to render tables w/ images & links properly */ 
 img { 
     color: inherit; 
     background-color: inherit; 
     border: none; 
     display: block; 
     overflow: hidden;  
     margin: 0; 
     padding: 0;
 } 
 /* ........................... */

a{
	color: #344a8b;
	text-decoration: none;
}

a:link{
	color: #344a8b;
	text-decoration: none;
}

a:visited{
	color: #344a8b;
	text-decoration: none;
}

a:hover{
	color: #344a8b;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #344a8b;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
 vertical-align:top;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image:url(images/banner.gif);
	height:126px;
	padding: 0px 0px 0px 0px;
	border-bottom: 10px solid #344a8b;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  	width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	vertical-align:top;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.motto {
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	font-size: 16px;
	color:#344a8b;
	font-weight:bold;
	text-align:center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width:955;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

.friendly_links {
	text-align:center;
	vertical-align:middle;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
	text-align:left;
	font-style:italic;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
TD.form1 {
	FONT-SIZE: 90%; BACKGROUND: #eaeaea; COLOR: #000000; FONT-FAMILY: Verdana; margin-left:25px;
}
TD.form2 {
	FONT-SIZE: 70%; BACKGROUND: #93c39b; FONT-FAMILY: Verdana
}
TD.form3 {
	FONT-SIZE: 70%; BACKGROUND: #dddddd; FONT-FAMILY: Verdana
}
TH.form1 {
	BACKGROUND: #eeeeee; FONT-FAMILY: Verdana
}

.form td input{ width:250px; height:19px; border:1px solid #C4B9AD; padding:1px 0 1px 6px; font-family:tahoma, arial, helvetica, sans-serif; color:#333399; font-size:11px;}
.form td textarea{ width:250px; height:67px; border:1px solid #C4B9AD; padding:1px 0 1px 6px; font-family:tahoma, arial, helvetica, sans-serif; color:#333399; overflow:auto; font-size:11px;}

	
TD.sideboxheader {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:13px;
	 FONT-WEIGHT: bold; 
	 COLOR: #344a8b; 
	 HEIGHT: 25px; 
	 TEXT-DECORATION: none; 
	 FONT-SIZE: 10pt; 
	 text-align:center; 
}
td.sideboxbold, table.sideboxbold
{
    font-weight: normal;
    color: #003366;
	background-color:#CCCCCC;
    padding-top: 5px 5px 0px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    font-family: Verdana, Arial;
	width: 250px;
}
TD.sidebox
{
    font-size: 11px;
    vertical-align: top;
    text-indent: 0px;
    line-height: normal;
    font-family: Verdana, Arial;
    list-style-type: square;
    background: whitesmoke;
    text-align: left;        
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
