﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html
{
    overflow-y: scroll;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html
{
    background-color: #abdbef;
    background-image: url(../images/bg_03.jpg);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}
body 
{
    background-image: url(../images/bg_01.jpg);
    background-repeat: repeat-x; 
    font-family: Helvetica;
    font-size: .85em;
    margin: 0;
    padding: 0;
}

/** Menu **/
a
{
    color: #009ade;
}
a:hover
{
    color: teal;
}
.Canvas
{
    margin: 0 auto;
    min-height: 1024px;
    padding: 0;
    width: 900px;
}
#IZNav
{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 190px;
    position: absolute;
    top: 0px;
    width: 900px;
}
.IZTabs
{
    position: absolute;
    top: 68px;
    left: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.IZTabs li.NavItem
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.IZTabs li.NavItem h2
{
    margin: 17px 0 0;
    padding: 0;
}
.IZTabs li.NavItem h2 a
{
    display: block;
    font-size: 0pt;
    height: 61px;
    background-image: url(../images/tabs_off.png);
    text-decoration: none;
    color: #a3dce3;
}
.IZTabs li.NavItem h2 a:hover, .IZTabs li.NavItem a.Active
{
    background-image: url(../images/tabs_on.png);
}
.IZTabs li.NavItem a.WhatsNew
{
    background-position: 0px 0;
    width: 140px;
}
.IZTabs li.NavItem a.PlanAVisit
{
    background-position: -139px 0;
    width: 115px;
}
.IZTabs li.NavItem a.ProgramsAndEvents
{
    background-position: -254px 0;
    width: 182px;
}
.IZTabs li.NavItem a.ExhibitsAndPlaces
{
    background-position: -436px 0;
    width: 171px;
}
.IZTabs li.NavItem a.SchoolsAndGroups
{
    background-position: -607px 0;
    width: 180px;
}
.IZTabs li.NavItem div.IZMenu
{
    display: none;
}
.IZTabs li.NavItem:hover div.IZMenu
{
    display: block;
}
.IZMenu
{
    background-repeat: no-repeat;
    height: 330px;
    margin: 0; 
    padding: 0;
    position: absolute;
    width: 201px;
}
.IZMenu ul
{
    font-size: 11pt;
    margin: 0;
    padding: 0 0 0 30px;
    position: absolute;
    top: 25px;
    list-style-type: square;
    list-style-position: outside;
    color: #64f8af;
    text-align: left;
    width: 155px;
    top: 0;
    left: 10px;
}
.IZMenu ul li
{
    margin: 0;
    padding: 4px 0;
}
.IZMenu ul li a
{
    color: #009ade;
    font-weight: normal;
    text-decoration: none;
    font-family: Lucida Sans Unicode, Lucida Console, Verdana;
    font-size: 10pt;
    display: block;
}
.IZMenu ul li a:hover
{
    color: #009ade;
    text-decoration: underline;
}

.IZMenu ul li:hover
{
    color: #ffe40f;
}

/** End Menu **/

.FeatureImage
{
    float: right;
    margin-top: 20px;
    margin-right: -100px;
    text-align: center;
    position: Relative;
    width: 300px;
    z-index: 2;
}

.LogoLink
{
    height: 100px;
    position: absolute;
    left: 65px;
    width: 205px;
    z-index: 3;
}

.ContentTemplate
{
    font-size: 11pt;
    line-height: 1.5em;
}

h1
{
    color: #009ade;
    font-size: 12pt;
    font-weight: bold;
}

.IZSubLinks
{
    font-size: 10pt;
    list-style-type: none;
    position: absolute;
    left: 365px;
    top: 35px;
    z-index: 3;
}

.IZSubLinks li
{
    float: left;
    padding: 0 5px;
}

.IZSubLinks li a
{
    color: #000;
    text-decoration: none;
}

.IZSubLinks li a:hover
{
    color: #666;
    text-decoration: underline;
}

.Footer a
{
    color: #000;
    text-decoration: underline;
}

.Footer a:hover
{
    color: #69eafc;
}

.Footer .AdminFooter a:hover
{
    color: #555;
}

.SubMenu
{
    font-size: 10pt;
    color: #000;
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}

.SubMenu li
{
    float: left;
    margin: 0 6px 0 2px;
    padding: 2px 0;
    line-height: 12pt;
}

.SubMenu li a
{
    color: #666;
}

.SubMenu li a:hover
{
    color: #000;
}

.ValidationSummary
{
	background-color: #eee;
	border: solid 2px #FF0000;
	font-size: 1em;
	padding: 15px;
	margin: 10px 0px 15px 0px;
	color: #000000;	
	display: block;
}


.ValidationSummary ul
{
	padding: 0px;
	margin: 15px 0px 10px 35px;
}

.ValidationSummary li
{
	list-style-type: square;
}

.contentTable
{
	border: solid 1px #009ade;
	border-collapse: collapse;
	width: 100%;
}

.contentHeaderCell
{
	background-color: #009ade;
	border: solid 1px #009ade;
	color: #64eafd;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}

.contentCell, .contentActionCell, .contentTitleCell
{
	border: solid 1px #009ade;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.contentActionCell
{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 125px;
}

.contentTitleCell
{
	font-size: 12px;
}

.editorHeader
{
	color: #213770;
	margin-bottom: 5px;
}

.editorSubHeader
{
	font-weight: bold;
	font-size: 1em;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.optionBody
{
	padding-left: 25px;
}

.categoryHeaderCell
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	padding-left: 5px;
}

.ContactUsTable
{
    margin: 25px 0 0;
}
.ContactUsTable td
{
    font-size: 10pt;
    padding-right: 15px;
    vertical-align: top;
}

.SplashHeader
{
    width: 900px; 
    height: 215px; 
    margin-top: -15px; 
    background-repeat: no-repeat;
}

#ContentWrapper
{
    width: 900px; 
    position: relative; 
    min-height: 382px; 
    margin-top: -28px; 
    background-image: url(../images/content_top.png); 
    background-repeat: no-repeat;
}

.ContentBottom
{
    position: absolute; 
    bottom: 30px; 
    background-image: url(../images/content_bottom.png); 
    background-repeat: no-repeat; 
    background-position: bottom; 
    height: 202px; 
    width: 900px;
}

#ContentRepeat
{
    background-image: url(../images/content_repeat.png); 
    background-repeat: repeat-y; 
    width: 900px; 
    top: 250px; 
    height: 400px; 
    position: absolute; 
    background-position: top; 
    z-index: 0;
}

h1
{
    font-size: 1.5em;
    margin: 25px 0 10px -3px;
}
h2
{
    font-size: 1.25em;
    margin: 15px 0 10px -3px;
}
p+p
{
    margin-top: 12px;
}

.article
{
    width: 715px;
    margin: 0 auto;
}


.SearchResultsTable
{
	font-size: .85em;
	width: 100%;
	padding: 2px 2px 2px 2px;
	empty-cells: show;
}

.SearchResultsTable th, .SearchResultsTable td
{
	padding: 2px;
}

.SearchResultsTableRows, .SearchResultsTableRowsAlt
{
	margin: 4px 4px 4px 4px;
}

.SearchResultsTable th
{
	color: #666;
	background-color: #CCCCCC;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableHeader
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight:bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableRowsAlt
{
	background-color: #DFDFDF;
}


