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

/* TYPE */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.6;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
pre {
	font-family: Courier New, Courier, monospace;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, Georgia, Times, serif, Times New Roman;
	text-shadow: 3px 3px 3px #000;
}
h1#dark {
	font-size: 3em;
	font-weight: bold;
	color: #333333;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.4;
	padding-bottom: 5px;
	text-shadow: 3px 3px 3px #000;
}
h1#light {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.4;
	padding-bottom: 5px;
	text-shadow: 3px 3px 3px #A6A6A6;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	padding-top: 14px;
	padding-bottom: 14px;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333333;
	padding-top: 12px;
	padding-bottom: 12px;
}
h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
}
h6 {
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul, ol {
}
li {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
ul, ul li {
	list-style-type: square;
	list-style-position: outside;
}
ol, ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
a {
	text-decoration:none;
	color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
	padding-bottom: 2px;
}
a:hover {
	text-decoration:none;
	color: #0066FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
}

/* LAYOUT */
#wrapper {
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(page-topedge-tilex.gif);
	background-repeat: repeat-x;
	height: 165px;
	width: 1040px;
}
#header h1#logoreplace-daytime-png {
	height: 157px;
	width: 143px;
	overflow: hidden;
	background-image: url(logo-daytime.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header h1#logoreplace-nighttime-png {
	height: 157px;
	width: 143px;
	overflow: hidden;
	background-image: url(logo-nighttime.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header h1#logoreplace-daytime-gif {
	height: 157px;
	width: 143px;
	overflow: hidden;
	background-image: url(logo-daytime.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header h1#logoreplace-nighttime-gif {
	height: 157px;
	width: 143px;
	overflow: hidden;
	background-image: url(logo-nighttime.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#page {
	background-color: #bdbec0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#page-inner {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
#footer {
	background-color: #BDBEC0;
	background-image: url(footerlogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 960px;
	font-size: 0.7em;
	color: #333333;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 2;
}

/* NAVIGATION */
#navgroupbar li {
	line-height: 50px;
	height: 44px;
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	background-image: url(navgroup-tilex.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: top;
}
#navgroupbar li:hover {
	background-image: url(navgroup-tilex.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
}
#navgroupbar li#selected {
	background-image: url(navgroup-selected-tilex.gif);
	background-repeat: repeat-x;
	line-height: 50px;
}
#navsubbar li {
	line-height: 30px;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	background-image: url(subnav-active.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navsubbar li:hover {
	background-position: top;
}
#navsubbar li#selected {
	background-image: url(subnav-selected.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#headersection {
	float: right;
	height: 165px;
	width: 680px;
}
#navgroupsection {
	padding-right: 10px;
	padding-left: 10px;
	width: 660px;
}
#subnavsection {
	height: 40px;
	width: 670px;
	padding-top: 10px;
	background-color: #bdbec0;
	padding-left: 10px;
}
#quickcontactsection {
	height: 71px;
	color: #999999;
}
#quickcontactsection a {
	color: #999999;
}
ul#quickcontact li {
	float: right;
	list-style-image: none;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}

/* IMADETHIS */
#imadethis {
	position: absolute;
	width: 280px;
	z-index: 100;
	margin-left: 610px;
	padding-right: 20px;
	padding-left: 90px;
	height: 340px;
	background-image: url(imadethis.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#imadethis h1 {
	color: #CCCCCC;
}
#imadethis a {
	color: #FFFFFF;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}
#imadethis a:hover {
	color: #33CCFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#examplesite {

}
.behind {
}
#block-group {
	background-image: url(blockcolumns.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#block-left {
	float: left;
	width: 300px;
	background-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	height: auto;
}
#block-middle {
	float: left;
	width: 280px;
	background-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
}
#block-right {
	float: left;
	width: 280px;
	background-color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
}

/* WARNING MESSAGE */
#warningmessage {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-image: url(book_warning.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* UTILITY CLASSES */
#clear {
	clear: both;
}
