/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	/*background-color: #292e33;*/
	margin: 0px;
	padding: 0px;
}



/*href links*/
a:link, a:visited {
color:#999999;
}


/*Header*/ 
.top {
width:100%;
background-image:url(http://www.aussieislandonline.com/images/header_slice.jpg);
background-repeat:repeat-x;
float:left;
/*background-color:#939faf;*/
margin: 0px;
padding: 0px;
height:383px;
}

/*Interior Header*/ 
.int-top {
width:100%;
background-image:url(http://www.aussieislandonline.com/images/int_header_slice.jpg);
background-repeat:repeat-x;
float:left;
/*background-color:#939faf;*/
margin: 0px;
padding: 0px;
height:153px;
}

/*Interior Header*/ 
.int-header {
width:950px;
background-image:url(http://www.aussieislandonline.com/images/int_header.jpg);
margin: 0px auto;
padding: 0px;
height:153px;
}



/*Controls the interior content width - reusable*/
.int {
width:950px;
margin:0px auto;
padding:0px;
}

/*use this for a clickable logo*/
.logo {
width:300px;
background-image:url(http://www.aussieislandonline.com/images/logo.jpg);
background-repeat:no-repeat;
height:149px;
float:left;
margin: 0px;
padding: 0px;
}


/*main content area*/
.main {

width:100%;
float:left;
background-image:url(http://www.aussieislandonline.com/images/mainbck.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
padding-top:0px;
line-height:20px;
}

/*-------------------------------------------------------------------------------------Main Content CSS*/
.content{
	
	float:left; 
	width:720px;
	padding-top:10px;
}

.content a{
	
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.content a:hover{
	color:#999999;
}


/*-------------------------------------------------------------------------------------Right Column CSS*/
.right-strip{
	
	float:right; 
	width:225px; 
	margin-right:0px; 
	background-image:url(http://www.aussieislandonline.com/images/right_slice.gif);
	
}

.right-strip-content{
	
	padding:10px 15px 10px 15px;
}

div.right-strip-content .left{
	
	float:left;
	padding-bottom:5px;
	padding-left:5px;	
}

/*-----------------------------------------------------------------------------------Footer CSS*/
.footer {
width:100%;
padding-top:25px;
padding-bottom:10px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: 5px;
color: #666666;
}

#navcontainer ul li a:hover
{
color:#000000;
}
/*end footer css*/


/*begin 'other links' in right side strip css*/

#otherlinks ul
{
margin: 0;
padding: 0;
list-style-type: none;
margin-top:10px;
}

#otherlinks ul li a
{
text-decoration: none;

color:#FFFFFF;
}

#otherlinks li{
	
	list-style-image:url(http://www.aussieislandonline.com/images/arrow.gif);
	margin-left:15px;
}

#otherlinks ul li a:hover
{
color:#999999;
}

/*end other links css*/

div.clear{
	
	clear:both;
}


div.left-column{
	
	float:left; 
	width:250px;
}


div.right-column{
	
	float:right; 
	width:250px;
}

.left-column a, .right-column a{
	
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.left-column a:hover, .right-column a:hover{
	text-decoration:underline;
}





hr {
	height:1px; 
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#CCCCCC;
}

td.side-bottom-border{
	
	border-right:thin #CCCCCC solid;
	border-bottom:thin #CCCCCC solid;
}

td.bottom-border{
	
	border-bottom:thin #CCCCCC solid;
}

h3{
	
	border-bottom:thin #CCCCCC dotted;
	color:#ff4ea3;
}

td.white{
	background-color:#FFFFFF;
}

/*-----------------------------------------------------------------------------------Admin CSS*/

/*Interior Header*/ 
.admin-header {
width:950px;
background-image:url(http://www.aussieislandonline.com/images/admin_header.jpg);
margin: 0px auto;
padding: 0px;
height:153px;
}

.admin-content{
	
	float:left; 
	width:100%;
	padding-top:0px;
}
