/* reset.css from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
 background-image: url('gfx/background.jpg');
 background-repeat: repeat-x;
 background-position: top center;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#sok {
	margin-top: 35px;
	float: right;
}

#logo {
	float: left;
	height: 73px;
  width: 514px;
	margin-left: -80px;
	background-image: url('gfx/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.clearfix {
	clear: both;
}

.headerwrap {
	height: 95px;
}
.submenu {
 	background-color: #f9f9d0;
	height: 16px;
	color: #024769;
	padding-top: 10px;
}

.submenu a {
	color: #2f5147;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#topmenu {
	float: left;
}

#topmenu ul {
  margin-top: 6px;
  list-style:none;
  }
#topmenu li {
  float:left;
  background:url("gfx/left.gif") no-repeat left top;
  margin:0;
  padding:0 2px 0 4px;
  }
#topmenu a {
  float:left;
  display:block;
  background: #7a3e7a url("gfx/right.gif") no-repeat right top;
  padding:5px 15px 4px 10px;
  text-decoration:none;
  font-weight:bold;
	font-family: "Arial",Sans-serif;
	font-size: 14px;
  color:white;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topmenu a {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover {
	color: #e94d7e;
  }
#topmenu #current {
  background-image:url("gfx/left_on.gif");
  }
#topmenu #current a {
  background-image:url("gfx/right_on.gif");
	background-color: #f9f9d0;
  color:#1c3a33;
  }

#topmenu a:hover {
	color: #c993c9;
}

.menu {
	margin-bottom: 25px;
}


#footer {
	font-size: 12px;
	background: url("gfx/footer.jpg") repeat-x left bottom;
	height: 63px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer div {
	margin-top: 10px;
}

.fltL {
	float: left;
}

.fltR {
	float: right;
}

.panel {
	width: 226px;
	background-image: url("gfx/panel.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 555px;

}

#contact {
	margin-left: 20px;
	width: 117px;
	margin-top: 225px;
}

#links {
	margin-left: 20px;
	margin-top: 80px;
	color: #333;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#links a {
	font-size: 16px;
	color: #4F876B;
}

.article {
	width: 500px;
	line-height: 1.5;
}

#footer a {
	color: #4F876B;
	text-decoration: none;
}

div.header {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial",Sans-serif;
	background-color:#81c8a4;
	padding-left:8px;
}


.article p, span.author {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.article a {
	color: #4F876B;
}

div.banner {
	margin-bottom: 15px;
}

input.round {
	padding: 3px;
	background-image: url("gfx/input.jpg");
	background-repeat: no-repeat;
	border: none;
	height: 13px;
	width: 144px;
}

input.search {
	vertical-align: middle;
}

