/* @override http://www.reclaim.gi/css/base.css */

/*
-----------------------------------------------------
Proiv-Solutions 
Base styles for screen 
FileName:    base.css
Version:     2006.06.12
-----------------------------------------------------
*/



/*
Main Elements
---------------------------
*/
	
html body {
	font-size:x-small;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color:#1B1B1B;
	margin:0;
	padding:0;
	text-align:center;
	background:#1B1B1B ;
	voice-family: "\"}\"";
	voice-family:inherit;
  	font-size:small;
	
	} html>body {font-size:small;}

body.basic {
	
	width:640px;
	text-align:left;
	padding:25px;
	background:#FFF;
	}

body.basic h2, body.basic p, body.basic form { margin-left:0; }
body.basic h2 { color:#1B6BAE;}



/*
Links LVHA
---------------------------
*/

a {
  color: #90B2D3;
  text-decoration: none;
  }

a:link {
  color: #90B2D3;
  text-decoration: none;
  }

a:active {
  text-decoration: none;
  }

a:hover {
  color: #BCD1E4;
  text-decoration: none;
  }

a:visited {
  color: #90B2D3;
  text-decoration: none;
  }

a:visited:hover {
  color: #BCD1E4;
  text-decoration: none;
  }


h3 a {
  color: #FF9800;
  text-decoration: none;
  }

h3 a:link {
  color: #FF9800;
  text-decoration: none;
  }

h3 a:active {
  text-decoration: none;
  }

h3 a:hover {
  color: #FF9800;
  text-decoration: underline;
  }

h3 a:visited {
  color: #FF9800;
  text-decoration: none;
  }

h3 a:visited:hover {
  color: #FF9800;
  text-decoration: underline;
  }



/*
Page structure
---------------------------
*/

#wrap {
	position:relative;
	width:800px;
	background: #f3efe4;
	padding:0;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-size:90%;
	}
	
#header {
  height:170px;
  width:880px;
  position:relative;
	margin-right:auto;
	margin-left:auto;
  /*background:#0065C3 url("/images/bgr/header2.gif") no-repeat top left;*/
  background:#1B1B1B url("/images/headerBgr2.jpg") no-repeat bottom center;
  }

#header #logo {
  position:absolute;
  left:55px;
  top:55px;
  }

#header #logotxt {
  position:absolute;
  left:55px;
  top:55px;
  }

#footer {
  width:800px;
	margin-right:auto;
	margin-left:auto;
  background-color:#BF2A2C;
  color:#FFF;
	text-align:left;
  }

#footer p {
  margin:0;
  padding:24px 10px 10px 10px;
  }

#main {
  padding-top:10px;
  padding-bottom:20px;
  background:#EAEAEA; 
  }


.page-banner {
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  }


#maincontent {
  position:relative;
  z-index: 1;
  float:left;
  width:620px;
  background:#FFF;
  margin:-15px 0 -15px 0;
  }

#maincontent .content{
  border:1px solid #CCC;
  padding:20px;
  margin:4px;
  }

#leftcol {
  position:relative;
  float:left;
  width:160px;
  margin:0;
  background: #f3efe4;
  padding-top:40px;
  padding-bottom:20px;
  }

.colwrap h2, .colwrap h3 {
  margin-top:0;
  }

.colwrap h2 {
  font-weight:normal;
  color:#0072FF;
  }

#fp.colwrap {
  margin-top:10px;
  }

/* easy clearing */
#wrap:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrap
	{
	display: inline-block;
	margin-top:0px;
	}
/*\*/
#wrap
	{
	display: block;
	}
/* end easy clearing */

.content {
  padding:10px;
  }



/* End corner boxes */

/*
Lists
---------------------------
*/

#nav ul {
  position:relative;
  width:160px;
  list-style:none;
  margin:0;
  padding:0;
  border-bottom:1px solid #F7EBE3;
  margin-top:1em;
  background-color: #e5dec4;
}

#nav li {
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #F7EBE3;
  
  
}

#nav a {
  position:relative;
  display:block;
  color:#AB1315;
  padding:4px 0 4px 10px;
  background-color: #e5dec4;
  text-decoration: none;
  border: none;
  }

#nav a:visited, #nav a:link { 
  color:#AB1315;
  background-color: #e5dec4;
  text-decoration: none;
  border: none; }
#nav a:hover, #nav a:visited:hover {
  background-color: #CE6261;
  color: #FFF; text-decoration: none;
  border: none; }
#nav a:active { 
  color:#AB1315;
  text-decoration: none; 
  border: none; 
  }





/*
Text
---------------------------
*/

h2 {
  font-size:1.3em;
  }



h3 {
  text-transform: capitalize;
  border-bottom:1px solid #CCC;
  color: #bf2a2c;
	font-size: 1.3em;
}



h3.go {
  font-size:.9em;
  font-weight:bold;
  border:none;
  padding-left:14px;
  background:transparent url("/images/go.gif") no-repeat center left;
  }
  
strong { font-weight:normal; }

.colwrap h3.pull {
  margin-top:2em;
  }
  
.photocap {
  font-size:90%;
  color:#A6A6A6;
  margin-top:0;
  }

.pq {
	font-size: 160%;
	color: #bf2a2c;
}

dd {
	padding: 0;
	margin: 0;
}

.faq dt {
	font-weight: bold;
	color: #bf2a2c;
	margin-top: 1em;
}

.faq dd {
	margin-top: .3em;
}

ol.letter li {
	list-style-type: lower-latin;
}

p.source {
	font-size: 150%;
	border-bottom: 1px solid #CCC;
}

.quote {
	font-style: italic;
}

/*
Tables
-----------------
*/

table.amounts {
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #fefaef;
	color: #851d1d;
}

table.amounts td {
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.amounts td.desc {
	width: 65%;
}

table.amounts td.tot {
	font-weight: bold;
}

/*
Forms
---------------------------
*/

label {
  display:block;
  color:#A9A9A9;
  margin-top:0.5em;
  margin-bottom:0em;
  font-size:90%;
  }
  
.formerror {
  color:#FF0000;
  }

/*
Tables
---------------------------
*/

table {
  margin:1em 0;
  }

table.press th {
	border-bottom: 1px solid #ccc;
}

table td.pub {
	padding-right: 20px;
}

table td.pubdate {
	
}

img { border:none; }

td {
	text-align: left;
}

