body {
	background: #4a769b url(/images/gradBg2.png) repeat 0 -1400px;
	font: .82em 'century gothic',arial,verdana,sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	}

body * {
	position: relative;
	padding: 0;
	margin: 0;
	}

a img  {
	border: none;
	}

a {
	text-decoration: none;
	}

li.selected a, li.rightSelected a, li.first, li.first a {
	border: none !important;
	}

div#top ul li a {
	text-transform: uppercase;
	}

div#top ul li.selected a:link,
div#top ul li.selected a:visited,
div#top ul li.selected a:hover,
div#top ul li.selected a:active {
	color: #4e83b8;
	}

a:link      { color: #ffffff; }
a:visited   { color: #0070a4; }
a:hover     { color: #ceefff; }
a:active    { color: #ffffff; }

p a:link {
	padding-right: 9px;
	background: url(/images/arrowLink.png) no-repeat 100% .4em;
	}

div.column a:hover img, div.web a:hover img, div.interface a:hover img {
	border: 10px solid #28537f;
	background-color: #7abcff;
	}

div.interface a:link span.thumbTitle { color: #9ccfff; }
div.interface a:visited span.thumbTitle { color: #9db9d0; }
div.interface a:hover span.thumbTitle {
	background-color: #28537f;
	color: white;
	}

div#footer ul li a:link,    div#top ul li a:link      { color: #a1d1ff; }
div#footer ul li a:visited, div#top ul li a:visited   { color: #a1d1ff; }
div#footer ul li a:hover,   div#top ul li a:hover     { color: #e2f0ff; }
div#footer ul li a:active,  div#top ul li a:active    { color: #d9fae4; }

div#top, div#content, div#footer {
	width: 760px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	}

div#top, div#footer {
	width: 100%;
	height: 123px;
	background: url(/images/pageBg.png) no-repeat 50% 0px;
	overflow: visible;
	}

	div#topContent {
		width: 760px;
		margin: 0 auto;
		}

		div#topContent div#name {
			float: left;
			width: 270px;
			color: #b1d4f2;
			padding-top: 58px;
			}

			div#topContent div#name h1 {
				}

				div#topContent div#name h1 a {
					display: block;
					width: 100%;
					height: 38px;
					background: url(/images/reidYoung.png) no-repeat top right;
					}

					div#topContent div#name h1 a span {
						display: none;
						}

		div#topContent ul {
			float: right;
			height: 123px;
			top: 15px;
			list-style: none;
			}

			div#topContent ul li {
				display: inline;
				float: left;
				height: 123px;
				text-align: center;
				}

				div#topContent ul li.selected {
					background: url(/images/topTab.png) no-repeat center center;
					width: 117px;
					padding: 0px !important;
					font-weight: bold;
					}

				div#topContent ul li a {
					border-left: 1px solid #97bfe6;
					top: 55px;
					padding: 5px 25px;
					}

div#content {
	margin-top: 30px;
	}

	div#content h2, div#content div.left h3, div#content div.right h3 {
		width: 100%;
		text-align: left;
		font-weight: normal;
		clear: both;
		padding-top: 10px;
		}

	div#content h2 {
		font-size: 1.8em;
		}

	div#content h3.title {
		font-size: 1.2em;
		color: #006e24;
		font-weight: bold !important;
		margin-top: 0px;
		}
		
	div#content div.box {
		width: 100%;
		clear: both;
		margin: 10px 0 50px;
		}

		div#content div.box p {
			font-size: .85em;
			margin-bottom: 5px !important;
			}

	div#content p {
		text-align: left;
		font-size: 1em;
		line-height: 1.3em;
		color: #234465;
		margin-bottom: 20px;
		}

	div#content hr {
		clear: both;
		border: 0px;
		height: 0;
		width: 0;
		}

	div#content div.left, div#content div.right {
		float: left;
		width: 220px;
		margin: 5px 10px 20px 10px;
		overflow: visible;
		}

	div#content .right {
		clear: right;
		}

	div#content ul {
		list-style: none;
		padding: 10px 20px 0;
		text-align: left;
		}

		div#content ul li {
			padding: 0 0 10px 22px;
			background: url(/images/arrowBullet.png) no-repeat 0 .3em;
			color: #008e46;
			}

			div#content ul li a {
				z-index: 1000;
				}

	div#content .even {
		clear: left;
		}

	div.interface {
		float: left;
		margin: 11px;
		background-color: #2d5c8c;
		text-align: center;
		}

		div.interface span.thumbTitle {
			float: left;
			text-align: center;
			width: 126px;
			clear: both;
			background-color: #2d5c8c;
			padding: 0 0 10px 0;
			}
			
	div.column {
		float: left;
		width: 49%;
		margin: 20px 0;
		text-align: left;
		}

		div.column img, div.interface img {
			float: left;
			border: 10px solid #2d5c8c;
			background-color: #0f4984;
			}

		div.column p {
			margin-top: 4px;
			}

		div.column div.title {
			float: left;
			text-align: left;
			width: 220px;
			margin-left: 10px;
			}

			div.title h3 {
				text-align: left;
				font-size: 1.4em;
				font-weight: normal;
				}

			div.title span.date {
				color: #007e39;
				text-transform: uppercase;
				font-size: .7em;
				}

			div.title span.responsibilities, div.title a.linky {
				color: #0162b7;
				font-size: .8em;
				margin: 4px 0 0 0;
				}

	div.wide {
		width: 100% !important;
		}

		div.wide div.title {
			width: 600px !important;
			}

		div.wide div.title h3 {
			display: inline !important;
			}

		div.wide div.title a.linky {
			padding-left: 21px;
			background: url(/images/arrowBullet.png) no-repeat center left;
			}

div#footer {
	height: 90px;
	top: 25px;
	}

	div#bottomContent {
		width: 760px;
		margin: 0 auto;
		}

	div#footer ul {
		margin: 30px 0 20px 0;
		float: left;
		list-style: none;
		text-transform: uppercase;
		}

		div#footer ul li {
			display: inline;
			float: left;
			text-align: center;
			padding: 0 20px 0 20px;
			border-left: 1px solid #97bfe6;
			font-size: .8em;
			}

	div#footer ul#schmalidation {
		margin-left: 40px;
		}

		div#footer ul#schmalidation li {
			background: url(/images/check.png) no-repeat center left;
			border: none !important;
			padding-left: 14px;
			font-size: .7em;
			}
			
		div#footer span {
			color: #97bfe6;
			margin-top: 30px;
			float: right;
			font-size: .7em;
			}

