@charset "UTF-8";
body  {
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0px; /* 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-color: #666;
}
p {
	padding: 0.6em 0em;
	margin: 0em;
}
#top_bg_container {
	background: url(../images/top_grid_bg.gif) repeat-x top;
}
#bottom_bg_container {
	background: #FFF url(../images/bottom_bg.gif) repeat-x bottom;
}
.twoColFixLtHdr #container {
	width: 826px;
	margin: 0px auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 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. */
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar {
	width: 241px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	/*padding-bottom: 300px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#allContent {
	overflow: auto;
	background-color: #2f2f2f;
	margin-left: 18px;
	/*background-image: url(../images/sidebar_bg.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.twoColFixLtHdr #mainContent {
	margin: 0px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCC;
	width: 567px;
	float: right;
}
div#flashWrapper {
	height: 275px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
div#showcaseSlideshow {
	height: 225px;
	width: 300px;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


div#contentBlock {
	height: 550px;
	min-height: 550px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
html>body div#contentBlock {
	height: auto;
}

div#contentBlock div.photo-frame {
	width: 249px;
	float: right;
}
div#contentBlock div.photo-border {
	margin: 15px 0px 5px 10px;
}
div#contentBlock div.photo-frame img {
	border: 4px solid #ffffff;
	border-right: none;
}

/* *
 * Content Links
 * */

div#contentBlock a {
	color: #000000;
	text-decoration: underline;
}
div#contentBlock a:hover {
	color: #ffff00;
	text-decoration: underline;
}

/* *
 * Table Of Contents
 * */

div#contentBlock div.toc {
	background-color: #ababab;
	border-bottom: 1px solid #ffffff;
}

/* *
 * Body
 * */

.twoColFixLtHdr #mainContent p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent ul li {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0.2em 0em 0.1em 1.4em;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#mainContent ol {
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 0px 10px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent ol li {
	padding: 0.2em 0em 0.1em 0px;
	font-size: 1em;
	line-height: 1.4em;
}
#sidebar_menu ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCFF29;
	border-bottom-color: #F9FF3C;
	padding: 0px;
	margin: 0px;
}
#sidebar_menu ul li {
	display: inline;
}
#sidebar_menu ul li a {
	background-color: #999;
	display: block;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 40px;
	padding-right: 0px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-decoration: none;
	color: #333333;
	background-image: url(../images/sidebar_menu_bg.gif);
	background-repeat: repeat-y;
}

#sidebar_menu ul li a:hover {
	background-image: url(../images/sidebar_hiliter.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	background-color: #888888;
	color: #CCCCCC;
}

.twoColFixLtHdr #footer {
	background:#000;
	height: 50px;
	color: #999999;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.13em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer a {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 0.13em;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
#sidebarBottom{
	background-color: #309;
	width: 241px;
	padding: 0px;
	float: left;
	margin: 0px;
}
#sidebar p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #bbb;
	font-size: 11px;
	line-height: 1.5em;
}
#mainContent h1 {
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	color: #333333;
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#mainContent h2 {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	color: #333333;
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	color: #333;
	background-image: url(../images/subheads/dividing-header.png);
	background-repeat: no-repeat;
	font-weight: normal;
	padding: 0.4em 0em 0.2em 0.6em;
	margin: 0.5em 0em 0.5em 0em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#mainContent h5 {
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent h6 {
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent pre {
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent address {
	padding-left: 10px;
	padding-right: 10px;
}

.subhead_yellow_top {
	background-image: url(../images/subheads/yellow_top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2F2F2F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.subhead_gray_top {
	background-image: url(../images/subheads/gray_top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.subhead_yellow_mid {
	margin: 0px;
	padding: 0px 0px 2px 10px;
	background-color: #FCFF29;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2F2F2F;
	letter-spacing: 0.05em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #333;
	width: 337px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
div.admin {
	background-color: #D9D9EC;
	text-align: left;
	border: 10px solid #555;
	padding: 2em;
}
div.admin h1 {
	font-size: 1.5em;
}
div.admin div.edit {
	width: 75%;
}
/*
div#Notification div.error {
	font-weight: bold;
	color: #FF0000;
}
div#Notification div.message {
	font-weight: bold;
	color: #009900;
}
*/
div.breadcrumb {
	background-color: #666666;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	height: 18px;
	overflow: hidden;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-left: 1.5em;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
div.breadcrumb a {
	color: #FFF;
	text-decoration: none;
}
div#sidebar div.separator {
	background-image: url(../images/sidebar_separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
div#sidebar ul.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0.5em 0em 0em 1.2em;
	padding: 0px;
	list-style-type: none;
}
div#sidebar ul.list li {
	background-image: url(../images/sidebar_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0.5em 0em 0.5em 1.5em;
	line-height: 1.4em;
}
div#sidebar ul.list li a {
	color: #FFF;
	text-decoration: none;
}
div#sidebar ul.list li a:hover {
	text-decoration: underline;
}
div.sidebarlogin, div.sidebarlogin form {
	margin: 0px;
	padding: 0px;	
}
div.sidebarlogin input.text {
	background-color: #CCCCCC;
	border: 1px solid #FFFF00;
	margin: 0px;
	padding: 0px;
	width: 135px;
	vertical-align: top;
}
div.sidebarlogin div {
	padding: 0px;
	margin: 7px 0px;
}

img.photo, canvas.photo {
	border: 1px solid #aaaaaa;
}
img.right, canvas.right {
	float: right;
}
img.left, canvas.left {
	float: left;
}

/* *
 * Notification
 * */
 
div#Notification{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#Notification div {
	padding: 0.4em 0.4em 0.4em 2em;
}
.message {
	background-color: #CDF5BC;
	border: 1px solid #00CC33;
	background-image: url(../images/notification-message.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.error {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C10000;
	background-image: url(../images/notification-error.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
div#Notification div.message a {
	color: #000;
	text-decoration: underline;
}
div#Notification div.error a {
	color: #FFF;
	text-decoration: underline;
}
