/* ----------[ Structure ]---------- */

body {
	width: 760px;
	margin: 0 auto;
	padding: 40px 20px;
	}
	div#navigation {
		position: absolute;
		width: 260px;
	}
	div#content {
		margin: 0 0 0 270px;
}


/* ----------[ Font & Color ]---------- */

div#navigation {
	color: #fff;
	}
	div#navigation h1 {
		height: 63px;
		background-color: #406995; /* SecureDarkBlue */
		background-image: url("logo.png");
	}
	div#navigation h1 span {
		font-size: 2em;
		padding: 10px;
		display: none;
	}
	div#navigation ul {
			margin: 3px 0;
			padding-bottom: 3px;
			border-bottom: 20px solid #406995; /* SecureDarkBlue */
		}
		div#navigation ul li a {
			letter-spacing: 1px;
			border-top: 1px solid #6393C7; /* SecureLightBlue_LIGHTER */
			border-bottom: 1px solid #4882B8; /* SecureLightBlue_DARKER */
			color: #fff;
			text-decoration: none;
			display: block;
			font-size: 1.2em;
			padding: 5px 0 5px 10px;
			background-color: #548abe; /* SecureLightBlue */
		}
		div#navigation ul li a:hover {
			border-color: #fff;
			background-color: #fff;
			color: #000;
	}
	dl {
		padding: 10px 0;
		}
		dl dt {
			color: #333; /* DarkGrey */	
		}
		dl dd,
		dl dd a {
			text-decoration: none;
			color: #406995; /* SecureDarkBlue */
		}
		dl dt,
		dl dd {
			display: inline;
			margin-right: 5px;
		}
		div#content dl {
			padding: 0 0 0 1em;
			margin: 0 0 1em 0;
			border-left: 2px solid #EBEBEB;  /* LighterGrey */
			line-height: 1.3em;
	}

	div#navigation span.legal a {
		color: #808080; /* LightGrey */
		font-size: 0.9em;
		text-decoration: none;
}

div#content {
	border-bottom: 30px solid #548abe; /* SecureLightBlue */
	margin-bottom: 30px;
}

div#header {
	padding-bottom: 3px;
	border-bottom: 30px solid #548abe; /* SecureLightBlue */
	background-repeat: no-repeat;
	}
	div#header h2 {
		/* background-color: #333; DarkGrey */
		color: #fff;
		overflow: hidden;
		text-align: right;
		font-size: 3em;
		padding: 25px 10px 0 0;
		height: 38px;
}

div#content h3,
div#content h4 {
	font-size: 1.8em;
	margin: 0.4em 0 0.2em 0;
}
div#content h4 {
	font-size: 1.4em;
	padding: 0 0 0.2em 15px;
	margin-bottom: 0;
	border-left: 2px solid #EBEBEB;  /* LighterGrey */
}

div#content p,
div#content ul {
	color: #333; /* DarkGrey */
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	border-left: 2px solid #EBEBEB;  /* LighterGrey */
	line-height: 1.3em;
}
div#content p img {
	padding: 1px;
	margin: 5px;
	border: 1px solid #000;
}

div#content ul {
}
div#content ul li {
	list-style-type: disc;
	margin: 5px 30px;
}

a:link,
a:visited {
		color: #406995; /* SecureDarkBlue */
		text-decoration: none;
	}
	a:hover,
	a:active {
		color: #548abe; /* SecureLightBlue */
	}
	h3 a:link,
	h3 a:visited {
		color: #000;
		}
		h3 a:hover,
		h3 a:active {
			color: #406995; /* SecureDarkBlue */
	}
	p a:link,
	p a:visited {
		text-decoration: underline;	
}


body div#header h2 {
	background-image: url("headers/home.jpg");
}
body#aboutus div#header h2 {
	background-image: url("headers/about.jpg");
	color: #000;
}
body#team div#header h2,
body#teamkuykendall div#header h2,
body#teamenger div#header h2 {
	background-image: url("headers/team.jpg");
	color: #000;
}
body#projects div#header h2 {
	background-image: url("headers/projects.jpg");
}
body#portfolio div#header h2,
body#portfoliothreatguard div#header h2,
body#portfolioarmidatechnologies div#header h2 {
	background-image: url("headers/portfolio.jpg");
}


body div#image_zoom {
	background-image: url("headers/full/home.jpg");
	height: 143px;
}
body#aboutus div#image_zoom {
	background-image: url("headers/full/about.jpg");
	height: 209px;
}
body#team div#image_zoom,
body#teamkuykendall div#image_zoom,
body#teamenger div#image_zoom {
	background-image: url("headers/full/team.jpg");
	height: 246px;
}
body#projects div#image_zoom {
	background-image: url("headers/full/projects.jpg");
	height: 189px;
}
body#portfolio div#image_zoom,
body#portfoliothreatguard div#image_zoom,
body#portfolioarmidatechnologies div#image_zoom {
	background-image: url("headers/full/portfolio.jpg");
	height: 209px;
}


div#image_zoom {
	
}

