/*************************************************************************/
/************************** global styles ********************************/

html, body{
	padding:0;
	margin:0;
	height:100%;
	background:transparent url(../images/topBg.jpg) repeat-x top center;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#262626;
}
#container{
	width:800px;
	margin:0 auto;
}
#top{
	height:155px;
	position:relative;
}
#logo, #logo a{
	width:140px;
	height:115px;
	display:block;
	float:left;
	clear:both;
}

/*************************************************************************/
/***************************** top nav ***********************************/

#topNav{
	height:17px;
	margin:0;
	padding:5px 0 0 0;
	float:right;
	list-style:none;
	white-space:nowrap;
}
#topNav li{
	display:inline;
	margin:0;
	color:#2E6074;
	line-height:18px;
}
#topNav li a{
	padding:0 5px 0 5px;
}

/*************************************************************************/
/*************************** progress bar ********************************/

#progress{
	width:800px;
	height:43px;
	margin:0;
	padding:0;
	clear:both;
	list-style:none;
	white-space:nowrap;
}
#progress li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#nextBtn{
	width:800px;
	height:22px;
	margin:0;
	padding:0;
	clear:both;
	list-style:none;
	white-space:nowrap;
}
#nextBtn li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

/*************************************************************************/
/************************* home content DIVs *****************************/

#leftHome{
	width:192px;
	float:left;
	margin:17px 0 20px 0;
}
*:first-child+html #leftHome{ /* IE7 only */
	margin:40px 0 20px 0;
}
#rightHome{
	width:575px;
	margin:10px 0 0 215px;
}
*html #rightHome{ /* IE6 */
	margin:0 0 0 207px;	
}
*:first-child+html #rightHome{ /* IE7 only */
	margin:25px 0 0 215px;
}

/*************************************************************************/
/**************************** content DIVs *******************************/

#content{
	clear:both;
}
#leftColumn{
	width:550px;
	float:left;
	margin:0 0 20px 0;
}
*:first-child+html #leftColumn{ /* IE7 only */
	margin:25px 0 20px 0;
}
#rightColumn{
	width:215px;
	margin:0 0 0 585px;
	padding-top:52px;
}
*html #rightColumn{ /* IE6 */
	margin:0 0 0 577px;	
}
*:first-child+html #rightColumn{ /* IE7 only */
	padding-top:72px;
}


/*************************************************************************/
/**************************** pop-up DIVs ********************************/

#box{
	margin-bottom:10px;
	padding:12px 10px 15px 15px;
	background:#FDE5B2;
	border:1px solid #E8D6B0;
}
#box .title{
	font-size:14px;
	font-weight:bold;
}
#box ul{
	margin:0;
	padding-left:23px;
}
#box li{
	margin-top:0;
	margin-bottom:4px;
	padding:0;
	list-style:url(../images/link.gif);
}

#box-blue{
	margin:20px;
	padding:5px 20px 10px 20px;
	color:#FFFFFF;
	font-size:13px;
	text-shadow: #0B2E3D 0px -1px -1px;
	background:#346E83;
	border:1px solid #18495D;
}
#box-blue .title{
	font-size:14px;
	font-weight:bold;
}
#box-blue ul{
	margin:0;
	padding-left:23px;
}
#box-blue li{
	margin-top:0;
	margin-bottom:4px;
	padding:0;
	list-style:url(../images/link.gif);
}

/*************************************************************************/
/****************************** Smartmoves *******************************/

#rightSmartmoves{
	width:720px;
	margin:0 40px 0 40px;
}
#rightSmartmoves li{
	margin:0;
}
#smalls{
	width:200px;
	margin-left:20px;
	float:left;
}

/*************************************************************************/
/******************* In the news / Press / Company info ******************/

#left-resources{
	width:240px;
	float:left;
	margin:0 0 20px 0;
}
#right-resources{
	width:535px;
	margin:0 0 0 25px;
	float:left;
}
/* subnav */
a.press, a.pressOn{
	width:240px;
	height:60px;
	margin-bottom:7px;
	display:block;
	background:transparent url(../images/btn-press.png) no-repeat 0 0;
}
a.press:hover, a.pressOn{
	background-position: 0 -60px;
}
a.company, a.companyOn{
	width:240px;
	height:60px;
	margin-bottom:7px;
	display:block;
	background:transparent url(../images/btn-company.png) no-repeat 0 0;
}
a.company:hover, a.companyOn{
	background-position: 0 -60px;
}
a.bibliography, a.bibliographyOn{
	width:240px;
	height:60px;
	margin-bottom:7px;
	display:block;
	background:transparent url(../images/btn-bibliography.png) no-repeat 0 0;
}
a.bibliography:hover, a.bibliographyOn{
	background-position: 0 -60px;
}
a.newsletters, a.newslettersOn{
	width:240px;
	height:60px;
	margin-bottom:7px;
	display:block;
	background:transparent url(../images/btn-newsletters.png) no-repeat 0 0;
}
a.newsletters:hover, a.newslettersOn{
	background-position: 0 -60px;
}

span.sub, span.super {
	vertical-align:0;
	position:relative;
	font-size:0.8em;
}
span.sub {
	top:0.8ex;
}
span.super {
	bottom:1ex;
}

/*************************************************************************/
/**************************** copy styles ********************************/

p{
	margin:0;
	padding:7px 0 7px 0;
	line-height:16px;
}
h1, h2, h3, h4, h5, h6{
	font-size:21px;
	line-height:19px;
	font-weight:bold;
	margin:0;
	padding:15px 0 7px 0;
	color:#365B6C;
}
h2, h3, h4, h5, h6{
	font-size:16px;
	padding:7px 0 7px 0;
}
ul, ol{
	margin-top:7px;
	margin-bottom:7px;
}
li{
	margin-top:7px;
	margin-bottom:7px;
}
.continue{
	font-weight:bold;
}
.references, p .references li{
	font-size:10px;
}

/* newsletter signup page */
.signup, .signup-download{
	width:400px;
	margin:10px auto 20px auto;
	padding:25px;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
/* file download box */
.signup-download{
	text-align:center;
}


.signup input{
	width:220px;
	height:18px;
	margin:3px 0 3px 0;
	border:1px solid #777777;
	background:#FFFFFF;
}
.signup button{
	width:120px;
	height:20px;
	margin-top:10px;
	background:#365B6C;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	vertical-align:middle;
}

/*************************************************************************/
/****************************** footer ***********************************/

#footer{
	border-top:1px solid #CCCCCC;
	margin-top:15px;
	padding-bottom:30px;
	clear:both;
	font-size:11px;
	color:#555555;
}
.footerLeft{
	width:450px;
	padding-top:7px;
	float:left;
}
.footerRight{
	padding-top:5px;
	float:right;
}

/* newsletter signup */
form.newsletter label{
	padding-top:2px;
	float:left;
}
form.newsletter input{
	width:165px;
	height:18px;
	padding-left:5px;
	float:left;
	border:1px solid #BBBBBB;
	outline:none; /* hides safari glow */
	color:#A9A9A9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form.newsletter button{
	height:22px;
	float:left;
	background:#365B6C;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/*************************************************************************/
/****************************** linkage **********************************/

/* body copy */
a:link, a:visited, a:active {color:#1A537A; text-decoration:underline;}
a:hover {color:#D38F19; text-decoration:underline;}

/* nav */
#topNav a:link, #topNav a:visited, #topNav a:active {color:#FFFFFF; text-decoration:none;}
#topNav a:hover {color:#EEAA33; text-decoration:none;}

/* blue box */
#box-blue a:link, #box-blue a:visited, #box-blue a:active {color:#C6E2EE; text-decoration:underline;}
#box-blue a:hover {color:#EEAA33; text-decoration:underline;}
