@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #BEB8B8 url(../images/layout/brow_bg.jpg) repeat-x top left;
	font: 13px/1.5 "Helvetica Neue", Arial, sans-serif;
	color: #666666;
}
/* Layout
----------------------------------------------------------------------------------------------------*/
#container {
	width:960px;
	margin:0 auto;
	background: #fff;
}
#header {
	position:relative;
	background: url(../images/layout/header_bg.jpg) repeat-x left top;
	height:110px;
	overflow:hidden;
}
#logo {
	width:380px;
	height:110px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
#address {
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	width:500px;
	right:0px;
	top:0px;
	line-height:normal;
	list-style:none;
	font-size:12px;
}
#address li {
	padding-top:10px;
	float:left;
	display:inline;
	margin-left:60px;
}
#address strong {
	color:#D52F26;
	text-transform:uppercase;
}
#nav {
	background:url(../images/layout/nav_bg.jpg) repeat-x left top;
	border: solid 2px #fff;
	border-right:none;
	border-left:none;
	overflow:hidden;
	height:40px;
	width:960px;
	overflow:hidden;
}
/*#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	color:#fff;
	background:url(../images/layout/nav_div.jpg) no-repeat center right;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0 25px;
	display:inline-block;
	height:30px;
	padding-top:10px;
	float:left;
}
#nav ul li a:hover{
	color:#d52f26;
}
#nav ul li a.last {
	background:none;
}*/
#banner {
	height:300px;
	position:relative;
}
#tix {
	position:absolute;
	left:10px;
	bottom:20px;
}
#wrap {
	background: url(../images/layout/col_bg.gif) repeat-y left top;	
}
#col,#content {
	float:left;
	display: inline; 
	padding-bottom:20px;
}
#col {
	width:280px;
	margin-left:10px;
}
#content {
	width:650px;
	margin-left:15px;
}
#footer {
	clear:both;
	background-color:#fff;
	border-bottom:solid 2px #D52F26;
	width: 940px;
	margin: 10px auto;
	padding:5px 10px;
	height:40px;
	line-height:40px;
}
/* Default Styles
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	color:#0689e1;
}
h2 {
	font-size:22px;
	color:#f47321;
}
h3 {
	font-size:20px;
	color:#d52f26;
	border-bottom: solid 1px #DDDBDA;
}
h4 {
	font-size:18px;
	color:#0689e1;
}
h5 {
	font-size:16px;
	color:#f47321;
}
img {
	border:none;
}
a:link {
	color:#0689e1;
}
a:visited {
	color:#0689e1;
}
a:hover {
	color:#f47321;
}
a:active {
	color:#f47321;
}
fieldset {
	margin:0;
	padding:0;
	border:solid 1px #DDDBDA;
	margin-bottom:15px;
	background:#F7F5F5;
}
legend {
	font-weight:bold;
	color:#333;
	font-size:12px;
	padding-left:10px;
}
/* Classes
----------------------------------------------------------------------------------------------------*/
.border {
	border:solid 1px #000;
}
.padding {
	padding:10px;
}
.flleft {
	float:left;
}
.flright {
	float:right;
}
.half {
	width:49%;
}
.table {
	border:solid 1px #DDDBDA;
	margin-bottom:20px;
}
.table th {
	background-color:#999999;
	color:#FFFFFF;
	text-align:left;
}
.table td,th {
	padding:6px;
}
.table .odd {
	background-color:#F7F5F5;
}
.program {
	display: inline; 
	float:left;
	margin:0;
	padding:0;
	width:200px;
	position:relative;
	display:block;
	margin-bottom:10px;
	margin-right:43px;
}
.program div {
	height:104px;
	width:200px;
	overflow:hidden;
}
.last {
	margin-right:0;
}
.program h2{
	background-color:#DFE2CF;
	font-size:17px;
	padding:3px;
}
.program-links{
	border: solid 1px #D6D3D3;
	margin: 10px auto;
	padding:5px;
	line-height:2.0;
	background: #fff url(../images/layout/links_bg.gif) no-repeat right top;
}
.program-links h5{
	border-bottom: solid 1px #DDDBDA;
	padding:5px 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.subnav {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}
.subnav ul{
	list-style:none;
	padding-left:30px;
}
.subnav ul li {
	list-style:none;
	padding:5px;
	padding-left:15px;
}
.subnav li{
	padding:15px;
	border-bottom:dotted 1px #DDDBDA;
	background:url(../images/layout/subnav_arrow.gif) no-repeat left center;
}
.subnav li a{
	text-decoration:none;
}
.subnav li:hover {
	background:#ffffff url(../images/layout/subnav_arrow.gif) no-repeat left center;
}
ul.gallery {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.gallery li {
	float:left;
	display:inline;
	margin: 1px 3px;
	margin-left:0px;
}
ul.gallery li a{
	float:left;
	border: solid 1px #fff;
}
ul.gallery li a:hover {
	float:left;
	border: solid 1px #000;
}
ul.pdf {
	list-style:none;
	margin:0;
	padding-left:15px;
	margin-bottom:10px;
}
ul.pdf ul{
	list-style:none;
}
ul.pdf li {
	padding:2px 0;
	background:url(../images/layout/file_pdf.png) no-repeat left center;
	padding-left:25px;
}

