body {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	background:transparent url(http://farm4.static.flickr.com/3199/3006787724_d3bcb2d174.jpg) no-repeat fixed -56px 137px;
	/*
	background-repeat: repeat;
	background-position: center bottom;
  background-color: #ccc;
  background-image: url(/images/2651799191_bb93f47ae2_o.jpg);
  */
}

.aboutus {
	width: 943px;
}
	
.date {
	color: #999999;
	font-style: normal;
}

#masthead {
	background-color: #FFFFFF;
	height: 200px;
	width: 100%;
	/* margin: 0 0 20px 0; */
}
#header {
	background-color: #FFFFFF;
	width: 990px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#search-box {
	width: 970px;
	background-color: #FFFFFF;
	height: 70px;
	float: left;
	margin: 0px 20px 20px 0px;
}

#logo {
	background-color: #DF2D09;
	height: 60px;
	width: 140px;
	margin: 0 20px 20px 20px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	float: left;
}
#logo em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style:normal;
}
#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	width: 760px;
	height: 25px;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 20px 20px 0px 20px;
}
.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.dialog {
	position:relative;
	min-width:8em;
	max-width:100%; /* based on image dimensions - not quite consistent with drip styles yet */
	z-index:1;
	margin-left:28px; /* default, width of left corner */
	margin-bottom:20px; /* spacing under dialog */
	margin-top: 0px;
	margin-right: 0px;
}
.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/dialog2-white-800x1600.png) no-repeat top right;
 _background-image:url(/dialog2-blue.gif);
}
.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 8px 20px 8px 8px;
}
.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying 
without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
.dialog2 {
	position:relative;
	min-width:8em;
	max-width:100%; /* based on image dimensions - not quite consistent with drip styles yet */
	z-index:1;
	margin-left:28px; /* default, width of left corner */
	margin-bottom:20px; /* spacing under dialog */
	margin-top: 0px;
	margin-right: 0px;
	padding:0;
}
.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(/images/dialog2-grey-800x1600.png) no-repeat top right;
 _background-image:url(/dialog2-blue.gif);
}
.dialog2 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 8px 0px 8px 8px;
}
.dialog2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.dialog2 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog2 .b,
.dialog2 .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog2 .b {
 background-position:bottom right;
}

.dialog2 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog2 .hd,
.dialog2 .bd,
.dialog2 .ft {
 position:relative;
}

.dialog2 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying 
without if you aren't worried about height/overflow issues. */
}

.dialog2 h1,
.dialog2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog2 h1 {
 padding-bottom:0px;
}

.col1 {
 float:left;
 display:inline;
 width:275px;
 _width:275px;
 margin:0 0 0 0;
}
.col2 {
 float:left;
 display:inline;
 width:420px;
 _width:420px;
 margin:0 0 0 0;
}
.col3 {
 float:left;
 display:inline;
 width:275px;
 _width:275px;
 margin:0 0 0 0;
}

.video {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 18px;
	line-height: 30px;
}
.textinput {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border: 0px;
	margin: 17px 0;
	padding: 0px;
	height: 29px;
	float:left;
	width: 250px;
}
.textinputemail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0;
	padding: 0px;
	height: 27px;
	float:left;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	width:196px;
}
.form-search {
	height: 55px;
	margin: 0px;
	padding: 0px;
}
.form-email {
	height: 27px;
	margin: 0px;
	padding: 0px;
}
.email-button {
	height: 45px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float:right;
}
.search-button {
	height: 55px;
	margin: 0px;
	padding: 13px;
	float: left;
}

.search-start {
	background-image: url(/images/search.png);
	height: 29px;
	width: 44px;
	margin: 17px 0;
	padding: 0px;
	float: left;
}
.search-end {
	background-image: url(/images/search-end.png);
	height: 29px;
	width: 7px;
	margin: 17px 0;
	padding: 0px;
	float:left;
}
.email-start {
	background-image: url(/images/email-start.png);
	height: 29px;
	width: 7px;
	margin: 5px 0;
	padding: 0px;
	float: left;
}
.email-end {
	background-image: url(/images/email-end.png);
	height: 29px;
	width: 7px;
	margin: 5px 0;
	padding: 0px;
	float:left;
}
hr {
	border-color: #FFFFFF;
	clear: both;
	border-width: 1px;
	border-style: dotted;
	border-top-color: #999999;
	margin: 0px;
	padding: 0px;
}
.white {
	border-color: #FFFFFF;
	clear: both;
	border-width: 1px;
	border-style: dotted;
	margin: 0px;
	padding: 0px;
}
.icon {
	height: 47px;
	width: 47px;
	float: left;
	margin: 10px 10px 12px 0px;
}
.icon img{
	border: 0px #999999;
}
.icon-youtube {
	height: 47px;
	width: 63px;
	float: left;
	margin: 10px 10px 12px 0px;
	border: 0px;
}
.icon-youtube a img  {
	border: 0px #999999;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	width: 70%;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	float: left;
	margin: 10px 0px 5px 0px;
}
.text em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.text2-youtube {

	height: 100%;
	width: 60%;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
	margin: 10px 0px 10px 0px;
}
.text2-youtube em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
}
.text2 {
	height: 100%;
	width:70%;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
	margin: 10px 0px 10px 0px;
}
.text2 em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
}
.text3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #999999;
}
.text3 em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCCCCC;
	line-height: 32px;
}
.icon-month {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
.text4 {
	font-size:12px;
	color: #666;
	line-height: normal;
}
.text4 em {
	font-size: 10px;
	color: #999999;
}
.more_button {
	vertical-align: top;
	float: right;
	margin-bottom: 10px;
}

.icon-day {
	color: #666666;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}
.spacer {
	width: 15px;
	float: left;
	height: 47px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	height: 200px;
	width: 100%;
	margin: 0 0 0 0;
}
a {
	color:#999999;
	text-decoration: none;
}


.photo {
margin: 10px 0 0 0;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
}

.gallery_demo{
width: 349px;
margin:0;
}
.gallery_demo li{
width:47px;
height:47px;
border: 0px ;
margin: 0 10px 0 0;
background:#333;
}

.gallery_demo img{
width:47px;
height:47px;
}

.gallery_demo li div{
left:0px
}
.gallery_demo li div .caption{
margin: 10px 0;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
}
.gallery_demo_unstyled {
padding-left:15px;
list-style-type: none;
}
	
#main_image{
margin:0 auto 40px auto;
height:224px;
width:364px;
background:#000;
}

#main_image img{
margin-bottom:10px;
height:224px;
width:364px;
}
	
.nav{
padding-top:15px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
clear:both;
}
