/*
 *********************************************
 *             Layout.css                    *
 * 											 *
 *		  IE6 Fixes: see ie6-Layout.css      *
 *		  IE7 Fixes: see ie7-Layout.css      *
 * 											 *
 *********************************************
 */

/* Base Grid
-------------------------------------------------------------- */

#container {
	background: #fff;
	margin: 0 auto 0;
	padding: 22px; 
	width: 916px;
	overflow: hidden;
	position: relative;
}



#header {
	background: transparent url(../images/gradients/header.png) repeat-x;
	height: 113px;
	margin: 0;
	padding: 40px 0 0;
	position: relative;
}

#wrapper {
	background: #fff url(../images/wrapper-back.png) repeat-y;
	overflow: hidden;
}

#content {
	background: #fff;
	margin: 0;
	padding: 0 0 22px;
	overflow: hidden;
	position: relative;
}

#right {
	background: #ebead1;
	float: right;
	margin: 0;
	padding: 0;
	width: 255px;
}
#footer {
	background: #372c24 url('../images/logos/iirm-footer.png') no-repeat bottom center;
	border-top: 2px solid #e08c29;
	color: #fff;
	clear: both;
	font-size: 80%;
	margin: 0 auto 1em;
	padding: 16px 22px;
	overflow: hidden;
	width: 916px;
}



/* Header
-------------------------------------------------------------- */

#logo {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#logo a {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}
#logo a img {
	margin: 0;
	padding: 0;
}



/* Content
-------------------------------------------------------------- */

#c-left
{
	float: left;
	width: 604px; 
}

#c-left p
{
	color: #372c24; 
	font-style: normal;
}

#c-right
{
	float: right;
	width: 250px; 
}

body.inner #c-left
{
	width: 250px;
}

body.inner #c-right
{
	width: 624px;
}

body.two_wide #c-left
{
	width: 410px;
}

body.two_wide #c-right
{
	width: 464px;
}

body.inner h3,
body.inner h4
{
	color: #372c24;
}

body.inner h3
{
	margin: 0 0 1em;
}

ul.standard,
ul.standard li,
ul.resources,
ul.resources li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.resources
{
	float: left;
	margin: 0 20px 2em 0;
	width: 285px;
}

ul.resources p
{
	margin: 0 0 0.25em;
}

p.clientconnect
{
	text-align: right; clear: both; margin-bottom: 0;
}

.spaced
{
	margin: 3em 0 0;
}
#services h2
{
	margin: 0 0 0.25em;
}

#services ul li
{
	color: #372c24;
	font-size: 123.1%;	
}

ul.sidenav,
ul.sidenav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sidenav li
{
	line-height: 2;
}

ul.sidenav li.current a
{
	color: #372C24;
}

/********** Feature **********/
#feature
{
	overflow: hidden; 
}

#feature img
{
	/*border-bottom: 4px solid #58899e; */
	float: left; 
	margin: 0; 
	padding: 0;
}


/********** Page Title **********/

#page-header
{
	background: url(../images/title-back.gif) no-repeat;
	margin: 0 0 1em;
	overflow: hidden;
}

#page-header h1
{
	float: left;
	font-size: 182%;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: .5em;
	
}
#page-header h1 span
{
	font-variant: small-caps;
}
#page-header h1 em
{
	text-transform: lowercase;
}

.about-us #page-header h1,
.case-types #page-header h1
{
	width: 320px;
}

.ad {
	clear: both;
	margin: 1em 0 ;
	text-align: center;
	border: 1px solid transparent;
}

.ad a
{
	display: block;
}

.about-us #c-right p, 
.about-us #c-right h2
{
	margin-left: 145px;
}

.about-us #c-right h2 em
{
	font-weight: normal;
}

.about-us .employee
{
	clear: both;
}

.about-us .employee img
{
	float: left; 
	margin: .5em;
}	

.disclaimer
{
	border-top: 1px solid #E0DACD;
	color: #666;
	font-style: italic;
	
	padding-top: .5em;
}

/* testimonials */
#testimonial-container h4
{
	color: #555;	
}

#testimonial-container blockquote
{
	color: #555;
	font-size: 92%;
	margin: 0 0 3em;
}

#testimonial-container p
{
	font-size: 92%;
}

#testimonial-container ul,
#testimonial-container ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#testimonial-container ul
{
}

#testimonial-container ul li
{
	display: block;
	float: left;
	margin: 0 3px 0 0;
}

#testimonial-container ul li a
{
	border: 1px solid #999;
	color: #999;
	display: block;
	float: left;
	padding: 2px 6px;
}

#testimonial-container ul li.current a
{
	border: 1px solid #E08C29;
	background: #E08C29;
	color: #fff;
}

#testimonial-container ul li a:hover
{
	background: #ccc;
	color: #333;
}


/* Footer
-------------------------------------------------------------- */

#footer a {
	color: #fff;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#footer ul li {
	display: inline;
	border-right: 1px solid #4e443e;
	margin: 0;
	padding: 0 .5em;
	list-style: none;
	text-transform: capitalize;
}

#footer ul li.last {
	border: none;
}

#footer p
{
	float: right;
	margin: 0;
}


/* Navigation
-------------------------------------------------------------- */

/********** Main Navigation **********/

 #main-nav {
 	background: transparent url(../images/gradients/nav.png) repeat-x;
	border-top: 1px solid #fff;
	color: #fff;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 108%;
	font-weight: normal;
	height: 58px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	overflow: hidden;
}
#main-nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 960px;
}
#main-nav ul li {
	background: transparent;
	float: left;
	margin: 5px 3px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#main-nav ul li.current, #main-nav ul li:hover {
	background: transparent url() right top no-repeat;
}
#main-nav ul li a {
	border: none;
	color: #fff;
	display: block;
	font-size: inherit;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	text-transform: inherit;
}
#main-nav a.currentnavitem, #main-nav a:hover {
	background: #fff /*url(../images/main-nav-back.png) left top repeat-x*/;
	border: none;
	color: #372c24;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



/********** Sub Navigation **********/

#sub-nav
{
	float: left;
	margin: 2.4em 0 0;
	padding: 0;
}

#sub-nav li
{
	display: inline;
	line-height: 1.8;
	margin: 0;
	padding: 0 .8em;
}

#sub-nav.no-border li { border-right: none;}

#sub-nav li.last { border-right: none; }

#sub-nav li a
{
	border: none;
	display: inline;
	font-size: 93%;
	font-weight: bold;
	margin: 0;
	padding: .2em 0;
	text-transform: inherit;
	outline: none;
}

#sub-nav a:link
{
	text-decoration: none;
}
#sub-nav a:hover
{
	border-bottom: 1px solid #372c24;
	text-decoration: none;
}
#sub-nav a:active
{
	text-decoration: none;
}
#sub-nav a.selected
{
	color: #372c24;
	border-bottom: 1px solid #372c24;
}
/* Modules
-------------------------------------------------------------- */

/********** Contact **********/
.cssform input.text,
.cssform textarea
{
	color: #666;
	padding: 2px;
	width: 340px;
}

.cssform input.textsm
{
	margin: 0 0 0 56px;
	width: 200px;
}

.cssform select
{
	width: 80px;
}

.cssform input.required
{
	color: #000;
	font-weight: bold;
}

.form-error
{
	background: #FFFF99; 
	color: #CC0000; 
	font-weight:bold;
	margin: 10px 0; 
	padding:5px; 
	text-align: center;
}

/* google map */
.gmnoprint,
.gmnoprint a,
.gmnoprint h3
{
	color: #000;
}

#map
{
	float: left;
	margin: 0 30px 0 0;
}
#sidebar_1
{
	float: left;
	width: 300px;
}

