@charset 'UTF-8';
body {
	font-family: Palatino, 'Times New Roman', Times, serif;
	font-size: small;
	background: #F1F1F1;
	}
	
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions*/
	}

	
#position {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	float: left;
	background: #C3C3C3;
	width: 700px;
	padding: 5px 10px 20px 10px;
	}

#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	border: 1px solid #9E9E9E;
	border-bottom: none;
	background: #CCCCCC url(../images/silverbar.jpg) top left repeat-x;
	}
	
#header #nav{
	padding: 0px;
	}
	
#logo {
	padding: 10px 0 0 15px;
	margin: 1px;
	}

#nav {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	width: 700px;
	background: url(../images/menublue2.jpg) top left repeat-x;
	background-color: #1a42b4;
	border-top: 1px solid #9E9E9E;
	}
	
	#nav ul {
		float: left;
		}
	
	#nav li {
		float: left;
		margin: 0;
		padding: 0.3em 0.3em 0.1em 0.3em;
		font-family: Palatino, 'Times New Roman', Times, serif;
		font-size: 115%;
		}

	#nav li a {
		display: block;
		margin: 0;
		padding: 0px 5px 0 5px;
		color: #FFFFFF;
		text-decoration: none;
		}
	
* html #nav a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */ 
  width:1px;               /* IE will expand 1px width to fit menu width */ 
  white-space: nowrap;
  }
  
	
#home #n-home {
	background: #FFFFFF;
	}
	
#home #n-home a {
	font-weight: 400;
	color: #2b6bcf;
	}
	

#about #n-about {
	background: #FFFFFF;
	}
	
#about #n-about a {
	font-weight: 400;
	color: #2b6bcf;
	}	
	
#about #nav #n-home {
	background: none;
	}


	
#services #n-services {
	background: #FFFFFF;
	}
	
#services #n-services a {
	font-weight: 400;
	color: #2b6bcf;
	}
	
#services #nav #n-about {
	background: none;
	}
	
	
	
#work #n-work {
	background: #FFFFFF;
	}
	
#work #n-work a {
	font-weight: 400;
	color: #2b6bcf;
	}
	
#work #nav #n-services {
	background: none;
	}
	
	
	
#contact #n-contact {
	background: #FFFFFF;
	}
	
#contact #n-contact a {
	font-weight: 400;
	color: #2b6bcf;
	}
	
#contact #nav #n-home {
	background: none;
	}
	
#contact #nav #n-home li {
	background: none;
	}

	
