/**
  * Layout Styles
  **/
  
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	margin:30px 0;
	background:url(images/background.gif) repeat-x top #dcdcdc;
}  
  
#container { 
	width: 864px;
	margin:0 auto;
	background:#fff;
}

#header { 
	background:url(images/inman-aligner-header.jpg);
	width:864px;
	height:293px;
}

#header h1 {
	margin:0;
	padding:0;
	color:#cfcfcf;
	font-size:10px;
	font-weight:normal;
}


/**
  * Navigation
  **/  

ul#nav { 
	list-style: none; 
	margin:-6px 0 0 0;
	padding:0;
	background:url(images/nav-bg.gif) repeat-x bottom;
	float:left;
	width: 100%;
}

#nav li { 
	list-style: none;
	float:left;

}

#nav li a { 
	background:url(images/nav-off.gif) repeat-x bottom right;
	display:block;
	line-height:1;
	font-size:16px;
	color:#ffffff;
	text-decoration: none;
	padding:15px 16px 16px 16px;
}

#nav li a:hover { 
	background:url(images/nav-over.gif) repeat-x bottom right;
}

#nav li.selected { 
	background:url(images/nav-on-left.gif) no-repeat left;
}

#nav li.selected a {
	background:url(images/nav-on.gif) no-repeat right;
	margin-left:4px;
	padding: 15px 16px 16px 16px;
	line-height:1;
	color:#7d2a71;
}

#nav li.selected a:hover {
	background:url(images/nav-on.gif) no-repeat right;
}


/**
  * Main Content Area
  **/
  
#content-container { 
	margin:34px 0 34px 72px;
}  

#content-left { 
	width: 479px;
	float:left;
}

#content-right { 
	float:left;
	margin-left:30px;
}

/**
  * Footer
  **/
  
#footer {
	background: #cfcfcf;
	padding:7px 0 10px 0;
	margin:10px 0 0 0;
	font-size: 13px;
	line-height:1;
}

#footer h1 { 
	margin: 0;
	padding:0 26px;
	display:inline;
	font-size:13px;
}

.clear { 
	clear:both;
	line-height:1;
}

p { 
	margin-top:0;
}

p.pink { 	
	font-size:13px;
	color:#ab399b;
	font-weight:bold;
}

p.pink a { 
	font-size:13px;
	color:#ab399b;
	font-weight:bold;
	text-decoration: none;
}

p.pink a:hover { 
	text-decoration: underline;
}

h2 { 
	font-size:14px;
	color:#ab399b;
	font-style:italic;
	background:url(images/h2-bg.gif) repeat-y left;
	padding-left:16px;
	line-height:1.5;
	margin:0;
}

#box { 
	width:270px;
	float:left;
	margin:80px 0 20px;
}

#box h1 {
	width:270px;
	background:url(images/rightbox-top.gif) no-repeat;
	font-size:13px;
	line-height:41px;
	text-align:center;	
	margin:0;
	padding:0;
}

#box-content {
	background:url(images/rightbox-repeat.gif) repeat-y;
	padding:13px 23px 7px 17px;
	font-size: 12px;
}

#content-left a {
	line-height: 34px;
	background:url(images/bordered-bg.gif) repeat-x;
	font-size:14px;
	color:#ab399b;
	font-weight:bold;
	padding:10px 5px;
	text-decoration: none;
}	

#content-left a:hover {
	text-decoration: underline;
}
	
#content-left h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ab399b;
	margin-top:0;
}

/* for forms */
fieldset
{
border: 1px solid #ab399b;
margin-top:10px;
}

legend {
	color:#ab399b;
	font-size:12px;
	text-transform:uppercase;
}

td.contact { 
	font-size:12px;
	color:#000;
	font-weight:bold;
}

td.checkbox { 
	font-size:12px;
	color:#000;
}

input, textarea { 
	background:#f3e7f1!important;
	border: 1px solid #ddbed6;
}

#contact-us { 
	width: 260px;
	font-size: 12px;
}

#contact-us h1 { 
	font-size: 12px;
}

input.submit { 
	font-size: 14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 10px 100px;
	padding: 10px;
	background:#f0f0f0!important;
	text-align:center;
}

textarea { 
	overflow:hidden;
}
	
#links {
	width: 864px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:11px;
	color:#333333;
}

#links a { 
	text-decoration:none;
	color:#333333;
}

#links a:hover { 
	text-decoration:underline;
	color:#333333;
}

#sitemap a {
	font-size:13px;
	color:#ab399b;
	font-weight:bold;
	text-decoration: none;
	background:none;
	padding:inherit;
	margin:inherit;
	line-height:1.5;
}
	