/*****Basic Elements*****/  

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #EFEFEF;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b91d4;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #FCAE16;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

hr {
color: #999999;
background: #999999;
border: 0;
height:1px;
margin-bottom: 8px;
}

sup {
font-size: 8px;
}




abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px dotted #000000;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.containerhead {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	height: 89px;
}

.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

.shadow-left {
background-image:url(images/leftshadow.png);
background-repeat:repeat-y;
}

.shadow-right {
background-image:url(images/rightshadow.png);
background-repeat:repeat-y;
}

.shadow-bottom {
background-image:url(images/bottomshadow.png);
background-repeat:repeat-x;
}

.shadow-leftcorner {
background-image:url(images/leftcorner.png);
background-repeat: no-repeat;
}

.shadow-rightcorner {
background-image:url(images/rightcorner.png);
background-repeat: no-repeat;
}

.divider {
background-image:url(images/dot-border.jpg);
background-repeat: repeat-y;
width: 1px;
}

/** Text **/

.orangelarge {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FCAE16;
text-align: left;
font-weight: bold;

}

.orangesmall {
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
color: #FCAE16;
text-align: left;
font-weight: bold;
}


/** Header **/

#header {
	background: url(images/header_bg.jpg) repeat-x;
	height: 123px;
}

/** Logo **/

#header h1 {
	background: url(images/imri_logo.png) no-repeat;
	width: 219px;
	height: 40px;
	text-indent: -9990px;
	margin: 15px 0px 5px 50px;
}

/*** Main Menu ***/

#containertopnav {
	width: 895px;
	margin: 0px;
	text-align: center;
	height: 26px;
	background-color: #FCAE16;
	padding-top: 2px;
}

#containertopnav ul#top_menu {
	list-style-type: none;
	display:inline;
	width: 100%;
	margin: auto;
}


#containertopnav ul#top_menu a {

padding-left: 36px;
padding-right: 36px;
display: block;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #646566;

}

#containertopnav ul#top_menu li {
	float: left;
	padding-top:2px;
	background-image:url(images/top-nav-divider.png);
background-repeat: no-repeat;
background-position: left;
}


#containertopnav ul#top_menu li a:hover {
	color: #ffffff;
}

#containertopnav ul#top_menu li.active a {
	color: #ffffff;
}

#containertopnav ul#top_menu li.firstnav {
	background-image: none;
}

#containertopnav ul#top_menu li.active {
	
	margin: 0px 0px;
}

/*** Bottom Menu ***/

#containerbottomnav {
	width: 100%;
	margin: 0px;
	text-align: center;
	height: 30px;
	background-color: #ffffff;
	background-image:url(images/bottom-nav-background.jpg);
	background-repeat:repeat-x;

	
}

#containerbottomnav ul#bot_menu {
	list-style-type: none;
	display: inline;
	background-color:#00FF33;
	}

#containerbottomnav ul#bot_menu li {
	float: left;
	margin-top: 6px;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 0px;
	background-color:#00FF33;
	
}


/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px 20px;
}

.maincontent {
padding-left: 25px;
padding-right: 15px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
line-height:1.5em;
}

.downloads {
padding-left: 15px;
padding-right: 15px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #7C7A7A;
line-height:1.5em;
}

.downloads a{
text-decoration: none;
	color: #7C7A7A;
}
.maincontent SUP { line-height: 0; } 


.maincontentheading {
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color: #595959;
line-height:30px;
}

.secondarycontent {
padding-left: 15px;
padding-right: 15px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
line-height:1.5em;
}

.secondarycontent SUP { line-height: 0; } 

.sitemapcontent {
padding-left: 15px;
padding-right: 15px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
line-height:20px;
}

.sitemapcontent a{
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
line-height:20px;
text-decoration: none;
}

.sitemapcontent a:hover{
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
line-height:20px;
text-decoration: underline;
}

.newscontent {
padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #595959;

}

.newscontent a{
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #595959;

}

.newscontentheading {
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 32px;
color: #595959;
font-weight: bold;

}

.dealsformealsheading {
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
font-weight: bold;

}

.formlabel {
text-align:right;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #595959;

}

.formlabelsmall {
text-align:right;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color: #595959;
line-height: 12px;

}

.submittext {
text-align:right;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding-right: 12px;
color: #595959;

}

.searchform {
width: 220px;
float: right;
padding-right: 30px;
padding-top: 30px;

}

.sidenavmarkets{
	padding-left: 0px;
	padding-right: 10px;
	text-align:left;
	vertical-align:top;
	padding-top: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FCAE16;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
}

.sidenav{
padding-left: 15px;
padding-right: 0px;
text-align:left;
vertical-align:top;
padding-top: 0px;
}

.sidetext{
padding-left: 15px;
padding-right: 0px;
text-align:left;
vertical-align:top;
padding-top: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #595959;
}

.sidetext ul{
margin: 0;
 padding: 0 0 0 1em;

}

.sidetext li {
line-height:1.5em;
}

/*** Sidebar ***/


#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #8ca5b4;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
}

/*** Side Nav ***/

.sidenavmenu {
width: 150px;
}

.sidenavmenu .headerbar{
font: bold 12px Arial;
color: 4D92D3;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0px 7px 0px; /*31px is left indentation of header text*/
border-top: dotted #666666 1px;
}

.sidenavmenu .headerbar a{
text-decoration: none;
color: #4D92D3;
display: block;
}

.sidenavmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidenavmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
border-top: dotted #666666 1px;
}

.sidenavmenu ul li a{
font: bold 11px Arial;
color: #FCAE16;
display: block;
padding: 7px 0 7px 0px;
padding-left: 10px; /*link text is indented 8px*/
text-decoration: none;

}

.sidenavmenu ul li a:visited{
color: #FCAE16;
}

.sidenavmenu ul li a:hover{ /*hover state CSS*/
color: #666666;
background-color: #ECEBEB;
}

.sidenavmenu ul li .active{ 
color: #666666;
background-color: #ECEBEB;
}




.searchsidenavmenu {
width: 150px;
}

.searchsidenavmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.searchsidenavmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
border-top: dotted #666666 1px;
}

.searchsidenavmenu ul li a{
font: bold 11px Arial;
color: #666666;
display: block;
padding: 7px 0 7px 0px;
padding-left: 10px; /*link text is indented 8px*/
text-decoration: none;

}

.searchsidenavmenu ul li a:visited{
color: #666666;
}

.searchsidenavmenu ul li a:hover{ /*hover state CSS*/
color: #FCAE16;
background-color: #ECEBEB;
}

.searchsidenavmenu ul li .active{ 
color: #666666;
background-color: #ECEBEB;
}



/*** Footer ***/

#footer {
	clear: both;
	padding: 20px 0px 15px;
	color: #595959;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #595959;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}





.bottom-menu {
	color: #595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration: none;
	padding-bottom: 4px;
}

.bottom-menu a {
	color: #595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration: none;
}

.bottom-menu a.active, a:hover {
	color: #FCAE16;
	text-decoration: underline;
}
/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background:#4b91d4;
	text-align:center;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 17px;
	color: #423d3a;
	margin-bottom: 15px;
	font-weight: bold;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background: #4B91D4;
	padding: 0px;
	float: none;
	position: relative;
	height: 212px;
}

#featured_area .photo img {
	width: 900px;
	height: 212px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 320px;
	overflow: none;
}


a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(images/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 107px;
}

#pagename h2 {
	color: white;
	margin: 22px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 420px;
	float: right;
	clear: none;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 160px;
	margin: 0px 0px 10px;
	overflow: hidden;
	padding: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	color: #4b91d4;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#welcome {
	float: left;
	width: 415px;
	margin-left: 45px;
}

body#home div#welcome p strong {
	color: #454444;
	font-weight: normal;
}


body#home #content div.hr {
	margin: 0px 0px 5px;
}
body#home #content .news {
	float: right;
	width: 160px;
	margin-right: 45px;
	clear: none;
}

body#home #content .bottom-block {
	float: left;
	width: 90%;
	margin-right: 45px;
	margin-left: 45px;

}

body#home #content .bottom-block.last {
	padding-left: 435px;
	margin: 0px;
	width: auto;
	background-image: url(images/business-logos.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.newsdate{
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCAE16;
	padding-bottom: 3px;
	font-weight: bold;
	
}

.table {

text-align: center;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #595959;
line-height: 14px;
border-top: solid 1px;
border-bottom: solid 1px;
border-left: solid 1px;
border-right: solid 1px;

}

.table td {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

.rightborder {
border-right: solid 1px;
border-right-color: #595959;
}

.tableheader {
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
text-align: center;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
color: #ffffff;
background-color:#FCAE16;
line-height: 15px;
}


A.graylink {
	font-size: 13px;
	color: #595959;
	font-weight: bold;
}

A.graylink:hover {
	color: #FCAE16;
}

.newspipe {
	font-size: 13px;
	top: -1px;
	position: relative;
}