body  {
	background:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#666666;
	margin: 10 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-y:scroll;
	
}
#container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*header*/

#header { 
	width: 800px;
	height: 160px;
	background: #000000;
}

#headerleft { 
	background: #000000;
	height: 130px;
	float:left;
	width: 150px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	
	}
#headerright { 
	background: #000000;
	text-align:right;
	height: 160px;
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
#menu {
	width: 150px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 20px;
	float:left;
	list-style: none;
	background:url(../images/menuborder.jpg);
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline; 
	list-style-type: none;
}
#menu span.hidden{
	display : none;

/* menu */
}
.menuhigh:link{
	font-family: Verdana;
	font-size: 12px;
	display :block;
	text-decoration: none;
	color: #666;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
}
.menuhigh:visited{
	font-family: Verdana;
	font-size: 12px;
	display :block;
	text-decoration: none;
	color: #666;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
}
.menuhigh:hover{
	color: #111;
	text-decoration: none;
	background: url(../images/point08-arrow.gif) 15px 5px no-repeat;
}
#menu li#current a{
	font-family: Verdana;
	font-size: 12px;
	display :block;
	text-decoration: none;
	color: #000000;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
	background: url(../images/point08-visitarrow.jpg) 15px 5px no-repeat;
}

/*submenu */
.menumid:link{
font-family: Verdana;
	font-size: 10px;
	display :block;
	text-decoration: none;
	color: #666;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
}
.menumid:visited{
font-family: Verdana;
	font-size: 10px;
	display :block;
	text-decoration: none;
	color: #666;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
}
.menumid:hover{
	color: #111;
	text-decoration: none;
}
#menu li#sub a{
	font-family: Verdana;
	font-size: 10px;
	display :block;
	text-decoration: none;
	color: #000000;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	font-weight: bold;
	line-height:130%;
}
#connect {
	font-family: Verdana;
	font-size:10px;
	width: 130px;
	height: 250px;
	background-image:url(../images/connecticons/connections_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	
}

#connect li {
	float: left;
	padding-top: 9px;
	padding-right: 20px;
	width: 100px;

}
#connect li share{
	padding-top: 9px;

}
#connect a {
	color:#FFFFFF;
}

#projectgallery {
	width: 90px;
	height: 200px;
	text-align:left;
	float: right;
	background-repeat:no-repeat;
	background-image:url(../images/connecticons/connections_bg.jpg);
	padding-right:20px;
	padding-left:20px;
	margin-left:20px;
}
#projectgallery ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#projectgallery li a{
	padding-top:15px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
	text-decoration:none;
	display:block;
	list-style: none;
	
}
#new{
	text-align:center;
	padding-top:10px;
}
#new a{
	font-family: Verdana;
	font-size:13px;
	color:#FC4E09;
	font-weight:700;
}
#bottomimage{
	height: 250px;
}

/*main content*/

#mainContent { 
	padding-top: 20px;
	width: 600px;
	min-height:560px;
	text-align:justify;
	overflow:auto;
}
#mainContentMenu {
	float: left;
	width: 260px;
}
#homeleftContent { 
	float:left;
	width: 310px;
	margin-right: 20px;
} 
#twitterContent { 
	float:right;
	width: 252px;
	padding-right: 55px;
} 
#mainContent h1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-stretch: ultra-expanded;
}
#mainContent h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-stretch: ultra-expanded;
}
#mainContent h3 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-stretch: ultra-expanded;
	color: #FC4E09;
}
#mainContent a{
	color: #FC4E09;
}
#mainContent p {
	font-family: Verdana;
	font-size: 12px;
	font-stretch: ultra-expanded;
}
/*Breadcrumb*/
#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url(../images/bc_bg.png);
    background-repeat:repeat-x;
    height:20px;
    line-height:20px;
    color:#CCCCCC;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:20px;
    display:block;
    background-image:url(../images/bc_separator.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#FFFFFF;
}

.home
{
    border: none;
    margin: 4px 0px;
}
#breadcrumb a:hover
{
    color:#CCCCCC;
}
/*Gallery Index*/
#gallery {
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}
#gallery h2 {
	text-align:center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-stretch: ultra-expanded;
}
img.floatLeftnopad { 
    float: left; 
	padding-right: 5px;
	padding-bottom: 10px;
	border: none;
}
img.floatLeft { 
    float: left; 
	padding-right: 20px;
	padding-bottom: 13px;
	border: none;
}
img.floatRight { 
    float: right; 
    padding-left: 20px;
	padding-bottom: 13px;
	border: none;
}
img.subfloatLeft { 
    float: left; 
	padding-right: 10px;
	padding-bottom: 13px;
	border: none;
}
img.floatLeftnopad { 
    float: left; 
	padding-right: 5px;
	padding-bottom: 10px;
	border: none;	
}
#newsletterleft{ 
	float:left;
	width: 280px;
} 
#newsletterright { 
	float:right;
	width: 280px;
}

#newsdate {
	float:left;
	width: 100px;
	}	
#newscontent {
	float:left;
	width: 450px;	
}
#mainSubmenu {
	float:center;
	font-family: Verdana;
	font-size: 11px;
	min-height: 180px;
	width: 579px;
}

#mainSubmenu li {
	display: inline; 
	list-style-type: none;
	height: 177px;
	float:left;
	margin-right: 12px;
	margin-left: 12px;
	width: 120px;
	text-align:left;
}
#mainSubmenu h1 {
	font-family: Verdana;
	font-size: 13px;
	color: #FC4E09;
}
#mainSubmenu a {
	color: #FC4E09;

}


#bottomimage {
	display: inline; 
	list-style-type: none;
	height: 177px;
	float:left;
	margin-left: 5px;
	margin-right: 55px;
	width: 120px;
}


/*footer*/

#footer {
	height: 60px;
	background: #FC4E09;
}
#footer p {
	padding-top:10px;
	padding-left: 205px;
	padding-right: 20px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0;
}
#footer a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
/*gallery*/

#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:auto;
	background-color:#151410;
}

#lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border:none; }

#outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#lightboxImage{
	width:100%;
	height:100%;
}

#imageContainer{
	width:10px;
	height:10px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url(../gallery/images/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav{ left:0;}
#hoverNav a{ outline:none;}

#prevLinkImg, #nextLinkImg{
	width:49%;
	height:100%;
	background-image:url(data:gallery/image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
	}
#prevLinkImg { left:0; float:left;}
#nextLinkImg { right:0; float:right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { 
	background:url(../gallery/images/prev.gif) left 14% no-repeat; 
}
#nextLinkImg:hover, #nextLinkImg:visited:hover { 
	background:url(../gallery/images/next.gif) right 14% no-repeat; 
}


#imageDataContainer{
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	width:100%	;
}

#imageData{
	overflow:hidden;
	width:100%;
}
#imageDetails{ width:70%; float:left; text-align:left; 	padding:10px 10px 0 10px;}
#caption{ font-weight:bold; display:block;}
#numberDisplay{ display:block; float:left; padding-right:10px; margin-top:3px;}
#detailsNav{display:block; float:left;   padding:0; }	
#prevLinkDetails, #nextLinkDetails, #slideShowControl{ background-repeat:no-repeat; outline-style:none; display:block; float:left;}
#prevLinkDetails { margin:3px; width:16px;height:16px; background:url(../gallery/images/prevlabel.gif) left center;}
#nextLinkDetails { margin:3px; width:16px;height:16px; background:url(../gallery/images/nextlabel.gif) right center;}

#slideShowControl.started{
	background-image:url(../gallery/images/pause.gif);
}

#slideShowControl{
	display:block;
	width:16px; 
	height:16px; 
	float:left;
	margin:3px;
	background:url(../gallery/images/start.gif);
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:10px 10px 0 0;
	float:right;
}
#closeLink {
	display:block; outline-style:none; margin:0; padding:0; text-decoration:none; 
	width:66px;
	height:32px;
	background:url(../gallery/images/close.gif) no-repeat;
}	
		
	


.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}	
	

#outerImageFrame{
	border:solid 1px red;
	height:100%;
	width:100%;
	position:absolute;
}


#outerImageContainer{
	overflow:visible;
}
#outerImageContainer td{
	text-align:center;
	padding:0;
}

#lightboxFrameBody{
	background-color:#fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
}

#outerImageContainer td{
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:10px;
	width:10px;
}

#outerImageContainer td.tl{
	background-image:url(../gallery/images/borderCorners.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderCorners.png', sizingMethod='scale');
}
#outerImageContainer td.tc{
	background-image:url(../gallery/images/borderHoriz.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderHoriz.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(../gallery/images/borderVert.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderVert.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(../gallery/images/borderVert.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderVert.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(../gallery/images/borderHoriz.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderHoriz.png', sizingMethod='scale');
}

#outerImageContainer td.tr{
	background-image:url(../gallery/images/borderCorners.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderCorners.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(../gallery/images/borderCorners.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderCorners.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(../gallery/images/borderCorners.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/images/borderCorners.png', sizingMethod='scale');
}

