/* CSS Document */
* {
	margin:0;
	padding:0;
}

body{
	background-image: url(/images/IR_Bground_Vignette.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B08A2E;

}

#page {
	width: 1240px;
	margin:0 auto;
	margin-top:30px;
}

#admin_container{
	width: 1240px;
	border:solid #DEB43B 3px;
	float:left;
}

#headImg {
	width:100%;
	height:70px;
	background-image:url(/images/headImgBg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#top_menu {
	width:985px;
	margin:0 auto;
	padding-left:5px;
	font-weight:bold;
}

#em_top_menu {
	float:left;
	width:100%;
}

#top_menu li, #admin_topmenu li, #em_top_menu li {
	list-style:none;
	font-size:10px;
	float:left;/*added float left to li so no 'step-down' in IE*/
}

#top_menu li a, #admin_topmenu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	width:129px;
	text-align:center;
	padding:12px 5px 17px 5px;
	border-right:solid #CCC 1px;
	height:15px;
}

#admin_topmenu li a {
	width:126px;
	height:10px;
}

#em_top_menu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	padding:12px 5px 17px 5px;
	border-right:solid #CCC 1px;
	width:236px;
	height:10px;
}

#admin_topmenu li a.last, #em_top_menu li a.last {
	border-right:0;
}

#first {
	border-left:solid #fff 1px;
}

#top_menu li a:hover, #admin_topmenu li a:hover, #em_top_menu li a:hover {
	color:#000;
	background-color:#fefefe;/*changed from white to work in IE*/
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.info:hover{z-index:25; background-color:#fefefe;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:5em; left:-1em; width:15em;
	padding:2px;
    border:1px solid #DEB43B;
    background-color:#e8e8e8; color:#000;
    text-align: center}
	
#index_content {
	float:left;
	width:750px;
}
	

#index_content_content {
	width:410px;
	height:330px;
	padding:20px 10px 0 20px;
	color:#666;
	float:left;
}

#index_content_content h2 {
	font-size:32px;
	color:#CCC;
	font-weight:100;
}

#index_content_content h3, #large_content h3 {
	font-size:30px;
	font-weight:100;
}

#index_content_content h4, #large_content h4 {
	font-size:12px;
	padding:12px 0;
}

#index_content_content p {
	font-size:12px;
	padding-bottom:12px;
}

#index_img {
	float:left;
	width:300px;
	padding-top:80px;
}

#live_tweet {
	padding-left:10px;
}

#index_content_bottom {
	width:750px;
	height:55px;
	float:left;
}

#index_content_top {
	background:url(/images/index_content_top.jpg) no-repeat;
	width:750px;
	height:25px;
}


#admin_content {
	width:1240px;
	float:left;
	clear:both;
	background-color:#FFF;
}

#admin_content hr {
	border-color:#CCC;
	color:#CCC;
	margin:10px 10px 10px 0;
}

#admin_content h2 {
	font-size:20px;
	padding-bottom:5px;
	font-weight:100;
}

#admin_content .smaller {
	font-size:16px;
}

#admin_content h3 {
	font-size:14px;
	color:#000;
	padding-bottom:5px;
}

#admin_content img {
	border:none;
}

#admin_content table {
	margin-bottom:5px;
	color:#000;
}

#admin_content .table_head {
	color:#999;
}

#admin_content .bold {
	font-weight:bold;
}

#admin_content a {
	font-size:14px;
	color:#000;
}

#admin_content table a {
	font-size:11px;
}

#admin_content table h2 {
	color:#B08A2E;
#F2F2F2}

#admin_content p {
	color:#000;
}

#admin_content ul {
	padding-left:20px;
	color:#000;
	width:120px;
}

#admin_content ul li {
	position:relative;
}

#admin_content ul ul {
	display:none;
}

#admin_content ul ul li a {
	color:#000;
}

#admin_content ul li:hover ul {
	display:block;
	position: absolute;
	top:0;
	left: 100%;
	width:80%;
	background-color:#B08A2E;
	padding-top:5px;
}

#admin_content input, #admin_content textarea {
	background-color:#F8F2DC;
}

#col1, #col2, #col3 {
	height:680px;
	float:left;
	margin:10px 0;
	padding:20px 0 20px 20px;
	overflow:auto;
	width:31%;
}

#col1, #col2 {
	border-right: solid #999 1px;
	
}

#col4 {
	width:65%;
	height:680px;
	float:left;
	margin:10px 0;
	padding:20px 0 20px 20px;
	overflow:auto;
}

#sml_home_one {
	width:360px;
	float:left;
	border-right:solid #CCC 1px;
	padding-right:20px;
	padding-bottom:10px;
	border-bottom:solid #CCC 1px;
}

#sml_home_two {
	width:360px;
	float:left;
	padding-left:40px;
	padding-bottom:10px;
	border-bottom:solid #CCC 1px;
}

#lge_home {
	width:800px;
	float:left;
	padding-top:20px;
}

#col1 img {
	float:left;
}

#col1 h1 {
	font-size:30px;
	width:230px;
	float:left;
}

#col1 ul li {
	list-style:none;
	padding-bottom:10px;
}

#col1 li a {
	color:#B08A2E;
}

#admin_footer {
	width:1240px;
	clear:both;
	text-align:center;
	padding:10px 0;
}

#container{
	width: 985px;
	margin:0 auto;
	text-align:left;
}

#topImg {
	width:985px;
	position:absolute;
}

#form, h1, #steps {
	width:745px;
	float:left;
}

#right_sidebar {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:200px;
	padding-right:10px;
}

#form_container, #page_container{
	background: #fff;
	width: 985px;
	padding: 2px;
	border:solid #DEB43B 3px;
	float:left;
}

h1 {
	padding:10px 0;
	width:100%;
}

#home_content {
	width:985px;
	float:left;
}

#main-content {
	width:775px;
	float:left;
}

#content {
	padding-left:30px;
}

.clear {
	width:100%;
	height:20px;
}

#animation {
	width:752px;
	float:left;
}

#news_content {
	width:496px;
	float:left;
}

#news_content h3 {
	padding:3px 0 3px 10px;
	font-size:18px;
}

#news_content h4 {
	font-size:15px;
	padding:5px 0 5px 10px;
}

#news_content img {
	padding:5px 0;
}

#news_content p {
	padding-left:10px;
}

#facebook_feed {
	width:239px;
	float:right;
}

#admin_content #login form{
	font-size:11px;
	margin:0 auto;
	width:410px;
}

#admin_content #login input {
	background-color:#FFF;
}

#admin_content #login div {
	width:410px;
	margin:0 auto;
	border:solid #000 1px;
	margin:60px 0;
	color:#000;
	font-weight:100;
}

#right_sidebar #login table{
	margin-left:20px;
}

#right_sidebar #login p{
	margin-left:20px;
}

#admin_content #login h2 {
	margin-left:20px;
	padding-top:10px;
}


#admin_content #login span {
	font-size:9px;
}

#note_link {
	padding-left:30px;
}

/* Right Sidebar*/

#right_sidebar #login label {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#right_sidebar #login {
	padding-top:27px;
	width:210px;
	height:130px;
	background-image:url(/images/logInBg.jpg);
	background-repeat:no-repeat;
}

#right_sidebar #login #logIn, #right_sidebar #login #pwd {
	border:0;
	background-image:url(/images/inputBg.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:17px;
	padding:3px 0 0 10px;
	font-size:10px;
}

#right_sidebar #login a {
	text-decoration:none;
	color:#B08A2E;
}

#login .black_text {
	color:#000;
}

#current_vacancies {
	padding-bottom:15px;
}

#current_vacancies p {
	font-size:14px;
}

#current_vacancies span {
	font-size:18px;
}

#current_vacancies ul {
	color:#000;
	padding-left:2em;
}

#sidebar_testimonial {
	padding-bottom:15px;
}

#sidebar_testimonial h4 {
	font-size:18px;
	font-weight:100;
}

#sidebar_testimonial .quote {
	color:#000;
	font-size:10px;
	width:110px;
}

#sidebar_testimonial img {
	float:right;
}

#sidebar_testimonial a {
	color:#B08A2E;
}

#online_poll {
	background-image:url(/images/online_pollBg.jpg);
	background-repeat:no-repeat;
	height:175px;
	padding-top:15px;
}

#online_poll p {
	color:#666;
	font-size:11px;
	padding-left:20px;
}

#online_poll span {
	font-size:20px;
	color:#666;
}

#online_poll form {
	padding-left:20px;
	color:666;
	width:180px;
}

#online_poll .black_text {
	color:#000;
}

/*Finish Right Sidebar*/

/*IRR Content*/
#home_content .content_top {
	float:left;
	width:750px;
	padding:20px 0 10px 0;
	border-bottom:solid #999 1px;
	margin-left:20px;
}

#home_content .content_top img {
	float:left;
	padding-right:20px;
}

.right {
	float:right;
}

#home_content .content_top p {
	letter-spacing:2px;
	padding-top:25px;
	font-size:13px;
}

#home_content #IRR_left_sidebar {
	width:180px;
	float:left;
	padding:30px 10px 0 20px;
}

#home_content #IRR_menu {
	list-style:none;
	width:160px;
	font-size:13px;
}

#home_content #IRR_menu ul {
	list-style:none;
	padding-left:10px;
	line-height:1em;
}

#home_content #IREM_menu {
	list-style:none;
	width:160px;
	font-size:13px;
}

#home_content #IRR_menu a {
	text-decoration:none;
	width:180px;
	color: #B08A2E;
	display:block;
	padding-bottom:20px;
	font-weight:bold;
}

#home_content #IREM_menu a {
	text-decoration:none;
	width:180px;
	color: #B2BABF;
	display:block;
	padding-bottom:20px;
	font-weight:bold;
}

#home_content #middle_content {
	min-height:550px;
}

#home_content #middle_content, #home_content #middle_content h1 {
	width:525px;
	float:left;
	padding:10px 15px 0 10px;
}

#home_content #large_content {
	width:730px;
	float:left;
	padding:10px 15px 0 30px;
}

#home_content #middle_content p {
	float:left;
	padding:10px 15px 0 10px;
	width:100%;
}

#large_content p {
	padding-top:10px;
}

#home_content #middle_content .ddText {
	float:left;
	width:95%;
	padding:0;
}

#home_content #middle_content {
	border-left:solid #999 1px;
}

#home_content #middle_content img {
	float:left;
	padding-top:20px;
	padding-left:10px;
}
	

#home_content #middle_content h1 {
	font-size:32px;
}

#middle_content #EMH1 {
	color:#B2BABF;
}

#middle_content h5 {
	text-align:left;
	font-size:12px;
	float:left;
}

#middle_content ol, #middle_content ul {
	padding-left:30px;
	float:left;
}

#large_content ul {
	padding-left:30px;
	float:left;
	width:700px;
}

#home_content p.large {
	font-size:24px;
	font-weight:bold;
}

#home_content #middle_content h1 span {
	font-size:12px;
	color:#000;
}

#home_content #middle_content form {
	float:left;
	width:530px;
	color:#000;
}

#middle_content .IRA_Gallery {
	border:0;
	padding:0 15px 0 10px;
}

middle_content table td {
	padding-left:10px;
}

#footer{
	width:985px;
	clear:both;
	text-align:center;
	padding:15px 0;
}

#footer_links {
	padding-bottom:5px;
}

#footer_links li {
	letter-spacing:2px;
	list-style:none;
	display:inline;
	font-size:13px;
	padding-left:5px;
	padding-right:5px;
}

#footer_links li a {
	text-decoration:none;
	color:#666;
}


.black_text {
	color:#000;
}

.red_text_bold {
	color:#F00;
	font-weight:bold:
}

#nav_banner{
	width: 895px;
	background-color: #B08A2E;
	height: 20px;
	color: #ffffff;
	padding-top: 2px;
	text-align: center;
}

#nav_banner_au {
	width: 895px;
	background-color: #28903B;
	height: 20px;
	color: #ffffff;
	padding-top: 2px;
	text-align: center;
}

#nav_banner_nz {
	width: 895px;
	background-color: #B2B9BF;
	height: 20px;
	color: #000000;
	padding-top: 2px;
	text-align: center;
}

#nav_banner a{
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#nav_banner_au a{
    font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#nav_banner_nz a{
	font-family: Verdana;
	color: #000000;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#nav_banner a:hover{
	text-decoration: underline;
}

#nav_banner_au a:hover{
	text-decoration: underline;
}

#nav_banner_nz a:hover{
	text-decoration: underline;
}


#register{
	position: relative;
	background: url(/images/Button_Registration.gif) no-repeat;
	width: 182px;
	height: 25px;
	top: 30px;
	left: 680px;	
	padding-left: 50px;
	padding-top: 6px;
}

#register a{
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#register a:hover{
	text-decoration: underline;
}

#vacancy{
	position: relative;
	background: url(/images/Button_Vacancy.gif) no-repeat;
	width: 182px;
	height: 68px;
	top: 80px;
	left: 680px;	
	padding-left: 50px;
	padding-top: 6px;
	line-height:13px;
}

#vacancy a{
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#vacancy a:hover{
	text-decoration: underline;
}

#banner{
	width: 895px;
	height: 354px;
	background: url(/images/int_banner.jpg);
}

#banner_sevens{
	width: 895px;
	height: 354px;
	background: url(/images/int_banner_sevens.jpg);
}

#banner_au{
	width: 895px;
	height: 376px;
	background: url(/images/Banner_Open_Australia_FA.jpg);
}

#banner_nz{
	width: 895px;
	height: 376px;
	background: url(/images/Banner_Open_NZ_FA.jpg);
}

#current_location{
float: left;
	width: 591px;
	background-color: #000000;
	height: 20px;
	color: #B08A2E;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: bold;
	text-align:center;
}

#flash{
background-color: #000000;
	height: 20px;
		padding-bottom: 4px;
	text-align: left;
	float: left;
}

#current_location img{
	border: none;
	margin: none;
	padding: none;
	vertical-align: text-bottom;
}

#current_location a{
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#current_location a:hover{
	text-decoration: underline;
}

#other_location{
	width: 865px;
	background-color: #000000;
	height: 20px;
	color: #B08A2E;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: bold;
}

#other_location img{
	border: none;
	margin: none;
	padding: none;
	vertical-align: text-bottom;
}

#other_location a{
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

#other_location a:hover{
	text-decoration: underline;
}

#contents{
	padding: 10px;
	padding-bottom: 30px;
}

#contents_table{
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_content_home{
	color: #000000;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 7px;
}

#left_content{
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#border_bot {
    border-bottom:solid 1px #666666;
	margin-left: 30px;
	margin-right: 50px;
}

#border_right {
    border-right:solid 1px #666666;
}

#countries {
    color: #000000;
	width: 155px;
	padding-left: 20px;
}

#IRR_heading {
    font-size:12px;  
	color: #B08A2E;
	font-weight:bold;
	padding-left: 30px;
	padding-top: 10px;
	}
	
#IREM_heading {
    font-size:12px;
	color: #666666;
	font-weight:bold;
	padding-left: 30px;
	padding-top: 10px;
	}
	
#floatright_IRR {
     float: right;
     width: 185px;
     padding: 10px;
}

#floatright_IREM {
     float: right;
     width: 104px;
     padding: 10px;
}

a {
    color: #000000;
	text-decoration:underline;
}

a:hover{
    text-decoration:underline;
}



#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}

#nav, #nav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav li{
	position: relative;
}

#nav li ul{
	padding: 0;
	margin: 0;
	position: absolute;
	left:23px;
	top: 12px;
	display: none;
}

#nav li ul{
	top: 18px;
}


#nav li ul a{
	margin: 0;
	padding: 0;
	display: block;
	width: 80px;
	text-decoration: none;
	color: #fff;
	background: #B08A2E;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 0;
}

#nav li ul a:hover{
	display: block;
	background: #000;
	text-decoration: none;
}

#nav li:hover ul, #nav li.hover ul{ display: block; }

#register_dropdown{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}

#register_dropdown li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position: relative;
}

#register_dropdown li ul{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 13px;
	display: none;
}


#register_dropdown li ul a{
	margin: 0;
	padding: 0;
	display: block;
	width: 80px;
	text-decoration: none;
	color: #fff;
	background: #B08A2E;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 0;
}

#register_dropdown li ul a:hover{
	display: block;
	background: #000;
	text-decoration: none;
}

#register_dropdown li:hover ul, #register_dropdown li.over ul{ display: block; }

#userMsg {
	color: red;
	padding: 5px 0;
	font-weight: bold;
}
.errorMsg {
	color: red;
	padding-bottom: 10px;
	font-weight: bold;
}
.red {
	color: red;
	font-weight: bold;
}






#steps_bg {
	padding:0px;
	margin:0px;
	height:50px;
	margin-bottom:25px !important;
	clear:both;
}
#steps_bg ul{
	padding:0px;
	margin:0px;
}
#steps_bg ul li{
	padding:0px 35px 0px 20px;
	margin:0px;
	height:50px;
	float:left;
	background:url(../images/arrow.png) no-repeat top right #DBDBDB;
	font:normal 18px/50px Arial black, Helvetica, sans-serif;
	color:#999999;
	list-style:none outside;
}
#steps_bg ul li a{
	text-decoration:none;
	color:#999999;
}
#steps_bg ul li a:hover{
	text-decoration:none;
	color:#000;
}
#steps_bg ul li.active{
	padding:0px 35px 0px 20px;
	margin:0px;
	height:50px;
	float:left;
	background:url(../images/arrow.png) no-repeat top right #AF8A2F;
	font:normal 18px/50px Arial black, Helvetica, sans-serif;
	color:#fff;
}
