/*
----------------------------------------------------------------------
Based on an original template by Chugs, http://www.chugsdesigns.com/
----------------------------------------------------------------------
*/

body {
margin: 0; 
padding: 0;
/*background: #ddd;*/
font: normal 100%/1.5em Verdana, "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", sans-serif;
/*color: #777;
background-color:#193941; */
background: transparent url(images/clipboard_bg3.jpg) repeat 0 0;
text-align: center;
}

/* -- links -- */

a:link {
/* color: #c60; */
color: #B2320F;
text-decoration: none;
background: transparent;
}

a:visited {
color: #f93;
text-decoration: none;
background: transparent;
}

a:hover {
color: #3300CC;
text-decoration: underline;
background: transparent;
}

a:active {
color: #c60;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
margin: 0 0 15px 0;
padding: 0;
background: transparent;
font-weight: normal;
/*color: #777;*/
color: #000000;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h1 {
font-size: 1.3em;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h2 {
font-size: 1.1em;
font-style: italic;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h3 {
font-size: 1.0em;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}



/* -- container --*/

#container {
width: 768px;
height: 1%;
/* top margin */
margin: 5px auto;
padding: 0;
text-align: left;
}

/* -- banner --*/

#banner {
position: relative;
width: 768px;
height: 135px;
margin: 0 50px;
padding: 0;
color: #000000;
font: bold 120%/1.5em "Times New Roman", "Courier New", serif;
background: transparent url(images/banner.jpg) no-repeat 0 0;
}

#banner p {
display: block;
margin: 0;
padding: 0;
/*text-indent: -100000px;*/
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- top level nav --*/

#nav-meta {
position: absolute;
top: 0px;
/* right: 45px; */
left: 0px;
margin: 0;
padding: 0;
/*background: green;*/
font-variant: small-caps;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-style: italic;
font-weight: normal;
font-size: 1.1em;
width: 760px;
}

#nav-meta ul {
margin: 0;
padding: 0 0 0 3px;
border-left: 0px solid #777;
font-size: 0.75em;
text-align: center;
/*line-height: 1.2em;*/
line-height: 25px;
}

#nav-meta li {
display: inline;
list-style-type: none;
margin: 25;
padding: 10;
border-right: 0px solid #777;
}

#nav-meta a {
margin: 0;
padding: 0 3px 0 0;
background: transparent;
color: black;
text-decoration:none;
}

#nav-meta a:visited {
color: black;
}

#nav-meta a:hover {
font-weight: bold;
text-decoration: underline;
}

.selected {
color:FireBrick;
font-weight:bold;
}

/* -- content --*/

#content {
/*margin: 0 142px 0 150px;*/
margin: 0 -50px 0 50px;
padding: 15px 32px 0 55px;
background: #fdfdfd url(images/content_bg.jpg) repeat-y 0 0;
font-size: 0.75em;
text-align: justify;
line-height: 1.6em;
}
#content a:visited {
color: #B2320F;
}

#content p {
margin: 0;
padding: 0 0 15px 0;
}

#content p.tmpmar
{
margin-left: 1.5em;
margin-right: 1.5em;
 }

#content ul {
padding:0px 5px 5px 10px;
margin:0;
}
#content li {
list-style-type:none;
}

/* -- footer --*/

#info-site {
/*margin: 0 142px 20px 150px;*/
margin: 0 -58px 0 50px;
padding: 5px 32px 0 55px;
/* padding: 30px 0 0 0; */
background: transparent url(images/content_bot.jpg) no-repeat 0 0;
font-size: 0.75em;
text-align: center;
}

#info-site a:link {
color: #c60;
text-decoration: none;
background: transparent;
}

#info-site a:visited {
color: #f93;
text-decoration: none;
background: transparent;
}

#info-site a:hover {
color: #c60;
text-decoration: underline;
background: transparent;
}

#info-site a:active {
color: #c60;
text-decoration: none;
background: transparent;
}

/* -- misc --*/

div.clear {
clear: both;
height: 0;
line-height: 0;
}

/* -- photo styles -- */
/* Images are limited to 288 x 209 pixels */

/* Horizontal image styles for width greater than height */
.Hphoto {
	margin: 10px; /* all sides */
	position: relative;
	width: 288px;
	height: 209px;
	float: left;
}
.Hphoto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
   width: 278px;
	height: 200px;
}
.Hphoto span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.Hphoto a {
	text-decoration: none;
}
.Hphoto p {
	font-size: 95%;
}


.Hcorner span {
	width: 288px;
	height: 209px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/Hphoto-corners.png) no-repeat;
}
.Hcorner img {
	border: none;
	padding: 6px 5px 6px;
	background: url(images/Hphoto-bg.png) no-repeat;
}

/* Vertical image styles for height greater than width */
.Vphoto {
	margin: 10px; /* all sides */
	position: relative;
	width: 209px;
	height: 288px;
	float: left;
}
.Vphoto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
   width: 200px;
	height: 278px;
}
.Vphoto span {
	width: 18px;
	height: 20px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.Vphoto a {
	text-decoration: none;
}

.Vphoto p {
	font-size: 95%;
}

.Vcorner span {
	width: 209px;
	height: 288px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/Vphoto-corners.png) no-repeat;
}
.Vcorner img {
	border: none;
	padding: 6px 5px 5px;
	background: url(images/Vphoto-bg.png) no-repeat;
}
