/* 
Description: Insparisk stylesheet.
Version: 1.0
Released: 02/14/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #65655a url(../images/bg_skyline.png) repeat-x 345px 0;
	color: black;
	font:75%/1.6 Arial, Helvetica, sans-serif;/* Sets default size to 12pt */
	text-align: center;
	position: relative;
	min-width: 901px;
	margin: 0;
	}

body * {
	font-size: 100%;
}
	
#header {
	height: 150px;
	position: relative;
}

#home #content_main {
	background: #e6e3d7 url(../images/bg_content_main.jpg) repeat-x 0 100%;
	height: 180px;
	padding: 12px 0 5px 0;
}

#home #content_secondary {
	background: #f4f1ea;
	border-bottom: 1px solid #3f3e3a;
}

#footer {
	background: #8f8d85;;
	border-bottom: 1px solid #b2b2ad;
	display: none;  /* temp turn off footer section */
}

#site_info {
	background: #65655a;
}

#header, #content_main_container, #content_secondary_container, #footer_container, #site_info, #content_container {
  width: 901px; 
  margin: 0 auto; 
  text-align: left;
}

.secondary #content_main_container {
	width: 648px;
	float: left;
	margin: 17px 0 40px 0;
}

.secondary #content_secondary_container {
	width: 202px;
	float: right;
	margin: 20px 0 15px 0;	
}

.secondary #body{
	background: url(../images/bg_body_secondary.png) repeat-y 50% 0;
	border-bottom: 1px solid #3f3e3a;
	overflow: hidden;
}

#home #content_secondary, #footer {
	overflow:hidden;
	clear:both;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

HTML {
	font-size: 100%;
}

h2, h3 {
	color: #65655a;
	font-family: georgia, serif;
}

h2{
	font-size: 1.833em;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDCABF;
}

h3{
	font-size: 1.5em;
	margin-bottom: 4px;
}

h4{
	font-weight: bold;
	color: #f4f1ea;
}

#content_main_container p {
	margin-bottom: 13px;
}

#content_main_container li {
	list-style-type: square;
	margin: 0 0 8px 35px;
}

#site_info p {
	font: 0.916em/1.3 Verdana, sans-serif;
	color: #f4f1ea;
	padding: 10px 0 15px 0;
}

/* =NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	top: 37px;
	right: 0;
}

#nav li {
	position: relative;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin-right: 14px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}

#nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -9999px;
	top: 25px;
	border-bottom: 1px solid #CDCABF;
}

#nav li:hover ul, #nav li.hover ul {
	left: 0;
	width: 137px;
}

#nav li ul li {
	float: none;
	display: block;
	border: 1px solid #CDCABF;
	border-bottom: none;
	margin: 0;
	height: 25px;
	text-indent: 10px;
	background: #FFF;
}

#nav li ul li a {
	height: 25px;
	line-height: 25px;
}

#nav li ul li a:hover {
	background: #F4F1EA;
}

#nav_about {
	background-position: 0 11px;
	width: 66px;
}

#nav_about:hover, #nav_about.hover {
	background-position: 0 -38px;
}

#nav_services {
	background-position: -80px 11px;
	width: 64px;
}

#nav_services:hover, #nav_services.hover {
	background-position: -80px -38px;
}

#nav_subsidiaries {
	background-position: -158px 11px;
	width: 90px;
}

#nav_subsidiaries:hover, #nav_subsidiaries.hover {
	background-position: -158px -38px;
}

#nav_clients {
	background-position: -262px 11px;
	width: 56px;
}

#nav_clients:hover, #nav_clients.hover {
	background-position: -262px -38px;
}

#nav_news {
	background-position: -333px 11px;
}

#nav_news, #nav_news ul {
	width: 93px;
}

#nav_news:hover, #nav_news.hover {
	background-position: -333px -38px;
}

#nav_careers {
	background-position: -440px 11px;
	width: 61px;
}

#nav_careers:hover, #nav_careers.hover {
	background-position: -440px -38px;
}

#nav_contact {
	background-position: -515px 11px;
	width: 62px;
}

#nav_contact:hover, #nav_contact.hover {
	background-position: -515px -38px;
}

/* =Subnav--  -  */
#sub_nav li {
	list-style-type: square;
	margin: 0 0 5px 15px;
}
#sub_nav {
	margin-bottom: 20px;
	display:none;  /* temp turn off sub nav drop down */
}

/* =Site Info Nav --  -  */
#site_info li {
	padding: 0px 14px 0 0;
	display:inline;
}

#site_info ul {
	margin: 20px 0 0 0;
	font: 0.916em Verdana, sans-serif;
}

#site_info a:link, #site_info a:visited {
	color: #f4f1ea;
	text-decoration: underline;
}

#site_info a:hover {
	text-decoration: none;
}


/* = Current page highlight */
#about_us a#nav_about {
	background-position: 0 -49px;
}

#services a#nav_services {
	background-position: -80px -49px;
}
 
#subsidiaries a#nav_subsidiaries {
	background-position: -158px -49px;
}

#clients a#nav_clients {
	background-position: -262px -49px;
}

#news a#nav_news {
	background-position: -333px -49px;
}

.press_releases a#nav_news {
	background-position: -333px -49px;
}

#careers a#nav_careers {
	background-position: -440px -49px;
}

#contact a#nav_contact {
	background-position: -515px -49px;
}



/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.action_link {
	text-align: left;
	margin-top: 8px;
}

p.action_link a {
  	margin-bottom: 20px;
	padding-right: 17px;
	background: url(../images/bg_arrow.png) no-repeat 100% 4px ;
}

p.action_link a:hover {
	background: url(../images/bg_arrow.png) no-repeat 100% 4px ;
}

a:link, a:visited {
	color:#bd0001;
	text-decoration: none;
}

a:hover{
	color:#bd0001;
	text-decoration: underline;
}

.feature h3 a:link, .feature h3 a:visited {
	color: #65655a;
}

.feature h3 a:hover {
	color: #bd0001;
}

#footer a:link, #footer a:visited {
	color: #f1eee2;
}
#footer a:hover {
	color: #bd0001;
}	


/* =HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header h1, #header p {
	text-indent: -9999px;
	position: relative;
	top: 20px;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 257px;
	height: 35px;
}

#insparisk_logo {
	display:none;
}




/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#home h2 {
	padding-top: 11px;
	border: none;
}

#home #content_main img {
	margin-right: 5px;
}

.feature, .footer_feature {
	width: 200px;
	float: left;
	padding: 20px 24px 20px 0;
}
.feature {
	line-height: 1.4;
}

	.feature h3 {
		margin-top: -1em;
	}

.last {
	margin-right: 0;
}

.feature li {
	list-style-type: square;
	margin: 0 0 5px 16px;
}

.feature img {
	float: left;
	padding: 2px 8px 2px 0;
}

.footer_feature {
	padding-bottom: 20px;
	color: #f1eee2;
}

.footer_feature li {
	margin: 2px 0 2px 0;
}

.left {
	float: left;
}


/* =SECONDARY */
.secondary .feature {
	padding: 0 0 17px 0;
}
.secondary img.left {
	margin: 3px 10px 3px 0;
}

#news #contact {
	width:200px;
	float: right;
	background: #E6E3D7;
	border: 1px solid #CDCABF;
	padding: 15px;
	margin: 0 0 10px 15px;
}
#news #contact p{
	line-height: 1.4;
}

#contact p.last {
	margin-bottom: 0;
}

#contact input, #contact textarea {
	margin-bottom: 15px;
}

#contact textarea {
	width: 400px;
	font-size: 135%;
}


.secondary p.previous_link{
	color:#bd0001;
	text-decoration: none;
}
.secondary p.previous_link:hover{
	text-decoration: underline;
	cursor: pointer;
}

#newsletter_signup dt {
	margin-top: 5px;
}

#newsletter_signup dd {
	margin-bottom: 5px;
}

.body_image_left {
	float: left;
	margin: 4px 10px 0 0;
}

.body_image_right {
	float: right;
	margin: 4px 0 0 15px;
}

/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	text-align: left;
}
 