* { font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif; }

html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  color: #333;
  background: #fff url('../img/header.jpg') no-repeat center 0;
  font-size: 12px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { clear: both; color: #0098e0; }
h1 { font-size: 17px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4, h5, h6 { font-size: 12px; }

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a { color: #0098e0; }
#content a { color: #0098e0; text-decoration: underline; }

a:hover { text-decoration: none; }

#container {
  width: 900px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: transparent;
  position: relative;
}

#header {
  width: 100%;
  height: 290px;
  background: transparent;
  position: relative;
}

#header h1 { color: #fff; font-weight: bold; font-size: 28px; position: absolute; top: 160px; left: 40px; }
#header h2 { color: #bfe5f7; font-weight: bold; font-size: 16px; position: absolute; top: 210px; left: 60px; }

#logo {

	
	top: 20px;
	left: 20px;
	position: relative;
}

#wrapper {
  background: transparent;
  position: relative; top: 0; left: 0;
}

#sidebar {
  float: left;
  width: 198px;
  min-height: 100px;
  padding: 0;
  position: relative;
}

#rightbar {
  float: left;
  display: block;
  width: 180px;
  min-height: 100px;
  padding: 20px;
}

#content {
	float: left;
	width: 900px;
	min-height: 250px;
	padding: 0 0 0 10px;
	position: relative;
	line-height: 150%;
	background: transparent;
}
#colLeft {
  float: left;
  display: block;
  width: 440px;
  min-height: 100px;
  padding: 0px;
}
#colRight {
  float: right;
  display: block;
  width: 440px;
  min-height: 100px;
  padding: 0px;
}


#footer {
  clear: both;
  width: 870px;
  height: 50px;
  margin: 0;
  padding: 15px;
  font-size: 11px; color: #aaa;
  background: transparent;
  border-top: solid 1px #e9eff2;
}

#footer a { color: #aaa; text-decoration: none; border-bottom: dotted 1px #aaa; }
#footer a:hover { text-decoration: none; border-bottom: solid 1px #aaa; }

#copyright {
  float: left;
  margin: 5px;
}

#design {
  float: right;
  margin: 5px;
}

#menu {
  float: right;
  height: 28px;
  margin: 100px 0 0 0;
  padding: 0;
  list-style: none;
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
#menu li { float: left; }
#menu li.current a { color: #000; text-decoration: none; background: transparent; display: block; padding: 6px 12px; font-weight: bold; }
#menu li a { color: #0098e0; text-decoration: none; background: transparent; display: block; padding: 6px 12px; font-weight: bold; }
#menu li a:hover { text-decoration: none; background: #bfe5f7; font-weight: bold; }


#submenu {
  width: 198px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #f8f8f8;
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  border-top: solid 1px #e9eff2;
  border-left: solid 1px #e9eff2;
}

#submenu li { display: block; border-bottom: solid 1px #e9eff2; }
#submenu li.current { font-weight: bold; }
#submenu li.current a { color: #0098e0; }
#submenu li a { color: #333; text-decoration: none; display: block; padding: 12px 15px; }
#submenu li a:hover { text-decoration: none; background: #f0f0f0; }
#submenu li.current a:hover { text-decoration: none; background: #f0f0f0; }

#submenu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #f8f8f8;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	display: block;
}
#submenu li ul li { display: block; border: none; }
#submenu li ul li.current { display: block; font-weight: bold; background: transparent; }
#submenu li ul li.current a { display: block; color: #0098e0; }
#submenu li ul li a { color: #333; text-decoration: none; background: transparent; display: block; padding: 9px 24px; }
#submenu li ul li a:hover { display: block; text-decoration: none; background: #f0f0f0; }

#submenu li.current ul li a { color: #333; text-decoration: none; background: transparent; display: block; padding: 9px 24px; font-weight: normal; }
#submenu li.current ul li a:hover { display: block; text-decoration: none; background: #f0f0f0; font-weight: normal; }
#submenu li.current ul li.current { display: block; font-weight: bold; background: transparent; }
#submenu li.current ul li.current a { display: block; font-weight: bold; color: #0098e0; }
#submenu li.current ul li.current a:hover { display: block; font-weight: bold; color: #0098e0; background: #f0f0f0; }


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }

#container:after,
#wrapper:after,
#content:after,
.clearfix:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

