/* HTML Tags
---------------------------------------- */
html, body {	
	height: 100%;
	}
body {
/*	background-image: url("/public/images/bg-gradient.gif"); */
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-family: Georgia, Georgia, Serif;
	}
ul.plain {
	list-style-type: lower-greek;
	padding: 0;
	margin: 0 0 1.2em;
	}
form { 
	margin: 0; 
	}
a:link,
a:visited {
	color: #222222;
	}
a:hover {
	color: #C3CB51;
	text-decoration: none;
	}
h1, h2, h3 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
	}
h3 {
	font-size: 1.5em;
	}
p, ul { line-height: 1.5em; }


a:link {
	}
/* Tmp Layout
---------------------------------------- */
#topBar {
	background-color: #373A40;
	color: #FAFAFA;
	padding: 4px 0em;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	font-size: 14px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	}
#topBar img {
	vertical-align: -10%;
	margin: 0em 0.25em;
}
#topBar label {
	font-size: .85em;
	margin-right: 14px;
	letter-spacing: 1px;
}
.headerInput {
	border: 2px solid #C8C95C;
	padding: 0;
	margin: 0 0.1em 0 0;
	height: 22px;
	font-family: Verdana;
}
#topBar #submit {
	vertical-align: -20%;
	margin: 0em 0.5em 0em 0em;
}

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	position: relative;
	text-align: left;
	width: 680px;
}
#bannerMsg {
	margin-bottom: 8em;
	}
#featuredClients {
	height: 10px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 680px;
	font-family: Georgia, Georgia, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	}
#featuredClients ul li {
	display: inline;
	}
.separator {
	padding: 0em 0.5em;
	color: #373A40;
	}
.buffer, #buffer {
	height: 100px;
	}

.fieldset {
	border: solid 0 #fff;
	width:300px;
}
.fieldset input { font-size: .8em; }
.fieldset .textfield {
	color: #ccc;
	background-color: #121a2a;
  }
.textfield {
	margin-bottom: 0.8em;
}

.text-center {
	text-align: center;
	}
.centered {
	margin: 0 auto;
	text-align:  left;
	}