/*
** Version 1.4 - 26 March 2007
*/

/* generic classes */

.clear {
	clear: both; 
}

.floated-l {
	float: left;
	margin-top: 3px;
	padding: 0 15px 15px 0;
}

.floated-r {
	float: right;
	margin-top: 3px;
	padding: 0 0 15px 15px;
}

.clearfix:after, .floated-l:after, .floated-r:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .floated-l, .floated-r  {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .floated-l, .floated-r  {display:block;}
/* End hide from IE Mac */

.centered {
	text-align: center;
}

div.photo {
	float:right;
	text-align:center;
	width:256px;
	padding:0px 0px 5px 12px;
}

div.next {
	float:right;
}

div.next a:link, a:visited, a:active {
	text-decoration: none;
	color: #9A4239;
}

div.next a:hover {
	text-decoration: underline;
	color: #9A4239;
}

h2.maintitle{
	text-align:center;
	color: #9A4239;
	font-size: 1.5em;
}

.blockquote {
	padding:0px 30px 15px;
}

/* Photo Gallery */

ul.gallerylist {
	list-style-type:none;
}

ul.gallerylist li {
	padding-bottom: 5px;
}

div.pgleftheader {
	margin-bottom:10px;
	display:block;
	width:264px;
	float:left;
	text-align:right;
}

div.pgrightheader {
	margin-bottom:10px;
	display:block;
	float:right;
	width:264px;
	text-align:left;
}

div.mainphoto {
	float:left;
	text-align:center;
	margin-left:2px;
}

div.img {
	float:left;
	margin:3px;
}

div.leftphotos {
	float:left;
	width:160px;
}

#GalleryCaption {
	text-align:center;
}
/* navigation lists */

ul.navlist {
	list-style-type: none;
}

ul.navlist li {
	margin-left: 0;
	margin-bottom: 0.75em;
	line-height: 1.15em;
	font-weight: 600;
}

ul.navlist li ul {
	list-style-image: url(../_img/bullet.gif);
	margin-top: 0.40em;
	margin-left: 14px;
	margin-bottom: 0;
}

#subContent ul.navlist li ul, #floatbox ul.navlist li ul {
	list-style-image: url(../_img/bullet-grey.gif);
}

ul.navlist li ul li {
	margin-bottom: 0.25em;
	font-weight: 500;
}

ul.navlist li a:link  {
	text-decoration: none;
}

ul.navlist li a:visited {
	text-decoration: none;
}

ul.navlist li a:hover, ul.navlist a:active {
	text-decoration: underline;
}

ul.navlist li ul li {
}

/* captioned images */

dl.captioned, dl.captioned-r, dl.captioned-l {
	margin-bottom: 10px;
	margin-top: 4px;
}

dl.captioned-r:after, dl.captioned-l:after, div.captioned-dual:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:inline-block;}
/* Hide from IE Mac \*/
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:block;}
/* End hide from IE Mac */

dl.captioned-r {
	float: right;
	margin-left: 12px;
}

dl.captioned-l {
	float: left;
	margin-right: 12px;
}

dl.captioned dt, dl.captioned-r dt, dl.captioned-l dt {
	display: block;
}

dl.captioned dt img, dl.captioned-r dt img, dl.captioned-l dt img {
}

dl.captioned dd, dl.captioned-r dd, dl.captioned-l dd {
	font-size: 85%;
	font-style: normal;
	color: #777777;
	margin-left: -1px;
}

span.credit {
	color: #999999;
	font-size: 90%;
}

div.captioned-dual dl.captioned {
	float: left;
	margin-right: 20px;
}


/* feature boxes */

div.feature {
	clear: both;
	padding-bottom: 2em;
}

div.feature img {
	margin-top: 3px;
	padding-bottom: 2em;
	width: 90px;
	height: 90px;
	float: left;
}

div.feature img:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.feature img:after {display:inline-block;}
/* Hide from IE Mac \*/
div.feature img:after {display:block;}
/* End hide from IE Mac */

div.feature h3 {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 105px;
}

div.feature p {
	margin: 0 0 0 0;
	padding: 0 0 0 105px;
}

div.feature p.feature-tagline {
	color: #888888;
	margin: 0 0 0.4em 0;
	font-size: 0.85em;
}

/* simple forms */

form.simpleform {
}

form.simpleform p {
	line-height: 1.1em;
	margin-bottom: 1em;
}

form.simpleform p label {
}

form.simpleform p input {
	border: 1px solid;
	padding: 2px;
}

form.simpleform select {
	border: 1px solid;
	padding: 2px;
}

form.simpleform textarea {
	border: 1px solid;
}
/* schedules */

dl.schedule {
}

dl.schedule dt {
	clear: both;
	font-weight: 600;
}

dl.schedule dd {
	margin-bottom: 1em;
}

.schedule-what {
	display: block;
	font-weight: 600;
	font-style: italic;
}

.schedule-where {
	display: block;
	margin-bottom: 0.4em;
}

/* press releases */

dl.press-releases {
}

dl.press-releases dt {
	font-weight: 600;
}

dl.press-releases dd {
	margin-bottom: 1em;
}


/* list of links */

ul.link-list {
	list-style-type: none;
}

ul.link-list li {
	margin-left: 0;
	margin-bottom: 0.75em;
	line-height: 1.15em;
}

ul.link-list li ul {
	margin-top: 0.40em;
	margin-left: 36px;
	margin-bottom: 0;
	list-style-image: url(../_img/bullet-grey.gif);
}

ul.link-list li ul li {
	margin-bottom: 0.25em;
}

ul.list li ul li {
}

ul.quick-links {
}

ul.quick-links li {
}
/* Testing */
#outer {
text-align: center;
display: table;
vertical-align: middle;
width: 528px;
height: 650px;
margin: 0 auto;
}
#outer * {vertical-align: middle;}
.middle {display: table-cell;}
.inner {padding: 1px 0;}
