/*
Theme Name: IMAhealthpro
Description: Theme for IMAhealthpro.com
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0; 
}

img { border: none; }

ul, ol, li { 
 list-style: circle; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
        border-spacing: 0;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
}


/* Formatting for Theme */

body {
	/* Begin editable */
	background-color: #262261;
	/* End editable */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 8px;
	margin-right: 25px;
	line-height: 125%;
	font-size: 14px;
        color: #262261;
        text-indent: 25px;
}

ul li {
    font-size: 12px;
	color: #262261;
	font-weight: bold;
	list-style-image: url(images/IMAperson.gif);
        list-style-position: inside;
	margin-bottom: 8px;
	}

ol li {
    font-size: 14px;
	color: #262261;
	font-weight: bold;
	list-style-image: url(images/IMAperson.gif);
        list-style-position: inside;
	margin-bottom: 8px;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #4b4b4b;
        font-weight: bold;
	}
	
a:hover {
	color: #262261;
	text-decoration: none;
	font-stretch: semi-expanded;
	font-weight: bold;
	}

#wrapper {
	width: 850px;
	margin: 0 auto;
	}

#container {
	width: 825px;
	margin: 0 auto;
	background: url(images/IMAsidebarext.jpg) repeat-y;
}

#header {
	width: 825px;
	height: 135px;
	background: url(images/IMAheader.jpg) no-repeat;
}

#main_nav {
	background-color: #8BC53F;
}

#main_nav ul {
	padding: 8px 0px 8px /* This may change */ 75px;
}

#main_nav li {
	display: inline; 
	padding-left: 15px;
	padding-right: 15px;
}

#main_nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

#main_container {
	width: 825px;
	margin: 0 auto;
}

#wide_column {
	width: 528px;
	float: right;
	margin-top: 15px;
}

#main_edit {
	width: 528px;
	margin-left: 10px;
	margin-right: 75px;
}

#IMAlogo {
	width: 151px;
	height: 162px;
	float: right;
	background: url(images/imapeople.jpg) no-repeat;
	right: 20px;
        bottom: 0px;
        position: relative;
	}


#sidebar_circle{
	width: 297px;
	height: 408px;
	background: url(images/IMAsidecircle.jpg) no-repeat;
	margin-top: 0px;
	}

#sidebar_extend {
	width: 297px;
	height: 34px;
	background: url(images/IMAsidebarext.jpg);
	background-repeat: repeat-y;
	}
	
#sidebar img {
  margin-left: 84px;
  }
  
#sidebar p {
	margin-left: 88px;
	margin-right: 530px;
	}
	  
#sidebar ul li  { 
        margin-left: 88px;
        margin-right: 530px;
}


#sidebar .title   {
        margin-left: 95px;
        margin-bottom: 8px;
        margin-top: 6px;  
        color: #262261;
        font-weight: bold;
}

#footer {
	width: 825px;
	height: 34px;
	background: url(images/IMAfooter.jpg) no-repeat;
	position: relative;
}


#copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 200%;
	position: absolute;
	left: 268px;
	top: 8px;
	width: 339px;
	height: 23px;
}
