/*-----------------------------------------------------------------------------------------------
[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:#484848; 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: #fff url("/wsimages/bg.gif");
}

body {
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#484848;
}


/*
-------------------------------------------------------------------
Wrap: =wrap
-------------------------------------------------------------------
*/
#wrap {
	width: 968px;
	margin: 0 auto 36px auto;
	text-align: left;
	background: #fff;
	padding: 24px 0 0;
	overflow:hidden;
}

#main {
	float:left;
	width:100%;
}


/*
-------------------------------------------------------------------
ACCESSABILITY: =access
-------------------------------------------------------------------
*/
ul#access {
	position : absolute;
	display:none;
}


/*
-------------------------------------------------------------------
BRANDING: =branding
-------------------------------------------------------------------
*/
#branding {
	float:left;
	width:201px;
	margin: 0 0 16px;
	padding: 0 0 0 39px;
}

#branding a.logo {
	display:block;
	width:201px;
	height:103px;
	text-indent: -999px;
	padding: 0 0 35px 0;
	background: url("/wsimages/logo.gif") no-repeat;
}

#flashHeader {
	margin: 0;
	width:652px;
	height:156px;
}
body.home #flashHeader{
	width: 652px;
	padding: 7px 0 0;
	margin: 0 0 16px 0;
	height:182px;
}

#branding blockquote {
	position: absolute;
	top: 30px;
	left: 97px;
	border: none;
	color: #fff;
	font-size: 16px;
}

#branding  .search {
	padding: 0 0 26px 0;
	height:25px;
	width:100%;
}
#branding  .search .imgBtn {
	float: left;
	margin: 0;
}
.inputWrapper input {
	width: 166px;
	padding:4px;
	font-size: 12px;
	color:#484848;
	border: 1px solid #c9c9c9;
	border-right:none;
	float:left;
	height: 15px;
}


body.internal h1 {
	font-size:32px;
	color:#e31818;
	padding:15px 0;
	display:block;
	background: url('/wsimages/navBorder.gif') 0 100% repeat-x;
	}
	body.internal #indexStyle h1{
		background: none;
		padding-bottom: 0;
	}
	body.internal #indexStyle #bodyWrapper{
		padding: 16px 12px 11px 4px;
	}

body.internal h2 {
	font-size:26px;
	color:#e31818;
	padding: 6px 0 25px;
}

body.internal h3 {
	font-size:22px;
	padding: 3px 0 15px;
}

body.internal h4 {
	font-size:20px;
	padding: 3px 0 15px;
	color: #e31818;
}

body.internal blockquote{
	font-family: georgia;
	font-size: 24px;
	color:#909090;
	padding: 3px 71px 28px 25px;		
	font-style: italic;
	line-height: 28px;	
	}
body.internal p{
	color: #484848;
	}	

a.pdf {
	height:31px;
	line-height:31px;
	display:block;
	background: url('/wsimages/icon_pdf.gif') 6px 6px no-repeat;
	color:#e31818;
	clear:both;
	padding: 6px 0 0 44px;
}

a.pdf:hover {
	text-decoration:none;
	color:#e31818;
}

/*
-------------------------------------------------------------------
Image Alignment
-------------------------------------------------------------------
*/

img.right {
	float:right;
	padding-left:28px;
	padding: 0px 0px 10px 28px;
}

img.imgLeft {
	float:left;
	padding:0 20px 10px 0;
	
}

/*
-------------------------------------------------------------------
Navigation: =navMain
-------------------------------------------------------------------
*/
#navMain {
	margin: 0 0 16px;
	width: 200px;
	float: left;
}

#navMain ul {	
	background: url("/wsimages/navBorder.gif") repeat-x;
	margin: 0;
	}
	#navMain ul ul{
		border: none;
	}
	#navMain li {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: right;
		background: none;
		border:none;

		}
		#navMain li a {
			display: block;
			color: #484848;
			text-decoration: none;
			font-weight: bold;
			padding: 8px 7px 8px 0;
			background: url("/wsimages/navBorder.gif") 0 100% repeat-x;
			font-size:14px;

			}
			#navMain li a:hover {
				color: #e31818;
			}
			
			#navMain li.active a {
				color: #e31818;
				background: #e9e9e9;
			}
	#navMain li.parent ul, #navMain li.parent li.parent ul {
		display: none;
	}
	#navMain li.parent.active ul, #navMain li.parent li.parent.active ul {
		display: block;
	}
	#navMain li.parent.active a {

	}
	#navMain li li {
		font-size: 11px;
		color: #ada58f;
		}
		#navMain li.active li a, #navMain li li a {
			color: #484848;
			font-weight:bold;
			font-size:11px;
			line-height:13px;
			background: #ededed url('/wsimages/navBulletDark.gif') 185px 10px no-repeat;
			text-transform: uppercase;
			padding: 6px 20px 4px 0;
		}
		#navMain li.parent.active a:hover {
			text-decoration: none;
		}
		#navMain li.parent.active li a:hover {
			text-decoration: none;
		}
		#navMain li li a:hover {
			background: #ededed url('/wsimages/navBulletRed.gif') 185px 10px no-repeat;
			color:#E31818;
		}
		#navMain li li.active a {
			background: #dfdfdf url('/wsimages/navBulletRed.gif') 185px 10px no-repeat;
			color:#E31818;
		}
		
		#navMain li li li a:hover {
			background: #ededed url('/wsimages/navDashRed.gif') 173px 9px no-repeat;
		}
		
			#navMain li.active li li a, #navMain li li li a {
				background: url("/wsimages/navDashRed.gif") no-repeat scroll 177px 10px #EDEDED;
				color: #E31818;
				font-size: 11px;
				font-weight: normal;
				padding:4px 32px 0 5px;
				text-transform: none;
			}
			
			
			#navMain li.parent.active li li a:hover {
				text-decoration:underline;
			}

/*
-------------------------------------------------------------------
CONTENT: =content
-------------------------------------------------------------------
*/

hr { 
	/*	background: url('/wsimages/hr.gif') top left no-repeat;
	height: 31px;
	color: transparent;
	width: 100%;
	border: 0;*/
	
	background: url('/wsimages/hr.gif') 3px 0 no-repeat;
	border:0;
	margin: 0 0 0 -7px;
	padding-bottom:28px;
}

#content {
	padding: 0 40px 50px 36px;
	width:652px;
	float:right;
}

.content  {
	overflow-x: hidden;
}
.content p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom:12px;
}

#breadCrumbs {
	width:100%;
	height:30px;
	clear:both;
	line-height:30px;
	background: url('/wsimages/navBorder.gif') 0 100% repeat-x;
	font-size:11px;
	font-weight:bold;
	position: relative;
}

#breadCrumbs a {
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}
	#breadCrumbs a#printThisPage{
		position: absolute;
		display: block;
		background: url("/wsimages/printIcon.gif") left 8px no-repeat;
		top: 0;
		right: 0;
		padding-left: 20px;
		width: 52px;
	}

#breadCrumbs a:hover {
	text-decoration:underline;
}

#breadCrumbs em {
	font-style:normal;
	font-size:11px;
	padding:0 5px;
	color:#e31818;
	font-weight:normal;
}

.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 .content ul {
	padding-bottom:20px;
	}
	#bodyWrapper ul{
		padding-left: 12px;
	}

body.internal .content li {
	line-height:26px;
	padding-left:13px;
	font-size:16px;
	border-bottom: 1px dotted #c3c3c3;
	background: url('/wsimages/bullet.gif') 0 10px no-repeat;
}

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.internal #contentPrimary h1 {
	font-size: 24px;
	color: #171717;
	margin: 0 0 20px;
	padding: 0 0 0 24px;
}
body.internal #contentPrimary h2 {
	font-size: 16px;
	margin: 0 0 14px;
}
body.internal #contentPrimary h3 {
	font-size: 18px;
	margin: 20px 0 20px;
	color: #0d1025;
}

body.internal #contentPrimary p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
}
body.internal #contentPrimary a {
	color: #C74200;
	text-decoration: underline;
}

body.internal #headerContent .details{
	border-top: 1px dotted #CDC7C5;
	border-bottom: 1px dotted #CDC7C5;
	font-size: 12px;
	padding: 8px 0 9px;
	margin-top: 20px;
	}
	body.internal #headerContent .details em{
		font-weight: bold;
		font-style: normal;
	}
	body.internal #headerContent .details em.location{
		padding-left: 10px;
	}

body.internal #contentPrimary .searchResults h3 {
	margin:15px 0 10px 0;
}

body.internal #contentPrimary .searchResults a {
	font-size:18px;
	text-decoration: none;
}

body.internal #contentPrimary .searchResults .summary {
	margin-bottom: 15px;
}

body.internal #contentPrimary .searchResults .score {
	color: #373737;
}


#bodyWrapper {
	padding: 25px 12px 24px 4px;
	width: 636px;
	overflow:hidden;
	}
	#bodyWrapper h2{
		font-size: 24px;
		padding-bottom: 16px;
	}
	#bodyWrapper h3{
		font-size: 20px;
		padding-bottom: 12px;
	}
	#bodyWrapper h4{
		font-size: 18px;
		padding-bottom: 12px;	
	}

	#bodyWrapper blockquote{
		font-size: 22px;
		padding-bottom: 22px;	
	}	
	#bodyWrapper p{
		line-height: 20px;
		font-size: 14px;
	}
	#bodyWrapper .caption{
		font-size: 10px;
	}
	#bodyWrapper li{
		font-size: 14px;
	}	
	#bodyWrapper table{
		margin: 10px 0;
		}
		#bodyWrapper table.historyTable{
			width: 100%;
			border-collapse: separate;
			border-spacing: 2px;			
		}
		#bodyWrapper table.dataTable{
			width: 100%;
			border-collapse: separate;
			border-spacing: 2px;	
			}
			#bodyWrapper table.dataTable td{
				padding: 4px;
			}
	#bodyWrapper table.imgTable{
			border-collapse: separate;
			border-spacing: 3px;
		}		
		#bodyWrapper table th{
			font-weight: bold;
			color: #FFF;
			background: #E31818;
			padding: 9px 0;
			text-align: center;
		}
		#bodyWrapper table li{
			padding-bottom: 7px;
			margin-top: 7px;
			font-size: 14px;
			line-height: 20px;
		}
	#bodyWrapper li{
		font-size: 14px;
	}
	#bodyWrapper ol{
		list-style-type: upper-alpha;
		margin: 0 0 0 24px;
		}
		#bodyWrapper ol li{
			background: none;
			border: 0;
			padding: 0 0 7px 3px;
			line-height: 22px;
		}


.teaser h4 {
	color: #000;
	font-size: 18px;
	padding: 0 0 8px;
	height:24px;
	line-height:24px;
	border-bottom: 1px dotted #B5B9B9;
}


.publishDate {
	color: #2C2C2C!important;
	margin: 0 0 8px;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	height:24px;
}
body.internal .content .teaser .publishDate p {

	line-height:24px;
	font-size:12px;

}

#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;
}

body.home .portalRow {
	margin: 0 0 12px 0;
	overflow:hidden;
	width:100%;
	position:relative;
}

body.home .teaser {
	padding: 0 16px 0 24px;
	cursor: pointer;
	width:280px;
	float:left;
	margin: 0 12px 0 0;
	background:#e9e9e9;
	margin-bottom:-900px;
	padding-bottom:900px;
}

body.home .teaser h3 {
	font-size:29px;
	color:#484848;
	padding: 18px 0 15px 0;
}

body.home .teaser p {
	font-size:12px;
	color:#484848;
	line-height:18px;
	padding: 0 0 0 0;
	margin-bottom:58px;
}

body.home .teaser .verticalAlign {
	position:absolute;
	bottom:0;
	width:296px;
}
body.home .teaser .morelink {
	display:block;
	background:#fff;
	margin-top:20px;
	padding: 4px 0 4px 24px;
	color:#484848;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	width:125px;
	position:absolute;
	bottom:17px;
	left:-24px;
}

body.home .teaserHover h3 {
	color:#e31818;
}

body.home .teaserHover p {
	color:#e31818;
}

body.home .teaserHover .morelink {
	display:block;
	background:#e31818;
	color:#fff;
}

.featureHeader {
	width:652px;
	clear:both;
	overflow:hidden;
	position:relative;
	padding: 18px 0 34px 0;
	cursor:pointer;
}

.featureHeader h3 {
	float:left;
	line-height:18px;
	font-size:20px;
	display:block;
	color:#e31818;
	width: 105px;
	border-right: 1px solid #b0b0b0;
}

.featureHeader p {
	padding: 0 0 0 22px;
	width:427px;
	font-weight:bold;
	color:#484848;
	float:left;
	font-size:16px;
}

.featureHeader a {
	display:block;
	height:31px;
	width:31px;
	line-height:31px;
	font-size:13px;
	color:#fff;
	background: url('/wsimages/bgGo.gif') no-repeat;
	position:absolute;
	right:24px;
	top:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

body.internal .content .portalBlock li {
	background:none;
	border:0;
	padding:0;
	margin:0;
}
body.internal .portalBlock .teaser {
	padding: 0 0 20px 15px;
	border-bottom: 1px solid #c3c3c3;
	cursor:pointer;
}

body.internal .portalBlock .teaserHover {
	background:#ededed;
}

body.internal .portalBlock .teaser h3 {
	padding:12px 0 9px;
	color:#e31818;
	font-size:18px;
}

body.internal .portalBlock .teaser p {
	font-size:14px;
	margin:0;
	padding-bottom:9px;
	line-height:16px;
}

body.internal .portalBlock .teaser a {
	color:#e31818;
	font-size:12px;
	line-height:12px;
}

#indexPageContent {
	border-top: 1px dotted #CDC7C5;

}

#indexPageContent .teaser {
	padding: 26px 54px 31px 70px;
	border-bottom: 1px dotted #CDC7C5;
	background: url('/wsimages/teaser.gif') no-repeat 6px 18px;
	}
	#indexPageContent .teaser h3{
		padding-bottom: 12px;
	}
	#indexPageContent .teaser p{
		font-size: 14px;
	}

body.internal #contentPrimary #indexPageContent .teaser h3 {
	padding:17px 0 12px;
	margin: 0;
}

#indexPageContent .teaserHover {
	background: #ffffff url('/wsimages/teaser.gif') no-repeat 6px -235px;
	cursor: pointer;
	}
	#indexPageContent .teaserHover h3, #indexPageContent .teaserHover p, #indexPageContent .teaserHover a{
		color: #e31818;
	}

.teaserHover {
	background: #ffffff;
}

body.internal #relatedContent {
	width: 670px;
	position:relative;
	overflow: hidden;
}

body.internal #relatedContent li {
	background:#e9e9e9;
	background-image:none;
	width:288px;
	height:117px;
	float:left;
	padding: 0 12px 0 20px;
	margin: 0 12px 12px 0;
	cursor:pointer;
	border:0;
}

body.internal #relatedContent li h3 {
	font-size:18px;
	padding:12px 0;
}

body.internal #relatedContent li a {
	text-decoration:none;
}

body.internal #relatedContent li p {
	font-size:12px;
	line-height:14px;
}

body.internal #relatedContent li.teaserHover, body.internal #relatedContent li.teaserHover a {
	color:#e31818;
}

/*/////////////// 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;
	padding: 0!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;
		}
#sortButton{
	width: 50px;
	}		
#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;
	background: url("/wsimages/paginator.gif") top left no-repeat;	
}

.paginator a.prev.prevActive{
	background-position: top left;
}

.paginator a.next.nextActive{
	background-position: left -19px;
}

.paginator .prevInActive{
	background-position: left -38px;
	cursor: auto;
}

.paginator .nextInActive{
	background-position: left -57px;
	cursor: auto;
}

.paginator a span {
	display:none;
}


#topicSearch .topicCriteria{
	width: 210px;
	padding: 4px 0 4px 2px;
	font-size: 12px;
	color:#484848;
	border: 1px solid #b3b3b3;
	border-right:none;
	float:left;
	margin: 0;
	min-height: 15px;
}
.searchUtility {

}
.searchUtility input.imgBtn, .searchUtility a.anchorSubmit {
	float:left;
	}
	
a.anchorSubmit, a.button, a.normalButton {
	background: #e31818;
	color:#fff !important;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:0 8px 0 0;
	text-decoration:none !important;
}

a.anchorSubmit span, a.button span, a.normalButton span {
	background: #e31818;
	display:block;
	float: left;
	line-height:25px;
	height:25px;
	padding: 0 0 0 8px;
}

.topicSort {
	width:150px;
	border: solid 1px #b3b3b3;
	float:left;
	margin: 0;
	padding:3px 4px;
	color:#484848;
	line-height:14px;
	font-size:12px;
}

.searchUtility .paginator {
	float:right;
	position:static;
	margin-top: 2px;
	width: 113px;
}

.paginator p.screenNumber {
	color:#000;
	float:left;
	font-size:11px;
	padding:0 5px 0 0;
}

body.internal #contentPrimary {
	color:#000000;
	float:left;
	font-size:11px;
	margin: 0 5px 0 0;
}

#topicControls, .searchUtility.bottom {
	background: #dfdfdf;
	padding: 12px 24px 0 11px;
	height: 36px;
}

.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;
}

/*
-------------------------------------------------------------------
FOOTER: =footer
-------------------------------------------------------------------
*/

#footer {
	padding: 20px 24px 29px 24px;
	margin: 0 auto;
	width:920px;
	background: #fff url('/wsimages/footerBorder.gif') 50% 100% no-repeat;
}

#columns {
	margin: 0 auto;
	width:920px;
	background: #fff;
	text-align:left;
	clear:both;
	overflow:hidden;
}

.footerCol {
	float:left;
	width:218px;
	margin-bottom:-900px;
	padding-bottom:900px;
	padding-left:22px;
	background: url('/wsimages/footerDivider.gif') 100% 0 repeat-y;
}

#footer #col1 { width: 218px; padding-left:0; }
#footer #col4 { width: 200px; background:none; }

.footerCol ul {
	padding-bottom:16px;
}

#footer h4.containerTitle {
	color:#e31818;
	font-size: 17px;
	padding: 10px 0 12px 0;
}

.contactTeaser h4 {
	color:#484848 !important;
	font-size:14px !important;
	padding: 0 0 4px 0 !important;
}

.contactTeaser p {
	line-height:18px;
	padding: 0 0 12px 0;
}

.contactTeaser span {
	padding-right:5px;
	color:#e31818;
	font-weight:bold;
}

.contactTeaser a {
	border-bottom: 1px dotted #484848;
	text-decoration:none;
	color:#484848;
}

.contactTeaser a:hover {
	border:none;
}

.footerLink {
	background: url('/wsimages/bullet.gif') 0 6px no-repeat;
	padding-left:12px;
	width:188px;
}

.footerLink a {
	text-decoration:none;
	line-height:18px;
}

.footerLink a:hover {
	text-decoration:underline;
}

.footerLink sup {
	vertical-align: top;
	font-size:6px;
	line-height:11px;
}

/*
-------------------------------------------------------------------
SITE INFO: =siteInfo
-------------------------------------------------------------------
*/
#siteInfo  {
	width: 100%;
	background: #fff;
	color: #696969;
	font-size: 11px;
	padding: 18px 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: 40%;
		float: left;
		line-height:19px;
		padding-left:24px;
	}
	
	#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;
	padding: 0 40px 0 0;
	display: inline;
	}
	#footerNav li {
		float: left;
		padding: 0 11px 0;
		background: url("/wsimages/nav/footerNavDivider.gif") right 50% no-repeat;
		height: 19px;
		border-right: 1px solid #b5b5b5;
		line-height:19px;
	}
	#footerNav li a, #fcbFooter li a {
		color: #696969;
		text-decoration: none;
		}
		#footerNav li a:hover, #fcbFooter li a:hover {
			text-decoration: underline;
		}
		
	#footerNav li.last {
		border:none;
	}
#siteInfo a.toTop {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 9px;
	height: 6px;
	display: block;
	background: url("/wsimages/top.gif") left top no-repeat;
}
#siteInfo a.toTop span {
	display: none;
}

/*==================================
		CONTACT US
==================================*/
.contact{
	border-top: 1px dotted #cdc7c5;
	padding-bottom: 10px;
	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;
		font-size: 14px;
	}
	.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;
		}


#includeWrap{
	margin-top: 24px;
	}

/*
-------------------------------------------------------------------
CONTACT FORM: =contactForm
-------------------------------------------------------------------
*/

h3.contactForm{
	color: #1a5098;
	font-size: 22px !important;
	background: #e3effd;
	padding: 15px 0 5px 17px !important;
	}
#contactForm{
	padding: 4px 23px 18px 20px;
	background:#E9E9E9;
	width: 255px;
	position: relative;
}

#contentSecondary #contactForm a.anchorSubmit span, a.button span, a.normalButton span{
	font-size: 12px;
	}

#contactForm .anchorSubmit {
	margin-right:5px;
	}
	#contactForm textArea {
		border: solid 1px #bbb;
		width: 253px;
		height:10em;
		margin-bottom: 14px;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 1.2em;
	}
	#contactForm fieldset.submitButtonsGroup{
		clear: both;
	}
	#contactForm fieldset label{
		padding: 9px 0px 0px 0px;	
		font-size: 12px;
		color:#000;
		display: block;
		margin-right: 15px;
		margin-bottom: 4px;
		clear: both;
		line-height: 16px;
		font-weight: bold;
		width: 274px;
	}
	
	#contactForm fieldset input.text,fieldset input.textsmall{
		float: left;
		width: 245px;
		border: 1px solid #bbb;
		font-size: 1.2em;
		margin-bottom: 4px;
		padding: 2px 4px 3px 4px;
		font-family: Helvetica,Arial,sans-serif;
	}
	
	#contactForm fieldset input.textsmall{
		width: 100px;	
	}
	
	#contactForm fieldset select{
		border: 1px solid #bbb;
		font-size: 11px;	
		float: left;	
		margin-bottom: 3px;
		padding: 3px 2px 2px 4px;	
		width: 255px;
	}
	
	#contactForm fieldset .checkboxGroup{
		float: left;	
	}
	
	#contactForm fieldset.submitButtonsGroup{
		border-bottom: 0;	
		}
		#contactForm fieldset.submitButtonsGroup .button{
			margin-right: 10px;
			}
			#contactForm fieldset.submitButtonsGroup .button span{
			}
	
	#contactForm fieldset.submitButtonsGroup input{
		float:left;
		padding-top: 1px;
		padding-bottom: 1px;
		font-size: 12px;
		margin-right: 10px;
	}
	
	#contactForm p.required{
		text-align: right;
		font-size: 11px !important;
		color: #5f6b7f;
		margin: 0;
		position: absolute;
		top: 14px;
		right: 22px;
	}	
	#contactForm span.required{
		color:#e90000;
	}		
	p.thankyouMsg{
		font-size: 16px;
		color: #E31818;
		margin: 0 0 .7em;
		padding: .6em 0 0;
		font-weight: bold;
		clear: both;
	}
	#contactForm label.error{
		color: #db1614;
		display: block;
		width: 230px;
		padding-top: 0;

	}
	
#headerContent #contactForm {
	width: 610px;
	float: left;
	padding: 4px 22px 18px 18px;
	}
	#headerContent  fieldset input.text,fieldset input.textsmall{
		float: left;
		width: 280px;
	}
	#headerContent #contactForm  .contactDetails{
		float: left;
		width: 294px;
		border: none;
		margin: 0;
		padding: 0;
	}
	#headerContent #contactForm .enquiryDetails {
		float: right;
		width: 290px;
	}
	#headerContent #contactForm textArea {
		width: 290px;
	}
	#headerContent #contactForm fieldset select {
		width: 290px;
	}
	#headerContent #contactForm fieldset.submitButtonsGroup{
		padding: 0 0 0 317px;
	}
#headerContent h3.contactForm {
	margin: 46px 0 4px;
	padding: 38px 0 10px !important;
	font-size: 18px !important;
	color: #000;
	clear: both;
	border-top: 1px dotted #C3C3C3;
	background: none;
}
#headerContent p.thankyouMsg{
	border-top: 1px dotted #C3C3C3;
	margin: 46px 0 4px;
	padding: 38px 0 10px;
}
#headerContent #contactForm p.required {
	text-align: right;
	right: 24px;
	top: 9px;
}	

#headerContent .contact h3.contactForm{
	border: 0;
	margin: 0;
	padding-top: 12px !important;
	}
	#headerContent .contact #contactForm{
		margin-bottom: 15px;
		float: none;
	}		