@charset "utf-8";


/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* type CSS Document */

body {font-size:75%; color:#222; background:#fff; font-family: "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; color:#000;}
h1 {font-size:1.5em; line-height:1em; margin-bottom:0.5em; font-family: "Sketch Rockwell", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif, " "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; text-transform: uppercase;
}
h2 {font-size:1.5em; ;line-height:1.25em; margin-bottom:0.5em; font-family: "Hand of Sean", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;}
h3 {font-size:1.5em;line-height:1.5em;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25em;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline; font-weight:bold;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.title{
	font-weight:bold;
	text-decoration:underline;
}

.subtitle{
	font-weight:bold;
	text-decoration:underline;
	font-size:10x;
}

#side_menu a{
font-size:14px;
}
#top a { font-family: "Hand of Sean", Arial, sans-serif;}
/*
Title:		Screen Global Layout: layout.css
*/

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	min-height: 1145px;
}
#header	{
	height: 230px;
	width: 100%;
}
#logo {
	float: left;
	width: 229px;
	height: 230px;
}
#top {
	
	color: #333333;
	height: 62px;
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left_col {
	width: 180px;
	float: left;
	clear: both;
	margin-top: 15px;
	margin-left: 20px;
}



#sidebar {
	float: right;
	width: 226px;
	background-image: url(../../images/bg_sidenote1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px;
}

#homecontent {
	float: right;
	margin: 20px 0px 0px 0px;
	width:486px;
	
}
#content {
	float: right;
	margin: 20px 20px 20px 30px;
	width:430px;
}

#header_image {
	margin: 0 0 0 5px;
	float: left;
}

#footer {
	text-align: center;
	margin-top: 20px;
	clear: both;
	width: 100%;
	height: 45px;
}
#footer p {
	margin: 0;
	padding: 20px 0px 0px 0px;
}

#content_wide {
	float: right;
	width:650px;
	margin-top: 38px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#top ul li {
	float: left;
	list-style-type: none;
	width: 95px;
}
#top a {
	text-decoration: none;
	color: #333333;
	font-weight: 700;
	font-size: 14px;
}
#top a:hover {
	color: #62AB25;
}

#side_menu, #side_menu li, #side_menu ul {
	list-style-type: none;
}
#side_menu {
	width: 155px;
	margin: 0px 0px 10px 0px;
}

#side_menu ul {
	padding: 5px 0px;
	display: block;
	margin:0px;
}

#related_links h1 {

	margin: 0 5px 10px 10px;
}
#related_links ul {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
}
#related_links li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar ul {
	margin: 18px 10px 20px 30px;
	padding: 0;
}
#sidebar li {
	padding: 0 0 4px 0;
	list-style-type: none;
}
#sidebar .strut {
	height: 240px;
	float: right;
	width: 0;
	margin: 0 -10px 0 0;
	padding: 0;
}


a.pdf {
	padding-right: 15px; /*W=12px*/
	background: url(../pdf.png) no-repeat bottom right;
}
a.external {
	padding-right: 14px;
	background: url(../external.png) no-repeat bottom right;
}
a.mail {
	padding-right: 15px;
	background: url(../envelope.png) no-repeat bottom right;
}

#side_menu a {
	width: 152px; /* = 165 - 3 - 10 */
	display: block;
	padding: 5px 3px 5px 0px;
	text-decoration: none;
}

#side_menu li.menu_header a, #side_menu li.menu_header a:link, #side_menu li.menu_header a:visited, #side_menu li.menu_header a:hover, #side_menu li.menu_header a:focus, #side_menu li.menu_header a:active {
	margin: 10px 3px 10px 10px;
}
#side_menu ul li a {
	width: 133px; /* = 165 - 2 - 20 */
	padding: 5px 2px 5px 20px;
	border-bottom: none;
}

#sidebar ul li a{
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	width: 110px;
	font-size:14px;
	font-weight:700;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../../images/bg_barmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#related_links a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	width: 110px;
	font-size:14px;
	font-weight:700;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../../images/bg_barmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
/**********************************
*********** CLASS STYLE ***********
**********************************/
.fltrt { 
	float: right;
}
.fltlft {
	float: left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.currentpage {
	color: #999999;
}
/**********************************
*********** special ***********
**********************************/
.banner{
	padding:10px 10px 20px 10px;
	background-image: url(../../images/bg_banner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.homecolumn1{
	padding:10px 20px;
	margin-bottom: 10px;
	background-image: url(../../images/bg_blocktheme.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6EECF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.homecolumn2{
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:193px;
	height:202px;
	padding:10px 20px;
	background-color: #F6EECF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.homecolumn3{
	display:inline;
	float:left;
	width:203px;
	height:202px;
	padding:10px 20px;
	margin-bottom:10px;
	background-image: url(../../images/bg_blockopen.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6EECF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.homecolumn4{
	padding:10px 20px;
	height:172px;
	margin-bottom: 10px;
	background-color: #F6EECF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.homecolumn5{
	display:inline;
	float:left;
	width:199px;
	height:140px;
	padding:0px 0px;
	background-image: url(../../images/bg_blockoutreach.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6EECF;
}
.homecolumn6{
	padding:10px 20px;
	height:192px;
	margin-bottom: 10px;
	/*background-image: url(../../images/bg_blocktheme.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6EECF;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}





#sidenotes{
width:200px;
height: 180px;
margin:45px 15px 15px 15px;
}
#awards{
margin-top:15px;
}
/*
Title:		Type: color.css
*/

body {
	color: #333333;
	background-color: #fff;
	background-image: url(../../images/bg_site_hcfl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	display:table;
}
#wrapper{
	width:100%;
	display:table;
	background-image: url(../../images/bg_topmenu.png);
	background-repeat: repeat-x;
}
.subpage{
	background-color: #f2f2ed;
	background-image: url(../images/bg_sub.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {

}

#container {
}

#mainContent {
	background-color: #FFF;
	
}
h1, h2 {
	color:#333;
}

h3, h4, h5 {
	color:#333333;
}
a {
	color: #62AB25;
}
a:hover {
	color: #333333;
}
a.broken_link {
	color: red;
}
#footer{
background-color: #73b72f;
}

#footer a{
color: #FFFFFF;
}
#side_menu a:link, #side_menu a:visited, #side_menu a:active {
	color: #62AB25;
	font-weight:bold;
}
#side_menu a:hover, #side_menu a:focus {
	color: #333333;
}

#side_menu ul li a:link, #side_menu ul li a:visited {
	color: #62AB25;
}
#side_menu ul li a:hover, #side_menu ul li a:focus, #side_menu ul li a:active {
	color: #333333;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
#newsignform {
	height:255px;
	background-image: url(../../images/bg_enews.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#newsignform input, #newsignform select{
width: 180px;
}
#newsignform .KT_buttons input {
width: 80px;
}
#newsignform {
line-height:14px;
}
.performerlist li{
	font-size: 1.25em;
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}
.performerlist{
	margin-left:0;
	padding-left:0;}
	
/*///////////////////////////////////new css///////////////////////*/
#social{

width:150px;
height:20px;
margin:45px 15px 15px 15px;

}

.schedates{
	font-size:14px;
	font-weight:bold;
}

#passport-tour{
	width:193px;
	padding:10px 20px;
	background-color: #F6EECF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../../images/bg_block_4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.slideshow{
	width:175px;
	height:150px;
}
