@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
* {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

body {
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height:1.5em
}

.bold { font-weight:bold; }	

#Container {margin:0 auto; }


.subTitle {font-size:24px; margin: 15px 5px;}
.subTitle2 {font-size:24px; margin-bottom: 15px}
.subLink {font-size:12px; margin: 0px 20px;}
.subTtitle3 { font-size:20px; color: #b72912; font-weight:bold; }
.subTtitle4 { font-size:18px; color: #b72912; font-weight:bold; }
.subTtitle5 { font-size:18px; color: #363636; }

.GrayLine {height: 1px; margin: 5px 0px; background-color:#CCC;}
	  

.thumbnail { height:200px; width:200px; background-color:#FFE; margin: 15px; border-width: 1px; border-style: solid; border-color:#999; box-shadow: 0px 3px 7px  #989898; float:left; }


	

/*Main Menu*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFF;
}

#main-links li {
  float: left; /*The "main-links" ID allows me to limit the effects of the CSS to the menu, and not effect normal bullet l1 tags*/
}

#main-links li a {
  display: block;
  color:#000;
  text-align: center;
  padding: 10px 28px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#main-links li a:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}

.active {
  Color:#C00;
  }


/*Links*/

a:link {
	color: #b72912;
	text-decoration: none;
}
a:visited {
	color: #b72912;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #b72912;
	text-decoration: none;
}


a.Menu:link {
	color: #000;
	text-decoration: none;
}
a.Menu:visited {
	color: #000;
	text-decoration: none;
}
a.Menu:hover {
	color: #000;
	text-decoration: none;
}
a.Menu:active {
	color: #C00;
	text-decoration: none;
}


/*Bullets*/

ul.bullet {
  margin: 0 0 5px 5px; /*This control how much margin is around the outside of the bullets*/
  overflow: hidden;
}

li.bullet {
  float: none; /*Cancels the inline effect of the menu.*/
  list-style-type: disc;
  margin: 0 0 10px 35px; /*Controls how much verticle space there is between rows of bullets. Also the horizontal space from disc to text.*/
  text-align:left;
}

ul.SubBullet {
  margin: 5px 0 1px 1px; /*This control how much margin is around the outside of the bullets*/
  overflow: hidden;
}

li.SubBullet {
  float: none; /*Cancels the inline effect of the menu.*/
  list-style-type: circle;
  margin: 0 0 5px 35px; /*Controls how much verticle space there is between rows of bullets. Also the horizontal space from disc to text.*/
}



.ColumnA { float:left;
	}
.FooterA { float:left;
	}
.FooterB { float:left;
	}
	
.thumbnail { 
 background-color:#FFE; margin: 15px; border-width: 1px; border-style: solid; border-color:#999; box-shadow: 0px 3px 7px  #989898; float:left;
	}	
	
		
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #Container {width: 95%; margin:0 auto; }
  .ColumnA {width: 100%; padding-left:0;  }
  .FooterA {width: 100%; padding-left:0; text-align: center;  }
  .FooterB {width: 100%; padding-left:0; text-align: center; line-height:2em; }
  .MenuContainer {display: none; }
  .PhoneMenu {display:block; }
   .thumbnail { height:150px; width:150px; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #Container {width: 550px; margin:0 auto; }
  .ColumnA {width: 100%; padding-left:0;}
  .FooterA {width: 100%; padding-left:0; text-align: center; }
  .FooterB {width: 100%; padding-left:0; text-align: center; line-height:1.75em; }
  .MenuContainer {display: none; }
  .PhoneMenu {display:block;  }
  .thumbnail { height:150px; width:150px; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #Container {width: 700px; margin:0 auto; }
  .ColumnA {width: 100%; padding-left:0; }
  .FooterA {width: 100%; padding-left:0; text-align: center; }
  .FooterB {width: 100%; padding-left:0; text-align: center; line-height:1.75em; }
   .MenuContainer {display: none; }
  .PhoneMenu {display:block;  }
} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #Container {width: 930px; margin:0 auto; }
  .ColumnA {width:45%; padding-left:5%; }
  .FooterA {width:40%; padding-left:10%; text-align:center; }
  .FooterB {width:40%; padding-left:10%; text-align:left; line-height:1.5em; }
  .MenuContainer {width:485px; margin: 0px 0px 0px 24%; display:block; }
  .PhoneMenu {display: none; }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #Container {width: 930px; margin:0 auto; }
  .ColumnA {width:45%; padding-left:5%; }
  .FooterA {width:40%; padding-left:10%; text-align:center; }
  .FooterB {width:40%; padding-left:10%; text-align:left; line-height:1.5em; }
  .MenuContainer {width:485px; margin: 0px auto; display:block; }
  .PhoneMenu {display: none; }
  .thumbnail { height:200px; width:200px; }	