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

/* ================================ */
/* ! Reset styles in all browsers   */
/* ================================ */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* /reset */


body{
	margin:0;
	font-size:12px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color:#000;
	background:#e4e4e4;
}
a {
	color:#00529b;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

#wrapper {
	margin:0 auto;
	width:900px;
	overflow:hidden;
}
/* header */
#header{
	position:relative;
	z-index:99;
	height:107px;
	background:url(../images/bg-header.gif) no-repeat;
}
.header-holder{
	padding:15px 40px 0 27px;
	overflow:hidden;
}

/* logo */
.logo{
	float:left;
	overflow:hidden;
}
.logo a{
	display:block;
	width:156px;
	height:76px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
#header .contact{
	float:right;
	padding:9px 0 0;
}
#header .contact strong{
	float:left;
	font-size:14px;
	color:#333;
}
#header .contact a{
	float:left;
	margin:0 0 0 25px;
	display:inline;
	font-weight:bold;
	font-size:14px;
	color:#00529b;
}
/* main navigation */
#header .nav-holder{
	position:absolute;
	right:0;
	bottom:3px;
}

/* main */
#main{
	width:100%;
	padding:0 0 25px;
	background:#fff url(../images/bg-main.gif) no-repeat -1800px 100%;
}
#main .main-frame{
	overflow:hidden;
	padding:18px 26px 0 25px;
}

#main .visual{
	width:100%;
	position:relative;
}
#main .visual img{vertical-align:top;}
#main .visual-holder{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.inner #main .visual-holder{
	width:848px;
	padding:5px 26px 6px;
	background:url(../images/bg-visual-holder.png) repeat;
}

#main .visual-frame{
	width:844px;
	overflow:hidden;
	padding:15px 29px 14px 27px;
	background:url(../images/bg-visual-holder.png) repeat;
}

#main .slideshow {
	position: relative;
	width: 100%;
}
#main .slideshow .pages{
	position: absolute;
	right: 13px;
	bottom: 13px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	z-index: 2;
}
#main .slideshow  .pages li{
	float:left;
	display:inline;
	margin:0 0 0 13px;
}
#main .slideshow  .pages a{
	display:block;
	position:relative;
	text-align:center;
	line-height:22px;
	font-weight:bold;
	color:#000;
	width:22px;
	height:22px;
	background:url(../images/bg-pages.gif) no-repeat 0 -22px;
}
#main .slideshow  .pages li.active a, #main .slideshow  .pages a:hover{
	text-decoration:none;
	background:url(../images/bg-pages.gif) no-repeat;
}
#main .visual-holder p{
	margin:0;
	font-size: 22px;
	color:#fff;
	line-height:22px;
}
#main .visual-holder strong{
	font-size:22px;
	font-weight:normal;
	color:#fff;
}
/* content */
#content{
	width:553px;
	float:left;
}
#content h1, #content h2{
	margin:0 0 8px;
	color:#00529b;
	font-weight:normal;
	font-size:20px;
	line-height:23px;
}

#content h2 {font-size: 16px; line-height: 20px;}
#content h4, #content h3 {
	display:block;
	margin:0 0 7px;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	color:#00529b;
}

#content h3 {color: #b20838; font-weight: bold;}
#content p{
	margin:0 0 8px;
	line-height:16px;
}

#content ul {
	margin-left: 30px;
}

#content li {
	padding-left: 5px;
	list-style: square;
	margin: 5px 0px;
}
/* sidebar */
#sidebar{
	width:265px;
	float:right;
}
#sidebar h3{
	margin:0 0 5px;
	font-size:20px;
	line-height:23px;
	font-weight:normal;
	color:#00529b;
}
#sidebar .news{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .news li{
	overflow:hidden;
	height:1%;
	padding:0 0 7px;
}
#sidebar .news .date{
	font-size:11px;
	color:#000;
	font-style:normal;
}
#sidebar .news p{
	margin:0;
	line-height:14px;
	font-size:11px;
}
#sidebar .news a{
	
	line-height:14px;
	font-size:11px;
	color:#00529b;
}
#main .box-holder{
	overflow:hidden;
	padding:21px 0 0 28px;
	width:871px;
}
#main .box-holder .box{
	position:relative;
	width:264px;
	float:left;
	margin:0 25px 0 0;
}
#main .box-holder img{vertical-align:top;}
#main .box-holder .caption{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
#main .box-holder .caption-holder{
	width:238px;
	height:37px;
	padding:0 13px;
	line-height:37px;
	background:url(../images/bg-box-holder.png) no-repeat;
}
#main .box-holder .caption p{
	margin:0;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
}
#main .box-holder .caption p a{
	position:relative;
	color:#fff;
}
/* banner */
.banner{
	margin:0 0 20px;
	background:url(../images/bg-main.gif) repeat-y -900px 0;
}
.banner-holder{background:url(../images/bg-main.gif) no-repeat;}
.banner-frame{
	padding:14px 25px 9px;
	overflow:hidden;
	height:1%;
	background:url(../images/bg-main.gif) no-repeat -1800px 100%;
}
.banner ul{
	margin:0;
	padding:0;
	list-style:none;
}
.banner ul,
.banner li{
	margin:0 18px 0 0;
	display:inline;
}
.banner li img{vertical-align:middle;}

/* inner */
#content .block{
	overflow:hidden;
	margin:0 0 0;
	padding:35px 0 0;
}

#content .block img{
	float: left;
}

#content .text-holder {
	float: right;
	margin-left: 15px;
	width: 300px;
}
.inner #sidebar{
	width:272px;
	overflow:hidden;
}
.inner #sidebar .box{margin:0 0 10px;}
.inner #sidebar .box-frame{padding:5px 20px 26px;}
.inner #sidebar .box p{
	margin:0 0 7px;
	font-size:11px;
	color:#fff;
	line-height:14px;
}
.inner #sidebar .box .more{
	font-size:11px;
	color:#fff;
	font-weight: bold;
}
.inner #sidebar .box .title{
	padding:11px 18px 6px;
	font-size:22px;
	line-height:25px;
	color:#fff;
}
.inner #sidebar .box .title strong{font-weight:normal;}
.inner #sidebar .bluebox .box{
	overflow:hidden;
	height:1%;
}
.inner #sidebar .bluebox .title{background:url(../images/bg-box-title-bluebox.gif) no-repeat;}
.inner #sidebar .graybox .title{background:url(../images/bg-box-title-graybox.gif) no-repeat;}
.inner #sidebar .bluebox .box-frame{background:url(../images/bg-box-bluebox.gif) no-repeat 0 100%;}
.inner #sidebar .graybox .box-frame{background:url(../images/bg-box-graybox.gif) no-repeat 0 100%;}
/* footer */
#footer{
	overflow:hidden;
	padding:16px 0 14px 2px;
}

#footer ul,
#footer li,
#footer .copy{
	float:left;
	line-height:14px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{margin:0 13px 0 0;}
#footer .copy{margin:0 20px 0 0;}
#footer .copy,
#footer a{
	font-size: 11px;
	color:#00529b;
}
.slideshow .slideset {
	position: relative;
	height: 294px;
}
.slideshow .slideset .slide {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow .slideset div.active {
	z-index: 1;
}

/*ditto stuff*/
.mousetype {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
	padding-bottom:4px;
	border-bottom:1px dotted #296caf;
	margin-bottom:15px;
}

#nowshowing {
	background:#fffde6;
	padding:5px;
	border:1px solid #f3ee8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

/*tables */
table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}

table td,table th {
	font-size:11px;
	padding:6px 0;
	line-height:14px;
	color:#999;
	font-weight:normal;
}

table th {
	border:1px solid #999;
	border-width:1px 0;
	padding:12px 0;
	text-transform:uppercase;
	font-weight: bold;
}

table td {
	border-bottom:1px solid #e4e4e4;
}

/* Form Elements */

.contactForm {
	width: 280px;
	float: right;
}
.contactInfo {
	width: 250px;
	float: left;
}

.errors {
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 10px 0px;
	background: #ffcccc;
}

.setoff { display: none;}

label {
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	width: 150px;
	margin-bottom: 2px;
	float: left;
}

input[type="text"] {
	width: 274px;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #666;
}

textarea {
	width: 274px;
	height: 150px;
	border: 1px solid #999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	margin-top: 2px;
}

.required {
	background: #ffffcc;}
	
.contactForm .contactTable {
	width: 274px !important;
	background: none !important;
	border: none !important;
	margin-top: 10px !important;
	padding: 0 !important;
	
}

.contactTable td, .contactTable th {	
	font-size: 1em !important;
	color: #333 !important;
	border: none !important;
}

.contactTable th {
	font-size: 14px;
	color:#00529b !important;
	padding: 0 !important;
	line-height: 20px;
}

.contactTable input[type="checkbox"] {float: left;}
	
#cfstate {width: 30px;}
#cfzip {width: 80px;}

#cfsubmit {
	width: 80px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

/*icons*/
a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icon-pdf.png) center left no-repeat;
}

a.play {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/control_play_blue.png) center left no-repeat;
}


/*maxigallery*/

.thumbscontainer {background: #e6e6e6; padding: 5px;}
.thumbs li {width: 100px; height: 100px; text-align: center; padding:5px !important;}
.thumbs li a img {border: 2px solid #00529b !important; vertical-align: middle !important;}

