/**
 * This CSS file was created by Bam Creative
 * http://www.bam.com.au    bam@bam.com.au
 */

/********************************/
/* 			GENERAL				*/
/********************************/



body {
	background-color: #FFFFFF; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
}
body,td,th,p{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: helvetica neue, arial, verdana;
	font-size: 2.4em;
	color: #929292;
	font-weight: normal;
}

h2 {
	font-family: helvetica neue, arial, verdana;
	font-size: 1.9em;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-family: helvetica neue, arial, verdana;
	font-size: 1.6em;
	color: #929292;
	font-weight: normal;
}

p {
	text-align: left;
}

hr {
	border-top: 1px dashed #B6B6B6;
}

a:link {
	color: #2754A0;
	text-decoration: none;
}

a:visited {
	color: #2754A0;
	text-decoration: none;
}

a:hover {
	color: #708dbd;
	text-decoration: none;
}




/********************************/
/*		General DIV classes		*/
/********************************/

.clearing{
clear: both;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
}

#login,#login p{
font-size: 10px;
font-weight: bold;
padding: 5px;
}
#login input{
font-size: 10px;
}
.error{
color: #f00;
}

/********************************/
/*		Specific DIV classes	*/
/********************************/
#header{
background-color: #f84f14;
background: url('../art/header-bg.gif');
height: 138px;
}
#logo_top{
float: left;
height: 138px;
}
#dots{
background: url('../art/dots.gif') top right;
background-repeat: no-repeat;
height:105px;
}
#menu{
/*float:left;*/
margin-left: 180px;
background-color: #00357c;
height: 25px;
width: 600px;
padding-top: 8px;
padding-bottom: 0px;
}
#big{
background: url('../art/watermark.gif') bottom left;
background-repeat: no-repeat;
clear: both;
}
#sidebar{
clear: left;
background: url('../art/logo_low.gif') top left;
background-repeat: no-repeat;
width: 160px;
border-right: 1px dashed #ccc;
float: left;
padding-top: 30px;
}
#main{
margin-left: 180px;
padding:10px;
width: 570px;
}
#footer{
text-align: center;
font-weight: bold;
margin-top: 20px;
font-size: 11px;
clear: both;
}


/********************************/
/* 			MENU				*/
/********************************/

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

}

#menu li {
	display: inline;
	padding-left: 10px;
}

#menu li a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:visited {
	color: #FFFFFF;
	font-weight: bold;	
}

#menu li a:hover {
	color: #708dbd;
	text-decoration: underline;
}




/********************************/
/* 			breadcrumbs			*/
/********************************/
#breadcrumbs{
	margin-bottom: 15px;
}
#breadcrumbs ul{
	margin:0;
	padding:0;
}
#breadcrumbs ul li{
	display: inline;
}



/********************************/
/* 			content				*/
/********************************/

.content {
	float: left;
}
.contentImg {
	border: 1px solid #666666;
	float: right;
	padding: 0px;
	margin: 10px;
}

#pagecontent img{
margin-left: 5px;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
}


#pagecontent blockquote{
text-align: center;
border: 1px dashed #000;
padding: 5px;
background-color: #eee;
font-size: 10px;
}