/*
Design by 6th Dimension
http://www.sixd.com.au
Ver 1
May 2009
*/

* {
	margin: 0;
	padding: 0;
}
/* -------in typography.css----------
body {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#000000;
}

h1, h2, h3 {
	color:#000000;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 1em;
}

-------------in typography.css-------- */

blockquote {
	padding-left: 3em;
	background: url(./images/img08.gif) no-repeat;
	font-style: italic;
	width:465px;
}
dl { border: 1px solid #006699; background:#E8F5FF; padding:10px;}
.f_label{
		display:block;
		text-align:left;
		width:120px;
		float:left;
	}
.f_field{
		display:block;
		text-align:left;
		width:220px;
		float:left;
	}
/*
#page a:link {
	color: #1953A7;
}

#page a:active {
	color: #ED5C0C;
}

#page a:visited {
	color: #666666;
}

#page a:hover {
	text-decoration: none;
	color: #1951a6;
}*/

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */


#menu {
	width: 755px;
	height: 50px;
	margin: 5px auto;
	/*background:#6484c1;
	border-top: 1px solid #EDEBD5;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*width: 160px;
	height: 45px;*/
	padding: 10px 13px;
	border-left: 1px solid #EDEBD5;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	/*color: #efefef;*/
	color: #ffffff;
	background:#6484c1;
	/*background: #3a91c8;*/
}

#menu a:hover {
	background: #F7F7F4;
	color:#666666;
}



/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	background: url(./images/header_background.jpg) no-repeat right;
}

#header h1 {
	float: left;
	width: 564px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(./images/eapaa_new_name_logo.gif) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	/*background: url(http://www.eapaa.org.au/images/img03.jpg) no-repeat;*/
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
	background:#FFFFFF;
}

.post hr{border-bottom: 1px solid #edab40;}

.hr {
	border-bottom: 1px solid #edab40;
}
.bgWhite {
	background:#FFFFFF;
}
.columnList ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.columnList li{
	display:inline;
	float:left;
	width:200px;
	height:100px;

}

.fee {
	float:right;
	margin:0px;
	color:#FF6600;
}

.boxList{color:#333333; }
.boxList li{ display:block; height:auto;}
.boxList a{ padding-left:20px; background:url(./images/box_bullet.gif) 0px 10px no-repeat; display:block; border-bottom:#1953A7 solid 1px; margin-left:10px; text-decoration:none;}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
	text-align:left;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 125%;
	color: #000;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #000000;
}

/*#sidebar .boxList a{ border-bottom:#ffffff solid 1px; margin-left:0px;}*/

.bluebox {
	/*background: #e5c178 url(images/img05.gif) repeat-y;*/
	background:#f1a615;
}

.bluebox h2 {
	background: url(./images/img06.gif) repeat-y;
}
#promo { padding:15px; color:#000000; text-align:center;}
#promo img { margin:2px auto;}
.date { color:#000; font-size:95%;}
#promo a.button { 
	display:inline;  
	padding:5px; 
	margin:5px auto; 
	background:#194a9d; 
	border:#FFFFFF 3px solid; 
	text-decoration:none; 
	color:#FFFFFF;
	}
#promo a.button:hover { background:#EDEBD5; color:#000000;}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding: 25px 0;
	background: #f1a615 url(./images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
/******************************Providers accordion styles**************************/
.providers_head {
	padding: 5px 25px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #ffffff url(./images/box_bullet.gif) center left no-repeat;
	border-bottom:#0033CC 1px solid;
}

.slider_body {
	display:none;
	background:#FFFFFF;
}

/********************* form styles ******************/

.formBlockSurveyWrapper { margin:10px 0px;}
.formBlockSurveyWrapper label { margin-bottom:5px;}
.formBlockSurveyWrapper .pair { padding:5px;}
.formBlockSurveyWrapper .pair .question { width:300px; text-align:right; font-size:110%; font-weight:bold;}
.formBlockSurveyWrapper .pair .feild {}
.formBlockButtons {}
.formBlockSurveyWrapper .radioPair{ margin:5px 0px 2px 25px;}





