/* ************** CSS FOR TOMAS GARCILAZO ******************* */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}




/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */

.logotable {
      background: url("../graphics/logo-test.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
.middle {
      background: url("../graphics/middlesection-test.jpg");
	background-repeat: no-repeat;
}
.bottom {
	background-repeat: no-repeat;
}


/* Body Formatting */

BODY {
      background: #5f4910;
	padding:0px;
	margin:0px;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
	font-family: "Times Roman","New Times Roman",times;
 font-size: 11pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #000000;
 margin-left: 20px;
 margin-top: 20px;
 }
h1.gold { 
	font-family: "Times Roman","New Times Roman",times;
 font-size: 12pt; 
 line-height: 18pt;
 font-weight:bold;
 color: #AB9A5F;
 margin-left: 20px;
 margin-top: 20px;
 }

h2 { 
	font-family: "Times Roman","New Times Roman",times;
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: normal;
 color: #CCCC99;
 }
h2.black { 
	font-family: "Times Roman","New Times Roman",times;
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: normal;
 color: #000000;
 }

h3 { 
	font-family: "Times Roman","New Times Roman",times;
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }

p {
	font-family: "Times Roman","New Times Roman",times;
	font-size: 12pt;
	line-height: 14pt;
	color: #AB9A5F;
	border: thin none #000000;
	font-weight: normal;
	margin-left:30px;
	margin-right:30px;
}

ul  {
	font-family: "Times Roman","New Times Roman",times;
	font-size: 11pt;
	line-height: 14pt;
	color: #503528;
	border: thin none #000000;
	font-weight: normal;
	margin-left:30px;
	margin-right:30px;
}

.1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #503528;
	font-weight: normal;
	margin-left:0px;
	margin-right:0px;
}


.main {
	font-family: "Times Roman","New Times Roman",times;
	font-size: 12pt;
	line-height: 14pt;
	color: #AB9A5F;
	border: thin none #000000;
	font-weight: normal;
}

.main2 {
	font-family: "Times Roman","New Times Roman",times;
	font-size: 10pt;
	line-height: 12pt;
	color: #3E1200;
	font-weight: normal;
	background-color: #A9AA98;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#EADFCC;
	font-size: 9pt;
	font-weight: normal;
	}
.navsblack
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9pt;
	font-weight: normal;
	}
.small {
	font-family: "Times Roman","New Times Roman",times;
	font-weight:bold;
	color: #000000;
	font-size:11pt;
	margin-top:10px;
	margin-bottom:15px;
	}

.big1 {
	font-family: "Times Roman","New Times Roman",times;
	font-weight:bold;
	color: #000000;
	font-size:12pt;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}

.big {
	font-family: "Times Roman","New Times Roman",times;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size:14pt;
	line-height:20pt;
	}
.big2 {
	font-family: "Times Roman","New Times Roman",times;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size:18pt;
	line-height:20pt;
	}

.credit  {
	text-decoration: none;
	font-size:7pt;
	line-height:9pt;
	}

.borderblack  {
	color: #000000;
	}




/* ************** LINK FORMATTING ******************* */

a 	{
	color: #000000;
	text-decoration:none;
	}
a:hover 	{
	color: #000000;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #3E1200;
	}

a.menusmall:active, a.menusmall:visited, a.menusmall:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menusmall:hover {
	text-decoration: underline;
	color: #3E1200;
	}

