@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);
@import url(prettyPhoto.css);

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #45393a;
	font-size:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

input {
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.75em;
	width:130px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#fb9622;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}

select {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color: #45393a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

ul li {
	font-size:0.75em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.75em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

/* architecture *************/
#outerwrapper {
	margin:0 auto;
	width:1087px;
	position:relative;
}

#headerbar {
	max-height:155px;
}

#menubar {
	margin-bottom:4px;
}

#contentdiv {
	text-align:left;
	background-color:#f5f3f4;
	background-repeat:no-repeat;
	background-position:left top;
	min-height:425px;
}

#videobar {
	width:700px;
	margin:50px auto;
	text-align:center;
}

#footerbar {
	margin:20px 0 0 0;
}

/* headerbar **********/
#headerbar img.home {
	margin:35px auto 35px auto;
}

#headerbar img.sub {
	margin:20px auto 68px auto;
}
/**********************/

/* videobar ***********/
#videobar.home {
	margin:20px 0 70px 410px;
}

#videobar input.prev {
	width:20px;
	border:none;
}

#videobar input.next {
	width:20px;
	border:none;
}

#vidthumbs {
	width:700px;
	background-image:url(/images/moviebar-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:7px 0;
	margin:0 auto;
	text-align:center;
}

img.vidthumb {
	margin:0 6px;
}
/**********************/

/* footerbar **********/
.footeritem {
	font-size:0.7em;
	color:#999999;
	margin-right:30px;
}

.footeritem a {
	color:#999999;
}
/**********************/

/* general styles *****/
.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-size: 0.75em;
}
/*****************/

/* sitemap *******/
div#sitemap {

}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.7em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}
/*****************/

/* sign up *******/
#signupbar {
	margin-right:10px;
	padding:10px 0;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}
#signupbar p {
	font-size:0.7em;
	padding:0;
	margin-bottom:5px;
}
#divresponse {
	width:100%;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}
/******************/

/* gallery styles */
div#thumbnailgallery{
	width:95%;
	margin:20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
}

div.thumb{
	float:left;
	width:100px;
	margin:10px 40px 30px 0;
}

.galleryitem {
	position:relative;
}

div#gallerynav {
	margin:0 auto;
	text-align:center;
}
#gallerynav a {
	margin-left:30px;
	font-size:0.65em;
}

.gallerytitle{
	font-weight:bold;
	font-size:0.75em;
	margin:0 0 1em 0;
	color:#28690b;
}

.galleryimagecaption {
	font-size:0.75em;
	margin:1em 0;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #999999;
}
.newsitem {
	margin:10px 0;
	border-bottom: 1px dotted #999999;
}
.newstitle {
	color:#000000;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#666666;
	font-size:0.7em;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:10px 0 15px 0;
}
/*******************/

