/****************************/
/* COMMON.CSS */
/****************************/
@import url(style.css);

html, body {height: 100%;}
html {line-height:0; margin:0; padding:0;} 
body {/*font:normal 12.5px/18px Verdana, Geneva, sans-serif;*/ color: #717171; text-rendering: optimizelegibility;  background:#f8f8f8;font:normal 14px/18px 'BookmanOldStyleRegular', "Times New Roman", Times, serif;}

h1, h2, h3, h4, ul, li{margin:0; padding:0;}
h1{font-size:21px; font-weight:normal;}
h2{font-size:16px; font-weight:normal; color:#1c8263} 
h3{font-size:15px; font-weight:normal; color:#1c8263 } 
p{font-size:14px; font-weight:normal; color:#29AD85}
p strong{ color:#1C8263; font-weight:normal;}


*:focus {outline:none;}
*{margin:0; padding:0; outline: none;}
*::-moz-selection {background: #367d65;text-shadow: none; color:#ffffff;}
#form *::-moz-selection {background: #ffffff;text-shadow: none; color:#c9da2b;}
img{ border:none; margin:0; padding:0;}
img.fullwidth {display:block; width:100%!important; height:auto;}

.clear{clear:both; height:0; margin:0; padding:0; text-indent:100%;}
.line{ height:1px; width:100%; background:#e2e2e2; clear:both; margin:20px 0}
a, a:link, a:active, a:visited {text-decoration:none; color: #1C8263;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;} 
a:hover{text-decoration:underline}
a:focus{outline:none;}
li, ol li{list-style:none;}

.spacer1{ clear:both; height:5px;}
.spacer2{ clear:both; height:10px;}
.spacer3{ clear:both; height:15px;}
.spacer4{ clear:both; height:20px;}
.spacer5{ clear:both; height:25px;}

.common{ float:left;}
.commonlast{ float:right;}
.fullwidth{max-width:100%; height:auto; display:block; float:left;}

a, a img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.box-shadow{
/*	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	 padding:4px;
	border:1px solid #E2E2E2*/}	