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

@font-face {
font-family:DidotLTStd-Bold;
src: url(fonts/DidotLTStd-Bold.otf);
}

@font-face {
font-family:DidotLTStd-Roman;
src: url(fonts/DidotLTStd-Roman.otf);
font-weight:100;
}


html {
	overflow-y: scroll;
}

body {
	font-family:sans-serif, Helvetica, Arial;
	color:#333;
	font-size:15px;
	font-weight:100;
	line-height: 140%;
	background-color:#fff;
	margin:0px;
	padding:0px 0px 0px 0px;	
}


img {
	border:0px;
	font-family:sans-serif, Helvetica, Arial;
	font-weight:100;
		
}

h1 {
	color:red;
	font-size:30px;
font-family:DidotLTStd-Bold;
src: url(fonts/DidotLTStd-Bold.otf);
	font-weight:100;
	line-height:120%;
	font-weight:100;
}

h2 {
	color:#A6A6A6;
	font-size:25px;
	font-family:DidotLTStd-Roman, Times, serif;
	line-height:120%;
	font-weight:100;
}

h3 {
	color:#F60;
	font-size:22px;
	font-family:DidotLTStd-Roman, Times, serif;
	line-height:120%;
}

h4 {
	color:#7c7c7c;
	font-size:22px;
	font-family:DidotLTStd-Roman, Times, serif;
	line-height:120%;
}


#title {
	color:#F60;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	font-weight:100;
	line-height:120%;
	padding-bottom:5px;
	padding-top:5px;
}

hr {
	margin:5px 0px 5px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #222;
	width:100%;
	text-align:center;
}

.link{
	color:#F60;	
}

.link:hover{
	color:#555;	
}

#wrapper{
	width:1000px;
	margin:0px auto;
	padding:0px;
	padding-top:10px;
	text-align:left;
}

#header{
	width:1000px;
	margin:0px auto;
}


#menu {
	font-family:sans-serif, Arial, Helvetica;
font-weight:500;
	font-size:12px;
	color:#F60;
	text-transform:uppercase;
	letter-spacing:0px;
}
#menu a {
	color:#333;
	text-decoration:none;
	font-size:13px;
}
#menu a:hover {
	color:#F60;
	text-decoration:none;
}
#menu a.active{
	color:#F60;
	font-weight:100;
}




#top-icons {
	font-family:sans-serif, Arial;
font-weight:lighter;
	font-size:12px;
	color:#555;
}
#top-icons a {
	color:#555;
	text-decoration:none;
	font-size:12px;
}
#top-icons a:hover {
	color:#f60;
	text-decoration:none;
}
#top-icons a.active{
	color:#F60;
	font-weight:bold;
}


#contents{
	width:1000px;
	margin:0px auto;
	padding:0px;
}

.contents_left {
	width:730px;
	margin:0px;
	margin-left:0px;
	padding:0px;
	text-align:left;
}

.contents_left p, ul{
/* here change the font color and font family of the text*/	
	color:#333;
	text-align:justify;
	font-family:sans-serif, Helvetica, Arial;
}

.contents_right{
	width:220px;
	padding-left:40px;
}




#photos_lightbox{
	width:1000px; /*from 750 jul 17*/
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:15px;
}

#photos_lightbox li{
	display:inline;
	margin-right:10px;
}

#photos_lightbox li img{
	margin-top:10px;
	border:0px;
	width:320px; /*added jul 17*/
}

td{
	
	vertical-align:top;
}



.moredetails {
	font-size:11px;
	color: #F60;
	text-decoration: none;
}

.moredetails:link {
  color: #F60;
  background-color: transparent;
  text-decoration: none;
}

.moredetails:hover {
  color: #666666;
  background-color: transparent;
}

#progress{
	text-indent:0px;
	margin:0px;
	padding:0px;
	list-style:none;	
}

.progress_captions{
	text-align:center;
	margin-top:10px;	
}

#progress li{
	margin-top:50px;
	text-align:center;	
}

#footer{
	width:1000px;
	margin:0px auto;
	padding:0px;
	color:#333;
	height:20px;
}

#footer a{
	color:#333;
	text-decoration:none;
	margin:3px;	
	font-size:13px;
}

#footer a:hover{
	color:#F60;	
	text-decoration:underline;
}

#footer img{
	vertical-align:baseline;
	margin-top:-6px;	
}

#footer a.active{
	color:#e0900a;	
	text-decoration:underline;
}

form{
	color:#444;
}

form textarea{
}

form input{
	background-color:transparent;
	background:none;
	color:#222;
	font-size:12px;
}

