html
{
	background: #45477c;
	color: #000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #31652c;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #6e9d6c;
}

acronym { border: 0; }
img { border: 0; }
p { margin: 0 0 1em 0; }

ul
{
	margin: 1em 0 1em 1em;
	padding: 0;
}

ul li { margin: 0; padding: 0; }

#container
{
	background: #fff;
	border: 3px solid #000;
	border-width: 0 3px 3px 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 740px;
}

#header h1
{
	background: transparent url("images/header1.jpg") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 166px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content { margin: 0 10px; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { margin: 0 0 1em 0; }
#content h1 { font-size: 120%; }
#content h2 { font-size: 115%; }
#content h3 { font-size: 105%; }
#content h4, #content h5, #content h6 { font-size: 100%; }

#inner-content
{
	float: left;
	text-align: justify;
	width: 530px;
}

.fine-print { font-size: 80%; }

#more
{
	clear: right;
	float: right;
	font-size: 10px;
	margin: 2em 0 0 0;
	width: 165px;
}

#more h3
{
	font-size: 125%;
	margin: 1em 0;
	text-align: center;
}

#more #featured-sites
{
	font-size: 145%;
	text-align: center;
}

#more #services h3
{
	background: transparent url("images/flatpanel.png") no-repeat center top;
	padding-top: 95px;
}

#more #clients h3
{
	background: transparent url("images/stare.png") no-repeat center top;
	padding-top: 70px;
}

#more p { margin: 1em 0; }

#more ul
{
	margin: 0 0 0 2em;
	padding: 0;
}

#more-links { margin: 0 0 3em 0; }

#more-links ul
{
	list-style: none;
	font-size: 13px;
	margin: 2em 0 0 0;
	padding: 0;
}

#more-links ul li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

#more-links ul li a
{
	background: #e4e5f2 url("images/more-link-bg2.png") repeat-y;
	border: 1px solid #e4e5f2;
	display: block;
	margin: 0 auto;
	padding: 4px;
	text-align: right;
	width: 150px;
}

#more-links ul li a:active, #more-links ul li a:hover
{
	background: #fff url("images/more-link-bg-hi1.png") repeat-y;
	border: 1px dotted #e4e5f2;
}

#more .validator
{
	display: block;
	margin: 0 0 1em 0;
	text-align: center;
}

#navigation
{
	left: 0;
	top: 0;
	position: absolute;
}

#navigation ul
{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
	background: transparent url("images/linksep1.png") no-repeat right center;
	/* border-right: 1px solid #2e5a29; */
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 21px;
	padding: 5px 10px 0 10px;
	text-decoration: underline;
}

#navigation ul li a:active, #navigation ul li a:hover
{
	/* color: #c2c3de; */
	color: #dfdeec;
	/* text-decoration: underline; */
}

#navigation ul li.last a { background-image: none; }

#footer
{
	clear: both;
	font-size: 75%;
	padding: 1em 0;
	text-align: center;
}