*{
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline: none;
	border: 0;
}

body {
	text-align: center; /*so ie will centre*/
	background: #2a2f31;
	font-family: arial,verdana,sans-serif;
	font-size: 62.5%; /*1em = 10pixels*/
	line-height: 1.6em;
}

#wrapper {
	width: 780px;
	margin: 30px auto 0 auto;
	background: #FFF;
	text-align: left;
}

#container {
	width: 730px;
	padding: 25px;
}

#header {
	float: left;
	position: relative;
	width: 730px;
	height: 133px;
	background: #c2c8ca url(../images/header_bkg.gif);
}

#leftColumn {
	float: left;
	position: relative;
	width: 200px;
	/*height: 200px;*/
}

#rightColumn {
	float: right;
	width: 486px;
	/*background: #ff0000;*/
}

#footer {
	clear: both;
	height: 40px;
}

/*----------------------------------------------------------*/
/*header elements*/

#header h1{
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 86px;
	height: 24px;
	background: url(../images/news.gif) no-repeat;	
	font-size: 3.0em;
	text-indent: -5000px;
}

#header h2{
	position: absolute;
	top: 8px;
	left: 8px;
	width: 250px;
	height: 9px;
	background: url(../images/inaria.gif) no-repeat;
	font-size: 0.9em;
	text-indent: -5000px;
}

a.portfolio {
	position: absolute;
	display: block;
	top: 8px;
	left: 600px;
	height: 27px;
	padding: 2px 0 0 30px;
	background: url(../images/portfolio.gif) no-repeat;
	
	font-size: 0.9em;
	line-height: 1.2em;
	color: #555;
	text-decoration: none;
}

a.portfolio:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------*/
/*navigation elements*/

ul#primaryNav {
	list-style-type: none;
	width: 730px;
	height: 29px;
	margin-bottom: 25px;
	float: left;
	background: url(../images/line.gif) repeat-x left bottom;
}

ul#primaryNav  li{
	float: left;
}

ul#primaryNav  a {
	display: block;
	float: left; /*ie mac shrinkwrap*/
	height: 9px;
	
	font-family: Georgia;
	font-size: 1.1em;
	color: #555;
	
	margin: 11px 0 0 0;
	text-indent: -5000px;
	text-decoration: none;
}

ul#primaryNav li a:hover, ul#primaryNav li.on a{
	color: #111;
	background-position: 0 -21px;
}

ul#primaryNav .nav1 a{
	width: 33px;
	height: 9px;
	background: url(../images/all.gif) no-repeat 0 0;
}

ul#primaryNav .nav2 a{
	width: 109px;
	height: 9px;
	background: url(../images/press.gif) no-repeat 0 0;
}

ul#primaryNav .nav3 a{
	width: 64px;
	height: 9px;
	background: url(../images/ournews.gif) no-repeat 0 0;
}

/*----------------------------------------------------------*/
/*right column*/

#rightColumn h1{ /*switched out by sfir */
	clear: both;
	font-family: Georgia;
	font-size: 1.2em; /* 12 pixel height */
	margin-bottom: 10px;
	color: #424648;
}

#rightColumn h2{
	clear: both;
	font-size: 1.0em; /* 11 pixel height */
	font-weight: normal;
	color: #737677;
}

#rightColumn p{
	clear: both;
	font-size: 1.1em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #737677;
	margin: 10px 0;
}

#rightColumn img{
	clear: both;
	margin-bottom: 16px;
}

#rightColumn .dividerLine {
	clear: both;
	width: 486px;
	height: 1px;
	margin: 28px 0 20px 0;
	float: left;
	overflow-y: hidden; 
	background: url(../images/line.gif) repeat-x;
}

#rightColumn .rightLink a{
	clear: both;
	display: block;
	font-size: 1.1em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	padding: 1px 0 8px 0;
	color: #333;
}

#rightColumn a{
	color: #222;
	text-decoration: none;
}

#rightColumn a:hover{
	color: #222;
	text-decoration: underline;
}

/*----------------------------------------------------------*/
/*left column*/

#leftColumn .box{
	/*clear: both;*/
	float: left;

	width: 200px;
	height: 23px;
	margin-bottom: 14px;
	background: #c2c8ca;
}

#leftColumn .box h1{
	font-family: Georgia;
	font-size: 1.2em; /* 12 pixel height */
	line-height: 1.8em;
	color: #fff;
}

#leftColumn #linedbox{
	position: absolute;
	top: 140px;
	left: 0px;

	width: 200px;
	height: 28px;
	background: url(../images/doublelines.gif) no-repeat 0 0;
}


#leftColumn p{
	clear: both;
	float: left;
	width: 200px;
	font-size: 1.1em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #737677;
	margin-bottom: 16px;
}

#leftColumn p.halfbreak{
	clear: both;
	float: left;
	width: 200px;
	font-size: 1.1em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	color: #737677;
	margin-bottom: 8px;
}

#leftColumn a.backlink{
	float: left;
	background: url(../images/lft_button.gif) no-repeat 0 -19px;
	padding-left: 13px;
	margin-top: 7px;
	
	font-size: 1.0em; /* 10 pixel height */
	line-height: 1.0em;
	text-decoration: none;
	color: #111;
}

#leftColumn a.backlink:hover{
	text-decoration: underline;
	color: #111;
}

#leftColumn a.inlinelink{
	text-decoration: none;
	color: #222;
}

#leftColumn a.inlinelink:hover{
	text-decoration: underline;
	color: #222;
}

#leftColumn a.maillink{
	padding-top: 7px;
	text-decoration: none;
	color: #222;
}

#leftColumn a.maillink:hover{
	text-decoration: underline;
	color: #222;
}

/*----------------------------------------------------------*/
/*inspirations*/

ul#inspirations {
	clear: both;
	float: left;
	width: 200px;
	list-style-type: none;
}

ul#inspirations li{
	float: left;
	width: 200px;
	padding-top: 10px;
	background: url(../images/line.gif) repeat-x left bottom;
}

ul#inspirations li p{
	font-size: 1.1em; /* 11 pixel height */
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
	color: #737677;
}

ul#inspirations li.first{
	padding-top: 0px;
}

ul#inspirations li .person{
	float: left;
	width: 200px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #111;
	padding: 0 0 12px 0;
}

ul#inspirations li img{
	float: left;
	clear: both;
	padding-bottom: 8px;
}

ul#inspirations li a{
	color: #222;
	text-decoration: none;
}

ul#inspirations li a:hover{
	color: #222;
	text-decoration: underline;
}

/*----------------------------------------------------------*/
/*inspirations nav*/

ul#inspirationsNav {
	clear: both;
	float: left;
	width: 200px;
	list-style-type: none;
	padding-top: 12px;
}

ul#inspirationsNav li{
	float: left;
	display: inline;
	/*padding: 0 0 0 8px;*/
	background: none;
	
	font-size: 1.0em; 
	line-height: 0.9em;
	color: #737677;
}


ul#inspirationsNav li.first{
	float: left;
	padding: 0 3px 0 0;
	/* background: url(../images/divider.gif) no-repeat right center;*/
}

ul#inspirationsNav li a {
	text-decoration: none;
	color: #737677;
}

ul#inspirationsNav li a.previous{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/lft_button.gif) no-repeat 0 -19px;
	padding-left: 3px;
	color: #111;
}

ul#inspirationsNav li .previousoff{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/lft_button.gif) no-repeat 0 0;
	padding-left: 3px;
	color: #737677;
}

ul#inspirationsNav li a.previous:hover{
	text-decoration: underline;
}

ul#inspirationsNav li a.next{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/rht_button.gif) no-repeat right -20px;
	padding-right: 5px;
	color: #111;
}

ul#inspirationsNav li .nextoff{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/rht_button.gif) no-repeat right 0;
	padding-right: 5px;
	color: #737677;
}

ul#inspirationsNav li a.next:hover{
	text-decoration: underline;
}



#showing {
	clear: both;
	float: left;
	width: 200px;
	padding-top: 12px;
	
	font-size: 1.0em; /* 10 pixel height */
	line-height: 1.0em;
	color: #737677;
}

/*----------------------------------------------------------*/
/*pagination*/

/*
ul#pagination {
	list-style-type: none;
	float: left;
	clear: both;
	margin: 32px 0 10px 0;
}

ul#pagination li{
	float: left;
	overflow-y: hidden;
	padding: 0 7px 0 7px;
	background: url(../images/divider.gif) no-repeat right center;
	
	font-size: 1.0em; 
	line-height: 0.9em;
}
	
ul#pagination li.first{
	padding: 0 7px 0 0;
}

ul#pagination li.last{
	background: none;
}	

ul#pagination li.button{
	height: 9px;
	width: 9px;
	padding: 0 7px 0 0;
	background: none;
}

ul#pagination li.on{
	font-weight: bold;
	color: #222;
}

ul#pagination li a {
	text-decoration: none;
	overflow-y: hidden;
	color: #737677;
}
*/

/*----------------------------------------------------------*/
/*bottom pagination*/

ul#bottompagination {
	list-style-type: none;
	float: right;
	/*clear: both;*/
	margin: 0 0 10px 0;
}

ul#bottompagination li{
	float: left;
	overflow-y: hidden;
	padding: 0 7px 0 7px;
	background: url(../images/divider.gif) no-repeat right center;
	
	font-size: 1.0em; 
	line-height: 0.9em;
}
	
ul#bottompagination li.first{
	padding: 0 7px 0 7px;
}

ul#bottompagination li.last{
	background: none;
}	

ul#bottompagination li.button{
	height: 9px;
	width: 9px;
	padding: 0 0 0 0;
	background: none;
}

ul#bottompagination li.on{
	font-weight: bold;
	color: #222;
}

ul#bottompagination li a {
	text-decoration: none;
	overflow-y: hidden;
	color: #737677;
}

/*----------------------------------------------------------*/
/*top pagination*/

ul#toppagination {
	list-style-type: none;
	float: right;
	clear: both;
	margin: 0 0 15px 0;
}

ul#toppagination li{
	float: left;
	overflow-y: hidden;
	padding: 0 7px 0 7px;
	background: url(../images/divider.gif) no-repeat right center;
	
	font-size: 1.0em; 
	line-height: 0.9em;
}
	
ul#toppagination li.first{
	padding: 0 7px 0 6px;
}

ul#toppagination li.last{
	background: none;
}	

ul#toppagination li.button{
	height: 9px;
	width: 9px;
	padding: 0 0 0 0;
	background: none;
}

ul#toppagination li.on{
	font-weight: bold;
	color: #222;
}

ul#toppagination li a {
	text-decoration: none;
	overflow-y: hidden;
	color: #737677;
}


/*----------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #rightColumn h1 {
	visibility: hidden;
}


.sIFR-hasFlash #leftColumn .box h1 {
	visibility: hidden;
	font-size: 0.8em;
	margin: 5px 0 0 5px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
