body {
	color:#CECEFB;
	background-color:#FFFFFF;
	font-size:17px;
	font-family:Arial,Sans Serif;
	height:100%;
	width:100%;
	margin:0px;
}

.pageHeader {
	font-size:18px;
	text-align:left;
	/* 	lighter header text color */
	color:#697CA2;
	display:inline;
}

.reqFields {
	display:inline;
	width: 50%;
	text-align:right;
}

.projPic {
	width: 50%;
	text-align:center;
	float:center;
}

#content span {
	text-align:center;
}

/* Contact Page Styling */
#contactButtons {
	text-align:center;
}

#contactTable {
	text-align:left;
}

.contactTableR {
	text-align:right;
	width:200px;
}

input.formData {
	background:#787878;
	color:#000000;
	border:1px solid #697CA2;
}

textarea {
	background:#787878;
	color:#000000;
	border:1px solid #697CA2;
}

/* .submit {
	background:#536280;
	border:2px outset;
} */

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.inline {
	display:inline;
}

/************** Containers ****************/
/* Holds the shadow of the container page */
.shadowTop {
	background-image:url('./gfx/shadow-top-template2.png');
	background-repeat:no-repeat;
	min-width:850px;
	width:850px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.shadowMiddle {
	background-image:url('./gfx/shadow-middle-template2.png');
	background-repeat:repeat-y;
	min-width:850px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:2px;
	position:relative;
	}
.shadowBottom {
	background-image:url('./gfx/shadow-bottom-template2.png');
	background-repeat:no-repeat;
	min-width:850px;
	width:850px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* Holds the entire content of the page */
/* #container {
	min-width:750px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border:10px;
	position:relative;
} */

#header {
	background-image:url('./gfx/Hinton_Trans_Blue_scaled.png');
	width:760px;
	height:170px;
	margin:0 auto;
	margin-top:17px;
	margin-bottom:17px;
	text-align:center;
}

/* LINKS and HOVERS */
a:link {
	color:#47546E; 
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	color:#47546E; 
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#333333;
	text-decoration:none;
	background-color:transparent;
	}
a:active {
	color:#333333; 
	text-decoration:none;
	}

/* Div tag navigation id */
#navigation {
	margin:1em auto;
	text-align:center;
	font-family:verdana,sans-serif;
	font-size:17px;
	letter-spacing:2px;
/*	word-spacing:; */
	margin-top:4px;
	margin-bottom:4px;
	padding-top:4px;
	padding-bottom:4px;
	width:750px;
}
/* List Styling for Navigation Links */
#nav {
	padding:0;
	margin:0;
	white-space:nowrap;
}

#nav a:link {
	padding:0.2em 1em;
}

#nav a:visited {
	padding:0.2em 1em;
}

#nav a:hover {
/*	color:#50656D; */
	color:#303D42;
}

#nav li {
	display:inline;
	border-style:solid none solid none;
	border-width:1px;
	border-color:#FFFFFF;
/*	padding:0.2em 1em; */
}

#nav li:hover  {
	display:inline;
	border-style:solid none solid none;
	border-width:1px;
	border-color:#000000;
}

#nav li:active  {
	display:inline;
	border-style:solid none solid none;
	border-width:1px;
	border-color:#000000;
}

.main {
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	padding-top:14px;
	padding-bottom:18px;
	width:750px;
}

.content {
	margin-left:14px;
	margin-right:14px;
}

#video {
	border:1px solid #9A9A9A;
	background:#000000;
	padding:5px;
	margin:4px;
}

div.testimonial {
	text-align:right;
	padding-right:15px;
}

hr.tSep {
	border-color:#697CA2 -moz-use-text-color #697CA2;
	border-style:dotted;
 	border-style:dotted none solid; 
	border-width:1px 0;
	height:1px;
	margin:auto;
	text-align:center;
	width:75%;
}

div.hr {
	background:#697CA2;
	height:1px;
	line-height: 1px; /*needed for IE/win*/ 
	font-size: 1px; /*needed for IE/win*/ 
	margin:auto;
	text-align:center;
	width:75%;
}

div.hr hr { 
	display: none; 
} 

/************** Footer Styling ****************/
.footer {
	width:750px;
	text-align:right;
	font-size:12px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
}

div.footerText {
	color:#303D42;
	padding-left:4px;
	padding-right:14px;
	display:inline;
}

/*
#socialLinks {
	float:left;
	padding-left:4px;
	vertical-align:middle;
}

a img.socialIcon {
	border:0px;
	padding:2px;
	vertical-align:middle;
}

a:hover.socialIcon img{
	border:0px;
}
*/