@charset "UTF-8";

/*IntelliPharmaceutics.com Style Sheet
/filename: style.css
---------------------------------------------------------------*/
/*General Styles*/

html {
	min-height:100%;
	border-bottom:1px solid transparent;
}
body {
	padding:0;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	line-height: 18px;
	background: #FFFFFF;
	text-justify: newspaper;
}

a {
	text-decoration: none;
}

/* Basic lists styles 
----------------------------------------------------------------*/
ul{
	padding:0 15px 0 15px;
	margin:0;
}
ul li{
	padding:0;
	line-height:24px; 
	margin:0;
}
ul ul{
	padding-left:20px;
}
ul li a{
	text-decoration:none;
}
ol li{
	line-height:24px;
}

/* rightmenu - List styles */

.rightmenu ul{
	color:#555;	
}

.rightmenu ul li{
	border-bottom:1px dotted #e7e7e7;
}

.rightmenu ul{
	list-style-type:none;
}
.rightmenu ul li{
	line-height:28px;
}

/* Page structure
------------------------------------------------------------*/

div#main_content{
	color:#555;
    border:0px solid #e7e7e7!important;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#mainbody_content{
	float:left;
	border:0px solid #e7e7e7!important;
	width: 681px;
	text-align: justify;
}

div#top {
	float: left;
	width: 980px;
	background-color: #fff;
	border: 0;
}


div#topmenu {
    float: left;
	width: 980px;
	background-color: #008080;
	border-width: 0 0 10px 0;
	border-color: #e7e7e7;
	margin: 0 0 2px 0;
}

div#right{
	float:right;
	margin-bottom:10px;
	width: 296px;
	border:1px solid #e7e7e7;
	background-color: #f5fafe;
}

div#righthome {
	float: right;
	margin-bottom: 10px;
	width: 296px;
	height: 384px;
	border:0px solid #e7e7e7;
}


/* various elements */

div#logo {
	float: left;
	width: 280px;
	height: 70px;
	margin: 3px 0 10px 0;
}

div#contactus {
	float: right;
	background-color: #008080;
	padding: 5px;
	margin: 20px 0px 20px 20px;
	font-size: 15px;
}

div#contactus a {
	color: #fff!important;
	text-decoration: none;
}

div#contactus a:hover {
	color: #fff!important;
	text-decoration: none;
}

/* content styling*/

div#content_column{
	background:#fff;
	border:0px solid #e7e7e7;
}

.rightmenu {
	text-align: justify
}

div#main_content a{
	color:#008080;
}
div#main_content a:hover{
	color:#3e6eac;
}

div.column .rightmenu{
	background:#f5fafe;
	padding: 2px;
	font-size: 12px;
}

.rightmenu h3{
	padding:1px 15px 1px 15px;
	margin:0!important;
	font-size:16px;
	font-weight:bold;	
}

.rightmenu b {
	color: #00655d;
}

div#news {
	width: 668px;
	padding: 2px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #838383;
	font-size: 10px;
	font: arial;
}

div#news_item {
	width: 208px;
	height: 70px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: dotted;
	border-color: #838383;
	margin: 2px;
	padding: 4px;
	font-size: 10px;
	font: arial;
}

div#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	color: #a2a2a2;
	font-size: 12px;
	text-align: right;
}

div#indent {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin: 15px;
	border-width: 1px 0 1px 0;
	background-color: #f5fafe;
	border-color: #000000;
	border-style: dotted;
}

div#maintext {
	padding: 2px;
}

b {
	color: #134684;
}