/* CSS Document */

body {
	background:#d9d9d9 url(images/bg.png) repeat-x;
	height:400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #494D47;
   
}

a {
	text-decoration: none;
	color: #494D47;
}

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

img { 
	border:0px; 
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
	color: #0098A4;
	color: #584B42;
	
}

b {
	color: #584B42;
}

ul {
	font-size: 13px;
	/*list-style-image: url(images/small_bull.png);*/
	/*padding:0px 0px 0px 0px;*/
	
}

li { 
	
}


small { font-size: 10px;}

#main {
	font-size: 12px;
	vertical-align:top;
	overflow:auto;
	text-align:justify;
}

/* Menu */

#menu {
	float: right;
	padding-right:30px;
}

#menu ul {
	margin: 0px;
	padding: 0px 60px 0px 0px;
	list-style: none;
	
}

#menu li {
	float: left;
	padding-right: 5px;
	list-style-image: url(images/vline.png);
	
	

}

#menu a {
	padding: 0px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat left center;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: none;
	color: #cccccc;
}

#menu .first a {
	background: none;
}

/*side bar*/
#sideBar{
	padding:0 0 0 0;
	/*border: #666666 1px solid;*/
	/*width:240px;
	height:230px;*/
	vertical-align:bottom;
	
	
}


p {
  line-height: 140%;
  font-size: 14px;
  color: #494D47;
  text-align:justify;
}

.floatr {
	float: right;

}

.floatl {
	float: left;

}

.myli {
	float: left;
	background:url(images/vline.png) no-repeat;
	padding-left:10px;
	
	
}

.bulb-icon {
	background:url(images/bulb.png);
	
}

