/* Common */
body,table,input,select,textarea { 
  font-family:verdana, sans-serif; 
  font-size:100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000;
  background:#37383a url('../images/i-bg.gif');  
}

h1 {
  margin:10px 0 25px 0;
  background:transparent url('../images/i-h1-bg.gif') no-repeat;
  line-height: 40px;
  height:54px;
  color:#fff;
  font-weight:bold;
  font-size:1.25em;
  padding-left:10px;
}

h2 {
  margin:1em 0;
}

p { 
  margin:1em 0 1em 10px;
  font-size: 0.9em; 
  color:#fff;
  line-height:1.5em;
}
a {
	color:#000;
	}
a:hover {
	color:#f1008f;
	}
dl.col {
	margin: 20px 10px;
  	color:#fff;
	font-size:0.95em;
	line-height:2em;
	}
dl.col dt { 
  float:left; 
  width:5em;
}

dl.col dd { 
  margin-left:6em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */
#glow {
	width:100%;
	background:transparent url('../images/i-glow.png') no-repeat top center;
	}
#box {
	background:#78797d;
	border:2px solid #b8b8b8;
	width: 960px;
	margin: 160px auto 0 auto;
	}
#logo {
	position:absolute;
	margin: -40px 0 0 0;
}

#sticky {
	position:absolute;
	margin: -124px 0 0 720px;
}
#content {
	margin: 0 0 0 20px;
	min-height:400px;
	}
.rhs {
	float:right;
	width: 293px;
	padding-top: 50px;
	}
/* Nav */
#nav {
	background:transparent url('../images/i-nav-bg.gif') no-repeat;
	width:860px;
	height:62px;
	margin: 25px 0 0 10px;
	}
#nav ul {
	list-style-type: none;
	padding-top:5px;
	}
#nav ul li {
	float:left;
	text-align:center;
	}
#nav ul li a {
	color:#fff;
	text-transform:uppercase;
	font-size:.75em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0 20px 20px 20px;
	}
#nav ul li.nav-1 a:hover {	background: transparent url('../images/i-nav-o-1.png') no-repeat bottom center; }
#nav ul li.nav-2 a:hover {	background: transparent url('../images/i-nav-o-2.png') no-repeat bottom center; }
#nav ul li.nav-3 a:hover {	background: transparent url('../images/i-nav-o-3.png') no-repeat bottom center; }
#nav ul li.nav-4 a:hover {	background: transparent url('../images/i-nav-o-4.png') no-repeat bottom center; }
#nav ul li.nav-5 a:hover {	background: transparent url('../images/i-nav-o-5.png') no-repeat bottom center; }
#nav ul li.nav-5 {  padding-top: 10px; }

/* Footer */
#footer {
	margin: 0 auto;
	width:960px;
	text-align:right;
	color:#fff;
	font-size:0.75em;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#f1008f;
	}
	
/* Misc */
.aboutag {
	margin-right:30px;
	}
.contact-sticky {
	background:transparent url('../images/g-sticky-2.jpg') no-repeat;
	width:510px;
	height:234px;
	float:left;
	}
.contact-sticky dl {
	color:#000;
	padding: 25px 0 0 50px;
	}
.highlight {
	background:#878888;
	padding:0 4px;
	}