body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #464032;
	padding-left: 0px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}

h1, h2, h3, h4 {
	margin: 0;
	padding-bottom:10px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #3773D7;
}

h2 {
	font-size: 12px;
    color:#666;

}

h3 {
	font-size: 12px;
	color:#069;
}

h4 {
	font-size: 4.6em;
	line-height: 45px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 180%;
	color: #FFF;
}

ol,ul {
	list-style:none;
	margin:0;
	padding:0;
	color: #333;
	}


a {
	text-decoration: none;
	color: #3773D7;
}

a:link {
	color: #3773D7;
}
a:hover {
	color: #FFF;
}

#wrapper {
	width: 1019px;
	background-color:#000;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

/* Header */

#header {
	width: 1019px;
	height: 126px;
	background-image:url(../images/bg_header.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	height: 40px;
	margin: 0;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5E4E38;
} 

#logo p a {
	color: #5E4E38;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #A83A01;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E9E3CB;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1019px;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	background-image: url(../images/bg_menu.jpg);
	padding-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: 100%;
	text-transform:uppercase;
	font-weight: bold;
	font-size:12px;
	color:#FFF;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
	width: 100%;
	height:35px;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#menu ul li{
	display: inline;
	height:25px;
	padding-top: 12px;
	padding-bottom: 6px;

}

#menu ul li a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	height:35px;
	padding-top: 12px;
	padding-bottom: 6px;

}

#menu ul li a:hover{
background: url(../images/bg_menu3.jpg);
height:35px;

}

/* Page */

#page {
	width: 1019px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	background-repeat: repeat-x;
	height: auto;
}

#page-bgtop {
	padding: 20px 25px 0px 25px;
}

#page-bgbtm {
	text-align: left;
	height: auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #221D1D;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #DBDBDB;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta a {
	color: #464032;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 30px;
	border-right: none;
}

#sidebar li a {
	padding-left: 10px;
	background: url(../images/img03.gif) no-repeat left 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #FC9D00;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #898989;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #6E6E6E;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}



#footer {
	width: 1019px;
	height: 56px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat:no-repeat y;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #3773D7;
}
#footer p {
	text-align: left;
	padding-left: 15px;
}
#wrapper #page .nav {
	clear: left;
	margin-left: 0px;
	padding-left: 20px;
}

/* Add-ons */


ul#portfolio li img{
	list-style:none;
	margin:0;
	padding:0px;
	border: 1px solid #333;
	display:none;
}
	
ul#logo li img{
	list-style:none;
	margin:0;
	padding:0px;
	display:none;
}

#wrapper #page #page-bgtop #page-bgbtm div #portfolio2 li p {
	color: #FFF;
}

#page-bgbtm {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:290px;
	padding: 0 25px 0 25px;
	background-color: #191919;
}
	
#page-bgbtmven {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:940px;
	padding: 15px 25px 0 25px;
	background-color: #191919;
	
}

#page-bgbtmserv {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:400px;
	padding: 15px 25px 0 25px;
	background-color: #191919;
	
}

#page-bgspace {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:500px;
	margin:10px 0px 0px 0px;
	padding: 10px 25px 0 25px;
	background-color: #191919;
}

#page-bgbtmbook {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:310px;
	margin:10px 0px 0px 0px;
	padding: 10px 25px 0 25px;
	background-color: #191919;
}

#page-bgbtmevents {
	background-image:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	height:auto;
	margin:0 0 0 0;
	padding: 10px 25px 0 25px;
	background-color: #191919;
}

#fade {
	font-size:150%;
	cursor:pointer;
	width: 1019px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.Tagline {
	font-size: 11px;
	font-style: italic;
	line-height: 110%;
	color: #002F5D;
}
#wrapper #page #page-bgtop #page-bgbtm div #portfolio2 li p {
	color: #333;
}
#flashContent { width:100%; height:100%; }

/* Tabs */
.container {
	width: 970px;
	margin: 10px auto 0px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #333;
	border-left: none;
	margin-bottom: -1px;
	background: #000;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 20px;
Panoramic projector screen ideally suited for:	outline: none;
}
ul.tabs li a:hover {
	background: #3773D7;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #000;
	border-bottom: 1px solid #000;
}
.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #000;

}
.tab_content {
	padding: 20px;
	font-size: 11px;
	width: 930px;
}
.tab_content img{
	float: right;
	margin: 0 10px 20px 0;
	border: 1px solid #333;
	padding: 0px;
}

.content {
	margin-top:15px;
	padding: 15px;
	font-size: 11px;
	width: 940px;
	border-color: #333333; 
	background-color: #000; 
	border-style:solid; 
	border-width:1px;
}
.content img{
	float: right;
	margin: 0 10px 20px 0;
	border: 1px solid #333;
	padding: 0px;
}
.event {
	position: relative;
}
.event .eventInfo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

