
/* Site Font Declaration  */

body, p, table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    }

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	margin: 0 0 0 0;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #900e18;
	margin-top: 2em;
	margin-bottom: 0.1em;
}

/* Links  */

a:link
{
	color: #991a23;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #991a23;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #991a23;
	text-decoration: underline;
	font-weight: normal;	
}

/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.black
{
	background-color: #000000;
}

.red
{
    background-color: #991a23;
}


/* Borders  */


.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.redborder {
	border-color: #991a23;
	border-width: 1px;
	border-style: solid;
}


/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.toppadding
{
	padding-top: 8px;
	
}

.topbottompadding
{
    padding-top: 15px;
    padding-bottom: 15px;
}
    
.lrgtoppadding
{
    padding-top: 20px;
	
}

.xlrgtoppadding
{
    padding-top: 40px;
	
}
.lrgbottompadding
{
    padding-bottom: 20px;	
}

.bottompadding
{
	padding-bottom: 10px;
}

.leftpadding
{
	padding-left: 10px;
}


.lrgleftpadding
{
	padding-left: 15px;
}
.xlrgleftpadding
{
	padding-left: 50px;
}


.rightpadding
{
	padding-right: 10px;
}

.stdlinespacing
{
	line-height: 15px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.whitetext
{
	color: #FFFFFF;	
}
.whitefont
{
	color: #FFFFFF;	
}

.redtext
{
 color: #900e18;   
    
    }
    
.darktext
{
	font-weight: bold;
}


.italic
{
  font-style: italic;  
    }
.smalltext
{
	font-size: 9px;	
	margin: 0;
}
.mediumtext
{
    font-size: 10px;
}
.largetext
{
	font-size: 14px;	
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
	align: bottom;
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

.HomePageEmailTextBox
{
	font-size: 10px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	
	
}

/* images  */

.navbg
{
    
  background-image: url(images/general/ApplauseDressage_navbg.gif);
  background-repeat: no-repeat;
    
    }


.MainItem  /* SEPERATOR BETWEEN THE MENU BUTTONS */
{
	
	background-image: url(images/general/navicon.png);
	background-repeat: no-repeat;
	
}

/* PAGE TITLES AND HEADINGS */

#welcome 
{
   display: block;
   width: 73px;
   height: 21px;
   overflow: hidden;
   background: url(images/headers/Welcome.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    }
    
#gocanada
{
   display: block;
   width: 209px;
   height: 35px;
   overflow: hidden;
   background: url(images/headers/GoTeamCanada.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#freestyle
{
   display: block;
   width: 140px;
   height: 24px;
   overflow: hidden;
   background: url(images/page_titles/AboutFreestyle.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#process
{
   display: block;
   width: 100px;
   height: 17px;
   overflow: hidden;
   background: url(images/page_titles/TheProcess.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#clinics
    {
   display: block;
   width: 240px;
   height: 23px;
   overflow: hidden;
   background: url(images/page_titles/Clinics&Seminars.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#services
     {
   display: block;
   width: 217px;
   height: 28px;
   overflow: hidden;
   background: url(images/page_titles/FreestyleDesignServices.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#rates
     {
   display: block;
   width: 406px;
   height: 28px;
   overflow: hidden;
   background: url(images/page_titles/FreestyleDesignRates.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#aboutme
 {
   display: block;
   width: 173px;
   height: 21px;
   overflow: hidden;
   background: url(images/page_titles/AboutMe.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#photogallery
 {
   display: block;
   width: 288px;
   height: 29px;
   overflow: hidden;
   background: url(images/page_titles/PhotoGallery.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#naughtylist
 {
   display: block;
   width: 185px;
   height: 26px;
   overflow: hidden;
   background: url(images/page_titles/NaughtyList.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#links
 {
   display: block;
   width: 118px;
   height: 23px;
   overflow: hidden;
   background: url(images/page_titles/IndustryLinks.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
       
#contact
 {
   display: block;
   width: 104px;
   height: 20px;
   overflow: hidden;
   background: url(images/page_titles/ContactMe.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }
    
#news
 {
   display: block;
   width: 221px;
   height: 27px;
   overflow: hidden;
   background: url(images/page_titles/News.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
    
    }