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

* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100%; 
font-style: normal; 
line-height: 17pt; 
font-weight: normal;
background-image: url(background.jpg);
}

h1 {
font: italic 1.5em Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
color: #333;
margin-bottom: 20px;
}

h2 {
font: bold 1em Georgia, "Times New Roman", Times, serif;
letter-spacing:2px;
color: #333;
margin-top: 0px;
background-color: #D9D9D9;
}

h3 {
font-size:1em; 
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
margin-top: 10px;
}

h4 {
font-size:.9em;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

p {
font: 1em Verdana, Arial, Helvetica, sans-serif;
color: #333;
margin-bottom: 10px;
line-height: 1.6em;
}

a {
color: #b52362;
text-decoration: none;
}

a:hover {
	color:#721238;
	text-decoration:underline;
}


#header {
margin: 0;
background: #fff;
padding: 25px 0 10px 25px;
}

#container {
width: 950px;
margin: 0.5em auto 0 auto;
background: #CCC;
/*background: #dde5e5;*/
text-align: left;
padding: 0;
border-left: 2px solid #b52362;
border-right: 2px solid #b52362;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
background-image:none;
background-position: left 185px;
background-repeat: no-repeat;
}

#content {
	margin: 100px 0 0 50px;
	height:420px;
}

.leftCol {
float:left;
width: 350px;
}

.rightCol {
float: left;
width: 500px;
margin-top: 0px;
}

.center {
margin: 0 auto;
}

.bullet {
	font-weight: bold;
	margin-right: 10px;
}

.line {
	border-bottom: 1px solid #999;
}

.note {
border: 1px solid #CC0000;
padding: 10px; 
margin: 30px 10px 0 10px;

}

.clear {
clear: both;
}

.footer {
margin: 0px auto 0 auto; 
padding: 10px 0;
width: auto;
text-align: center; 
font: normal 0.8em Georgia, "Times New Roman", Times, serif;
color: #333;
border-top: 2px solid #999;
background-color: #fff;
}

/****************************************
NAVIGATION
*****************************************/

/*Basic Styling*/
#navigation {
overflow: hidden;
display: block;
float: left;
width: 100%;
}
#navigation * {
padding:0;
margin:0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1em;
font-weight:normal;
}
#navigation {
	margin: 15px 0;
}
#navigation ul {
display: block;
float: left;
padding: 10px 0 0 0;
}
#navigation ul li {
list-style: none;
float: left;
margin: 0 0 0 20px;
}



/*Links Styling*/
#navigation ul li a {
background: url(images/link_rt.png) top right no-repeat;
display: block;
padding: 0 15px 0 0;
color: #FFF;
text-decoration: none
}
#navigation ul li a span {
background: url(images/link_lt.png) top left no-repeat;
display: block;
padding: 6px 0 10px 15px;
}
#navigation ul li a:hover {
background: url(images/link_active_rt.png) top right no-repeat;
color: #b52362;
text-decoration: none;
cursor: pointer;
}
#navigation ul li a:hover span {
background: url(images/link_active_lt.png) top left no-repeat;
cursor: pointer;
}

#home #navigation ul li.home a,
#audience #navigation ul li.audience a,
#location #navigation ul li.location a,
#contact #navigation ul li.contact a {
background: url(images/link_active_rt.png) top right no-repeat;
color: #721238;
cursor: default;
}
#home #navigation ul li.home a span,
#audience #navigation ul li.audience a span,
#location #navigation ul li.location a span,
#contact #navigation ul li.contact a span {
background: url(images/link_active_lt.png) top left no-repeat;
cursor: default;
}


/*Active Link Styling
#home #navigation .home,
#audience #navigation .audience,
#location #navigation .location,
#contact #navigation .contact {
color: #000;
font-weight: bold;
cursor: default;
background: none;
}
*/


/*SLIDESHOW STYLING*/
#slideshow {
	margin:0 auto;
	width:478px;
	height:400px;
	background: url(img/white.gif) repeat;
	position:relative;
	border: 6px solid #721238;
	border-right:15px solid #721238;
	border-left: 15px solid #721238;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:400px; /*width of image container up to controls*/
  height:400px; /*height of image container*/
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:380px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:348px;
}

.slide p {
	font-size: 0.7em;
	color: #666;
	text-align:center;
}


/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:348px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}


/**
* Contact Form.
*/
form {
	padding: 3px 10px;
}
input {
	color: #721238;
	font: 0.9em helvetica, arial, sans-serif;
	background-color: #D9D9D9;
	border: none;
	!important;
}
input[type="submit"] {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
letter-spacing:2px;
color: #721238;
margin-top: 0px;
background-color: #D9D9D9;
}

textarea {
	margin-top: -10px;
	color: #721238;
	font: 0.9em helvetica, arial, sans-serif;
	background-color: #D9D9D9;
	border: none;
}
