﻿/*
 * -----------------------------------
 * iXMaps homepage main style sheet
 * -----------------------------------
 */

/*--- Basic Text Styles ---------------------------------------------------*/
xbody {
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url("../images/gradient_blueMedium.png"); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
}
body {
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
  background:#efefef url("../images/body-gray.png") center repeat-y;
}

p,ul,li {
	margin-top: -0.5em;
	margin-bottom: 1.4em;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height:13px;
	color:#616161;
}
ul {
	margin: -0.5em;
}

code {
	color: #000;
	font-size: 1.1em;
/*			font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;   */
}


/*--- Header ---------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", Times, serif;
	font-weight: bold;
	color: #444;
}

h1 {font-size: 1.8em;margin: 0;margin-bottom: 1em;}
h2 {
	font-size: 1.6em;
	color: #444;
}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;line-height: 0.1em;padding-top: 0.8em
}

h1 span, h2 span {margin: 0;padding: 0;display: none;}
strong span {margin: 0;padding: 0;display: none;}


/*--- Link --------------------------------------------------*/

img {
	border:0;
	text-decoration:0;
}

a{
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#616161;
	text-decoration:none;
}
a:hover{
	color:#3344ff;
	text-decoration:underline;
}


acronym {cursor: help;border-bottom: 1px dotted rgb(175,214,145);}

/*--- Container -------------------------*/

#container {
	position: relative;
	min-height: 100%;
	width: 800px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;	margin: 5px auto;
}

/*--- Meta Navigation --------------------------------*/
#navlist {
	float: right;
	text-align: right;
	font-size: 85%;
	padding: 3px;
	margin: 4px -2px 0 0;
	color: #696969;
	background-color: inherit;
}

#navlist ul, #navlist li {display: inline;list-style-type: none; margin:0; padding:0}

#navlist a:link, #navlist a:visited {
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	color: #696969;
	background-color: transparent;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover, #navlist a:active {
	border-bottom: 6px solid #fff;
	padding-bottom: 0px;
	background: transparent;
	color: #c9c;
}

#navlist a:hover, #navlist a:active { color: #c9c; }

/*--- Content -------------------------*/

#header {
	margin-left: 25px;
	margin-right: 25px;
}
#headerTop {
	height: 25px;
}
#headerBottom {
	height: 35px;
}
#topNavBar {
	margin-top: 0px;
	margin-right: -4px;
}
#pageNavigator {
	position:relative;
	bottom:10px;
	float: right;
	text-align: right;
	margin-right: 1px;
}
#pageNavigator a{
	padding-left:5px;
}
#logo {
	position:relative;
	top: 9px;
	left: 1px;
}
#banner {
	position:relative;
	margin-top: 15px;
	margin-left: -12.1px;
	margin-right: -12px;
}
#content {
	position:relative;
	margin-left: 25px;
	margin-right: 25px;
}
.description {
	color: #555555;
}

/*--- Footnote ---------------------------------*/

.footnote {
	font-family:Verdana,Arial,Helvetica;
	font-size:9px;
	color:#b0b0b0;
	background-color: #FFF;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	}

/*--- Footer ----------------------------------------------- */
cite {display: block;clear: both;height: 8px;font-size: 1px;}

#footer {clear: both;padding-top: 0px;padding-bottom: 1em;font-size: 80%;}
#footer span a:visited {text-decoration: none;color: #74005f;background-color: transparent;}
#footer span a:link {text-decoration: none;color: #74005f;background-color: transparent;}
#footer span a:active {text-decoration: underline;color: #74005f;background: #ff9;}
#footer span a:hover {text-decoration: underline;color: #74005f;background: #ff9;}
#footer a:visited {text-decoration: none;color: #fff;background-color: transparent;}
#footer a:link {text-decoration: none;color: #fff;background-color: transparent;}
#footer a:active {text-decoration: underline;color: #74005f;background: #ff9;}
#footer a:hover {text-decoration: underline;color: #74005f;background: #ff9;}
#footer span {display: block;margin: 0;background: #f7efef;padding: 5px 42px 5px 30px;}
#footer div strong {}
#footer div em {color: #9c3; font-style: normal;}
#footer hr {display: none;}
#footer {
font-family:Verdana,Arial,Helvetica;
font-size:11px;
line-height: 1.9;
color:#888888;
margin-right: 25px;
margin-left: 25px;
}
