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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #993399;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 2.0em;
	margin: 0px;
	padding: 0px 0px 8px 0px;
  color: #993399;
}
h2 {
	font-size: 2.0em;
	font-weight: normal;
	padding: 30px 0px 10px 0px;
	margin: 0px;
	color: #993399;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
p {
	padding: 0px 0px 24px 0px;
	margin: 0px;
	line-height: 22px;
}
p.events {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	line-height: 16px;
}
form {
	margin: 0px;
    padding: 0px;
}
table {
	margin: 0px;
    padding: 0px;
}

/* COLORS */
.color1 { color: #993399 } /* Main Purple */
.color2 { color: #ddcff5 } /* Lighter Purple */
.color3 { color: #fff } /* White */

/* HEADER */
#hd-container {
	margin: auto;
    background: #993399 url(../img/header-bg.gif) center no-repeat;
    text-align: center;
}

/* NAV */
#nav-container {
	background: #993399 url(../img/nav-bg.gif) center no-repeat;
	height: 49px;
    margin: auto;
}
#nav {
    width: 692px;
    margin: auto;
    text-align: center;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 49px;
}
#nav li {
	float: left;
    margin: 0 3px 0 0;
    padding-left: 21px;
	height: 49px;
}
#nav li a {
    display: block;
    float: left;
    line-height: 35px;
    padding-right: 21px;
    text-decoration: none;
	height: 49px;
    color: #ae8ec1;
    font-size: 1.3em;
}
#nav li a:hover {
	color: #993399;
}
#nav li.current1 {
	background: url(../img/tab-active1.gif) no-repeat;
}
#nav li.current1 a {
	background: url(../img/tab-active1.gif) 100% 0 no-repeat;
    color: #993399;
    line-height: 45px;
}
#nav li.current2 {
	background: url(../img/tab-active2.gif) no-repeat;
}
#nav li.current2 a {
	background: url(../img/tab-active2.gif) 100% 0 no-repeat;
    color: #993399;
    line-height: 45px;
}
#nav li.current3 {
	background: url(../img/tab-active3.gif) no-repeat;
}
#nav li.current3 a {
	background: url(../img/tab-active3.gif) 100% 0 no-repeat;
    color: #993399;
    line-height: 45px;
}
#nav li.current4 {
	background: url(../img/tab-active4.gif) no-repeat;
}
#nav li.current4 a {
	background: url(../img/tab-active4.gif) 100% 0 no-repeat;
    color: #993399;
    line-height: 45px;
}

/* PAGE CONTENT */
#pagecontent {
	background: url(../img/body-bg.gif) top center no-repeat;
}
#homecontent {
	width: 707px;
    margin: auto;
    background: #fff;
}
#col-container {
	width: 707px;
    margin: auto;
	background: #fff;
}
#leftcol1 {
	width: 290px;
    float: left;
}
#rightcol1 {
	background: #fff url(../img/right-col-bg.jpg) top right no-repeat;
    margin-left: 290px;
    padding: 0px 42px 0px 12px;
}
#leftcol2 {
	width: 361px;
	background: #fff url(../img/left-col-bg.jpg) top left no-repeat;
    padding: 0px 12px 0px 37px;
    float: left;
}
#rightcol2 {   
    margin-left: 415px;
}
.pod-container {
	padding-left: 38px;
    width: 228px;
}
.pod-hd {
	background: #ddcff5 url(../img/pod-hd.gif) top center no-repeat;
    height: 7px;
}
.pod-hd2 {
	background: #d3dbf5 url(../img/pod-hd2.gif) top center no-repeat;
    height: 7px;
}
.pod-bd {
	background-color: #ddcff5;
	padding: 3px 12px 0px 12px;
}
.pod-bd2 {
	background-color: #d3dbf5;
	padding: 3px 12px 0px 12px;
}
.pod-ft {
	background: url(../img/pod-ft.gif) no-repeat;
    height: 23px;
    text-align: right;
    font-size: 0.8em;
    padding-right: 16px;
}
.pod-ft a {
	text-decoration: none;
    color: #fff;
}
.readmore {
	line-height: 23px;
}
.pod-ft-sml {
	background: #ddcff5 url(../img/pod-ft-sml.gif) top center no-repeat;
    height: 7px;
}.pod-ft-sml2 {
	background: #d3dbf5 url(../img/pod-ft-sml2.gif) top center no-repeat;
    height: 7px;
}

/* SERVICES */
ul.serviceslist {
	margin: 0px;
    padding: 0px;
}
ul.serviceslist li {
	list-style: none;
    height: 30px;
    line-height: 30px;
}
/* BIO */
ul.appearances {
	margin:0px;
    padding:0px 0px 12px 0px;
}
ul.appearances li {
	list-style: none;
    height: 20px;
    line-height: 20px;
    padding-left: 40px;
    font-weight: bold;
}
/* EVENTS */
ul.eventslists {
	margin:0px;
    padding:0px 0px 12px 0px;
}
ul.eventslists li {
    line-height: 14px;
    padding-left: 0px;
    margin-left: 32px;
    font-weight: bold;
    padding-bottom: 8px;
}

/* FOOTER */
#ft-container {
	background: url(../img/ft-bg.gif) top center no-repeat;
    clear: both;    
	color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 20px 0px
}

#tl-fp-img {
	padding: 30px 0 20px 0;
	border: none;
}

iframe {
	margin-left: -20px;
	border: 4px solid #ddd;
}

.notice24 {
	background-color: #eee;
	color: #000;
	font-size: 90%;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1.2;
}
