@charset "utf-8";
/* Eric Meyer's resets to attempt to bring IE into compliance and make all the browsers behave the same way.  Thank you Eric! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of Eric Meyer's reset code */

body  {
	font: 100% "Comic Sans MS", Arial, Helvetica, sans-serif;
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:larger;
}
#container {
	width: 980px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#copyright p{
	padding: 0 0 0 0;
	font-size: x-small;
}
#emlist {
	padding: 0 0 0 200px;
	text-align:left;
}
#emlist1 {
	padding: 0 0 0 125px;
	text-align:left;
}
#footer {
	margin: 0; 
	width: 610px;
	padding: 5px 0 0 0;
}
#googleMap {
	padding: 15px 0 0 70px;
}
#mainContent {
	margin: 0 0 0 343px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 610px;
	padding: 15px 0 0;
}
#MenuBar1 {
	margin-left: 82px;
}

#MenuBar2 {
	margin-left: 127px;
}
#phpginst {
	font-size: small;
	padding: 5px 0 0 30px;
}
#phpgth {
	font-size: small;
}
#phone p {
	text-align: center;
	font-size: medium;
	font-weight:bold;
	padding:10px 0 0 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 293px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 5px 0;
	margin: 0;
}
#sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#txtpgabout {
	padding: 10px 0 25px 0;
	text-align:center;
	width: 555px;
}
#txtpgcontact {
	padding: 25px 0 25px 0;
	text-align:center;
	width: 555px;
}
#txtpgemployment {
	padding: 0px 0 25px;
	text-align:center;
	width: 555px;
}
#txtpglinks{
	padding: 25px 0 25px 0;
	text-align:left;
	width: 555px;
}
#txtpgphotos {
	padding: 10px 0 25px 0;
	text-align:center;
	width: 555px;
}
#txtpgprivacy {
	padding: 25px 0 25px 0;
	text-align:center;
	width: 555px;
}
#URHere {
	font-size: medium;
	font-weight: bold;
	color:#0066FF;
	background: #000000; /* work around an IE bug that fails to inherit bg color for first item in horiz. menu bar */
}
.accordionBody {
	padding: 0 0 0px 15px;
	font-size: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	margin-left: 8px;
	width: 390px;
	padding: 0 0 0 0;
}
.fltrt p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: center;
	font-size: small;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.hiddenImg {
	display: none;
}
.project { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 555px;
	padding: 25px 0 0 0;
} 
.projectDetails {
	width: 555px;
	text-align: center;
	font-size:12px;
	padding: 3px 0 0 0;
}
.projectDetailsLg {
	width: 555px;
	text-align: center;
	font-size:16px;
	padding: 3px 0 0 0;
}
.projectDetailsLong {
	width: 608px;
	text-align: center;
	font-size:12px;
	padding: 3px 0 0 0;
}
.projThumbs {
/*	width: 56px;
	height: 44px; */
	padding: 5px 0 0 8px;
}
.thumb {
	padding: 0;
}
