/*************** 

caboolture_main.css

by Vanja Canzek.com
27 November 2008

document colours: 

background #f9f1df
body #F5F4EE
table bg #FAF6ED
top #fcf8ef
red #6b1b1f
powder blue #7aa3c2

1. main 
2. links
3. footer
*****************/

/*************** 
1. main 
*****************/
* {
  	margin: 0px;
  	padding: 0px;
    } 
    
body {
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #F5F4EE url(images/bg.gif) repeat-x top;
	font:400 11px/16px Arial, Helvetica, sans-serif; 
	color: #666; 
	margin:0
}
h1 {
    color: #000000;
	font-size: 240%;
	font-family:georgia, verdana, arial, sans-serif;
	text-align:right;
	vertical-align:middle;
	font-weight:100
    }
h2 {
    color: #7aa3c2;
	font-size: 160%;
	font-family:georgia, verdana, arial, sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height:1.5
    }
h3 {
	font: 400 16px/16px Georgia, "Times New Roman", Times, serif; 
	color: #666666;
	}
.topborder {
	border-bottom: 1px solid #FFFFFF}
.logoborder{
	background: #fcf8ef; 
	border: 1px solid #A8A397; 
	padding:0
}
.rightborder{
	background: inherit; 
	border-right: 1px dotted #A8A397;
}
.bottomborder{
	background: inherit; 
	border-bottom: 1px dotted #A8A397;
}
.mainmenu {
	background: url(images/menu_bg.jpg)  repeat-x; 
	padding: 8px 0px 8px 0px; 
	text-align:left; 
	font: 120% Trebuchet MS, georgia, times new roman, serif; 
	color: #FFFFFF;
	border: 1px solid #A8A397; 
}
.menupic{
	border-left:1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #A8A397
}
.content {
	padding:0; 
	background:#FAF6ED;
	border:1px solid #A8A397; 
	font:400 12px/18px Arial, Helvetica, sans-serif; 
	color: #666;}
.hometitle {
	font:400 26px/26px Georgia, "Times New Roman", Times, serif; 
	color: #162340; 
	text-align:left;
	padding:0; 
	margin:0; 
	border-bottom:none
}
ul.square {
list-style-type: square
}
.padd {
padding-left:5px
}
.black {
color:#000000;
font-weight:200
}
/*************** 
2. links
*****************/
a, 
a.red:link {color:#6b1b1f; text-decoration:underline}
a.red:visited {color: #6b1b1f; text-decoration: underline}
a.red:hover {color: #000000; text-decoration: underline}

a.white:link {color: #FFFFFF; text-decoration: none}
a.white:visited {color: #FFFFFF; text-decoration: none}
a.white:hover {color: #FFFFFF; text-decoration: underline}

a.blue:link {color: #1870ba; text-decoration: underline}
a.blue:visited {color: #1870ba; text-decoration: underline}
a.blue:hover {color: #000000; text-decoration: underline}

a.black:link {color: #000000; text-decoration: none}
a.black:visited {color: #000000; text-decoration: none}
a.black:hover {color: #6b1b1f; text-decoration: underline}

a.footer:link {color: #666666; text-decoration: underline}
a.footer:visited {color: #666666; text-decoration: underline}
a.footer:hover {color: #000000; text-decoration: underline}

a.tsc:link {color: #b8b8b8; text-decoration: underline}
a.tsc:visited {color: #b8b8b8; text-decoration: underline}
a.tsc:hover {color: #000000; text-decoration: underline}


/*************** 
3.  footer
*****************/

td.footer {
	background:inherit;
    clear: both;
    color: #666666;
    font-size: 100%;
	text-align:right
    }	
td.link {
	background:inherit;
    clear: both;
    color: #b8b8b8;
    font-size: 100%;
	text-align:right
    }	

