

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #0F8C8C;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
   font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
	line-height: 1.75em;
	background: #E0DCDC url(images/bg1.png) repeat top left;
}

body,input {
	font-family: Tahoma, Arial, sans-serif;
}

strong {
	color: #2C2B2B;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	overflow: none;
	margin-bottom: 1em;
	width: 640px;

}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

#content {
	width: 665px;
	float: left;
	padding: 0;
	
}

#content-box1 {
	width: 320px;
	float: left;
}

#content-box2 {
	margin: 0 0 0 345px;
	width: 320px;
}

#footer {
	margin: 40px 0 120px 0;
	text-align: center;
	color: #8C8B8B;
	text-shadow: 0 1px 0 #FFFFFF;
}

#footer a {
	color: #8C8B8B;
}

#header {
	height: 35px;
	position: relative;
	/*background: #209D9D url(images/img03.jpg) top left no-repeat;*/
	background: #209D9D;
	padding: 45px;
	color: #FFFFFF;
	width: 888px;
	border: solid 1px #7E7E7E;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

#logo {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	top: 0;
	left: 45px;
	background: #209D9D;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #3E3E3E;
}

#logo h1 {
	font-size: 3.25em;
}

#slogan {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	right: 45px;
	top: 0;
}

#slogan h2 {
	color: #BEBEBE;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #3E3E3E;
}

#menu {
	padding: 0 45px 0 45px;
	position: relative;
	background: #79C4C4 url(images/img02.gifs) repeat-x top left;
	margin: 0;
	height: 60px;
	width: 890px;
	border-top: solid 0px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;

}

#menu ul {
	list-style: none;
	padding-top: 12px;
	position: relative;
	left: -15px;
}

#menu ul li {
	padding: 5px 12px 5px 12px;
	margin-right: 6px;
	display: inline-block;
}

#menu ul li a, #menu ul li span, #menu ul li span a {
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-size: 1.1em;
}

#menu ul li span b {
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #1C7575;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
#menu ul li:hover {
	background: #1C7575;
	border-top-color: #165E5E;
	border-radius: 3px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
   color: #fff;
}

#menu li#current  {
  background: #1C7575;
	border-top-color: #165E5E;
	border-radius: 3px;
	box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.2);
	 color: #000;

}

.btnExample {
   background-color: #124343;
	border-top-color: #165E5E;
	border-radius: 3px;
	width:100px;
	height:40px;
	margin-left:80px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	font-weight: bold;
	color:#fff;
  border: 1px solid #fff;
  font-size: 12px;
   font-weight: bold;
}
 
.btnExample:hover {
  color: #000;
  background: #229797;
  cursor:pointer;
  font-size: 12px;
   font-weight: bold;
}

.button {
  background-color: #1C7575; /* Green */
  border: none;
  color: white;
  padding: 18px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 1px solid #1C7575;
}

.button1:hover {
  background-color: #1C7575;
  color: white;
}



.boxbg
{
 background: #1C7575;
	border-top-color: #165E5E;
	border-radius: 3px;
	width:90px;
	height:30px;
	margin-left:80px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	font-weight: bold;
	color:#fff;
	}
.tablist li#current a:hover {
    background: #39C;
}


#menu ul li.active span b {
	border-top-color: #165E5E;
}

.heading
{
width:600px;
border-top: solid 1px #520029;
border-bottom: solid 1px #C299AD;
font-weight: bold;
padding:6px;
background:#B26B6B;
color:#fff;
border-radius: 16px;
box-shadow: 2px 4px 4px 0px #520029;
}
.content
{
	padding: 3px 10px 3px 10px;
	width:600px;
	box-shadow: 0px 4px 4px 0px rgb(232,232,232);
	border-radius: 26px;
	background:#FFD6D6;
	border-top: solid 1px #1A6B6B;
	font-size:12px;
	
}

.dropotron {
	background: rgba(32,157,157,0.9);
	border-top: solid 1px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
	list-style: none;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.dropotron a, .dropotron span {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	position: relative;
}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #1C7575;
	position: absolute;
	right: 0px;
	top: 7px;
}
.bullets li
{
list-style-type: square;
border:0px;
}
.dropotron li:hover span b {
	border-left-color: #165E5E;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgba(28,117,117,0.9);
	border-top: solid 1px #1A6B6B;
	border-bottom: solid 1px #5AD7D7;
}

.dropotron-level-1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#page {
	padding: 5px 45px 15px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: dotted 1px #161783;
	padding: 10px 0 10px 0;
	width: 280px;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	margin: 0;
	background: #6E6E6E url(images/img03.jpg) top left no-repeat;
	border: solid 1px #7E7E7E;
	width: 888px;
	padding: 25px 45px 0 45px;
	color: #DCDCDC;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0 1px 1px #444444;
}

#page-bottom a {
	color: #F5F5F5;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #FFFFFF;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	border-top: dotted 1px #8F8F8F;
	padding: 15px 0 15px 0;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	width: 880px;
	float: left;
}

#page-bottom-sidebar {

	width: 200px;
	margin: 0 0 0 690px;
}

#search input.form-submit {
	margin-left: 1em;
	color: #FFFFFF;
	padding: 10px;
	background: #2FACAC;
	border: 0;
}

#search input.form-text {
	border: solid 1px #8F8F8F;
	padding: 10px;
}

.sidebar_container
{ float: right;
  width: 260px;
  padding: 0;
  background: #E3EAD0;}

.sidebar
{ float: left;
  width: 240px;
  margin: 20px 0px 10px 20px;}

.sidebar_item
{ width: 220px;}

#sidebar {
   /* background: #E3EAD0;*/
    background: #E6E6E6;
	padding: 5px;
	margin: 0 0 0 650px;
	overflow: none;
	margin-bottom: 1em;
	width: 274px;
	height:830px;

}
.sidebarbox {
	overflow: none;
	margin-bottom: 1em;
	width: 420px;
	height:auto;
	

}
.sidebarbox1 {
border-top: solid 1px #fff;
	overflow: none;
	margin-bottom: 1em;
	width: 275px;
	margin-left:0px;

}
#slider {
	position: relative;
	margin: 45px 45px 0px 45px;
	width: 890px;
}

#slider .viewer {
	width: 890px;
	height: 250px;
	border: dotted 1px #7968b5;
	border-radius: 3px;
}

#slider .slide {
	width: 890px;
	height: 250px;
	padding: 10px;
}

#slider .indicator {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 20px 0 0 0;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #E3DFDF;
	border-radius: 6px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #6E6E6E;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 1px auto 0 auto;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
}


