@import url("reset-min.css");
h2{
	visibility: hidden;
}
body{
	padding: 0px;
	margin: 0px;
	background-color: #535353;
	background-image:url(../images/background.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.cleaner{
	clear: both;
}

#container
{

	margin: 0 auto;
	width: 933px;
	border: 1px solid #000000;
}

.topnavigation{
	width: 917px;
	height: 20px;
	padding-left: 16px;
	padding-top: 7px;
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #f68121;
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.topnavigation p
{
	text-align: right;
	color: #f68121;
}

.topnavigation a
{
	color: #f68121;
	margin-right: 20px;
	text-decoration: none;
}

.topnavigation a:hover
{
	color: #ffba00;
}

.navactive
{
	color: #ffba00;
}

#content{
	background-color: #bbbbbb;
	background-image:url(../images/content_background.jpg);
	background-repeat: repeat-x;
	width: 933px;
	border-top: 1px solid #bfc3d4;
	border-bottom: 1px solid #bfc3d4;
	display: table;
}
/*columns*/
#leftcolumn
{
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}


.splittercolumn
{
	float: left;
	width: 2px;
	vertical-align: top;
	text-align: center;
}

#rightcolumn
{
	background-image:url(../images/splitter.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 5px;
	text-align: left;
	width: 345px;
	height: 100%;
	float: right;
}
/*columns end*/

/*left column content boxes */
.welcomebox
{
 width: 524px;
 border: 1px solid #e6e6e6;
 height: 132px;
 background-color: #ffffff;
 padding: 7px;
 color: #000000;
 font-family: Verdana;
 font-size: 12px;
}

.welcomebox b
{
	font-weight: bold;
	color: #f68121;
}

.welcomebox a
{
	color: #f68121;
	text-decoration: none;
}


.featuredbox_top_mosaic
{
	width: 500px;
	min-height: 170px;
	padding: 5px;
	background-color: #000000;
}

.featured_image_mosaic
{
 background-color: #ffffff;
 width: 250px;
 text-align: left;
 min-height: 142px;
 padding: 5px;
}

.featured_heading_mosaic
{
	background-color: #a2a2a2;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 15px;
	color: #790000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.featuredbox
{
	width: 100%;
	margin-top: 20px;
}

.featuredbox_top
{
	width: 528px;
	height: 170px;
	padding: 5px;
	background-color: #000000;
}

.featuredbox_bottom
{
	height: 20px;
	width: 528px;
	background-image: url(../images/featurebox_numbers.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.featured_heading
{
	background-color: #a2a2a2;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.featured_image
{
 background-color: #ffffff;
 width: 250px;
 text-align: left;
 height: 142px;
 padding-left: 5px;
}

.featured_text
{
 text-align: right;
 font-family: Verdana;
 font-size: 12px;
 background-color: #ffffff;
 vertical-align: top;
 padding-top: 5px;
 padding-right: 5px;
}

.featured_text b
{
	font-weight: bold;
	color: #f68121;
}

.featuredbox_bottom a
{
	color: #f68121;
	text-decoration: none;
}

.featuredbox_bottom a:hover
{
	color: #FF3300;
}


.featuredbox_side
{
	width: 100%;
	margin-top: 20px;
}

.featuredbox_side_top
{
	width: 96%;
	height: 170px;
	padding: 5px;
	background-color: #000000;
}

.featuredbox_side_bottom
{
	height: 20px;
	width: 96%;
	background-image: url(../images/featurebox_numbers.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.featured_side_heading
{

	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	color: #f68121;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.featured_side_heading a
{
	color: #f68121;
	text-decoration: none;
}

.featured_side_heading a:hover
{
	color: #FF3300;
}

.featured_side_image
{
 background-color: #ffffff;
 width: 250px;
 text-align: left;
 height: 142px;
 padding-left: 5px;
}

.featured_side_text
{
 text-align: right;
 font-family: Verdana;
 font-size: 10px;
 background-color: #ffffff;
 vertical-align: top;
 padding-top: 5px;
 padding-right: 5px;
}

.featured_side_text b
{
	font-weight: bold;
	color: #f68121;
}

.featuredbox_side_bottom a
{
	color: #f68121;
	text-decoration: none;
}

.featuredbox_side_bottom a:hover
{
	color: #FF3300;
}






#news
{
	margin-top: 20px;
	width: 515px;
	background-image: url(../images/mainpage_news_background.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 25px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
}

#news b
{
	color: #790000;
}

#news strong
{
	font-weight: bold;
}

#news em
{
	font-style:italic;
}

#news sup
{
	font-size:8px; 
	vertical-align:top;
}

#news a
{
	color: #790000;
	text-decoration:none;
}

#news a:hover
{
	color: #790000;
	text-decoration:none;
}

#news a:visited
{
	color: #790000;
	text-decoration:none;
}


#news1
{
	margin-top: 20px;
	width: 535px;
	padding-top: 15px;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

#news1 b
{
	color: #790000;
}


#news1 a
{
	color: #790000;
	text-decoration:none;
}

#news1 a:hover
{
	color: #790000;
	text-decoration:none;
}

#news1 a:visited
{
	color: #790000;
	text-decoration:none;
}

#news1 li:before
{
	color: #790000;
	text-decoration:none;
	content: "\00BB \0020";
}


#news2
{
	padding-top: 5px;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

#news2 b
{
	color: #790000;
}

#news2 sup
{
	font-size:8px; 
	vertical-align:top;
}


#news2 a
{
	color: #790000;
	text-decoration:none;
}

#news2 a:hover
{
	color: #790000;
	text-decoration:none;
}

#news2 a:visited
{
	color: #790000;
	text-decoration:none;
}

#news2 li:before
{
	color: #790000;
	text-decoration:none;
	content: "\00BB \0020";
}

.headerBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f68121;
}

.headerSingle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #790000;
}

.pictureInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
	
}

.projectbox
{
	width: 518px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 5px solid #000000;
	margin-top: 20px;

}


/*left column content boxes end */

/*right column content boxes*/

.rightcolumn_widediv
{
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 10px;
}

.rightcolumn_thindiv_left
{
	font-weight: bold;
	padding-top: 5px;
	color: #f68121;
	float: left;
	width: 165px;
}

.rightcolumn_thindiv_right
{
	font-weight: bold;
	padding-top: 5px;
	color: #f68121;
	width: 165px;
	float: right;
}

.promobox
{
	width: 93%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 5px solid #000000;
	margin-top: 5px;

}

/*right column content boxes end */


/*ad boxes*/
.mainadbox
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.mainadbox img
{
	border: 3px solid #e0c4a5;

}
/* adboxes end */

/* tabs for projects */

#projecttabs{
	margin: 20px 0px 0px 0px;
	width: 538px;
	height: 30px;
	background: #bebebe;
}

#tabs{
	width: 535px;
	list-style: none;
}
#tabs li{
	float: left;
	width: 120px;
	padding: 0px;
}

.currentTab{
	display: block;
	text-decoration: none;
	padding: 8px;
	width: 120px;
	color: #616161;
	background-color: #d3d3d3;
	height: 14px;
	vertical-align: middle;
}
.otherTab{
	display: block;
	text-decoration: none;
	padding: 8px;
	width: 120px;
	color: #616161;
	background-color: #bebebe;
	height: 14px;
}

.otherTab:hover{

	color: #ffffff;
	background-color: #595959;
}

.tabLinkTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 12px;
}


.menu {
	background: #bebebe; 
	color:#272727; 
	width: 538px; 
	height:30px; 
}

.menu ul {
	width: 535px; 
	list-style:none; 
}

.menu li {
	width: 120px; 
	padding: 0px; 
	float: left;
}

.menu li a {
	display: block; 
	text-decoration: none; 
	padding: 8px; 
	width: 120px; 
	color: #616161; 
	background-color: #bebebe; 
	height: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 		
	font-weight: bold;
}

.menu li a.tabactive {
	display: block; 
	text-decoration: none; 
	padding: 8px; 
	width: 120px; 
	color: #616161;		background-color: #d3d3d3; 
	height: 14px; 
	vertical-align: middle;
}

.menu li a:hover {
	color: #ffffff; 
	background-color: #595959;
}


/* tabs for projects end */
#footer
{
	width: 933px;
	background-color: #8e8e8e;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
}

#footer a
{
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-right: 20px;
	font-weight: bold;
}

#footer a:hover
{
	color: #ba0000;
	text-decoration: underline;
}

/* Page Navigation */

.pagenav {  
display: block;  
text-align: right;   
font-size:80%;
}  
 
.pagenav a{  
text-align:center;  
padding:0px 3px;   
}  
 
.pagenav a:hover{  
 
}

img#wpstats {
     display: none;
}


/* Lightbox CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }