@charset "utf-8";
/* CSS Document - http://www.cacouselling.com.au 
Adalante Consulting - info@adalante.com.au */
body {
	background-color: #333333;
	/*background-image: url(images/background.jpg);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
p {
	margin-left: 30px;
	margin-right: 30px;
	color: #333333;
}
h1 {
	margin-left: 25px;
	margin-right: 25px;
	color: #EB1E2F;
	font-size: 1.8em;

}

h2 {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.4em;
	color: #666666;

}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #E61D2F;
	margin-left: 25px;
	margin-right: 25px;
}
hr {
	margin-left: 30px;
	margin-right: 30px;
	color:#B52C2D;
}
table p {
margin-top: 0px;
}

#header {
	position: relative;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	background-color:#transparent;
	background-image: url(images/header.jpg);
	}

#wrapper {
	position: relative;
	top: 0px;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FF0000;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat;
	}

#navigation {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	clear: both;	
}
#navigation ul {
	list-style: none;
    margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 150px;
	background-image: url(images/button_normal.jpg);
	line-height: 26px;
	left: 0;
	margin: 0px;
	font-weight: normal;
	border-bottom: dotted 1px #777;
	vertical-align: top; /*Removes unwanted margin in IE*/
	list-style: none;
	font-size: 14px;
	color: #E5222A;
}	
#navigation a:link, #navigation a:visited {
	display: block;
	height:30px;
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	display: block;
	/*background-image: url(images/button_hover.jpg);*/
	height:30px;
	padding-left: 10px;
	background-color: #AAAAAA;
	color: #EB2131;
	font-weight: bold;
}
#navigation strong {
	font-weight: bold;
	color: #EB2131;
}	
#content {
	position: relative;
	width: 650px;
	top: 0px;
	background-color: #FFFFFF;
	float: right;
	
	}
#content li {
	margin-left:30px;
	margin-right:30px;
	color: #333333;
}
#banner_holder {
	position: relative;
	margin: 15px;
	padding: 9px;
	border: solid 1px #CCCCCC;
}
.photo_holder {
	float: right;
	position: relative;
	margin: 15px;
	padding: 9px;
	border: solid 1px #CCCCCC;
}
}
fieldset {
	width: 550px;
	margin-left: 30px;
	background-color: #CCCCCC;
}
legend
{
	margin-left: 1em;
	padding: 5px;
	color: #123A68;
	font-weight: bold;
}
label
{
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	color: #123A68;
}

input.text {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 390px;
	margin-left: 3px;
}

input.text_short {
        
		
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #00008B;
        width: 55px;
		margin-left: 3px;
}
input.text_med {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #00008B;
        width: 150px;
		margin-left: 3px;
}
input.text_int {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #00008B;
        width: 190px;
		margin-left: 3px;
}
textarea: {
	border: 1px solid #00008B;
	} 
input.btn {
	width: 75px;
	margin-left:9em;
}
input.btn1 {
	width: 75px;
}
textarea: {
	color: #123A68;
	margin-left: 3px;
}
#footer {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-color: transparent;
	background-image: url(images/footer.jpg);
	clear: both;	
}
#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}	

.smalltext {
	margin: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}	
.blue_text {
	color:#123A68;
	font-weight: bold;
}
.red_text {
	color:#F7112B;
	font-weight: bold;
}
.special {
	width:5px;
	height: 0px;
	visibility:hidden;
}
.text {
	 background-color: #A6BDD9;
        border: 1px solid #00008B;
        width: 250px;
}
.right {
	text-align: right;
}
.m20 {
	margin-left: 20px;
}
.ul95 {
	/*margin-left: 0px;*/
	
	width: 100%;
}	
.fineprint {
	font-size:10px;
	color: #EB2131;
	font-style: normal;
}
.style1 {
	font-size: 9px;
	font-style: normal;
}
.style2 {
	color: #666666;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-style: italic;
	color: #666666;
}	

