

*{
	margin:0;
	padding:0;
}

body{
	background:white;
	color:#555555;
	font:80%/140% 'helvetica neue',sans-serif;
	width:960px;
	margin: 0 auto;
}

a{
	color:#999999;
	outline: none;
}
a:hover {color:#63c2f4;}
a:active {color: #555555;}
a:visted {color: #999999;}

.clr {
	clear: both;
}

#contactform {
	position: relative;
	margin-top: 2em;
	margin-left: 15px;
}
			
#contactform fieldset{
	margin:0;
	padding:0;
	border:none;	
	padding-bottom:1em;
}		

#contactform legend{
	display:none;
}	

#contactform p {

}

#contactform label {
	display:block;
	text-align:left;
	color: #555555;
	padding-top: 5px;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing:1px;
	line-height: 16pt;
	text-transform:uppercase;
}	

#contactform input, #contactform textarea{		
	font-family: Helvetica, serif;
	font-size: 1.4em;

	padding: 4px 8px;
	overflow: visible;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-color:#e0e0e0;
	border-width:1px;
	border-style:solid;
}
	
#contactform textarea:focus, #contactform input:focus {
	outline: 0;
	outline-style: none;
	outline-width: 0px;
	background-color: #F3FAFF;
	-moz-outline-width: 0px;
	-webkit-outline-width: 0px;
}
			
#contactform textarea{
	height:100px;
	width: 378px;
	overflow:auto;
	padding: 10px;
}

			
#contactform input{
	width: 200px;
}					
#contactform p.submit{
	text-align:right;
	width: 400px;
	}	
#contactform button{
	padding:0 20px;
	height:32px;
	line-height:32px;
	border-width: 0px;		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#555555;
	color:#fff;
	cursor:pointer;		
	text-align:center;
	font-size: 12px;	
}	
#contactform .error{
	padding-left: 4px;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing:1px;
	line-height: 16pt;
	color: #FF0000;
}			


.mainbody {
	position: relative;
	margin-top: 2em;
}

#tables {
	margin-top: 1em;
}

h1 {
	margin-top: 2em;
	margin-left: 15px;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.infogroup {
	position: relative;
	margin-top: 2em;
}

.date {
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 30px;
}

.blurb {
	vertical-align: top;
	clear:left;
	font-size: 8pt;
	padding-bottom: 1.5em;
}

p {
	padding-bottom: 0.75em;
}

/*Menu Style*/
#menu {
	width: 960px;
	height: 100px;	
}

/*Home Button Style*/		
#home {

	float: left;
	height: 48px;
	
	background: url( '../resources/bar.jpg' ) no-repeat;
	
	font-weight: bold;
	font-size: 16pt;
	line-height: 16pt;
	text-align: left;
	
	padding-top: 52px;
	padding-left: 15px;
	padding-right: 15px;

}

#home a {
	color: #555555;
	display: block;
	width:100%; height:100%;
	text-decoration: none;
}

#home a:hover {
	color: #555555;
}

#home a:active {
	color: #63c2f4;
}


/*Menu Button Style*/
div.menubtn {

	cursor: default;
	
	margin-left: 15px;
	float: left;
	height: 24px;
	
	line-height: 16pt;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing:1px;
	line-height: 16pt;
	text-transform:uppercase;
	text-align: center;
	
	padding-top: 76px;
	padding-left: 5px;
	padding-right: 5px;
}

div.menubtn a {
	display: block;
	width:100%; height:100%;
	text-decoration: none;
}


/*Gallery Nav Button Style*/
#nav {
	//clear: right;
	clear: left;
	padding-top: 20px;
	//margin-left: 160px;
}

div.navbtn {

	cursor:pointer;
	
	margin-right: 1px;
	float: left;
	
	line-height: 16pt;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: center;
}

div.navbtn a {
	display: block;
	width:100%; height:100%;
	text-decoration: none;
}

.film {
	width: 814px;
	color: #555555;
}

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

.rightCol {
	float: right;
	width: 390px;
}

.redBg{
	padding: 20px;
	//background:  #FF0000;
	margin-bottom: 14px;
}

.video {
	/*magin-right: 1em;
	magin-bottom: 1em;*/
	height: 300px;
	padding: 0;
}  

#ie6{
	text-align: center;
	font-size: 11px;
	border-bottom: #CCCCCC 1px solid;
}
	#ie6 h1{
		margin-top: 3px;
		color: #FF0000
	}


