﻿body {
	background-color: #ECF5FB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
}

a:link {
   color: #00015E;
   font-weight: bold;
   text-decoration: none;
}

a:visited {
   color: #00015E;
   font-weight: bold;
   text-decoration: none;
}


a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}

h1 {
	font-size: 34pt;
	font-weight: bold;
	color: #00015E;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
}

h2 {
	font-size: 20pt;
	font-weight: normal;
	color: #00015E;
	font-family: Arial, Helvetica, sans-serif;
}

p { 
	color: #000;
	text-align: left;
	font-size: 9pt;
}

ul {
   color: #000;
   text-align: left;
   font-size: 9pt;
}

img {
	border: 0;
}

.imageborder {
	border: 1px solid #666666;
	padding: 1px;
}

.thumbnail {
	margin: 10px;
}

.tagline {
	position: absolute;
	right: 15px;
	top: 0px;
}

.copy {
	position: absolute;
	font-size: 10px;
	right: 5px;
	bottom: 0px;
	color: #777;
}

.niceic {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

.floatleft {
	float: left;
	padding-right: 10px;
}

.floatright {
	float: right;
	padding-right: 100px;
}

.desc {
	width: 600px;
}
.clearfix {
	clear:both;
}

#page {
	width: 100%;
	height: 100%;
	padding-top: 0px;
}

#wrapper{
	position: relative;
	width: 932px;
	height: 100%;
	min-height: 650px ;
	margin:0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DEEFF6;
	background-image: url(../images/bg2.jpg);
	background-color:#E0EFF6;
	background-position: center top;
	background-repeat: no-repeat;
	border-left: solid 1px #00015E;
	border-right: solid 1px #00015E;
	border-bottom: solid 1px #00015E;
	text-align: left;
	position: relative;
}

#fading_image_container {
  	border: 5px solid #666666;
	-moz-border-radius: 3px;
	width: 500px;
	height: 200px;
	margin: 20px 20px 10px 30px;
	padding: 2px;
}

/* Columns */

#banner {
	position: relative;
	top: 15px;
	left: 258px ;
	width: 674px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	width: 650px;
	top: 10px;
	left: 258px;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

/* Navigation */
#navbar {
  float: left;
  height: 2.4em;
  width: 650px;
  padding: 0;
  margin: 0;
  background: none;
  border-top: none;
  font: 16px Arial; overflow: hidden;
  list-style-type: none;  
}
  
#navbar li {
   float: left;
   padding: 0 23px 0 13px; 
   margin-right: 5px;
   
}
  
#navbar li a {
  display: inline; 
  padding: 0.75em 0 0.25em;
  text-transform: uppercase; 
  color: #020266;
  text-decoration: none;
  font-weight: bold;
}

#navbar li a:hover {
	color: #666;
	text-decoration: underline;
}

body#home a#home_nav, 
body#about a#about_nav, 
body#services a#services_nav, 
body#projects a#projects_nav, 
body#contact a#contact_nav,
body#links a#links_nav {
	color: #666666;
	text-decoration: underline;
}
