@charset "UTF-8";
/* Below are standard styles */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height:15px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/_img/fadeBlueBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
img {
	border:none;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
}

p {
	margin: 6px 0px 12px 0px;
}

/*  Ailey Positioning and Layout  */

#pagecontainer {
	width:950px;
	position:relative;
	margin: auto;
}
#pageheader {
	width:900px;
	margin: 0px 25px;
	position:relative;
	height:60px;
	padding:0px;
	position:relative;
	text-align: center;
}
#subnavcontainer {
	width:875px;
	margin: 0px 30px 0px 25px;
	padding: 10px 10px 0px 10px;
	position:relative;
	background-image: url(/_img/fadeRedBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 25;
}
#contentphoto {
	width:655px;
	margin: 10px 0px 0px 0px;
	position:relative;
	padding: 0px;
	background-color: #FFFFFF;
}
#contentcontainer {
	width:875px;
	margin: 10px 30px 0px 35px;
	padding: 0px 10px 0px 0px;
	position:relative;
	background-image: url(/_img/navBackground.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 30;
}
#content {
    width:600px;
    margin: 0px 0px 0px 0px;
    float:left;
    padding:20px 10px 0px 50px;
}
#extraContent #content {
    width:380px;
    float:left;
}
#extraContent {
    margin: 0px 0px 0px 0px;
    width: 660px;
    float: right;
    padding: 0px;
}

#extraContent table.extraContent {
    margin: 20px 00px 0px 0px;
    width: 180px;
    padding: 0px;
    float:right;
}
#extraContent table.extraContent td {
	margin: 0px 00px 0px 0px;
	width: 180px;
	padding: 0px;
}
#extraContent table.extraContent td.homeColumn {
    padding:10px 10px;
    background-color: #EEEAE1;
    width: 200px;

}
#extraContent td.homeColumn h5 {
	font-size:12px;
	line-height: 16px;
	margin: 10px 0px 5px 0px;
}
#extraContent td.homeColumn p {
	margin: 5px 0px 10px 0px;
}

#footer {
	width:900px;
	margin: 15px 25px;
	position:relative;
	padding:0px;
	position:relative;
	text-align: center;
	color: #97A9CA;
	font-size:10px;
}
#footer p {
	margin: 3px 0px;
	line-height:110%;
}
#footer a, #footer a:link {
	color: #003399;
	margin: 0px 2px;
	text-decoration:none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration:underline;
}
.copyright {
	font-size:11px;
	margin: 5px 0px;
}

.clearfloats {
	clear:both;
	margin: 0px;
	line-height:1px;
	height:1px;
	font-size:1px;
}
/*   Main Navigation styles
-----------------------*/
#nav {
	width:200px;
	margin: 0px 0px 10px 0px;
	padding:0px;
	float: left;
	line-height:14px;
}

#nav ul {
	margin: 2px 0px 5px 10px;
	padding: 0px;
}
#nav li {
	line-height: 92%;
}
#nav ul li {
	margin: 3px 0px 4px 0px;
	padding: 0px 2px 0px 0px;
	list-style: none;
}
#nav p img {
	margin: 0px 0px;
	padding:0px;
}
#nav a, #nav a:link {
	color:#cc0000;
}
#nav a:hover {
	color:#990000;
}
#nav ul li ul li a, #nav ul li ul li a:link {
	color:#003366;
}
#nav ul li ul li a:hover {
	color:#003366;
}

/*   Hides all subnav in Main Navigation not relevant to current page section  */
#nav ul ul {
display:none;
}

/*   Hides the 3rd level of each in Main Nav  */
 #events  ul.events ul,  #about  ul.about ul,  #education ul.education ul,  #membership ul.membership ul,  #volunteers ul.volunteers ul {
  display:none;
}

/*   Selects current Section in the navigation and displays section subnav under section link  */
#about  ul.about, #artSeries  ul.artSeries, #education  ul.education, #aileyCamp  ul.aileyCamp, #performances  ul.performances, #events  ul.events, #calendar  ul.calendar, #membership  ul.membership, #volunteers  ul.volunteers, #rental  ul.rental {
  display:block;
}

/*   Selects current Section and Subsection in the navigation and displays Subsection subnav under section link  */
 #events.galaNav  ul.events #galaNav, #events.benefitNav  ul.events #benefitNav, #about.share  ul.about #share,  #about.committees  ul.about #committees, #about.for_committees  ul.about #committees, #about.history  ul.about #history, #education.for_students ul.education #for_students, #education.for_educators ul.education #for_educators, #membership.for_members  ul.membership #for_members, #volunteers.for_volunteers  ul.volunteers #for_volunteers {
  display:block;
}

/*   Bolds the current section in Navigation  */
#about  a.about, #artSeries  a.artSeries, #education  a.education, #aileyCamp  a.aileyCamp, #performances  a.performances, #events  a.events, #calendar  a.calendar, #membership  a.membership, #volunteers  a.volunteers, #rental  a.rental {
  font-weight:bold;
}
/*  to add extra spacing for the sub-nav menus */
#nav ul ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}

#nav ul ul, #nav ul ul ul {
font-size:11px;
margin-top: 2px;
margin-bottom: 7px;
}
#nav ul ul ul li a, #nav ul ul ul li a:link {
font-size:11px;
color:#CC0000;
}

/* Subnav Styles ---------
---------------------------*/
#subnav {
    width:190px;
    margin: 10px 5px 15px 0px;
    padding:0px;
    float:right;
}
#subnav ul {
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#subnav ul li {
	margin: 0px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	line-height:13px;
	font-size:12px;
}
#subnav #blueLinks {
	margin: 0px 0px 8px 0px;
	padding:0px;
}

#subnav ul li.blueLinks {
	margin: 0px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
}
#subnav #blueLinks a, #subnav #blueLinks a:link {
 color:#003399;
 }
 #subnav #blueLinks a:hover {
	color:#CC0000;
 }



/*   Secondary pages only
-----------------------*/
#KCFAA_Logo {
	float:right;
	padding: 0px 10px 0px 10px;
}
#sectionHdrGraphic {
	padding: 0px 10px 0px 10px;
	float: left;
}


/*  Home specific
-----------------------*/
#homeColulmns {
	width:660px;
}
#homeColumns td.blank {
	width:13px;
}
#homeColumns td.homeColumn {
	padding:0px 5px;
	width: 202px;
	line-height: 16px;
	text-align:center;
}
#homeColumns td.homeColumn img {
	padding:0px 0px;
	border: 1px solid #0033CC;
}
#homeButtons {
    position: relative;
    margin:5px 0px 5px 0px;
    border:none;
    padding:0px;
    height:29px;
    width:660px;
}
#homeButtons table.button {
	margin:0px;
	border:none;
	padding:0px;
	width:660px;
}
#homeButtons td.button {
	width:330px;
	line-height:52px;
	margin:0px 0px;
	padding:0px;
}

#homeButtons img {
	margin:0px;
	padding:0px;
	border: none;
}
#addressLogoBar table {
	width:660px;
	margin:0px 0px 0px 0px;
	}
#addressLogoBar  td  {
	width:330px;
		padding: 25px 0px 0px 0px;

}
#addressLogoBar  address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	line-height:16px;
}
#addressLogoBar  address em {
	font-style: normal;
	font-variant: small-caps;
}
#addressLogoBar  address strong {
color:#CC0000;
}

#addressLogoBar a, #addressLogoBar a:link {
color:#000;
}
#addressLogoBar a:hover {
color:#CC0000;
}
#home #content {
	width:660px;
	margin: 0px 0px 0px 0px;
	float:right;
	padding:20px 0px 0px 0px;
}


/* Secondary Page Styles ---------------
----------------------------------------*/
.subnav {
    font-size:9px;
    font-weight:bold;
    text-decoration: none;
    margin: 6px 0px 8px 0px;
    line-height: 15px;
}

.subnav em {
   padding:0px 7px;
	font-weight:normal;
   color:#003399;
}

/* Shadded box on right of content on page --
--------------------------------------------- */
#shadedBox {
	width:200px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	padding:10px;
	background-color: #F1F1F1;
	margin-top: 10px;
}
#shadedBox h3 {
	margin: 10px 0px 6px 0px;
	font-size:16px;
	color: #003366;
}
#shadedBox p {
	margin: 6px 0px 12px 0px;
	padding:0px;
}
#shadedBox ul {
	margin: 0px;
	padding:6px 0px 8px 10px;
}
#shadedBox li {
	margin: 0px;
	padding:0px 0px 0px 6px;
}

/* Form Declarations added by Jay 3/3/2008
	---------------------------------------------*/

#content form {
	margin-top: 15px;
}

#content form p {
	padding-top: 4px;
	width: 140px;
	text-align: right;
}

#content form input, #content form textarea, #content form select {
	position: absolute;
	left: 400px;
	background-color: #fff;
	color: #000;
	padding-left: 3px;
}
#content form p.inputAlign {
	margin:3px 150px;
	padding-top: 0px;
	width: auto;
	text-align: left;
    }
#content form p.inputAlign input, #content form p.inputAlign textarea, #content form p.inputAlign select {
	position: relative;
	color: #000;
    left:0px;
    }

#content form p.inputAlign label {
	padding-left: 1px;
    }

#content form input#submit {
	position: relative;
	/*margin-top: 90px;*/
	margin-bottom: 15px;
	left: 0px;
}
