/*****************************************************
** Repcol
**
** (c) FreckleCreative.com.au
*****************************************************/

@import url(typography.css);
@import url(freckle.css);

body {
	margin:0;
	padding:0;
	color: white;
	font-size: 0.8em;
	font-family: arial, verdana, sans-serif;
	background: #554e49 url(../images/body_bg.gif);
}

a, 
a:visited {
	color: #e86b27;
	text-decoration: underline;
}

body #header {
	display: block;
	margin:0;
	padding:0;
	width: 100%;
	height: 86px;
	background-color: #7c7c7c;
	background-repeat: repeat-x;
	background-image: url(../images/header_general_bg.jpg);
}
body#home #header {
	height: 333px;
	display: block;
	background-position: 1px 0;
	background-image: url(../images/header_bg.jpg);
}
body #header h1 {
	float: left;
	display: block;
	margin:0;
	padding:0;
	width: 276px;
	height: 86px;
	text-indent: -3000px;
	background: url(../images/header.jpg) no-repeat;
}
body #header h1 img { display: none; }
body #header span {
	float: right;
	padding: 15px 10px;
	font-size: 14px;
}

body #middle {
	display: block;
	color: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 230px; 
	min-height: 230px;
	background-color: white;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(../images/content_general_bgrep.jpg);
}
html>body #middle { 
	float: left;
	height: auto; 
}
body #header #middle { background: transparent url(../images/repcollogo.jpg) top right no-repeat; }
body #nav {
	float: left;
	width: 265px;
	height: 220px;
	min-height: 235px;
	background: url(../images/nav_main_bg.jpg) no-repeat;
}
html>body #nav { height: auto; }
body #nav-content {
	float: left;
	width: 265px;
	background: url(../images/nav_content_bg.gif) repeat-y;
}
body #nav-footer {
	float:left;
	width: 265px;
	padding-bottom: 10px;
	background: url(../images/nav_footer_bg.gif) 58px 100% no-repeat;
}
body #header #nav {
	clear: both;
	display: block;
	width: 271px;
	height: 237px;
	margin: 0;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat !important;
}
body #nav #pagetag {
	display: none;
	float: left;
	width: 29px;
	height: 224px;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-image: url(../images/header_tag.jpg);
}
body #nav ul {
	display: block;
	margin:0;
	width: 189px;
	height: 230px;
	min-height: 230px;
	list-style: none;
	padding: 0 0 0 67px;
	background-position: 12px 0;
	background-repeat: no-repeat;
}
html>body #nav ul { height: auto; }
body#home #nav {
	float: left;
	width: 300px;
}
html>body#home #nav {
	display: block;
	width: 300px;
}
/**** Page tabs for next to nav menu *****************/
body #nav ul { 
	height: 260px;
	overflow: hidden;
}
body#home #nav ul { background-image: url(../images/header_tag.jpg); background-position: 21px 0; }
#nav ul.profile { background-image: url(../images/tag_profile.jpg) }
#nav ul.services { background-image: url(../images/tag_services.jpg) }
#nav ul.investor-relations { background-image: url(../images/tag_investor.jpg) }
#nav ul.employment { background-image: url(../images/tag_employment.jpg) } 
#nav ul.forms-and-documents { background-image: url(../images/tag_documents.gif) }
#nav ul.contact { background-image: url(../images/tag_contact.jpg) }

body #nav li {
	margin: 0;
	padding: 0;
	display: block;
	width: 189px;
}
body #nav li a {
	color: #616161;
	display: block;
	width: 124px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	line-height: 2em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 16px 0 49px;
	background-repeat: no-repeat;
}
body #nav ul { padding-top: 2px; }
body #nav li a { 
	background-position: 0 -93px;
	background-image: url(../images/nav_content_bg.jpg);
}
body#home #nav li a {
	background-position: top left;
	background-image: url(../images/nav_bg2.jpg);
}
body #container #nav li a:hover { background-position: -189px -93px; }
/*body #container #nav li a#m-selected { background-position: -189px -93px !important; }*/
body #nav li a:hover,
body #nav li a.m-selected { 
	color: #fffffe !important;
	text-decoration: underline;
}
body #header #nav { background-position: -189px 0; }
body #nav ul ul {
	margin:0;
	padding:0;
	min-height: 1px;
	height: auto !important;
}
body #nav ul ul li a {
	width: 100px;
	padding-left: 73px;
	font-size: 0.8em;
	background-image: url(../images/nav_content_bg_small.jpg) !important;
}

/*** different nav pics (li's) *************************/
body #nav li a.level1 { background-position: 0 0 }
body #nav li a.level2 { background-position: 0 -31px }
body #nav li a.level3 { background-position: 0 -62px }
body #header #nav li a.level2 { background-position: 0 -31px; }
body #header #nav li a.level3 { background-position: 0 -62px; }
body #header #nav li a.level4 { background-position: 0 -93px; }
body #header #nav li a.level5 { background-position: 0 -124px; }
body #header #nav li a.level6 { background-position: 0 -155px; }
body #header #nav li a.level7 { background-position: 0 -186px; }
body #nav li a.level1:hover, 
body #nav li a.level1.m-selected { background-position: -189px 0 !important; }
body #nav li a.level2:hover, 
body #nav li a.level2.m-selected { background-position: -189px -31px !important; }
body #nav li a.level3:hover, 
body #nav li a.level3.m-selected { background-position: -189px -62px !important; }
body #header #nav li a.level1:hover { background-position: -189px 0px; }
body #header #nav li a.level2:hover { background-position: -189px -31px; }
body #header #nav li a.level3:hover { background-position: -189px -62px; }
body #header #nav li a.level4:hover { background-position: -189px -93px; }
body #header #nav li a.level5:hover { background-position: -189px -124px; }
body #header #nav li a.level6:hover { background-position: -189px -155px; }
body #header #nav li a.level7:hover { background-position: -189px -186px; }

body #container {
	display: block;
	width: 100%;
	height: 230px;
	min-height: 230px;
	background: url(../images/content_general_bg.jpg) right top no-repeat;
}
html>body #container { height: auto; }
body #contenttext {
	color: #5c5c5c;
	width: 476px; /*416px;*/
	line-height: 1.5em;
	text-align: justify;
	/*background: white;*/
	padding-bottom: 20px;
}
body #contenttext p {
	margin-top: 0;
	padding-top: 0;
}
body #contenttext p.firstline,
body #contenttext p:first-child { 
	color: #2c2c2c; 
	background-color: transparent;
}
body #content {
	display: block;
	float: left;
	width: 440px;
	height: auto;
	
	padding-left: 20px;
}
body #content h2 {
	color: white;
	height: 30px;
	margin-top: 14px;
	font-size: 1.5em;
	font-weight: normal;
}
body#home #content {
	padding:0;
	width: 100%;
	height: 222px;
	min-height: 222px;
	display: block;
	line-height: 1.4em;
	font-size: 0.9em;
	background: url(../images/content_home_bg.jpg) repeat-x;
}
body#home h2 {
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
	width: 470px;
	height: 80px;
	text-indent: -3000px;
	background: url(../images/h2_home.gif) no-repeat;
}
body#home #contenttext {
	color: #fffffe;
	width: 538px;
	height: 174px;
	min-height: 174px;
	padding-left: 222px;
	background: url(../images/content_home_bg_image.jpg) 50px 0 no-repeat;
}
body#home #contenttext a, 
body#home #contenttext a:visited {
	color: #fffffe;
	text-decoration: underline;
}
	
html>body#home #content,
html>body#home #contenttext { height: auto; }

/******** FOOTER CSS ******************************************/
body #footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	color: #fffffe;
	font-size: 0.8em;
	background: url(../images/footer_bottom_bg.gif) 1px 0 repeat-x;
}
body#home #footer { background: none; }
body #footer a, body #footer a:visited {
	text-transform: lowercase;
	text-decoration: none;
	color: #fffffe;
	padding: 0 3px;
}
body #footer a:hover {
	text-decoration: underline;
}
body #footer p {
	width: 800px;
	margin: 0;
	display: block;
	padding: 7px 50px;
}
body #footer p.links {
	border-bottom: 1px solid #bab3ad;
}
body #footer hr { display: none; }
body #footer span.copyright {}

/**** Font Formatting ***********************************************************/
h3, h4 {
	margin:0;
	padding:0;
	background-color: transparent;
}

h3 {
	color: #88534a;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 15px;
}
h4 {
	color: #8c304c;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #404040;
}
th {
	color: #8c304c;
	background-color: transparent;
	text-align: left;
}
td { vertical-align: top; }
ul {
	margin-top: 3px;
	margin-bottom: 15px;
}

ul.pdf { list-style: none; height: auto; background: none }
td a,
ul.pdf li a {
	display: block;
	height: 16px;
	padding-left: 20px;
	background: transparent url(../images/pdf.gif) 0 50% no-repeat;
}
html>body ul.pdf li a {
	height: auto;
	min-height: 16px;
}
body#contact #contenttext div {
	display: block;
	padding-left: 5px;
}

body #flash {
	float: right;
	width: 514px;
	height: 217px;
}

.pdf {
	height: 16px;
	padding-left: 20px;
	background: transparent url(../images/pdf.gif) 0 50% no-repeat;
}

#investor #content li { display: block; }
#investor #content li strong {
	clear: both;
	float: left;
}
#investor #content li a.pdf { float: right; }
#investor #content ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}

html>body #flash { display: none }
