@charset "utf-8";
/* CSS Document */

/* Landing Page Styles */

.splashtable {
	background-image:url('../images/transbar.png');
	background-repeat:repeat;
	background-position:0 0;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:10px;
	/* http://www.w3.org/MarkUp/html3/tablecells.html */
	text-align:inherit; /* We need this here because without it the text in the cell is left aligned */
	/*align=left Paragraphs are rendered flush left. This is the default for data cells (TD). */
	font-size:inherit; /* Same with this one..?? Strange  This needs to be here NOT to default to another font size*/
	line-height:inherit; /* I give! */
	width:95%;
	padding-top:0px;
	
}

img.displayed {	
/*	vertical-align:middle;
    display: block;
	margin:5px;
	height:400px; width:900px;*/
	width:900px;
	
}

img.displayed2 {
	vertical-align:middle;
	height:30px;
	width:30px;
}

#communication {
	background-color:inherit;
	margin-left: auto;
    margin-right: auto;
	height:30px;
	text-align:inherit;
}

#communication input {
	height:30px;
	display:inline;
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	
}

.textinput {
	background-color:#FFFFFF;
	font-size:14px;
	height:30px;
	line-height:30px;
	width:450px;

}
.imageinput {
	height:30px;
}

#communication p{
	vertical-align: middle;
}

#splash2 {
	
	background-image:url(../images/transbar.png);
	background-repeat:repeat-x;
	background-position:0 0; 
	width:100%;
}

#fadeshow1 {
	background-color:inherit;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	
}

#welcome {
	background-color:inherit;
	width:900px;
	margin:0px;
	text-align:inherit;
	font-size:inherit;
}

#greeting {
	background-color:inherit;
	width:65%;
	float:left;
	overflow:hidden;
	text-align:left;
	font-size:inherit;
}

#greeting p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	padding-left:20px;
	padding-right:20px;
}

ol li{
	background-color:inherit;
	margin-right:20px;
}

#greeting img {
	padding-left:0px;
}

#info {
	background-image:url(../images/gradientbg.png);
	background-repeat:repeat-y;
	background-position:0 0;
	
	width:35%;
	float:left;
}

#services{
	background-color:inherit;
	text-align:left;
	
	width:100%;
	padding-left:50px;
	/*border-left: 2px inset #DBD5D5;*/
	float:left;
	margin-top:35px;

}
#services p {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
	padding-bottom:10px;
	display:block;
	width:90%;
	text-align:left;
}

div.testimony {
	background-color:inherit;
	width:100%;
	padding-left:50px;
	/*border-left: 2px inset #DBD5D5;*/
	float:left;
	margin-top:10px;
	text-align:left;
}

div.testimony p {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	/*border-bottom:1px dashed #ffffff;*/
	padding-bottom:10px;
	display:block;
	width:95%;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#a9d4e7;
	/*line-height: 2em;*/
	list-style-position: outside;
	text-align:left;
}

a.questionlink:hover {
	text-decoration:underline;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	margin-left: 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}