@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
@font-face {
  font-family: "CrEAtoRcAmpoTYPeSmcP";
  src: url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.eot");
  src: url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.woff") format("woff"),
       url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.ttf") format("truetype"),
	   url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.otf") format("opentype"),
       url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.svg#CrEAtoRcAmpoTYPeSmcP") format("svg"),
       url("../../Icons/Fonts/CrEAtoRcAmpoTYPeSmcP.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}


	
	

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 1.375%;
	padding-right: 1.375%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#NavigationPlace {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height:75 px;
}
#FourBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#QueryIT {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#QueryResult {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footerzzzz {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.Lidit {
	
	max-width:100%;
	margin:auto;
	padding:10px;
}



.Good1_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 98%;
	display: block;
	text-align:center;
	background-color:rgba(51,255,51,.72);
	
	
}
.Good1_B {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 98%;
	display: block;
	font-size:10px;
	text-align:justify;
	text-indent:6px;
	padding:4px;
	background-color:rgba(51,255,51,.72);

	
}
.Good1_A img{
	height:auto;
	max-width:92%;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good1_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}
.Good2_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 98%;
	display: block;
	text-align:center;
	background-color:rgba(0,102,255,.72);
	
	
}
.Good2_B {
	
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 98%;
	display: block;
	font-size:10px;
	text-align:justify;
	padding:4px;
	background-color:rgba(0,102,255,.72);

	
}
.Good2_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good2_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.Good3_A {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 48%;
	display: block;
	text-align:center;
	background-color:rgba(255,204,51,.72);
	font-size:9px;	
	
}
.Good3_B {
	
	clear: none;
	float: right;
	margin-right: 1%;
	width: 45%;
	display: block;
	font-size:9px;
	text-align:justify;
	padding:4px;
	background-color:rgba(255,204,51,.72);

	
}
.Good3_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good3_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.FootStep {
	
	max-width:600px;
	background-color:rgba(128,128,255,.75);
	text-align:center;
	padding:10px;
	margin:auto;
	
}

.incenter {
	
	
	text-align:center;
	
}
.incenter img{
	height:auto;
}

.topgap {
	clear: both;
	float: left;	
	min-height:30px;
	display:block;
	position:relative;
	
}

.Formmeup {
	
	max-width:90%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:justify;
	text-indent:10px;
	font-size:9px;
	
}
.Formmeup2 {
	
	max-width:80%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:center;

	font-size:9px;
	
}
.placard2 {

	font-family:"CrEAtoRcAmpoTYPeSmcP";	
	color:rgba(255,255,255,0.9);
	font-size:12px;
	text-shadow: 0px -1px 8px white, 0px -2px 20px yellow, 0px -10px 40px #ff8000, 0px -18px 60px blue;	
	
	
}
body {
	background-color:#000;
	background-image:url(../../Page-Mages/Four4-sml.jpg);
	color:#FFF;
	
	
	background-attachment:fixed;
	background-position: 200px 10px;
	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#NavigationPlace {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FourBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#QueryIT {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#QueryResult {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footerzzzz {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.Lidit {
	
	max-width:100%;
	margin:auto;
	padding:10px;
}



.Good1_A {
	clear: both;
	float: left;
	margin-left: 1.1%;
	width: 47%;
	display: block;
	text-align:center;
	background-color:rgba(51,255,51,.72);
	
	
}
.Good1_B {
	clear: none;
	float: right;
	margin-right: 1.1%;
	width: 47%;
	display: block;
	font-size:14px;
	text-align:justify;
	text-indent:5px;
	padding:4px;
	background-color:rgba(51,255,51,.72);

	
}
.Good1_A img{
	height:auto;
	max-width:92%;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good1_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}
.Good2_A {
	clear: both;
	float: left;
	margin-left: 1.1%;
	width: 47%;
	display: block;
	text-align:center;
	background-color:rgba(0,102,255,.72);
	
	
}
.Good2_B {
	clear: none;
	float: right;
	margin-right: 1.1%;
	width: 47%;
	display: block;
	font-size:13px;
	text-align:justify;
	text-indent:10px;
	padding:4px;
	background-color:rgba(0,102,255,.72);

	
}
.Good2_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good2_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.Good3_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 33%;
	display: block;
	text-align:center;
	background-color:rgba(255,204,51,.72);
	
	
}
.Good3_B {
	
	float: right;
	margin-left: 1.6949%;
	width: 60%;
	display: block;
	font-size:12px;
	text-align:justify;
	text-indent:10px;
	background-color:rgba(255,204,51,.72);

	
}
.Good3_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good3_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.FootStep {
	
	max-width:600px;
	background-color:rgba(128,128,255,.75);
	text-align:center;
	padding:10px;
	margin:auto;
	
}

.incenter {
	
	
	text-align:center;
	
}
.incenter img{
	height:auto;
}

.topgap {
	clear: both;
	float: left;	
	min-height:40px;
	display:block;
	position:relative;
	
}

.Formmeup {
	
	max-width:90%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:justify;
	text-indent:10px;
	font-size:12px;
	
}
.Formmeup2 {
	
	max-width:80%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:center;

	font-size:12px;
	
}
.placard2 {

	font-family:"CrEAtoRcAmpoTYPeSmcP";	
	color:rgba(255,255,255,0.9);
	font-size:18px;
	text-shadow: 0px -1px 8px white, 0px -2px 20px yellow, 0px -10px 40px #ff8000, 0px -18px 60px blue;	
	
	
}
body {
	background-color:#000;
	background-image:url(../../Page-Mages/Four4.jpg);
	color:#FFF;
	
	
	background-attachment:fixed;
	background-position: 200px 10px;
	
}







}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.42%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#NavigationPlace {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FourBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#QueryIT {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#QueryResult {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footerzzzz {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.Lidit {
	
	max-width:100%;
	margin:auto;
	padding:10px;
}



.Good1_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 46%;
	display: block;
	text-align:center;

	background-color:rgba(51,255,51,.72);
	
	
}
.Good1_B {
	clear: none;
	float: right;
	margin-right: 1.6949%;
	width: 46%;
	display: block;
	font-size:16px;
	text-align:justify;
	text-indent:30px;
	background-color:rgba(51,255,51,.72);

	
}
.Good1_A img{
	height:auto;
	max-width:92%;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good1_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}
.Good2_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 47%;
	display: block;
	text-align:center;
	background-color:rgba(0,102,255,.72);
	
	
}
.Good2_B {
	clear: none;
	float: right;
	margin-left: 1.6949%;
	width: 47%;
	display: block;
	font-size:16px;
	text-align:justify;
	text-indent:30px;
	background-color:rgba(0,102,255,.72);

	
}
.Good2_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good2_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.Good3_A {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 22%;
	display: block;
	text-align:center;
	background-color:rgba(255,204,51,.72);

	
}
.Good3_B {
	
	float: right;
	margin-right: 1.6949%;
	width: 70%;
	display: block;
	font-size:16px;
	text-align:justify;
	text-indent:30px;
	background-color:rgba(255,204,51,.72);

	
}
.Good3_A img{
	height:auto;
	
	border-radius: 35%;
	box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	box-shadow:0px 0px 80px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(255,255,255,0.5);

	-webkit-filter: sepia(.8);
    filter: sepia(.8);
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.Good3_A img:hover{
	
	border-radius: 10%;
	box-shadow:1px 1px 2px rgba(200,200,255,0.7);
	box-shadow:0px 0px 80px rgba(200,200,255,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(200,200,255,0.5);
	-webkit-box-shadow:0px 0px 80px rgba(200,200,255,0.5);

	-webkit-filter: sepia(0);
    filter: sepia(0);	
	
}

.FootStep {
	
	max-width:600px;
	background-color:rgba(128,128,255,.75);
	text-align:center;
	padding:10px;
	margin:auto;
	
}

.incenter {
	
	
	text-align:center;
	
}
.incenter img{
	height:auto;
}

.topgap {
	clear: both;
	float: left;	
	min-height:40px;
	display:block;
	position:relative;
	
}

.Formmeup {
	
	max-width:90%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:justify;
	text-indent:10px;
	font-size:16px;
	
}
.Formmeup2 {
	
	max-width:80%;
	margin:auto;
	background-color:rgba(102,51,51,.8);
	padding:10px;
	text-align:center;
	font-size:16px;
	
}
.placard2 {

	font-family:"CrEAtoRcAmpoTYPeSmcP";	
	color:rgba(255,255,255,0.9);
	font-size:36px;
	text-shadow: 0px -1px 8px white, 0px -2px 20px yellow, 0px -10px 40px #ff8000, 0px -18px 60px blue;	
	
	
}
body {
	background-color:#000;
	background-image:url(../../Page-Mages/Four4.jpg);
	color:#FFF;
	
	
	background-attachment:fixed;
	background-position: 200px 10px;
	
}



}
}