﻿/*
Main css applied to all pages


TO DO (later):

convert to em...

http://sureshjain.wordpress.com/2007/07/06/53/
*/

body 
{
   background-color : #173762;
   background-image: url(../images/layout/bkgnd.jpg);

   background-position: top;
   background-repeat: repeat-x;

   margin: 0; 
   padding: 0;     
   font-family: Verdana, Geneva, sans-serif; 
   font-size: 0.715em;
   line-height: 1.5em;
   
   font-weight: lighter;
	color: #333333;
	line-height: 2em;

}
h1 
{	
   font-size : 1.3em;
	font-style: normal;
	
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0;
	padding: 0;
}
h2 
{
 	font-size: 1.1em;
	font-weight: bold;
	color: #b34325;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
}
h3 
{
  font-size : 1em;
  color: black;
  margin: 0;
  font-style: italic;
}
form 
{
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #b34325;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 3px;
}
a:visited {
	text-decoration: none;
	color: #722d13;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 3px;
}
a:hover {
	text-decoration: none;
	color: #722d13;	
}
a:active {
	text-decoration: none;
	color: #722d13;
}

/* small text at bottom of page */
.smallstuff {
  font-size: 9pt;
  color: white;
}

/* breadcrumbs */
#breadTop a:link, #breadTop a:visited
{
	color: #6D1E00;
	font-size: 8pt;
}
#breadTop a:hover 
{
	color: #fbb269;
}

/* controls width/style of column for banner ads */
.banneradcolumn 
{
	width: 167px;
	
	
}
/* wraps one banner ad */
.bannerAdDiv 
{
	margin-bottom: 15px;
	text-align:right;
	padding-right: 10px;
}

.calendarList 
{
	position: relative;
	top: -7px;
}
.calendarListLi 
{
	/* background-color: rgb(228,244,218); */
}

.calendarListLinkA:link, .calendarListLinkA:visited 
{
	color: black;
	border-bottom: none;
	font-weight: normal;
}
.calendarListLinkA:hover 
{
	color:  #56C0FF;
}

.calendarList 
{
	margin-left: 10px;
    padding-left : 0;
    padding-top : 0;
    margin-top : 0px;
    list-style : none;
}


.purchasebutton 
{
	color:white; 
	background-color: green;
	font-weight: bold;
}


 


.productname 
{
	border-top: 1px solid #000000;
	font-weight: bold;
	color: #980101;
}
.productdescription img 
{
	border: 4px solid #980101;
	width: 180px;
	margin-right: 8px;
}
.testimonial 
{
	font-family: Monotype Corsiva,Apple Chancery,Comic Sans MS, Comic Sans MS5, cursive;
	font-weight: bold;
	/*border: 1px dashed #000000;	*/
	background-color:  #FAEBD7; /*Antiquewhite;*/
	font-size: 15pt;
}
.testimonial small 
{
	font-style: italic;
}

#mainContentSection2Col 
{
	width: 100%;
}
#content 
{
	 background-color: White;
	 text-align: left;
	 width: 100%;
}

#container 
{
	width: 100%; 
	text-align: center;		
}




/* to help with editing... */
.normal { border: 0; }
.highlight { border: 2px solid green; }

#mainContentSection 
{
	text-align:left;
}
#mainContentSection2Col 
{
	text-align:left;
}

#mainContentSection p, #mainContentSection table tr td, #mainContentSection2Col p, #mainContentSection2Col table tr td
{
	margin: 0;
	padding: 0;
}

.DeleteButton 
{
   background-color: Red;
   color: White;
   font-weight: bold;	
}
.AddUpdateButton 
{
	background-color: Green;
   color: White;
   font-weight: bold;	
}

