/* CSS definition file containing site wide stylesheets */


body {
background: #7f8c8d;
}
.letterpress-text {
color: #333;
text-shadow: 0px 2px 3px #95a5a6;
font-weight: bold;
font-size: 36px;
font-family: helvetica, sans-serif;
}

.rounded-box {
background-color: #7f8c8d;
padding: 10px;
text-align: center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #7f8c8d;
width: 600px;
height: 350px;
border-collapse: collapse; /* for IE only */
-moz-box-shadow: 5px 2px 5px 5px #333;
-webkit-box-shadow: 5px 2px 5px 5px #333;
box-shadow: 5px 2px 5px 5px #333;
}

.box-shadow-one-side {
background: #7f8c8d;
width: 600px;
height: 350px;
border-collapse: collapse; /* for IE only */
-moz-box-shadow: 0 10px 5px -5px #333;
-webkit-box-shadow: 0 10px 5px -5px #333;
box-shadow: 0 10px 5px -5px #333;
}

.circle {
   background: #EED58B; colr: #000001;
   width: 10px;
   height: 10px;

   -ms-border-radius: 75px;
   -moz-border-radius: 75px;
   -webkit-border-radius: 75px;
   border-radius: 75px;
}

.rounded-top-box {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.basic-transition {
	width: 600px;
	height: 300px;
	background: #E3FDE7;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
	background-color: #C7F9D0;
	width: 600px;
	height: 350px;
	border-collapse: collapse; /* for IE only */
	-moz-box-shadow: 0 10px 5px -5px #333;
	-webkit-box-shadow: 0 10px 5px -5px #333;
	box-shadow: 0 10px 5px -5px #333;
	color: #303030;
}


.complex-transition {
width: 100px;
height: 100px;
background: #E3FDE7;
margin: 10px;
-webkit-transition-property: background, margin;
-moz-transition-property: background, margin;
transition-property: background, margin;
-webkit-transition-duration: 1s, 0.5s;
-moz-transition-duration: 1s, 0.5s;
transition-duration: 1s, 0.5s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-timing-function: linear, ease-in;
transition-timing-function: linear, ease-in;
background: #fff;
width: 600px;
height: 350px;
border-collapse: collapse; /* for IE only */
-moz-box-shadow: 0 10px 5px -5px #333;
-webkit-box-shadow: 0 10px 5px -5px #333;
box-shadow: 0 10px 5px -5px #333;

}
.complex-transition:hover {
background: #E3FDE7;
margin: 20px;
}

.basic-transition:hover {
background: #fff;
}

.shorthand-transition {
width: 100px;
height: 100px;
background: #E3FDE7;
padding: 10px;
-webkit-transition: background 1s linear 0s, padding 0.5s ease-in 1s;
-moz-transition: background 1s linear 0s, padding 0.5s ease-in 1s;
transition: background 1s linear 0s, padding 0.5s ease-in 1s;

width: 600px;
height: 350px;
border-collapse: collapse; /* for IE only */
-moz-box-shadow: 0 10px 5px -5px #333;
-webkit-box-shadow: 0 10px 5px -5px #333;
box-shadow: 0 10px 5px -5px #333;
}
.shorthand-transition:hover {
background: #fff;
padding: 20px;
}

.Subheads { font-family: 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif, sans-serif; font-size: x-small;}
 .Quotes { font-family: 'Times New Roman', Times, Serif, serif; font-size: medium; font-style: italic;}
 .Footnotes { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; list-style-type: decimal;}
 A:link { font-size: 12px; color: rgb(0,0,255);}
 .Menu list { list-style-type: disc;}
 .NavBar Vertical { text-align: center;}
 .Caption {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: x-small;
	font-style: italic;
	border-radius: 5px;
	border-style: solid;
	border-color: #0F0;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}
 A:visited { font-size: 12pt;}
 .Credits { font-family: 'Times New Roman', Times, Serif, serif; font-size: x-small; font-weight: bold; text-align: center;}
 P {
	font-size: 12pt;
	text-align: left;
}
 .Directory list { list-style-type: disc;}
 .Bulleted list { list-style-type: disc;}
 .Numbered list { list-style-type: decimal;}
 .Comment { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace, monospace; color: rgb(0,128,0);}
 A:hover {
	color: rgb(255,0,0);
	text-align: left;
}
 .txt-12-blk {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	font-family: Calibri;
	line-height: 1.3em;
}
.HeaderCenter {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.Txt14Blk {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
}
.txt-red {
	color: #F00;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px  !important;
	border-radius: 10px  !important;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #000000;
	background-color: #e6e6e6;


  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cc3333 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
	color: #CC3333;
	text-decoration: none;
	background-color: #e6e6e6;

  *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	color: #CC3333;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.li {
	text-align: left;
}

.newspaper
{
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
}

.newspaper {
	list-style-type:none;
	padding:10px;
	margin-left: 5px;
	text-align:left
	margin-left:5px;
}

.newspaper li {
	background-image:url(../images/icons/badgeGreen.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 15px;
	list-style-position: inside;
	margin-left:5px;
}


.Bullets-LRG {
	font-size:15px;
	color: #000;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20;
}

p {
	text-align:left;
	
	
	
}