﻿/* CSS Document */
body
{
    background-image: url(images/Template/australia_top.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    line-height: 140%;
    margin: 0px;
    color: #000000;
    font-size:11px;
    font-family: arial,verdana,sans;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
A:link {
	color: #995409;
	text-decoration: underline;	

}
A:visited {
	color: #995409;
	text-decoration: underline;	
}
A:hover {
	color: #000000;
	text-decoration: underline;	
}
A:focus {
	color: #995409;
	text-decoration:  underline;	
}

/******************
HEADINGS
******************/

h1 {

	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	margin-bottom: 3px;
	}
	
h5 {
	font-size:0.9em;
	margin-bottom: 5px;
	}
	
h6 {
	font-size:.8em;
	}
	
.orange
{
	color:#d87023;
	font-weight: bold;
	text-align: justify;
	
}

/* 

Screen Layout

 */
 
#main-container
{
	width:785px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
 
 /*----------------Top Container --------------------*/
#header-container
{
	width:785px;
	margin:0px auto;
	height:108px;
	padding:0px;	
}

/*----------------Top Container --------------------*/
#Top_Container
{
	width:785px;
	margin:0px auto;
	height:247px;
	padding:0px;	
	background-color: #A98E71;
}
#Top_Container #GlobusCosmosLinks 
{
	height:88px;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}
#Top_Container #GlobusCosmosLinks img 
{
	 margin:0px;
	/*display:block;*/
}

#Top_Container #three-column-container 
{
	width:100%;
	margin:0px;
	color: #FFFFFF;
	padding-top: 0px;
	height: 90px;
}


#Top_Container #three-column-container #ColLeft
{
	width:242px;
	height:90%;
	margin-left:0px;
	margin-right:0px;
	float:left;
	text-align: justify;
	border-right: 1px dotted #cccccc;
	background-color:#A98E71;
	padding: 10px 10px 0px 10px;

}

#Top_Container #three-column-container #ColRight
{
	width:252px;
	height:100%;
	margin-left:0px;
	margin-right:0px;
	float:right;
	text-align: justify;
	border-left: 1px dotted #cccccc;
	background-color:#A98E71;
	padding: 10px 0px 0px 10px;
}
#Top_Container #three-column-container #ColMiddle
{
	margin:0px 262px 0px 262px;
	text-align: justify;
	background-color:#A98E71;
	padding: 10px 10px 0px 10px;
}

#Top_Container #three-button-container 
{
	/* height:69px;*/
	width:100%;
	margin:0px;
	
}

#Top_Container #three-button-container #ButLeft
{
	width:242px;
	height:100%;
	margin-left:0px;
	margin-right:0px;
	float:left;
	text-align: center;
	border-right: 1px dotted #cccccc;
	padding: 0px 10px 0px 10px;

}

#Top_Container #three-button-container #ButRight
{
	width:252px;
	height:100%;
	margin-left:0px;
	margin-right:0px;
	float:right;
	text-align: center;
	border-left: 1px dotted #cccccc;
	padding: 0px 0px 0px 10px;
}

#Top_Container #three-button-container #ButMiddle
{
	margin:0px 262px 0px 262px;
	text-align: center;
	background-color:#A98E71;
	padding: 0px 10px 0px 10px;
}
/*---------------- Bottom Container --------------------*/
#Bottom_Container
{
    width: 785px;
    margin: 0px auto;
    height: 325px;
    padding: 0px;
    background: url(images/Template/world_map.gif) no-repeat top right;
}

#Bottom_Container #Content1
{
	margin : 0px 400px 10px 0px;
}

#Bottom_Container #Content2
{
	margin : 0px 0px 10px 0px;
}

#Bottom_Container #Content2 #int_middle_left {
	
	float:left;
	width:320px;
	padding-top:20px;
}

#Bottom_Container #Content2 #int_middle_right {
	
	margin-left:340px;
	padding-top:20px;
}


/*---------------- Footer --------------------*/
#footer-container 
{
	width:785px;
	height:40px;
	margin:0px auto;
	clear:both;
	text-align: center;
	
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#footer-container a:link 
{
	color:#d87023;
	text-decoration:none;
	
}

#footer-container a:visited 
{
	color:#d87023;
	text-decoration:none;
}

#footer-container a:hover 
{
	text-decoration:underline;
}

#footer-container a:active 
{
	color:#d87023;
	text-decoration:none;
}
#footer-container #footer_copyright
{
	font-size:9px;
	color:#b7b7b7;
	font-weight:bold;
	line-height:20px;
	padding-top:4px;
}

/*-----------------------------------------------------------*/
#spacer
{
	width:100%;
	background: url(images/footer_dot.gif) repeat-x left;
	height:3px;
	display:block;
	float:left;
}

.clear 
{
	clear:both;
}

.justify
{
	text-align:justify;
}
	
.separator-side-column
 {
	border-top:1px solid #9CA2DD;
	margin-bottom:8px;
	padding:0px;
}

.section-title-not-heading 
{
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
}




/******************
FORM STYLES
******************/
form {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	
	}

fieldset {
	margin:0px 0px  0px 0px;
	padding:3px;
	}

legend 
{
	color:#D97225;
	font-weight:normal;
	padding-bottom: 5px;
}

select
{
	font-size: 11px;
	width: 120px;
	background-color: #ffffcc;
}

#home_heading 
{
	
	color:#d87023;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
}

#headingSmall
{
	color:#d87023;
	font-weight:bold;
	padding: 0px 0px 6px 0px;
	font-size: 11px;
}

#Bottom_Container #Content1 #home_body 
{
	text-align: justify;
	padding: 5px 0px 0px 0px;
	
}

#Bottom_Container #Content2 #int_middle_left  #divform
{
	width:260px;
}


#Bottom_Container #Content2 #int_middle_right #int_middle_right_col_1 {
	padding-top:20px;
	float:left;
	width:160px;
}

#Bottom_Container #Content2 #int_middle_right {
	margin:0px 0px 0px 320px;
	color: #000033;
	font-weight: bold;
}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

ul.link-list-vertical 
{
	margin:0px 0px 0px 0px;
	color:#996600;
	
}
 ul.link-list-vertical li 
{
	list-style:none;
	padding:2px 0px 2px 0px;
	margin:0px;
	background: url(images/blt.gif) no-repeat left ;	
	
}

 ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background:url(images/blt.gif) no-repeat left;
	text-decoration:underline;
	color:#996600;
	font-weight: bold;
	}

  ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/blt.gif) no-repeat left ;	
	color:#996600;
	}

  ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/blt.gif) no-repeat left ;
	color:#3399ff;
	text-decoration:none;
	}

  ul.link-list-vertical li a:active {
	padding:10px 0px 1px 12px;
	background: url(images/blt.gif) no-repeat left ;	
	color:#996600;
	}
    
    .errorMsg
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align:left;
		padding:5px;
		font-weight:bold;border-top:2px solid #ff0000;
		border-bottom:2px solid #ff0000;
		background-color:#FFDFDF;
	}

