#wrapper {
	background: url(../images/main_bg.jpg) no-repeat center top;
	margin: 0 auto;
	width: 890px;
}

/* HEADER */

#header {
	height: 200px;
	position: relative;
}
#header h1 {
	left: 114px;
	position: absolute;
	top: 73px;
}
.home #header h1 ,#header h1 a, #header h1 a:link, #header h1 a:visited {
	background: url(../images/logo_gc.png) no-repeat left top;
	display: block;
	height: 102px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 245px;
}
#header img.award {
	height: 87px;
	position: absolute;
	right: 0;
	top: 48px;
	width: 88px;
}

#header img.acthealth {
	height: 70px;
	position: absolute;
	right: 0;
	top: 90px;
	width: 200px;
}

/* BODY SECTION */

#bodySection {}

/* BODY SECTION - NAVIGATION */

#bodySection #navigation {
	float: left;
	width: 110px;
}
#bodySection #navigation ul {
	margin: 0;
	padding: 0;
}
#bodySection #navigation li {
	font-size: 85%;
	line-height: 1.3em;
	list-style: none;
	margin-bottom: 3px;
	text-align: right;
	text-transform: uppercase;
}
#bodySection #navigation li p {
	height: 18px;
	margin: 0;
	position: relative;
}
#bodySection #navigation li em {
	background: url(../images/bg_nav.png) no-repeat right top;
	font-style: normal;
	padding: 2px 0 2px 18px;
	position: absolute;
	right: 0;
}
#bodySection #navigation li ul {
	margin: 3px 0 9px;
}
#bodySection #navigation li li {
	font-size: 105%;
	margin: 0;
	text-transform: none;
}
#bodySection #navigation li.urHere em {
	background: none;
}
#bodySection #navigation li.urHere em a, #bodySection #navigation li.urHere em a:link, #bodySection #navigation li.urHere em a:visited {
	color: #fff;
}
#bodySection #navigation li.urHere em a:focus, #bodySection #navigation li.urHere em a:hover, #bodySection #navigation li.urHere em a:active {
	border-right: none;
	color: #fff;
	/*cursor: default;*/
	padding-right: 9px;
}
#bodySection #navigation a, #bodySection #navigation a:link, #bodySection #navigation a:visited {
	color: #ccc;
	font-weight: normal;
	padding-right: 9px;
	text-decoration: none;
}
#bodySection #navigation a:focus, #bodySection #navigation a:hover, #bodySection #navigation a:active {
	border-right: dotted 1px #00ff99;
	color: #00ff99;
	padding-right: 8px;
}
#bodySection #navigation li li a, #bodySection #navigation li li a:link, #bodySection #navigation li li a:visited {
	color: #00ff99;
	font-weight: bold;
}
#bodySection #navigation li li.andHere a, #bodySection #navigation li li.andHere a:link, #bodySection #navigation li li.andHere a:visited {
	background: url(../images/bg_navArrow.gif) no-repeat right -30px;
	color: #fff;
}
#bodySection #navigation li li a:focus, #bodySection #navigation li li a:hover, #bodySection #navigation li li a:active {
	background: url(../images/bg_navArrow.gif) no-repeat right 5px;
	border-right: none;
	padding-right: 9px;
}

/* BODY SECTION - CONTENT AREA */

#bodySection #contentArea {
	float: right;
	
	/* Min-hight for all */
	min-height: 400px;
	height: auto !important;
	_height: 400px;	
	width: 769px;
}
.secLvl #bodySection #contentArea {
	margin-top: -3px;
}

/* Preview placeholders */

#bodySection #contentArea .previews {
	margin-bottom: 20px;
}
#bodySection #contentArea .previews .large, #bodySection #contentArea .previews .small {
	height: 263px;
	position: relative;
}
#bodySection #contentArea .previews .large {
	width: 511px;
}
#bodySection #contentArea .previews .small {
	width: 245px;
}
#bodySection #contentArea .previews .name {
	bottom: 5px;
	height: 41px;
	left: 12px;
	position: absolute;
	z-index: 200;
}
#bodySection #contentArea .previews .large .name {
	width: 482px;
}
#bodySection #contentArea .previews .small .name {
	width: 222px;
}
#bodySection #contentArea .previews .name a, #bodySection #contentArea .previews .name a:link, #bodySection #contentArea .previews .name a:visited {
	color: #a4a5a1;
	display: block;
	font-weight: normal;
	height: 37px;
	line-height: 1.3em;
	padding-top: 4px;
	text-decoration: none;
	width: 100%;
	background: url(../images/bg_previewArrow.gif) no-repeat right top;
}
#bodySection #contentArea .previews .name a strong {
	color: #fff;
}
#bodySection #contentArea .previews .name a:focus, #bodySection #contentArea .previews .name a:hover, #bodySection #contentArea .previews .name a:active,
#bodySection #contentArea .previews .name a:focus strong, #bodySection #contentArea .previews .name a:hover strong, #bodySection #contentArea .previews .name a:active strong {
	background-position: right -60px;
	color: #00ff99;
}


#bodySection #contentArea .previews .darkBottom {
	background: #000;
	bottom: 0;
	height: 52px;
	left: 0;
	position: absolute;
	width: 100%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 100;
}

/* Highlight box Home Page */

#bodySection #contentArea .highlightBoxhome {
	margin-left: 60px;
	width: 245px;
}
#bodySection #contentArea .highlightBoxhome img {
	padding-top: 10px;
}
#bodySection #contentArea .highlightBoxhome p {
	margin: 0 0 10px;
}
#bodySection #contentArea .highlightBoxhome p.caption {
	color: #666;
	font-size: 85%;
}
#bodySection #contentArea .highlightBoxhome a:focus, #bodySection #contentArea .highlightBox a:hover, #bodySection #contentArea .highlightBox a:active {
	color: #999;
	text-decoration: none;
}
/* Highlight box Other Pages */

#bodySection #contentArea .highlightBox {
	margin-left: 50px;
	width: 350px;
}
#bodySection #contentArea .highlightBox img {
	padding-top: 10px;
}
#bodySection #contentArea .highlightBox p {
	margin: 0 0 10px;
}
#bodySection #contentArea .highlightBox p.caption {
	color: #666;
	font-size: 85%;
}
#bodySection #contentArea .highlightBox a:focus, #bodySection #contentArea .highlightBox a:hover, #bodySection #contentArea .highlightBox a:active {
	color: #999;
	text-decoration: none;
}

/* Showreels */

#bodySection #contentArea .showreels {
	margin: 0;
	padding: 0;
}
#bodySection #contentArea .showreels li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding-left: 0;
	text-align: center;
	width: 186px;
}
#bodySection #contentArea .showreels li.last {
	maring: 0;
}
#bodySection #contentArea .showreels a:focus, #bodySection #contentArea .showreels a:hover, #bodySection #contentArea .showreels a:active {
	color: #fff;
	text-decoration: none;
}

/* Gallery */

#bodySection #contentArea .gallery {
	margin: 0 0 0.8em;
	padding: 0;
}
#bodySection #contentArea .gallery li {
	background: none;
	float: left;
	line-height: 1.2em;
	list-style: none;
	margin: 0 14px 10px 0;
	padding: 0;
}
#bodySection #contentArea .gallery.actors li {
	margin: 0 0 20px;
	width: 128px;
}
#bodySection #contentArea .gallery a, #bodySection #contentArea .gallery a:link, #bodySection #contentArea .gallery a:visited {
	font-weight: normal;
}
#bodySection #contentArea .gallery a:focus, #bodySection #contentArea .gallery a:hover, #bodySection #contentArea .gallery a:active {
	text-decoration: none;
}
#bodySection #contentArea .gallery a strong, #bodySection #contentArea .gallery a:link strong, #bodySection #contentArea .gallery a:visited strong {
	color: #fff;
}
#bodySection #contentArea .gallery a:focus strong, #bodySection #contentArea .gallery a:hover strong, #bodySection #contentArea .gallery a:active strong {
	color: #00ff99;
}

/* Columns */

#bodySection #contentArea .twoColumns {}
#bodySection #contentArea .twoColumns .column {
	width: 370px;
	float: left;
	margin-right: 20px;
}
#bodySection #contentArea .twoColumns .column.last {
	margin-right: 0;
}

/* FOOTER */

#footer {
	border-top: dotted 1px #fff;
	margin: 20px 0 0 122px;
	padding: 15px 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	list-style: none;
	margin-left: 20px;
}

/* SPECIFIC STYLES */

.overflow {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
a.pdf, a.pdf:link, a.pdf:visited {
	background: url(../images/icon_pdf.gif) no-repeat 0 0;
	display: block;
	margin-top: 4px;
	padding-left: 18px;
}
a.pdf:focus, a.pdf:hover, a.pdf:active {
	color: #fff;
}
a.mov, a.mov:link, a.mov:visited {
	background: url(../images/video_button.jpg) no-repeat 0 0;
	display: block;
	margin-top: 4px;
	padding-left: 18px;
}
a.mov:focus, a.mov:hover, a.mov:active {
	color: #fff;
}

