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

*, html, body { padding: 0px; margin: 0px; }
body {
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 18px;
  	line-height: 1.428571429;
  	color: #000;
  	background-color: #FFF;
}

img { border: none; }

a, li, ul, ol { text-decoration: none; color: #000; }
ul, li, ol > span { margin: 0; font-family: Arial, Calibri, sans-serif; font-size: 12px; color: #000; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #000; }

a:hover { text-decoration: none; }

/*=========Horizontal Rule styles=============*/
hr { width: 100%; border: 0; height: 1px; margin: 1em 0 0 0; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

.hrclass { margin: 0px; clear: both; }
.space { margin: 5px 0; padding: 5px 0; }
/*=========END Horizontal Rule styles=============*/

.img-holder { font-family: Calibri, Arial, Verdana, sans-serif; font-size: 14px; color: #333; }
.img-holder img { float: left; margin: 0 5px 0 0; }


.footer { width: 100%; background-color: #333; height: auto; padding: 10px 0 ; }
.footer-link { font-family: CAlibri, Arial, Verdana, Geneva, sans-serif; font-size: 12px; color: #FFF; }
.read-more { font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #900; }
.read-more a { text-decoration: none; margin: 2em 0 0 0; color: #333; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #900; }
.main-text { font-family: Calibri, Arial, Verdana, sans-serif; font-size: 16px; color: #000; text-decoration: none; }
.main-text-ul { font-family: Calibri, Arial, Verdana, sans-serif; font-size: 16px; color:#000; list-style: none; margin: 5px 0 5px 10px;}
.main-text-ul2 { font-family: Calibri, Arial, Verdana, sans-serif; font-size: 16px; color:#000; list-style: circle; margin: 5px 0 5px 10px;}
.text-button { width: 28%; padding: 5px; background-color: #ADD8E6; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.text-button2 { width: 28%; padding: 5px; border: 1px solid #666; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }




