/**Intended to be used in the websites created/maintained by Kireet Kokala..
**This file is being provided on an as is basis as is readily available on the internet!!!
**/

/***********************BEGIN CONTAINERS**************************************/

.header {
  clear: both;
  margin: 20px 0 0 0;
  font-family: "Lucida Grande","Lucida Sans Unicode",arial,verdana,geneva,sans-serif;
  padding: 0px;
  height: 45px;
}
.header h1{
  width: 300px;
  margin: 0 0 10px 0;
  float: left;
  font-weight: 900;
  letter-spacing: 4px;
}
.header h1 a,
.header h1 a:visited{
  text-decoration: none;
  color: #FFF;
}

.header p {
  width: 200px;
  float: right;
  text-align: center;
  color: #A0A0A0;
  margin: 0 0 10px 0;
  margin-top: 20px;
  margin-right: 0px;
  font-size: 0.8em;  
}

.footer {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  border-top: 3px solid #F0F0F0;
  width: auto;
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}

.footer a {
  color: #808080;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/***********************END CONTAINERS****************************************/
/**************************BEGIN BODY*******************************************/
body{
  font-family: Calibri, Arial, Helvetica, sans-serif, Verdana;
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  background: #EFF2F3;
}
/**.shadein {
  background: #FFFFFF;
  color: #303030;
  margin: 0 auto;
  width: 760px;
}
**/
/**************************END BODY*********************************************/
/***********************BEGIN ROUNDED CORNERS********************************/

.roundedroot{
  width: 875px;
  /*margin-top: 55px;*/
  margin: 55px auto;
  background: #FFF url(../images/leftside.gif) repeat-y left top;
}
.top {
  width:100%;
  height:20px;
  background:url(../images/top.gif) no-repeat left top;
}
.top span {
  display: block;
  position: relative;
  height: 20px;
  background: url(../images/top-right.gif) no-repeat right top;
}
.center-content {
  position: relative;
  background: url(../images/rightside.gif) repeat-y right top;
  padding: 1px 20px 1px 25px;
  margin: -1px 0 -50px 0;
}
.bottom {
  width: 100%;
  height: 60px;
  background: url(../images/bottom.gif) no-repeat left bottom;
}
.bottom span {
  display: block;
  position: relative;
  height: 60px;
  background: url(../images/bottom-right.gif) no-repeat right top;
}

/***********************END ROUNDED CORNERS**********************************/

/***********************BEGIN NAVI*********************************************/

#mainmenu {
  clear: left;
  float: left;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.9em;
}

#mainmenu ul {	
  list-style: none;
  width: 150px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.1em;
}	

#mainmenu li {
  margin-bottom: 4px;
}

#mainmenu li a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: #333333;/**#505050**/
  display: block;
  padding: 6px 0 0 10px;
  background: #F4F4F4;/**#F4F4F4**/
  border-left: 4px solid #333333;
}	
	
#mainmenu li a:hover {
  background: #99CCFF;/** #EAEAEA;**/
  color: #286EA0;
  border-left: 4px solid #286EA0;
}

.updatearea {
  margin: 10px 0 10px 0;
  padding: 10px;
  width: 130px;
  color: #505050;
  background-color: #F4F4F4;
  line-height: 1.3em;
}

.rightnavi {
  float: right;
  width: 105px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}

.rightnavi p {
  margin: 0 0 1.5em 0;
}

/***********************END NAVI***********************************************/
/***********************BEGIN FORMAT******************************************/

#homepageimg {
  margin: 0 0 20px;
  border: 0;
}

a img {
  border: 0;
}

div.img-ilus {
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 10px 5px;
  padding: 0;
  position: relative;
}

div.img-ilus img {
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}

#content {
  margin: 0 110px 20px 160px;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  text-align: left;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

#content img {
  padding: 1px;
  display:inline;
  background: #CCCCCC;
  border: #F0F0F0 4px solid;
}

h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

a {
  text-decoration: none;
  color: #286EA0;
}

a:hover {
  text-decoration: underline;
  color: #286EA0;
}

.imageleft{
  float: left;
  margin: auto;
  width: 60%
}

.imageleftcaptionright{
  float: right;
  margin: auto;
  width: 40%
}

.left {
  margin: 10px 10px 5px 0;
  float: left;
}

.right {
  margin: 10px 0 5px 10px;
  float: right;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

blockquote {
  text-indent: 20px;
  background: url('../images/quotes1.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  margin-bottom: 10em;
}

blockquote p {
  display: inline;
  margin-bottom: 0px;
  padding-right: 20px;
  background: url('../images/quotes2.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

ul.simple{
  list-style: none;
}
ul.simple, ul.simple li{
  margin-left: 0;
  padding-left: 0;
}
ul.custombullet{
	list-style-image: url('../images/list.png'); 
}

/***********************END FORMAT********************************************/

/**************************BEGIN FORMS*****************************************/
form{
 font-family: Helvetica, serif;
 border: 1px #666699;
 border-style: dotted;
 padding: 5px;
 width: auto;
 height: 100%;
}
input{
  background-color: #FFFF66;
}
select{
  background-color: #6CC;
  color: #FFFFFF;
}
/**************************END FORMS*******************************************/
/**************************BEGIN TABLES****************************************/
table.list{
  margin: auto 2px;
  border: solid 1px #888;
  border-collapse: collapse;
  width: 100%;
}
table.list th, table.list td{
  padding: 2px;
  border: solid 1px #888;
  vertical-align: top;
  text-align: left;
}
table.list th{
  background: #ddd;
}
table.listwide{
  margin: auto 2px;
  border: solid 1px #888;
  border-collapse: collapse;
  width: 625px;
}
table.listwide th, table.listwide td{
  padding: 2px;
  border: solid 1px #888;
  vertical-align: top;
  text-align: left;
}
table.listwide th{
  background: #ddd;
}
table.contact{
  margin: 2px auto 0 auto;
  border: none;
}
table.contact td, table.contact th{
  border: none;
  background: none;
  padding: 0;
}
table.contact td{
  padding: 2px;
}
table.contact th{
  text-align: right;
  padding: 2px;
}
/**************************END TABLES******************************************/