@charset "UTF-8";
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	color: #555555;
	text-align:left;
}
p {
	margin: 0px;
	padding: 5px 10px 5px 0;
}
ul {
	margin-left: 0;
	padding-left: 16px;
}
#footer a{
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	color: #555555;
}
a:link, a:visited {
color:#000000;
text-decoration:underline;
}
a:active, a:hover,
#footer a:active, #footer a:hover {
color:#6699CC;
text-decoration:none;
}
.subhead {
	color: #6699CC;
}
.detailDownloadHead {
	width: 350px;
	float: left;
}
p.detailDownload {
	border-bottom:#DDDDDD 1px solid;
}
.subheadIMG {
	padding: 2px 0;
}
#galleryDiv {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#page {
	position:absolute;
	top:445px;
	left:150px;
	width: 666px;
	background:#FFFFFF url(images/main/dotBorderSides.gif) repeat-y;
	margin: 0 0 0 10px;
	z-index:2;
}
#content{
	background:url(images/main/dotBorderTop.gif) top left no-repeat;
	padding: 16px 20px 12px 20px;
}
#content p {
	width: 90%;
}
.twoColumnTable {
	background: #EEEEEE;
	padding: 10px;
}
#content .twoColumnTable p {
	width: 250px;
}
div.halfColumn {
	float: left;
	width: 280px;
	background: #EEEEEE;
	padding: 10px;
	margin-right: 10px;
}
#content div.halfColumn p {
	width: 275px;
}
#footer{
	background:#FFFFFF url(images/main/dotBorderBtm.gif) top left no-repeat;
	font-size:9px;
	padding: 5px 10px 20px 10px;
}


#nav #leftNav {
	float:left;
}
#nav #rightNav {
	float:right;
}
#nav #leftNav, #nav #rightNav {
	padding: 1px 0 7px 0;
}
#nav #navHR {
	background:url(images/main/dotBorderXtile.gif) repeat-x;
	height: 10px;
	clear:both;
}
hr {
	background:url(images/main/dotBorderXtile.gif) repeat-x;
	height: 3px;
	border: 0px;
	clear: both;
}
div.boxed {
	border:#CCCCCC 1px solid;
	padding:10px;
}
.showHead, .showHead2 {
	padding: 7px 0 2px 0;
}
.imageBorder {
	border:#999999 1px solid;
}


.thumbHolder{
	width: 485px;
	margin:10px auto; /*center*/
}
.thumbTileHolder{
	width: 626px;
	margin:10px auto; /*center*/
}
.centerThumb {
	padding: 0 10px;
}
.centerLeftThumb {
	padding: 0 4px 0 8px;
}
.centerRightThumb {
	padding: 0 8px 0 4px;
}
.thumb, .thumbTile, .thumbStructure {
	float:left;
	padding-bottom: 15px;
}

#photoPopup {
	position:absolute;
	background:url(images/photoPopup/shadow.png) no-repeat;
	width:505px;
	height:275px;
	z-index:3;
}
#photoTilePopup {
	position:absolute;
	background:url(images/photoPopup/shadowTile.png) no-repeat;
	width:330px;
	height:226px;
	z-index:4;
}
#photoPopup #main, #photoTilePopup #mainTile {
	margin: 10px;
}
#videoThumbHeadPopup {
	position:absolute;
	background:#FFFFFF;
	height:12px;
	z-index:5;
}
.dottedForm { 
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	width:100%;
	margin: 0 0 5px 0;
}
#calPopupDiv {
	position: absolute;
	background:#FFFFFF;
	visibility:hidden;
}
.dropMenu {
	width:100%;
}
label {
	color:#6699CC;
	padding: 0;
	margin: 5px 0 0 0;
}
.inlineFormTable {
	margin: 5px 0;
}
.youtubevideo{
	padding: 10px 0;
}
#logo p {
	color:#888888;
	padding: 0 0 8px 22px;
	font-size:10px;
	line-height:12px; 
}
#logo a:link, #logo a:visited {
	color:#888888;
}
#logo a:active, #logo a:hover {
	color:#6699CC;
}

/* PNG FIX FOR IE */
* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "images/main/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}