/*  --------------------------------------------------------------------------
     
     arinex technology Typography Style Sheet
     Copyright: arinex Pty Limited - www.arinex.com.au
     Created by: Cherry Chau
     Version: 1.0
     Date: 05/08/2012

    ------------------------------------------------------------------------- */


/* -----------------------------------------------
	Main Styles 
	----------------------------------------------*/
p,h1,h2,h3,h4,h5,h6,ul,li,ol,pre {
	margin: 0px;
	padding: 0px;
}


/* -----------------------------------------------
	Content  Styles 
	----------------------------------------------*/
#main p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	//margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
}
#main h1 {
	color: #10A065;
	margin: 20px 10px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
}
#main h2 {
	color: #23357f;
	margin: 20px 20px 20px 0px;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}
#main h3 ,#main h4{
	color: #1e8eb6; 
	font: bold 1.4em Arial, Helvetica, sans-serif; 
	margin: 20px 20px 0px 0px;
}
#main h5{
	color: #666;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 0;
	text-align: left;
}
#main blockquote {
	margin: 10px 30px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
#main h5 a,
#main p a {
	color: #1e8eb6;
	text-decoration: underline;
}
#main h5 a:hover,
#main p a:hover {
	color: #4CEDAC;
	text-decoration: underline;
}
#main ul,
li,
ol
 {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin: 10px;
}


/* -----------------------------------------------
	Side-bar Styles 
	----------------------------------------------*/
#sidebar h1 { 
	color: #1d5f8f;
	margin-top: 20px;
	margin-bottom: 20px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#sidebar p {
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	//margin-top: 10px;
}
#sidebar p a{ 
	color: #1e8eb6;
	text-decoration: underline;
}
#sidebar p a:hover{ 
	color: #4CEDAC;
	text-decoration: underline;
}
#sidebar a.sidebar-button {
	background: #0eb7d8;
	color: #fff;
	border: 2px solid #4fcbe7;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	-webkit-border-radius:8px;
	cursor:hand;
	font-size: 15px !important;
}
#sidebar a.sidebar-button:hover {
	color: #fff;
	text-decoration: none;
	background: #547B73;
}
#slideshow01 li  {
	list-style: url(none) none;
}

/* -----------------------------------------------
	Footer Styles 
	----------------------------------------------*/	
footer h1 { color: #fff; font: bold 14px Arial, Helvetica, sans-serif; 	
}
footer p { color: #fff; font-size: 11px; margin-top: 10px; line-height: 16px; text-align: left;}
footer a { text-decoration: none; color: #fff; border: none;}
footer a:hover { color: #f3832d; text-decoration: none; border: none;}
footer a:visited {color: #000; text-decoration:none; border: none;}
footer #footer-content #left .column ul li a {
	font-size: 12px;
	color: #fff;
	text-align:left !important;
	text-decoration: none;
}
footer #footer-content #left .column ul li {
	border-bottom: #eeeeee 1px solid;
	list-style-type:none !important;
}


/* -----------------------------------------------
	Form Styles 
	----------------------------------------------*/
a.pdf {
	background: url(../images/icons/acrobaticon.gif) no-repeat;
	padding-left: 25px;
}
#eoi .subbtn { 
	background: #1d5f8f; 
	color: #FFF; 
	border: 1px solid #fff; 
	cursor:hand; 
	font-size: 13px; 
	font-weight: bold;
	padding: 2px 5px; 
	margin: 10px 5px; 
}
#eoi  { 
	font-size: 13px;
	line-height: 18px;
	width:280px; 
	padding: 2px 0px 10px !important; 
	margin: 0 !important; 
	background: #4cedac ; 
}
#eoi h2 {
	color: #555555;
	font: Arial, Helvetica, sans-serif 22px bold;
	padding-left:10px;
}
#eoi input[type="text"],
#eoi select {
	color: #213672;	
	background: #a3beb1; 
	border: #4a6858 solid 1px;
	font-size:13px;
	width: 165px;
	margin: 2px;
}
#eoi label {
	color: #555555;	
	font-size:13px;
	margin-top:3px;
}


/* -----------------------------------------------
	Button Styles 
	----------------------------------------------*/
.button {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
border: 3px solid #02472C;
clear: both;
color: #fff !important;
display: block;
font-weight: bold;
font-size: 15px !important;
height: auto;
margin: 10px 0 !important;
padding: 15px 30px;
text-align: left!important;
text-decoration: none !important;
width: 200px;
background-color: #096943;
}
.button:hover {
	border: 3px solid #8DFDD0;
	text-decoration: none;
	background-color: #4CEDAC;
}
	
	
/* -----------------------------------------------
	Table Styles 
	----------------------------------------------*/
#main table {
	border-collapse: inherit;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
#main table td,
#main table tbody td {
	border: none;
	color: #333;
	padding: 5px;
}
#main table td p,
#main table tbody td p{
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
#main table th,
#main table thead td {
	background: #23357f;
	border: 1px solid #23357f;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 8px 5px;
	text-align: center;
}
#main table th p,
#main table thead td p{ 
	color: #fff; 
	font-size: 13px;
	line-height: 18px; 
	font-weight: bold;
	text-align: center;
}


.imagetable {
	color: #333;
	margin:20px 0;
	border-collapse: collapse;
	border: 0px solid #fff !important;
}
.imagetable td, .imagetable th {
	padding: 2px;
	color: #333;
	border: 0px solid #fff !important;
}


/* Accommodation page Styles */
ul.jumplist{
	background: #CEE3E8;
	float: left;
	height: auto;
	list-style-type: none;
	margin: 10px 5px;
	padding: 5px 10px;
	width: 300px;
}
ul.jumplist li{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
ul.jumplist li a {
	text-decoration: none;
	color: #333;
}
table.accom td, 
table.accom th, 
table.accom th p {
	text-align: center;
}
table.accom td.image {
	background: #CCC;
}
table.accom td.image img {
	margin: 10px auto;
}
.textbox { 
	-webkit-box-shadow: 0px 0px 11px #333;
	-moz-box-shadow: 0px 0px 11px #333;
	background: #CEE3E8; 
	box-shadow: 0px 0px 11px #333; 
	clear:both;
	padding: 10px 15px;
	margin: 15px 5px;
}
.notes { 
	-webkit-box-shadow: 0px 0px 11px #333;
	-moz-box-shadow: 0px 0px 11px #333;
	background: #CEE3E8 url(../images/icons/info.png) no-repeat 10px 10px; 
	box-shadow: 0px 0px 11px #333; 
	clear:both;
	margin: 15px 5px;
	padding: 10px 10px 10px 50px; 
}


/* Custom Styles */
a.pdf,
a.pdf:visited {
	background: url(../images/icons/acrobaticon.gif) no-repeat;
	color: #333;
	padding-left: 25px;
}
.arinex {
	color: rgb(241, 95, 124);
	font-weight: bold;
}
.more-link{
	float: right;
	font-size: 11px;
	margin-right: 15px;
	margin-top: 5px;
	text-align: right;
}
.alignleft{
	float:left;
	margin: 5px;
}
.alignright{
	float:right;
	margin:5px;
}
