body {
	font: 12px/1.5em 'Tahoma', MS sans-serif,sans-serif;
	background-color: #CACACA; /* This is the color of the background where all the containers are located */
	background-repeat: repeat-y repeat-x; /* Whether the picture repeats or not on y and x directions, if not needed leave it blank */
	background-position: left;	/* Where the picture is located */
	/* If no picture was specified in the background-image statement then all the others are ignored */
	/* line-height: 1.3em; */
	}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}
h1 {
	font-size: 24px;
	color: #0000FF;
	}
h2 {
	font-size: 18px;
	color: #873600;
	}
h3 {
	/*margin-top: 16px;*/
	margin-bottom: 0px;
	font-size: 14px;
	color: #873600;
	}
h4  {
    font-size: 12px;
	color: #873600;
	margin-bottom: 0px;
	text-decoration: none;
	}
	
a { 
	text-align: justify
	text-decoration: none; 
	color: #AA8800;
	}
a:hover { 
    color: #873600;
	}
	
abbr, acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
  }
  
hr {
 	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
  
#container {
	width: 772px !important;
	width: 760px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px 10px 5px !important;
    padding: 10px 5px 5px 5px;
	background-color: #FFFFFF;
	}

#pageHeader {
	height: 60px;
	padding: 0px;
	margin-top: 10px !important;
	margin:5px 5px 5px 5px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url("images/geoscanners_banner.jpg");
	}

#pageHeader h1 {
	display: none;	
	}

#mainNavigation {
	margin: 5px 5px 5px 5px; /* Defines the margins from the border of the container it is located in*/
	padding:0px;
	height: 30px; /* Defines the height of the container, pay attention that the line-height has to be smaller or equal than this value*/
	/*background-position: 0px 2px;*/
	background-color: #FFFFFF;
	background-image:url(images/main_nav.png);
	background-repeat: repeat-x;
	}

#mainNavigation ul {
	margin:0px 0px 0px 140px; padding: 0px;
	list-style-type: none;
	}
#mainNavigation ul li {
	margin: 0px; padding: 0px;
	display: block;
	clear: none;
	float: left;
	}
#mainNavigation ul li a {
	margin: 0px 0px 0px 0px;
	display: block;
	clear: none;
	float: left;
	line-height: 30px; /* This puts the horizontal list in place, where higher is lower number and viceversa*/
					   /* Pay attention that if this value is equal to the height of the container then the line is centered
	/*height: 10px;*/
	/*background-position: 0px 2px;*/
	text-decoration: none;
	padding: 0px 10px;
	color: #873600;
	background: url(images/main_Nav.png);/* no-repeat 50% top;*/
	}
#mainNavigation ul li a:hover {
    /*background-position: center -105px;*/
    color: #FF9900;
	}
#mainNavigation ul li a.current {
	background: url(images/main_nav_current.png) no-repeat 50% top;
	/*background-position: center -53px;*/
	}
#content {
	/*padding: 5px 5px 5px 5px;*/ /* Check this out for positioning the contents*/
	margin-top: 20px !important; /* Margin for Mozilla*/
	margin-top: 0px;
	margin-left: 175px;
	margin-right: 25px;
	color: #606060;
	text-align: justify;
	}



#subNavigation {
	background-image:url(images/sub_nav.png);
	float: left;
	width: 150px !important; /*width for Mozilla*/
	width: 140px;
	height: 500px !important; /*height for Mozilla*/
	height: 490px;
	margin-top: 0px !important; /* Margin for Mozilla*/
    margin-left: 5px !important;
	margin:0px 10px 100px 3px;
    padding: 5px;
	background-color: #FFFFFF;
	}
#subNavigation ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: none;
	}
#subNavigation ul li a { 
	text-decoration: none; 
	color: #606060;
	}
#subNavigation ul li a:hover { 
	color: #873600;
	}
#subNavigation ul li a.current { 
	font-weight: bold;
	color: #0000FF;
	}


#update{
    float: left;
    margin: 0px 0px 0px 5px;
    }

#footer {
	height:50px;
	clear: both;
	padding: 0px 0px 0px 0px; /*controls the position of the contents inside the box we created*/
	margin: 5px 5px 1px 5px;
	/*margin-top: 50;*/
	background-color: #000000;
	font-size:12px;
	text-align: center;
	color: #873600;
	background-image:url(images/geoscanners_footer.png);
	background-repeat: repeat-x;
	}
#footer ul {
	line-height:0px; /*controls the position of the list inside the box with respect to the previous object*/
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	}
#footer ul li { 
	display: inline; 
	}
#footer ul li a { 
	font-size:12px;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
	color: #873600;
	}
#footer ul li a:hover { 
	color: #FF9900;
	}

.list{
	font-size:8px;
	}
.float_right_corner{
    float: right;
    padding-right: 10px;
    padding-top: 40px;
    font-size: 10px;
    color: #000000;
    }	
.superscript_text{
	vertical-align:super;
	font-size: 10px;
	} 
.image_bottom {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	}
.image_top {
	border: 1pz solid #000000;
	float: left;
	padding: 0px;
	margin: 0px;
	}
.image_icon{
	border: none;
	float: left;
	margin: 5px 5px 5px 5px;
	}
.image_inline {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 10px 20px 20px 0px;
	}
	
.image_menu {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 10px 0px 10px 10px;
	}
.picture_divider {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	}
.pdf {
	background:url(images/pdficon_small.gif) no-repeat top left; padding-left:30px;
	}
.xls {
    background:url(images/xls.gif) no-repeat top left; padding-left: 30px;
    }
.zip {
    background:url(images/zip.gif) no-repeat top left; padding-left: 30px;
    }
