@charset "UTF-8";
body  {
	margin: 0; /* 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: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 88%;
	background-color: #FFFFFF;
	background-image: url(IMAGES/hr_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.6em;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
} 
#header  {
	padding: 0;  /* 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. */
	background-image: url(IMAGES/otters.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 261px;
} 
#face {
	position: relative;
	left: 0px;
	top: 0px;
}
#name    {
	position: absolute;
	left: 110px;
	top: 30px;
	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 */
}
#strapLine {
	position: absolute;
	top: 75px;
	left: 110px;
	height: 29px;
}
#callNo {
	padding-right: 10px;
	position: relative;
	text-align: right;
	float: right;
	padding-top: 44px;
}
#glowType1 {
	position: relative;
	left: 45px;
	top: 20px;
}
#glowType2 {
	position: absolute;
	left: 1px;
	top: -2px;
	width: 781px;
}
#skillsList {
	text-align: right;
	position: relative;
	float: right;
	right: 210px;
	top: 0px;
}
#skillsList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#skillsList li {
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.2em;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF6666;
}
#sidebar1 a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#sidebar1 a:hover, #sidebar2 a:focus, #sidebar2 a:active {
	display: block;
	background-color: #680901;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #680901;
	color: #FFFFFF;
}	
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 40px;
} 
#mainContent ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#mainContent li {
	margin: 0px;
	padding: 0px;
}
#mainContent a {
	color: #000099;
	background-color: #F0F0F0;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	border-bottom-color: #C1C1C1;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	background-color: #ECECEC;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #680901;
}
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#footer  {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
} 
#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 */
}
#validation {
	float: right;
	position: relative;
	top: 10px;
	text-align: right;
}
#validation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#validation li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.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;
}
.offLeft {
	margin-left: -9999px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
h2 {
	font-size: 130%;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
}
h3 {
	font-size: 150%;
	font-weight: normal;
	color: #FFFF66;
	margin-bottom: 0px;
	display: block;
}
h4 {
	color: #680901;
	font-size: 150%;
	font-weight: normal;
}
h5 {
	font-size: 88%;
	color: #ffffff;
}
h6 {
	font-size: 100%;
	color: #680901;
}
#validation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
sup {
	font-size: 70%;
	padding-top: 0px;
}
#GoogleMap {
	float: right;
	height: 300px;
	width: 300px;
}
#Lynda {
	padding-bottom: 1em;
}
#packages {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #EBEBEB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#Snippets {
	float: right;
	width: 250px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #FEFFC9;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 20px;
	margin-left: 10px;
}
