/* Global properties */

* {
	margin: 0;
	padding: 0;
}

/* HTML Elements */

body {
	background: #4E5D3C url(../images/bg.jpg);
/*	color: #fff; */
	font: normal 70% 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0;
}

a {
/*	color: #cedda7; */
	color: #f5f5f5;
}

a img {
	text-decoration: underline;
	vertical-align: middle;
}

a:hover {
	color: #6EA023;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #fff;
	font: normal 110% 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
}

blockquote,p {
	padding: 6px;
}

/* Always hide fieldset border and suppress line break. */
fieldset {
	border: 0;
	display: inline;
}

h1 {
	font: normal 1.6em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0 1px;
}

img {
	border-style: none;
}


ol,ul {
	margin-left: 20px;
}


/* Structure */

.container {
	background: url(../images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto; 
	width: 784px;
}

.header {
	background: url(../images/header2.jpg) no-repeat;
	color: #EEE;
	margin-left: 10px;
	height: 166px;
}

/* Top navigation bar */
.navigation { 
	position: absolute;
	float: left;
	width: 764px;
	height: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 90px;
}

.navigation a {
	color: #ABABAB;
	font: bold 1.1em Helvetica, sans-serif;
	text-decoration: none;
}

.navigation a:hover,.navigation #selected {
	color: #002D62;
}

.navitem {
	float: right;
	text-align: center;
	padding-right: 40px;
	height: 40px;
	width: 60px;
	background: url(../images/blueDot.gif) 45px 18px no-repeat;
}

.navitem span {
	display: block;
	background: url(../images/greenDot.gif) 45px 18px no-repeat;
	height: 40px;
	width: 100px;
	float: left;
	text-decoration: none;
}

.navitem span:hover {
	background: none;
}

/* Navigation items shaded based on current page ID */
body#navHome span#home,
body#navAbout span#about,
body#navHosting span#hosting,
body#navLinks span#links,
body#navServices span#services, 
body#navFaq span#faq,
body#navContact span#contact {
	background: url(../images/blueDot.gif) 45px 18px no-repeat;
	color: #002D62;
}

/* search box */
.search {
	color: #666;
	font-size: 1.0em;
	padding-top: 124px;
	padding-left: 35px;
	text-align: left;
}

.search img {
	padding-top: 0px;
	position: absolute;
}

.breadcrumbs {
	background-color: #ABABAB;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
}

/* Content */
.content {
/*	background: #007CC2 url(../images/bgcontent.jpg) repeat-x center top; */
/*	background-color: #fff; - white */
/*	background-color: #6EA023; - logo green */
	background-color: #ABABAB;
	clear: both;
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px 20px;
}

.sidebar {
	float: right;
	margin: 0 2px 2px 12px;
	padding-bottom: 4px;
	width: 200px;
}

.sideheader {
	font-style: italic;
	font-weight: bold;
}

.sidelink {
	padding-top: 6px;
}

.subheader {
	font-size: large;
	font-weight: normal;
}

/* misc */
.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(../images/divider.gif) no-repeat;
	height: 20px;
	margin: 20px;
	margin-left: -38px;
}


/* Content items */
.item {
}

.item .title {
/*	color: #E8E8E8; */
	color: #002D62;
	font: bold 24px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}

/* TODO: Unused for now!!!! */
.item .metadata {
	color: #E8E8E8;
	font-size: 0.9em;
	float: left;
	padding: 0 0 0 4px;
}

.item .body {
	clear: both;
}

.item .formLabel {
	display: block;
	width: 300px;
}

.item .logo {
	float: left;
	margin-right: 4px;
}

.expandLink {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.new {
	color: #ff0000;
	font-size: small;
	font-style: italic;
}

.code {
	background: #f5f5f5;
	border: 1px solid;
	color: #666666;
	padding: 2px;
}

.serviceLinks {
	background: #f5f5f5;
	border: 1px solid;
	color: #666666;
	margin-top: 6px;
	padding: 2px 2px 2px 4px;
}

.serviceLinks a {
	color: #666666;
}
.serviceLinks a:hover {
	color: #6EA023;
}

.validators {
	font-size: x-small;
	padding-bottom: 4px;
	padding-top: 2px;
	text-align: right;
}

/* Footer */
.footer {
	background: url(../images/bgfooter.jpg) repeat-x center top;
	color: #666;
	font-size: x-small;
	line-height: 20px; 
	margin: 0 auto;
	text-align: left;
	width: 724px;
	height: 70px;
	padding-top: 40px;
	padding-left: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

/* TODO: Unused for now!!!! */
.footerBar {
	color: #999;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: right;
	width: 724px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer a {
	color: #6EA023;
	text-decoration: none;
}

.footer a:hover {
	color: #93D62F;
	text-decoration: underline;
}