* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

a {
text-decoration: none;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
/*	padding: 0 0 0 0;
	border: 1px solid #000000; 
	border-top: 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#91afee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #91afee, #ffffff);
    background-image:    -moz-linear-gradient(top, #91afee, #ffffff);
    background-image:     -ms-linear-gradient(top, #91afee, #ffffff);
    background-image:      -o-linear-gradient(top, #91afee, #ffffff); */
}

#headerLinks {
	padding: 10px 0 2px 0;
	height: 100%;
	text-align: center;
	width: 100%;
/*	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28347c), to(#3628a0));
    background-image: -webkit-linear-gradient(top, #28347c, #3628a0);
    background-image:    -moz-linear-gradient(top, #28347c, #3628a0);
    background-image:     -ms-linear-gradient(top, #28347c, #3628a0);
    background-image:      -o-linear-gradient(top, #28347c, #3628a0); */
}

#landingtiles {
	padding: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28347c), to(#3628a0));
    background-image: -webkit-linear-gradient(top, #28347c, #3628a0);
    background-image:    -moz-linear-gradient(top, #28347c, #3628a0);
    background-image:     -ms-linear-gradient(top, #28347c, #3628a0);
    background-image:      -o-linear-gradient(top, #28347c, #3628a0); */
}

#statementtile {
	padding: 0;
	height: 100%;
	width: 80%;
	margin: auto 0;
	text-align: left;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28347c), to(#3628a0));
    background-image: -webkit-linear-gradient(top, #28347c, #3628a0);
    background-image:    -moz-linear-gradient(top, #28347c, #3628a0);
    background-image:     -ms-linear-gradient(top, #28347c, #3628a0);
    background-image:      -o-linear-gradient(top, #28347c, #3628a0); */
}

 .headLinks ul {
 z-index: 2;
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
/*  padding: 15px 4px 17px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}

 .headLinks ul li {
  font: bold 16px sans-serif;
  display: inline;
  position: relative;
  padding: 0px 2px 0px 2px;
  cursor: pointer;
  line-height: 200%;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

 .headLinks ul li a {
 	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 200;
	color: #000000;
	font-size: 16px;
	background: #f6faf4;
	padding: 4px 8px 4px 8px;
	border-radius: 0;
}

.headLinks a:hover {
background: #888888;
color: #ffffff;
}


.pageTiles {
	width: 200px;
	height: 200px;
/*	float: left; */
}

.pageTiles p {
	width: 200px;
	height: 200px;
/*	float: left; */
	display: inline-block;
	vertical-align:top;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	box-shadow: 4px 4px 4px #4c5d45; */
	border-radius: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #ffffff;
	background: #ffffff;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cbd0ed));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:    -moz-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:     -ms-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:      -o-linear-gradient(top, #eeeeee, #cbd0ed); */

}

.commentBox {
	width: 700px;
	height: 400px;
/*	float: left; */
}

.commentBox p {
	width: 600px;
	height: 400px;
/*	float: left; */
}

.imageShadow {
	box-shadow: none;
}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}		

