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

Title : Twelve Apostles Motel & Country Retreat
URL : http://www.twelveapostles.com.au

Author : Melbourne IT
Author URL : http://www.melbourneit.com.au

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

/*
-----------------------------------------------------------------------------
Global Styles
-----------------------------------------------------------------------------*/


html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical; }

body 
{
	background-image: url(/persistent/templateimages/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #0354a2;
}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #0354a2;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0;
	color: #0354a2;
	}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	}

p, li, table {
	font: 12px Arial, Helvetica, sans-serif;
	color: #191919;
	margin: 0;
	padding: 0;
	}
	
p {
	margin-bottom: 10px;
	}
	

li {
	padding-bottom: 10px;
	}
	
a {
	color: #666666;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/*
-----------------------------------------------------------------------------
Template Styles
-----------------------------------------------------------------------------*/

#logo
{
	margin-left:auto;
	margin-right:auto;
}
#container
{
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
background-color: #036;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
line-height: 18px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { background-color: #369; }
#content
{
	width: 700px;
	height: 516px;
	background-color:#FFFFFF;
	border: 25px solid #edeaea;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(/persistent/templateimages/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#footer
{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	padding-top: 10px;
	}
	
