@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	font-size: 62.5%; /* sets scale of 1em == 10px */
}

footerclass {
	margin:0 auto;
	padding:10px 10x;
}

.menu  {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#336633;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.menu  a {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#336633;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.menu  a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#003333;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.heading  {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#336633;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.headingside  {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#336633;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.Pageheading  {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#336666;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.headingtext  {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	color:#336666;
	text-transform:capitalize;
	text-decoration:none;
}

.headingtext a {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	color:#336666;
	text-decoration:none;
}

.headingtext2  {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
}

.headingtext2 a {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#336666;
	text-decoration:none;
}


.text  {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	color:#336633;
	text-transform:none;
	text-decoration:none;
}

.text a {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	color:#336633;
	text-transform:none;
	text-decoration:none;
}

.text  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.75pt;
	color:#336633;
	text-transform:none;
	text-decoration:none;
}

.text a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.75pt;
	color:#336633;
	text-transform:none;
	text-decoration:none;
}

.text2  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.5pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
}

.text2  a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.5pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
	font-weight: bold;
}

.text2heading  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
}

.text3  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.5pt;
	color:#fff;
	text-transform:none;
	text-decoration:none;
}

.text3  a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8.5pt;
	color:#fff;
	text-transform:none;
	text-decoration:none;
	font-weight: bold;
}

.text2heading  a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
}
  
ul.NoBulletNoIndent {
    list-style-type: square;
    margin-left: 12px;
    padding-left: 0px;
  	font-family:Verdana, Geneva, sans-serif;
	font-size:8.5pt;
	color:#336666;
	text-transform:none;
	text-decoration:none;
}
ul.NoBulletNoIndent li 
{
    padding-bottom:.75em;
  
}

.jimgMenu {
	position: relative;
	width: 440px;
	overflow: hidden;
	margin: 15px 0px 10px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 440px;
	overflow:hidden;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:50px;
	height: 150px;
}

.jimgMenu ul li.landscapes a {
	background: url(../images/registration2.jpg) repeat scroll 0%;

}

.jimgMenu ul li.people a {
	background: url(../images/abstracts2.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background: url(../images/upload.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background: url(../images/review.jpg) repeat scroll 0%;
}

.jimgMenu ul li.urban a {
	background: url(..images/urban.jpg) repeat scroll 0%;
	min-width:280px;
	
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
