@charset "utf-8";
/* CSS Document */
body, h1, h2, p, ul, li, a {
	margin: 0px;
	padding: 0px;
	}
h1 {
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* text-algn centre was here. this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container #sidebar1 li a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 li a:visited {
	color:#FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 li a:hover {
	background: #666666;
}

.twoColFixLtHdr #container #sidebar1 li a:active {
	background: #282828;
	color: #999999;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: left;
	background: url(images/contact/contact_background.gif);
	height: 1200px;
} 
.twoColFixLtHdr #header {
	padding: 20px 10px 0px 115px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px;
	width: 900px;
	font: lighter normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
.twoColFixLtHdr #container #header #illustration {
	float: right;
	color: #56A8B1;
	margin-top: 14px;
	margin-right: 140px;
	letter-spacing: 0.5em;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}
twoColFixLtHdr #container #footer #thumbnails ul {
	list-style: none;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style: none;
	margin: 8px 0px 0px 68px;
	display: block;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #999999 no-repeat center center;
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	display: block;
	text-align: left;
	margin: 0px 0px 3px;
	padding: 3px 0px 0px 5px;
}
.twoColFixLtHdr #container #mainContent .email a {
	color: #FFFFFF;
	text-decoration: none;
	background: #666666 center center;
	display: block;
	height: 30px;
	text-align: center;
	list-style: none;
	width: 210px;
	margin: 0px auto;
	padding: 4px 33px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.twoColFixLtHdr #container #mainContent .email a:link {
	background:#999999;
	text-align: center;
	vertical-align: middle;
	height: 22px;
} 
.twoColFixLtHdr #container #mainContent .email a:hover {
	background: #666666;
} 
.twoColFixLtHdr #container #mainContent .email a:active {
	background: #282828;
} 
.twoColFixLtHdr #container #mainContent .email a:visited {
	background: #999999;
	height: 22px;
}



.twoColFixLtHdr  #container  #sidebar1  .herecontact {
	background: #CCCCCC no-repeat;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	padding: 3px 0px 0px 5px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #3D5787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px;
	position: relative;
	margin-top: 124px;
}
.twoColFixLtHdr #mainContent {
	margin: 128px 0 0 276px; /* 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. */
	padding: 0;
	height: 450px;
	width: 424px;
	clear: right;
	position: relative;
	background: url(images/contact/gradient-background.gif) no-repeat;
} 
.twoColFixLtHdr #container #mainContent p {
	font: small Arial, Helvetica, sans-serif;
}
twoColFixLtHdr #container #mainContent #screen #blank {
	background: #FFFFFF url(images/faces/faces_screen.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 25;
	visibility: visible;
}
twoColFixLtHdr #container #footer #thumbnails li {
}
woColFixLtHdr #footer {
	padding: 0 10px 0 30px;
	position: relative;
	margin-top: 69px;
	height: 130px;
	width: 500px;
	margin-left: 220px;
} 
twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
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-left: 8px;
}
fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
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;
}
twoColFixLtHdr #container #mainContent #screen #blank {
	background: url(images/contact/details3.jpg);
	position: absolute;
	height: 385px;
	width: 604px;
	z-index: 26;
}
 
.twoColFixLtHdr #container #mainContent ul {
	font: medium Arial, Helvetica, sans-serif;
	text-align: center;
	list-style: url(none) none;
}
.twoColFixLtHdr #container #mainContent .grey {
	color: #666666;
}

