body {
  	font-family: Arial, "Lucida Grande", sans-serif;
  	font-size: 12px;
  	height: 100%;
  	margin: 0;
  	padding: 0;
}

a:link, a:visited {
  	color: #000000;
  	text-decoration: underline;
}

a:hover, a:active {
  	color: #666666;
  	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
}

h2 {
  	font-size: 16px;
  	font-weight: bold;
}

h2.orange {
  	color: #ff6600;
}

h2.orange a {
  	color: #ff6600;
	text-decoration: blink;
}

h2.orange a:hover {
  	color: #ff6600;
	text-decoration: underline;
}

div, span, p, select, textarea, input, td {
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
}

hr {
	border: none;
	/* background-color: none; */
	background-image: url(../img/stripes_pattern.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
	border: none;
	clear: both;
}

/* divs  */
#body {
	float: left;
  	margin: 5px;
	vertical-align: top;
	width: 370px;
}

#bodywebmastering {
	float: left;
  	margin: 5px;
	vertical-align: top;
	width: 700px;
}

#container {
	width: 100%;
}

#content {
	/* position: relative; */
  	width: 100%;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
  	width: 744px;
}

#footer a:link, #footer a:visited{
  	color: #026634;
  	text-decoration: none;
}

#footer a:hover, #footer a:active{
  	color: #026634;
  	text-decoration: none;
}

#footer a.active {
  	color: #026634;
  	font-weight: bold;
}

#footer dd, #footer dt, #footer li, #footer ul {
  	display: inline;
  	list-style-type: none;
  	margin: 0;
  	padding: 0px 5px 0px 5px;
}

#head {
	/* background-color: #f5f5f5; */
	/* border-bottom: 1px solid #cccccc; */
	padding: 0 0 20px 0;
	width: 764px;
}

#inner {
	margin: 10px;
	width: 744px;
}

#keywords {
  	font-size: 11px;
  	font-style: italic;
	margin:5px 20px 5px 20px;
	text-align: justify;
	width: 730px;
}

#loader_container {
  	background-color: #ffffff;
}

#loader_container {
  	background-color: #ffffff;
  	overflow: hidden;
}

#navigation {
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #026634;
	font-size: 11px;
	font-weight: bolder;
	list-style: none;
	padding: 0 0 0 0;
	text-transform: uppercase;
	width: 735px;
}

#navigation a:link, a:visited {
	color: #026634;
	text-decoration: none;
}

#navigation a:hover {
	color: #026634;
	text-decoration: none;
}

#navigation a.active {
	color: #026634;
	text-decoration: none;
}

#navigation li {
	border: none;
	display: inline;
	padding: 5px 10px 0 10px;
}

#navigation li a {
	border: none;
	padding: 5px 10px 0 10px;
}

#navigation li a:hover {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 10px 0 10px;
}

#navigation li a.active {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 10px 0 10px;
}

#navigation ul {

	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}

#preview_div {
  	background-color: #ffffff;
  	border: 1px solid #003366;
  	display: none;
  	margin: 10px;
  	position: absolute;
  	z-index:110;
}

#scroller {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 280px;
}

#sidebar {
	float: right;
  	margin: 5px;
	overflow: hidden;
	vertical-align: top;
	width: 310px;
}

#results {
	float: left;
	margin: 40px;
	vertical-align: top;
	width: 724px;
}

#spacer {
  	background-color: #000000;
  	width: 100%;
  	height: 20px;
}

#title {
	border-bottom: 1px solid #cccccc;
}

.background-image {
	background-image: url(../img/shade.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.error {
  	color: #cc0000;
  	font-size: 11px;
  	font-weight: bold;
}

.small {
	font-family: sans-serif;
	font-size: 11px;
}
