@charset "utf-8";
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 */
	padding: 0px;
	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: #000000;
	background-image: url(images/pageback.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/side-back.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #0b5182;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url(images/top-back.gif);
	height:140px;
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 0px 0px;
	height: 550px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 550px;
} 
.twoColFixRtHdr #mainContent 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 */
	color:#0b5182;
	text-align:left;
	font-size:75%;
}
.twoColFixRtHdr #mainContent h1 {
	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 */
	color:#0b5182;
	text-align:left;
	font-size:110%;
}
.twoColFixRtHdr #mainContent h2 {
	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 */
	color:#0b5182;
	text-align:left;
	font-size:100%;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0b5182; 
} 
.twoColFixRtHdr #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 */
	color:#FFF;
	text-align:center;
	font-size:70%;
}
.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;
}

#mainNav {
	background: #0b5182;  /* 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. */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:30px;
} 

#mainNav ul {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #0b5182;
	float: left;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-right: 1.8em;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
}

#mainNav li a:hover {
	background: url(/images/about-back-h.gif);
	color: #ffffff;
	text-decoration:underline;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

/* ABOUT NAVIGATION */

ul#aboutNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 200px;
	font-size: 90%;
}

#aboutNav a {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background: url(/images/about-back.gif) repeat-x left top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#aboutNav a:hover {
	font-size: 85%;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	background: url(/images/about-back-h.gif);
	color: #000000;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#aboutNav .nolink {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: #ECECEC;
	line-height: 18px;
}

#home #aboutNav a#homelink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(/images/back-list-here.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#home #aboutNav a#homelink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/back-listb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#aboutNav a.sub {
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-color: #FFFFFF;
}

#aboutNav a.sub:hover {
	font-weight: normal;
	font-size: 70%;
	text-decoration: underline;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-color: #85CFED;
}

#scan #aboutNav a#scanlink,
#contact #aboutNav a#contactlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/about-back-here.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}

p.desc
{
	float: right;
	width: auto;
	padding-left: 4px;
	text-align:center;
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: 0;
	margin-left: 1em;
	border:1px solid #006;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.twoColFixRtHdr #container #header .desc3 {
	font-size: 70%;
	width:250px;
	text-align: center;
	float: right;
}

div.img2
{
	margin: 4px;
	height: auto;
	width: 250px;
	float: right;
	text-align: top;
	padding: 0px;
}	
div.img2 img2
{
  display: inline;
  margin: 2px;
  border: 0px solid #ffffff;
}
div.img2 a:hover img2 {border: 0px solid #0000ff;}
div.desc2
{
  text-align: center;
  font-weight: normal;
  width: 250px;
  margin: 2px;
}

.twoColFixRtHdr #container #mainContent ul li {
	font-size: 80%;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-size: 70%;
}
#name #container #mainContent table tr td {
	font-size: 70%;
}
#name #container #mainContent table {
	color: #0B5182;
}

.imagepad {
	padding: 4px;
}
.imagepadr {
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 4px;
}