@charset "UTF-8";
/* CSS Document */


body { font: 100% Verdana, Geneva, sans-serif;
	background: #666666;
	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: #000000;
	background-image: url(bg_grayor.jpg);
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #subContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* links */

a:link, a:visited {
	color:#666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
	
	a:hover, a:focus {
	text-decoration: none;
	color: #C60;
}

/* header */

.oneColFixCtr #header {
	background: #333;
	padding: 10px 20px 10px 45px;
	color: #F90;
	letter-spacing: 0px;
}
.oneColFixCtr #name {
	font-family: "liberation-sans-1","liberation-sans-2";
}

.footer_style #container {
	position: absolute;
	width: 900px;
	left: 50px;
	top: 0px;
	background-color: #FFF;
	height: 500px;
	margin-left: 40px;
	z-index: -2;
}

.footer_style #header {
	font-family: "sax-mono-1","sax-mono-2";
	font-size: medium;
	font-weight: bold;
	height: 30px;
	width: 450px;
	left: 55px;
	top: 10px;
}
/* menu */

p#menuHome {
	float: left;
	margin-right: 10px;
	
}

p#menuHome a {
    display: block;
    width: 16px;
    height: 16px; 
}

#menuTop {
	position: relative;
	background-repeat: repeat-x;
	padding-top: 0px;
	height: 55px;
	font-size: x-small;
	left: 290px;
}

#menuTop ul, #menuTop li {
    margin: 0;
    padding: 0;
}

#menuTop ul {
    list-style-type: none;
}

#menuTop li {
	display: block;
	background-color: #333;
	width: 110px;
	height: 20px;
	margin: 0 3px 0 0;
	padding: 0;
	border-left: 2px solid white;
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px;
}

#menuTop a:link, #menuTop a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	text-decoration: none;
	font-size: x-small;
	padding-left: 10px;
}

#menuTop a:hover {
	color: #F90;
}

ul.menuHoriz li {
    float: left;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 38px;
}

/* nested menu */

ul#menuSubOne   {
	left: 115px;
	top: 20px; }

/* h1 */

h1 { font: Verdana, Geneva, sans-serif; font-size: small; font-weight: normal; color: #666; padding-left: 10px; }

/* p */

p { font: 11px /  1.5 Verdana, Geneva, sans-serif; color: #222222; text-align: left; }

/* 3 paragraphs below slideshow */

ul#p {
	list-style-type : none;
	width: 820px;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	overflow: auto;
}

li#p1 {
	float: left;
	width: 270px;
	padding: 0;
	background-color:#ffeddd;
}

li#p2 { float: left;
width: 270px;
padding: 20; 
background-color:#FFF }

li#p3 { float: left;
width: 270px;
padding: 20; 
background-color:#ddf9ff; 
overflow: auto;}

h3 { margin: 0 10px;
padding: .5em 0 0 0 ;
font-size: 100%;


}

h3 img { display: block; border:none;}

p { margin: 0 10px;
padding: 0 0 .5em 0; }



/* footer */
 
#footerp {
	font: 10px Verdana, Geneva, sans-serif;
	color: #CCC;
	text-align: center;
	display: block;
	background-color:#333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	 }
