*, html
{
	padding: 0;
	margin: 0;
}

body
{
	width: 1000px;
	margin: 0 auto;
	font: 62.5%/1.6em arial, "lucida grande", tahoma, verdana, sans-serif;
	font-family: arial;
	position: relative;
	color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6, p.heading
{
	color: #bb1546; 
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

h1
{	
	font-size: 1.8em;
}

h2
{	
	font-size: 1.6em;
}

h3, h4, h5
{	
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

a
{
	text-decoration: none;
}

p, label, li
{
	font-size: 1.2em;
}

strong
{
	font-weight: bold;
}

/* Online marketing advert */
div#online-marketing-advert
{
	background-color: #404040;
	border: 5px solid #00c000;
	margin: 0 0 10px 0;
}

div#online-marketing-advert a
{
	display: block;
	padding: 10px 0;
	text-align: center;
}

/* TWITTER STYLES */
div.twitter
{
	width: auto;
	padding: 10px 5px 0 0;
	margin: 10px 0 0 40px;
	width: 50%;
}

div.twitter span
{
	font-size: 11px;
	color: #666;
}

div.twitter p
{
	padding: 0 0 0 0;
	font-size: 12px;
	margin: 0;
}

div.twitter a.twitter-link
{
	background: url(../images/twitter_32.gif) no-repeat;
	padding:0 0 32px 34px;
	height: 0;
	display: block;
	text-indent: -9999em;
	float: left;
}	

div#top-section
{
	width: 1000px;
	position: relative;
	height: 180px;
}

div#main-content-area
{
	padding: 20px 0 0 0;
	width: 1000px;
	clear: both;
}

div#main-content-area p
{
	margin: 0 0 1em 0;
}

div#main-content-area div.default-line-item-title p,
div#main-content-area div.default-line-box-inner p,
div#main-content-area div.right-default-box-item p,
div#main-content-area div.box-heading p,
div#main-content-area div.right-red-box p,
div#main-content-area div.right-blue-box p
{
	margin: 0;
}

div#main-content-area ul li p
{
	margin: 0;
}

#wrapper
{
	float: left;
	width: 920px;
	padding: 0 40px;
}

#home-content
{
	padding: 10px 0 0 0;
}
/*
-------------------------------------------------
New Style
=================================================
*/
body.new{
background:  url(../images/bkg_black.png) repeat-x;
}

/*
-------------------------------------------------
Red Style
=================================================
*/
/*body.red
{
	background: url(../images/bkg.png) repeat-x;
}*/

.red a,
.red #alt-content h1,
.red #welcome-block h1
{
	color: #bb1546;
}

.red a:hover,
.red #footer a:hover
{
	color: #6a0d29;
}

.red #main-menu li a:hover
{
	background: url(../images/menu-hover_black.png) repeat-x;
}

.red #sub-menu li>a:hover
{
	color: #bb1546;
	border-bottom: solid #bb1546 1px;
}

/*
-------------------------------------------------
Blue Style
=================================================
*/

body.blue
{
	background: url(../images/bkg_blue.png) repeat-x;
}

.blue a,
.blue #alt-content h1,
.blue #welcome-block h1
{
	color: #156bbb;
}

.blue a:hover,
.blue #footer a:hover
{
	color: #0d466a;
}

.blue #main-menu li a:hover
{
	background: url(../images/menu-hover-blue.png) repeat-x;
}

.blue #sub-menu li>a:hover
{
	color: #156bbb;
	border-bottom: solid #156bbb 1px;
}

/*
-------------------------------------------------
Green Style
=================================================
*/
body.green
{
	background: url(../images/bkg_green.png) repeat-x;
}

.green a,.green #alt-content h1,.green #welcome-block h1
{
	color: #35a587;
}

.green a:hover, .green #footer a:hover
{
	color: #136f56;
}

.green #main-menu li a:hover
{
	background: url(../images/menu-hover-green.png) repeat-x;
}

.green #sub-menu li>a:hover
{
	color: #35a587;
	border-bottom: solid #35a587 1px;
}
/*
-------------------------------------------------
Header
=================================================
*/
#header
{
	position: absolute;
	top: 65px;
	right: 0;
}

#header h1
{
	text-indent: -9999px;
	background: url(../images/free-rein-logo.gif) right 8px no-repeat;
}

#header h1 a
{
	display: block;
	width: 360px;
	height: 115px;
}

#header p
{
	position: absolute;
	top: 90px;
	right: 0;
	letter-spacing: 1px;
	font-size: 11px;
}

/* Recuritment */
#recruit{
	background: url(../images/recruit.png) no-repeat;
	position:absolute;
	top: -30px;
	right: -120px;
	width: 150px;
	height:150px;
	z-index:1000;
}
#recruit a{
	text-indent: -9999px;
	display: block;
	width: 150px;
	height:150px;
}

/*
-------------------------------------------------
Header
=================================================
*/
#main-menu{
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	float:left;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	float: left;
	text-align: center;
	font-size: 1.2em;
}
#main-menu li a{
	color: #f6f6f6;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 40px;
	padding: 10px 10px 0;
}

#sub-menu
{
	position: absolute;
	top: 200px;
	left: 820px;
	font-size: 0.9em;
}
#sub-menu ul{
	list-style-type: none;
	position:relative;
}
#sub-menu ul li{
	float: left;
	padding: 0 10px;
}
#sub-menu li a{
	color: #1a1a1a;
	text-decoration: none;
	padding: 0 0 2px 0;
	display: block;
}
#breadcrumbs{
	position: absolute;
	top: 45px;
	right: 35px;
}
#search-box-container{
	background: url(../images/search-arrow.png) no-repeat;
	width: 299px;
	min-height: 40px;
	position:absolute;
	top: 220px;
	right: -15px;
	padding: 22px 0 0;
	display:none;
}
#search-box,#contact-box{
	background: url(../images/search-bkg.png) left bottom no-repeat;
	width: 299px;
	float:left;
}
#search-results{
	padding: 20px 0;
}
#search-results li{
	width: 299px;
}
#search-results li a{
	padding: 0 5px 2px;
	color: #fff;	
	display: block;
	border: none;
	margin: 0 5px 5px;
	background-color: #000;
	font-size: 1.2em;
}
#search-results li a:hover{
	color: #bb1546;
	border: none;
}
#search-contents form{
	float: right;
	padding: 5px;
}
#search-contents label{
	color: #f6f6f6;
	font-size:1.2em;
}
#search-contents input{
	width: 240px;
}
#contact-box-container{
	background: url(../images/contact-arrow.png) no-repeat;
	width: 299px;
	min-height: 40px;
	position:absolute;
	top: 220px;
	right: -15px;
	padding: 22px 0 0;
	display:none;
}
#contact-box p{
	color: #fff;
	padding: 5px;
	background-color:#000;
	margin: 10px;
	font-size: 1.2em;
}

#welcome-block
{
	margin: 85px 0 0;
	float:left;
	width: 600px;
	height: 100px;
}

#welcome-block h1
{
	font-size: 1.4em;
	padding: 5px 0 5px;
}

#welcome-block p
{
	line-height: 1.4em;
}

#main-content
{
	float: left;
	clear:both;
	margin: 0;
	padding: 0 40px 0 40px;
	width: 920px;
}

#alt-content
{
	float: left;
	clear: both;
	margin: 0;
	width: 520px;
	padding: 10px 0 0 0;
}

#alt-content h1
{
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

#alt-content h2
{
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

#alt-content h4
{
	font-size: 1.2em;
}

#alt-content p
{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 10px;
}

#right-content
{
	margin: 40px 0 0 0;
	float: right;
	width: 380px;
}

#right-content .right-content-box
{
	margin: 0 0 10px 0;
}

#right-default-box
{
	margin: 0;
	padding: 0;
	width: 380px;
}

#right-default-box-top
{
	width: 380px;
	background: url(../images/right-content-top.png) left top no-repeat;
}

#right-default-box-bottom
{
	width: 380px;
	background: url(../images/right-content-bottom.png) left bottom no-repeat;
}

#right-default-box-content
{
	background: url(../images/right-content-bg.png) left top repeat-y;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.right-default-box-inner
{
	padding: 5px 0;
}

.right-default-box-item
{
	padding: 0 20px 0 20px;
}

.right-default-box-item p
{
	margin: 0;
	padding: 0;
}

.right-default-box-item a
{
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-size: 1.1em;
	display: block;
	width: 320px;
	padding: 10px 5px;
	color: #000000;
}

.right-default-box-item a:hover,
.right-default-box-item a.selected
{
	color: #bb1546;
}

.right-default-box-item a.last
{
	border: none;
}

#right-content .right-red-box
{
	width: 380px;
	height: 188px;
	background: #6a0d29 url(../images/small-red-box.png) left top no-repeat;
}

#right-content .right-blue-box
{
	width: 380px;
	height: 188px;
	background: #0e496b url(../images/small-blue-box.png) left top no-repeat;
}

.color-box p
{
	color: #fff;
	padding: 10px 10px 5px 10px;
	font-size: 1.3em;
	line-height: 1.6em;
}

.box-heading
{
	border-bottom: solid #cfcfcf 1px;
	height: 50px;
}

.box-heading a
{
	font-family: "lucida grande", arial, verdana, sans-serif;
	color: #f6f6f6;
	font-size: 1.6em;
	display: block;
	padding: 0 0 5px;
}

.box-heading a:hover
{
	color: #fff;
}

.box-heading p
{
	margin: 0;
	padding: 0;
}

.first-red-box
{
	width: 450px;
	height: 196px;
	background: #6a0d29 url(../images/red-box.png) left top no-repeat;
	float: left;
	margin: 0;
}

.first-red-box-home
{
	margin: 0 20px 0 0;
}

.second-blue-box
{
	width: 450px;
	height: 196px;
	background: #0e496b url(../images/blue-box.png) left top repeat-x;
	float: right;
}

#additional-content-container
{
	margin: 15px 0 0 0;
	padding: 0 40px 0 40px;
	width: 920px;
}

#additional-content-top
{
	width: 920px;
	background: url(../images/additional-content-top.png) left top no-repeat;
}

#additional-content-bottom
{
	width: 900px;
	padding: 0 10px 0 10px;
	background: url(../images/additional-content-bottom.png) left bottom no-repeat;
}

#additional-content
{
	background: url(../images/additional-content-bg.png) left top repeat-y;
	margin: 0;
	padding: 0;
	float: left;
}

#services-block
{
	background: url(../images/sections-panel-new.png) left top no-repeat;
	float: left;
	clear: left;
	width: 926px;
	margin: 20px 0 0;
}

#services-block div, #services-block-small div
{
	float: left;
}

.services-box
{
	color: #f6f6f6;
	padding: 10px;
	width:205px;
	cursor:pointer;
}
.services-box p{
	font-size: 1.1em;
	line-height: 1.4em;
}
.services-heading{
	padding: 0 0 10px;
	font-size: 1.1em;
}	
.services-heading a{
	color: #ffffff;
	font-size: 1.1em;
}
.services-heading a:hover{
	color: #bb1546;
}
.services-box-container{
	width: 926px;
	padding: 0 11px;
	margin: 5px 0 0 0;
	float: left;
}
#services-block-small
{
	background: url(../images/sections-panel-small.png) no-repeat;
	width: 360px;
	height: 46px;
	margin: 20px 0 0 0;
	padding: 0 15px 0 15px;
}

.services-box-small
{
	font-size: 0.9em;
	color: #f6f6f6;
	padding: 0;
	float: left;
	width: 175px;
}

.services-box-small a
{
	display: block;
	width: 165px;
	height: 41px;
	padding: 5px;
}

#latest-news
{
	float:left;
	width: 270px;
	padding: 10px;
	margin: 0;
}

#latest-news p
{
	margin: 0 0 0.75em 0;
}

#latest-news a
{
	color: #000000;
	text-decoration: none;
}

#latest-news a:hover
{
	color: #bb1546;
}

#featured-case-study
{
	float: left;
	padding: 10px;
	width: 590px;
}

#featured-case-study div.attribute-short p
{
	line-height: 1.6em;
}

#additional-content-container p.heading
{
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px;
	color: #bb1546;
}

#blue-case-study-block
{
	background: url(../images/blue-case-study-link-bkg.png) no-repeat;
}

#red-case-study-block
{
	background: url(../images/red-case-study-link-bkg.png) no-repeat;
}

#green-case-study-block
{
	background: url(../images/green-case-study-link-bkg.png) no-repeat;
}

#green-case-study-block a,
#green-case-study-block a:hover
{
	color: #000;
}

.case-study-block
{
	width: 900px;
	height: 80px;
	float: left;
	clear: both;
	margin: 20px 0;
	padding: 0 10px 30px 10px;
}	

.case-study-box
{
	width: 225px;
	float: left;
}
.case-study-heading a
{
	color: #f6f6f6;
	display: block;
	width: 205px;
	height: 70px;
	padding: 15px 10px 10px 10px;
}

.case-study-heading a:hover
{
	color: #f6f6f6;
}
.article-title h2{
	font-size: 1.4em;
}

#footer{
	float: left;
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	width: 1000px;
}
#footer h5{
	text-indent: -9999px;
	background: url(../images/fr-logo-footer.png) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}
#footer h5 a{
	display: block;
	width: 138px;
	height: 32px;
}
#footer ul{
	float: right;
	margin: 0 30px 0 0;
}
#footer li ul li,
#footer li {
/* make the list elements a containing block for the nested lists */
position: relative;
float:left;
text-align: right;
padding: 0 5px;
} 
div#footer ul ul,
div#footer ul li:hover ul {display: none;}

div#footer ul li:hover ul,
div#footer ul li:hover ul
{display: block;}

#footer li {position: relative;}

#footer ul ul {
position: absolute;
}

#footer ul ul ul {
top: 0;
left: 100%;
}
#footer li a{
	color: #6d6e71;
}
#footer p{
	clear: both;
	text-align: center;
	color: #6d6e71;
}

/*
-------------------------------------------------
Navigate Section/popup
=================================================
*/
#nav-panel
{
	display: none;

	position: absolute;
	top: 145px;
	left: 230px;
	width: 600px;
	padding: 0;
	margin: 0;
}

div.nav-panel-item
{
	width: 110px;
	float: left;
}

div.nav-panel-item-heading
{
	font-size: 1.2em;
	height: 35px;
}

div.nav-panel-item-heading a
{
	color: #000000;
}

div.nav-panel-item-content
{

}

div.nav-panel-item-content a
{
	display: block;
	width: 80px;
	padding: 2px 0 2px 0;
	color: #000000;
}

div.nav-panel-item-content a:hover
{
	color: #bb1546;
}

#nav-panel em
{
	background: url(../images/nav-panel-bkg-bot.png) no-repeat left bottom;
	padding: 0 20px 0;
	margin: 0;
	width: 600px;
	height: 28px;
	display: block;
	clear: both;
}

#panel-inner
{
	padding: 0 0 0 15px;
}

#panel-contain
{
	background: url(../images/nav-panel-bkg-top.png) no-repeat left top;
	padding: 20px 0 0 0;
	margin: 0;
	max-height: 460px;
	width: 600px;
	float: left;
	overflow: hidden;
}

form#nav-panel-search {
	padding: 0 13px 0 0;
	width: 180px;
	text-align: right;
	float: left;
	background: url(../img/rounded-right.png) no-repeat right top;	
	}

/* attribute selector */
form#nav-panel-search input[type="text"]	 {
	border: 1px solid #ccc;
	width: 20px;
	padding: 2px;
	margin: 2px 0 0;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	float: left;
	}

/* attribute selector */
form#nav-panel-search input[type="image"] {
	vertical-align: middle;
	float: left;
	margin: -4px 0 0;
	}
form#nav-panel-search input:focus{
	border: solid #bb1546 1px;
}

/* 
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}


div.break
{
	clear: both;
}

div#folder-top-content
{
	padding: 10px 0 0 0;
}

div#folder-top-content h1
{
	width: 700px;
	margin: 0 0 0.75em 0;
	text-align: left;
}

div#folder-top-content p
{
	margin: 0 0 0.75em 0;
}

div.default-line-item
{
	float: left;
	width: 450px;
	margin: 0;
}

.gap
{
	height: 10px;
}

div.line-item-left
{
	margin: 0 20px 0 0;
}

.default-line-box
{
	margin: 0;
	padding: 0;
	width: 450px;
}

.default-line-box-top
{
	width: 450px;
	background: url(../images/default-line-box-top.png) left top no-repeat;
}

.default-line-box-bottom
{
	width: 450px;
	background: url(../images/default-line-box-bottom.png) left bottom no-repeat;
}

.default-line-box-content
{
	background: url(../images/default-line-box-bg.png) left top repeat-y;
	margin: 0;
	padding: 0;
}

.default-line-box-inner
{
	border-top: 1px solid #ffffff;
	padding: 10px;
	width: 429px;
}

.default-line-box-inner p
{
	line-height: 1.6em;
}

div.default-line-prop
{
	float: right;
	height: 80px;
	width: 1px;
}

div.folder-list-items
{
	position: relative;
	padding-top: 10px;
}

div.default-line-item-title
{
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-size: 1.2em;
	margin: 0;
	color: #bb1546;
	width: 449px;
	border-bottom: 1px solid #828282;
}

div.default-line-item-title a
{
	display: block;
	width: 429px;
	padding: 10px;
	color: #bb1546;
}

div.pagenavigator
{
	padding: 0 20px 0 10px;
}

div.pagenavigator span.next
{
	float: right;
}

div.pagenavigator
{
	text-align: center;
}

div.pagenavigator span.previous
{
	float: left;
}

div#main-content-area ul
{
	list-style: disc;
	margin: 0 0 10px 0;
}

div#main-content-area ul li
{
	margin: 0 0 5px 30px;
}

div.object-right
{
	float: right;
	padding: 0 0 10px 10px;
}

div.object-left
{
	float: left;
	padding: 0 10px 10px 0;
}

.hide
{
	display: none;
}

.radio-label
{
font-size: 1.1em;
}

p.author
{
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px 0;
}

.delicious{
display: block;
padding: 0 0 0 25px;
background: url(../images/delicious.png) no-repeat;
float:left;
margin: 0 5px 0 5px;
}
.digg{
display: block;
padding: 0 0 0 25px;
background: url(../images/digg.png) no-repeat;
float:left;
margin: 0 5px 0 5px;
}
.facebook{
display: block;
padding: 0 0 0 25px;
background: url(../images/facebook.png) no-repeat;
float:left;
margin: 0 5px 0 5px;
}
.reddit{
display: block;
padding: 0 0 0 25px;
background: url(../images/reddit.png) no-repeat;
float:left;
margin: 0 5px 0 5px;
}
.stumbleupon{
display: block;
padding: 0 0 0 25px;
background: url(../images/stumble.png) no-repeat;
float:left;
margin: 0 5px 0 5px;
}

div.blog-bookmark-links
{
	padding: 20px 0 20px 0;
}

table.poll-graph td.poll-graph-inner-left
{
	font-size: 1px;
	background-color: #bb1546;
}

table.poll-graph td.graph-right
{
	width: 50px;
	padding: 0 0 0 10px;
}

div.embed-poll-results table td.option-text
{
	width: 200px;
	padding: 5px;
}


div.block label
{
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.block
{
	padding: 0 0 10px 0;
}

input.halfbox
{
	padding: 4px;
	font: 11px verdana, sans-serif;
}

input.button
{
	padding: 5px;
}
