/*Design, Graphics and Source Code Copyright (C) 2004, 
Nadia Perre - PerreLink Design  http://www.perrelink.com.au
All rights reserved.*/
  
  
    body {
	background-color: White;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

p, div, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #555555;	
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	text-decoration:  none;
	background-color: transparent;
	color: #E0A638;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #E0A638;
	font-size: 15px;	
}

h2 {
	color: #555555;
	font-size: 15px;	
}

h3 {
	color: #4B5567;
	font-size: 13px;	
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
}

li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
	font-weight: bold;
}

/*header*/
#Header {
background-color: #DA920C; /* background color to blend in with header graphic */
	border: none;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 200px;
	}
#Header img {
display: inline;
}

/*navigation styling */
#navBar {
	padding: 4px 0px 4px 4px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	background-color: #DA920C;
	color: #FFFFFF;
	background-image: url(images/navBack.jpg);
height: 25px;	
	width: 776px;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#navBar a:link, #navBar a:visited {
color: #333333;
text-decoration: none; 
}

#navBar a:hover {
color: #FFFFFF;
background-color: #000000;
background-color: transparent;
}

#navBar a:active {
color: #FFFFFF;
}
/*End NavBar styles */

/* Begin content area */

#contentMain {
	margin: 0px;
	padding: 20px 15px 10px 5px;
	border: none;
	background-color: transparent;
	margin-left: 50px;
	width: 650px;
	background-color: #ffffff;
	background-image: url(images/cdfani_back.gif);
	background-attachment: fixed;
	background-position: bottom right;  
	background-repeat: no-repeat;
	line-height: 1.5em;
}

/* End content area */
/*Styles for Footer */
#footer {
margin: 0px 0px;
background-color: #A7ADBE;
padding: 4px 0px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: center;
width: 779px;
height: 25px;
background-image: url(images/navBack.jpg);
color: #555555;
	
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	background-color: transparent;
}

#footer a:active {
	color: #555555;
	text-decoration: none;
}
/* clears the  divs */
#clearer {
clear:both;
line-height: 1px;
/*margin-top:-1px;*/
}
.clearer {
clear:both;
line-height: 1px;
/*margin-top:-1px;*/
}

/* used to float any images in content area right or left */
.floatRight {
	float: right;
	padding: 6px 4px 4px 6px;
}

.floatLeft {
	float: left;
	padding: 6px;
}

/* the boxed quote */
.pullquote {	
float:left;
width:25%;
padding:4px;
border:1px solid black;
font-size:1.5em;
line-height:1.2em;
margin-top:15px;
margin-left:10px;
margin-bottom:15px;
margin-right:15px;
background-color: #FAFAD2;
font-weight:bold;
color: White;
background-image: url(images/pullquote.gif);
background-repeat: repeat-x;
}

.pullquote2 {	
float:left;
width:25%;
padding:4px;
border:1px solid black;
font-size:.9em;
line-height:1.5em;
margin-top:15px;
margin-left:10px;
margin-bottom:15px;
margin-right:15px;
background-color: #FAFAD2;
font-weight:bold;
color: White;
background-image: url(images/pullquote.gif);
background-repeat: repeat-x;
}


/*styles for the contact form*/
form { margin: 2px 10px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
color : #7D7D7D;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
margin-top: 25px;
}
/*styles the 'contact form text' text at top of contact form*/
legend {
color: #E0A638;
font:  bold 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 8px;  /*gives a bit of padding between the border and the text*/
margin: 6px;
}
/*styles the comments box*/
textarea {
background: url(images/form_back.gif) repeat-y;
	border: 1px solid #000;
}
/*styles the input fields*/
input {
	background: url(images/form_back.gif) repeat-y;
	border: 1px solid #000;
}