/*
 	CSS Document for Geomatica.info
	Created by: Jonathan Ginn
	
	TO BE REVISED
									*/

/*HTML ELEMENTS=====================*/

body{
  background-color: #eee;
  font-family: Arial, sans-serif, Helvetica, Verdana;
  font-size: .7em;
  color: #333;
}

/*ID'S==============================*/

#wrapper{
	width: 750px;
	margin: auto;
}

#banner{
	background-image: url(http://www.geomatica.info/images/geomatica-banner.jpg);
	text-indent: -5000px;
	height: 100px;
}

/*Drop down menu*/

#nav{
	
}
#nav a{
	display: block;
	border-right: 1px solid #fff;
	background-color: #883838;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 97px;
}
#nav a:hover{
	background-color: #fff;
	color: #883838;
}
#nav .dropmenu{
	float: left;
	width: 97px;
	position: relative;
}
#nav .dropmenu ul{
	display: none;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 14px;
	left: -7px;
}
#nav .dropmenu ul li{
	list-style: none;
}
#nav .dropmenu ul li a{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	padding: 5px;
}

.side-links{

}
.side-links h4{
	background-color: #883838;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.side-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-links ul li{

}
.side-links ul li a{
	display: block;
	margin: 1px 0;
	padding-left: 10px;
	background: url(http://www.geomatica.info/images/list-icon7x7.gif) no-repeat center left;
}

/*CLASSES===========================*/



/* text */

small { 
  font-size: 10px; 
  color: #000000;
}
.copyright {
  font-size: 9px;
  color: #c7c7c7;
}
.bottom-title {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: white;  
}
h1 {
}
.note {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #883838;  
}

/* links */

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003399;
  text-decoration: none;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #c7c7c7;
  text-decoration: none;
}
a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #883838;
  text-decoration: none;
}

/* list */

.list10x10 {
  list-style-position: outside;
  list-style-image: url(../images/list-icon.gif);
}
.list7x7 {
  list-style-position: outside;
  list-style-image: url(../images/list-icon7x7.gif);
}
.list5x5 {
  list-style-position: outside;
  list-style-image: url(../images/list-icon5x5.gif);
}

/* border */

.border-tl {
  border-left: thin solid #CCCCCC;
  border-top: thin solid #CCCCCC;
  background-color: white;
}
.border-tr {
  border-right: thin solid #CCCCCC;
  border-top: thin solid #CCCCCC;
  border-left: thin solid #CCCCCC;
  background-color: white;
}
.border-bl {
  border-left: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
}
.border-bldeco {
  border-left: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  vertical-align: top;
  padding: 5px;
  background-image: url(../images/side-backgroundl.gif);
  background-color: white;
}
.border-br {
  border-right: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: top;
  background-color: white;
}
.border-brdeco {
  border-right: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  padding: 5px;
  vertical-align: top;
  background-image: url(../images/side-backgroundr.gif);
  background-color: white;
}
.border-body {
  border-left: thin solid #CCCCCC;
  border-right: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  vertical-align: top;
  background-color: white;
  padding: 3px;
}
.border-body2 {
  border-left: thin solid #CCCCCC;
  border-right: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  vertical-align: top;
  padding: 5px;
  background-color: white;
}
.border-top {
  border: thin solid #CCCCCC;
  background-color: white;
}
.bottom-table {
  border-right: thin solid #CCCCCC;
  border-left: thin solid #CCCCCC;
  border-bottom: thin solid #CCCCCC;
  padding: 2px;
  background-color: white;
}
.border-img {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: white;
}

/* tables */

.spaced {
  padding-top: 10px;
  padding-left: 3px;
  padding-bottom: 10px;
}
