/*-----------------------------------------------------------------------------------------------
[Master Stylesheet]

Project:	farcryinabox
Version:	0.1
Contents:
		1. Global Styles
		2. Wrap /#wrap
			2.1 Accessability / #access
			2.2 Branding / #branding
			2.3 Navigation / #navMain
			2.4 Content / #content
				2.4.1 Primary Content / #primaryContent
				2.4.2 Secondary Content / #secondaryContent
				2.4.3 Extra Content / #extraContent
			2.5 Site Information / #siteInfo
			
-----------------------------------------------------------------------------------------------*/

/*
-------------------------------------------------------------------
GLOBAL STYLES: =global
-------------------------------------------------------------------
*/

strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
a:link, a:visited, a:hover, a:active, a:focus { color:#C74200; text-decoration: underline; }

div.containeradmin {
	overflow: hidden;
	clear: both;
	margin: 3px 0 3px;
}
div.ruleadmin {
	overflow: hidden;
	clear: both;
	margin: 3px 0 3px;
}

div.containeradmin .title, div.ruleadmin .title  {
	padding: 5px;
}

html {
	text-align: center;
	background: #bfbfbf url("/wsimages/bg_html.jpg") 50% top repeat-x;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif; 
}


/*
-------------------------------------------------------------------
Wrap: =wrap
-------------------------------------------------------------------
*/
#wrap {
	width: 968px;
	margin: 0 auto;
	text-align: left;
}


/*
-------------------------------------------------------------------
ACCESSABILITY: =access
-------------------------------------------------------------------
*/
ul#access {
	position : absolute;
	display:none;
}


/*
-------------------------------------------------------------------
BRANDING: =branding
-------------------------------------------------------------------
*/
#branding {
	position: relative;
    height: 72px;
	margin: 0 0 16px;
    background: #545353 url("/wsimages/bg_branding.png") 50% top repeat-x;
}

#branding span#logo {
	position: absolute;
	top: 0;
	left: 24px;
}

#flashHeader {
	height: 181px;
	margin: 0 0 16px;
    background: #212222 url("/wsimages/bg_flashHeaderjpg") 50% top repeat-x;
}
body.home #flashHeader{
	height: 285px;
}

#branding blockquote {
	position: absolute;
	top: 30px;
	left: 97px;
	border: none;
	color: #fff;
	font-size: 16px;
}

#branding  .search {
	position: absolute;
	top: 25px;
	right: 18px;
}
#branding  .search .imgBtn {
	float: left;
	margin: 1px 0 0;
}
.inputWrapper input {
	background: none;
	width: 199px;
	height: 13px;
	border: none;
	font-size: 12px;
}
.inputWrapper {
	float: left;
	display: inline;
	width: 199px;
	height: 16px;
	margin: 0 8px 0 0;
	padding: 4px 6px 4px;
	background: url("/wsimages/bg_searchInputText.jpg") left top no-repeat;
}

/*
-------------------------------------------------------------------
Navigation: =navMain
-------------------------------------------------------------------
*/
#navMain {
	margin: 0 0 16px;
	background: #242424;
	width: 968px;
}
	

/*
-------------------------------------------------------------------
CONTENT: =content
-------------------------------------------------------------------
*/

#bodyWrapper {
	padding: 0 24px;
}

#content {
	margin: 0 0 66px;
	overflow:hidden;
}

.content  {
}
.content p {
	font-size: 14px;
	line-height: 16px;
}

.portal {
	width: 920px;
	background: #E4E4E4;
	border: 1px solid #A7A7A7;
	padding: 23px 23px 27px;
	margin: 0 0 16px;
	clear: both;
	}
	.portal:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
		}
		/* Hides from IE-mac \*/
		* html .portal {height: 1%;}
		/* End hide from IE-mac */
	
	.portal h4 {
		font-size: 18px;
		margin: 0 0 8px;
	}
	.portal p {
		color: #292929;
	}
	
.portal .thumbnail {
	margin: 0 12px 0 0;
	float: left;
}

body.internal #contentPrimary {
	background: #E4E4E4;
	padding: 20px 0 45px 0px;
	border: 1px solid #a7a7a7;
}


body.internal .cols2 #contentPrimary {
	width: 662px;
	float:left;
	padding: 20px 0px 45px 0px;
	border: 1px solid #a7a7a7;
}


body.internal .cols2 #contentPrimary {
	width: 710px;
	float:left;
}

/*------------------------------------
	 BODY HEADINGS AND PARAGRAPHS
------------------------------------*/
body.internal #contentPrimary h1 {
	font-size: 32px;
	color: #171717;
	margin: 0 0 20px;
	padding: 0 0 0 24px;
}
body.internal #bodyWrapper h2 {
	font-size:26px;
	color: #171717;
	padding: 6px 0 25px;
}
body.internal #bodyWrapper h3 {
	font-size:22px;
	padding: 3px 0 15px;
	color: #171717;
}
body.internal #bodyWrapper h4 {
	font-size:20px;
	padding: 3px 0 15px;
	color: #171717;
}
body.internal #bodyWrapper blockquote{
	font-family: georgia;
	font-size: 24px;
	color:#909090;
	padding: 3px 71px 28px 25px;		
	font-style: italic;
	line-height: 28px;	
	}

body.internal #bodyWrapper p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

body.internal #bodyWrapper a {
	color: #C74200;
	text-decoration: underline;
}

body.internal #bodyWrapper p.details{
	border-bottom: 1px dotted #A0AFC7;
	padding: 0 0 9px;
	margin: 0 0 16px;
	}
	body.internal #bodyWrapper em{
		color: #46738a;
		font-weight: bold;
		font-style: normal;	
	}
	body.internal #bodyWrapper em.location{
		padding-left: 10px;
	}
	
body.internal #bodyWrapper .imgLeft{
	float: left;
	margin: 0 10px 10px 0;	 
}
body.internal #bodyWrapper .imgRight{
	float: right;
	margin: 0 0 10px 10px;	
}
body.internal #bodyWrapper .imgNormal{
	margin: 0 10px 10px 0;
}
	
body.internal #bodyWrapper .imgLeft, body.internal #bodyWrapper .imgRight, body.internal #bodyWrapper .imgNormal{
	border: 4px solid #CCC;
}

body.internal #bodyWrapper ul{
	padding: 0 0 20px 12px;
	}
	body.internal #bodyWrapper li{
		background:url("/wsimages/bullet.gif") no-repeat scroll 0 10px transparent;
		border-bottom:1px dotted #C3C3C3;
		font-size:14px;
		line-height:26px;
		padding-left:13px;	
	}




.teaser h4 {
	color: #000;
	font-size: 18px;
	padding: 0 0 8px;
	margin: 28px 0 5px;
	border-bottom: 1px dotted #B5B9B9;
}
.teaser p {
	margin: 0 0 2px!important;
}
.teaser a {
	font-size: 14px;
}

.publishDate {
	color: #2C2C2C!important;
	padding: 6px 0 4px;
	margin: 0 0 8px;
	border-top: 1px dotted #B5B9B9;
	border-bottom: 1px dotted #B5B9B9;
}
.publishDate p {
	font-size: 12px!important;
}

#contentSecondary.cols2 {
	float:right;
	width:240px;
}

.rhsContainer {
	background: #e4e4e4;
	border: solid 1px #a7a7a7;
	margin: 0 0 16px 0;
}

.rhsContainer h3 {
	background:#d3d3d3;
	color:#171717;
	font-size:18px;
	border-bottom: solid 1px #a7a7a7;
	padding: 14px 16px;
}

.rhsContainer .bulletRHS {
	background:url(/wsimages/bullet.gif) no-repeat 0 14px;
	padding:8px 0 8px 14px;
	border-bottom: dotted 1px #b5b9b9;
	margin: 0 16px;
}

.rhsContainer .bulletRHS a {
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.teaser {
	padding: 0 24px 18px 24px;
	cursor: pointer;
	border-top:1px solid #C5C7C7;
}


body.internal #contentPrimary .teaser h3 {
	padding:17px 0 12px;
	margin: 0;
}

#indexPageContent {
	border-bottom: solid 1px #c5c7c7;
	}
	#indexPageContent .teaser {
		padding: 0 54px 18px 54px;
		border-top: solid 1px #c5c7c7;
		background: url('/wsimages/img_indexBtn.gif') no-repeat 24px 15px;
	}

body.internal #contentPrimary #indexPageContent .teaser h3 {
	padding:17px 0 12px;
	margin: 0;
}

#indexPageContent .teaserHover {
	background: #ffffff url('/wsimages/img_indexBtn.gif') no-repeat 24px 15px;
	cursor: pointer;
}

.teaserHover {
	background: #ffffff;
}

/*/////////////// news rotator */

.addRotator{
	position: relative;
	clear: both;
	min-height: 100px;
	overflow: hidden;
	font-size: 62.5%;
	}
	
#container1{
	font-size: 1em !important;
	}	
.results{
	font-size: 16px;
	}	
	
.catScroller{
	font-size: 16px;
	}	
#catScroller{
	font-size: 62.5%;
	}	
	#catScroller ul{
		font-size: 1em;
	}
ul.portalBlock{
	font-size: 16px !important;
	}
	ul#container1{
		font-size: 62.5% !important;
		}	
		li.teaser2{
			font-size: 1.6em;
		}
		* html li.teaser2{
			font-size: 1.25em;
		}	
		/*IE7 hack*/
		:first-child + html li.teaser2{
			font-size: 1.25em;
		}
#relatedContent{
	font-size: 16px;
	}
	ul#relatedBlock{
		font-size: 1em;
	}	
	/*IE7 hack*/
	:first-child + html #viewFrame{
		font-size: 61.9%;
	}		
	
.paginator a {
	display:block;
	float:left;
	height:19px;
	margin-left:3px;
	width:19px;
}

.paginator a.prev.prevActive{
	background: url("/wsimages/prev_active.gif") top left no-repeat;
}

.paginator a.next.nextActive{
	background: url("/wsimages/next_active.gif") top left no-repeat;
}

.paginator a.prev.prevInActive{
	background: url("/wsimages/bg_prevInactive.gif") top left no-repeat;
	cursor: auto;
}

.paginator a.next.nextInActive{
	background: url("/wsimages/bg_nextInactive.gif") top left no-repeat;
	cursor: auto;
}

.paginator a span {
	display:none;
}


#topicSearch .topicCriteria{
	background: url("/wsimages/bg_newsSearch.gif") no-repeat;
	width: 199px;
	border: 0;
	padding: 6px;
	color:#3c3c3c;
	font-size:11px;
	float:left;
	margin: 0 7px 0 0;
}
.searchUtility {

}
.searchUtility input.imgBtn, .searchUtility a.anchorSubmit {
	float:left;
	margin:1px 0 0 7px;
	}
	
a.anchorSubmit, a.button {
	background:transparent url(/wsimages/bg_button_a.gif) no-repeat scroll right top;
	color:#DDDDDD !important;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:1px 0 0 0;
	padding:0 8px 0 0;
	text-decoration:none !important;
}

a.anchorSubmit span, a.button span {
	background:transparent url(/wsimages/bg_button_span.gif) no-repeat scroll 0 0;
	display:block;
	line-height:14px;
	padding:4px 0 4px 8px;
}

.topicSort {
	border: solid 1px #848484;
	float:left;
	margin: 1px 0 0 16px;
	font-size:11px;
}

.searchUtility .paginator {
	float:right;
	position:static;
	margin-top: 3px;
}

body.internal #contentPrimary .paginator p.screenNumber {
	color:#000000;
	float:left;
	font-size:11px;
	margin: 0 5px 0 0;
}

#topicControls, .searchUtility.bottom {
	background: #d5d5d5;
	padding: 12px 24px 0 24px;
	border-top: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;
	height: 38px;
}

.searchUtility.bottom {

}

.testimonial {
	padding: 24px;
}


.testimonial h4 {
	font-family: georgia;
	color:#424141;
	font-size:14px;
	font-style: italic;
	padding: 0 0 14px 0;
	line-height: 16px;
}

.testimonial span {
	float:right;
	font-size: 11px;
}


/*
-------------------------------------------------------------------
SITE INFO: =siteInfo
-------------------------------------------------------------------
*/
#siteInfo  {
	width: 100%;
	background: #0f0f0f;
	color: #696969;
	font-size: 11px;
	padding: 30px 0 0;
	text-align: left;
	}
	#siteInfo .inner {
		width: 968px;
		margin: 0 auto;
		position: relative;
		clear:both;
		overflow:hidden;
		padding: 0 0 30px 0;
	}
	#siteInfo  .copyright {
		width: 50%;
		float: left;
	}
	
	#siteInfo #fcbFooter {
		margin: 0 auto 10px auto;
		clear:both;
		overflow:hidden;
		width:968px;
		padding-bottom: 20px;
		border-bottom: dotted 1px #1e1d1d;
	}
	
	#fcbFooter .fcbNavCol {
		float:left;
		margin-right:22px;
		width:218px;
	}
	
	#fcbFooter ul {
		background: #070707;
	}
	
	#fcbFooter li {
		border-bottom: solid 1px #191919;
		padding: 0 12px;
		line-height: 28px;
	}
	
	#fcbFooter h3 {
		padding: 0 0 12px 12px;
		font-size: 14px;
		color: #b7b7b7;
	}
	
	
	
#footerNav {
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	}
	#footerNav li {
		float: left;
		padding: 0 10px 0;
		background: url("/wsimages/nav/footerNavDivider.gif") right 50% no-repeat;
		height: 14px;
	}
	#footerNav li a, #fcbFooter li a {
		color: #696969;
		text-decoration: none;
		}
		#footerNav li a:hover, #fcbFooter li a:hover {
			text-decoration: underline;
		}

#siteInfo a.toTop {
	position: absolute;
	top: 3px;
	right: 0;
	width: 9px;
	height: 6px;
	display: block;
	background: url("/wsimages/topTop.gif") left top no-repeat;
}
#siteInfo a.toTop span {
	display: none;
}

/*
-------------------------------------------------------------------
CONTACTS: =contact
-------------------------------------------------------------------
*/
.contact{
	border-top: 1px dotted #cdc7c5;
	padding-bottom: 39px;
	padding-top: 23px;
	}
	.contactFirst{
		padding-bottom: 39px;
	}
	.contact h3, .contactFirst h3{
		color: #e31818;
		font-weight: bold;
		padding-top: 8px !important;
	}
	.contact p, .contactFirst p{
		padding-bottom: 5px;
	}
	.contact p.contacts, .contactFirst p.contacts{
		padding-top: 2px;
		border-bottom: none !important;
		}
		.contact p.contacts span, .contactFirst p.contacts span{
			color: #e31818;
			padding-right: 5px;
		}
		.contact p.contacts a, .contactFirst p.contacts a{
			color: #e31818;
		}
		.googlemap{
			width: 642px;
			height: 260px;
			border: 4px solid #CCC;
			margin-top: 27px;
		}
/*
-------------------------------------------------------------------
HOMEPAGE PORTAL: =contact
-------------------------------------------------------------------
*/	

#portal{
	background: #0a0b0a url("../wsimages/portal/bg_html.gif") top left repeat-x;
	margin: 0;
	padding: 0;
	}
	#portalWrap	{
		margin: 0 auto;
		width: 1280px;
		height: 700px;
		text-align: left;
		position: relative;
		background: url("../wsimages/portal/bg_body.gif") top left no-repeat;
	}
	#portal a{
		position: absolute;
		top: 101px;
		left: 324px;
		outline: 0;
	}
	#portal a#fratelli{
		left: 714px;
	}
	#portal img{
		border: 0;
	}
