html, body {
	margin: 0;
	padding: 0;
	/*background: url(../images/body_bground_01_rpt.jpg) repeat-x 50% 20px;*/
	font: normal .84em/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}

/******** Generic Structural Styles ********/

#outer {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

.print_display {
	display: none;
}

#header { /* Contains global nav links, masthead and utilities */
	width: 990px;
	height: 143px;
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content {
	width: 990px;
	padding: 0 0 2em 0;
	background: url(../images/3_content_bground_rpt.jpg) repeat-y 0 0; /* repeats dots and shadow to bottom of the page */
}

#left { /* Contains main nav and A-Z */
	float: left;
	width: 174px;
	padding: 0 11px 0 23px;
	background: url(../images/left_bground.jpg) no-repeat 0 0; /* left fade-in graphic */
}

#right { /* Contains tools, main content area and portals */
	float: left;
	width: 782px;
	background: url(../images/right_bground.jpg) no-repeat 100% 0; /* right fade-in graphic + circle pattern */
}

#tools { /* Contains breadcrumbs, agline phone number, print and text size buttons */
	width: 746px;
	height: 42px;
	padding: 0 23px 0 13px;
	/*background: url(../images/tools_bground.jpg) no-repeat 0 0;*/
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#main { /* Contains centre content */
	float: left;
	width: 525px;
	padding: 5px 20px 0 13px;
	font: normal 1.05em/1.6em Arial, Helvetica, sans-serif;
}

#portals { /* Contains right column content */
	float: left;
	width: 193px;
	padding: 15px 23px 0 8px;
	margin: 0;
}

#footer {
	width: 990px;
	height: 120px;
	padding-top: 1em;
        padding-bottom: 1em;
	color: #FFF;
	background: url(../images/3_footer_bground.jpg) no-repeat 100% 0;
}

.dots{ 
	height:15px;
	width: 729px;
	background: url(../images/dots_bground_rpt.gif) no-repeat 0 0;
}

/******** Homepage Styles ********/

#hm #content {
	background: url(../images/hm_content_bground_rpt.jpg) repeat-y 0 0;
}

#hm #left { 
	width: 191px;
}

#hm #right {
	width: 765px;
}

#hm #tools { 
	width: 729px;
	/*background: url(../images/hm_tools_bground.jpg) no-repeat 0 0;*/
}


#hm #main { 
	width: 466px;
	padding: 0 13px;
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
}

#hm #portals { 
	width: 239px;
	padding: 0 23px 0 11px;
}

#hm #footer {
	background: url(../images/hm_footer_bground.jpg) no-repeat 100% 0;
}

#hm p {
	margin: 0 0 0.5em 0;
}

/******** 2 Column Styles ********/

#col_2 #content {
	background: url(../images/2_content_bground_rpt.jpg) repeat-y 0 0;
}

#col_2 #main {
	width: 739px;
}

#col_2 #portals { /* Hides portal div */
	display: none; /*RD: be certain its hidden... */
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
}

#col_2 #footer {
	background: url(../images/2_footer_bground.jpg) no-repeat 100% 0;
}

/******** 3 Column Styles ********/ /* Note: 3 column is the default if there is no body ID */

#col_3 #content {
	background: url(../images/3_content_bground_rpt.jpg) repeat-y 0 0;
}

#col_3 #portals {
	float: left;
	width: 193px;
	padding: 15px 23px 0 8px;
	margin: 0;
}

/******** Generic Styles ********/

.clear {
	clear: both;
	height: 1px;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

h2 span, /*a span,*/ .nodisplay { /* Hides content but displays when css turned off for screen readers etc */
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
}

/* Link styles */

a {
	text-decoration: none;
	color: #0b6c2f;
}

#main a {
		font-weight: bold;	
	}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.active {
	font-weight: bold;
	color: FFF;
}

/* Heading Styles */

h1 {
	color: #6e3c21;
	font: normal 2.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h2 {
	color: #00471c;
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h3 {
	color: #333;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
}
form h3 {
	background: #acd6aa;
	padding: 0.2em 0 0.2em 0.5em;
	margin: 0 0 0.5em 0;
}

hr {
	height: 1px;
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #acd6aa;
	background-color: #acd6aa;
	border: none;
}

form hr {
	height: 10px;
	margin: 0;
	padding: 0;
	color: #acd6aa;
	background-color: #acd6aa;
	border: none;
}

/* Form Styles */

form {
	margin: 0;
	padding: 0;
}

form ol {
  margin: 0 0 2em 0;
  padding: 0;
}
form li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 4em; /* value dependant on form */
	padding-right: 0.5em;
}

form label.block { /* Style for labels that need to be on a separate line */
	display: block;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 12em; /* value dependant on form */
}

form label.long { /* Style for labels that need to be long */
	width: 12em; /* value dependant on form */
}

form input, form select, form textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

form fieldset { /* fieldset used for radio and checkboxes */
	padding: 0;
	margin: 0;
	border: none;
}

form legend { 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

form fieldset label {
	font-weight: normal;
	width: 4em; /* value dependant on form */
}

form fieldset.checkbox label { /* used so checkboxes can sit vertically */
	display: block;
	width: 11em; /* value dependant on form */
	text-align: left;
}

form .submit {
	display: block;
	float: left;
	border: 0;
	background: url(../images/btn_submit.gif) no-repeat 0 0;
	width: 56px;
	height: 20px;
	padding: 20px 0 0 0;
	cursor: pointer;
}
form .go {
	display: block;
	float: left;
	border: 0;
	background: url(../images/go_btn.gif) no-repeat 0 0;
	width: 30px;
	height: 20px;
	padding: 20px 0 0 0;
	cursor: pointer;
}
form .search {
	display: block;
	float: left;
	border: 0;
	background: url(../images/btn_search.gif) no-repeat 0 0;
	width: 58px;
	height: 20px;
	padding: 20px 0 0 0;
	cursor: pointer;
}
form .reset {
	display: block;
	float: left;
	border: 0;
	background: url(../images/btn_reset.gif) no-repeat 0 0;
	width: 47px;
	height: 20px;
	padding: 20px 0 0 0;
	cursor: pointer;
}

/* List Styles */

ul {
	padding-left: 1.2em;
	margin-top: 0;
}

ul.linklist {
	list-style: circle url(../images/link_bullet.gif) outside;
}
ul.linklist ul {
	list-style: circle url(../images/link_bullet_sub.gif) outside;
}

ul.list {list-style: circle url(../images/nonlink_bullet.gif) outside;
	
}
ul.list ul {
	list-style: circle url(../images/nonlink_bullet_sub.gif) outside;

}

ul.linklist li, ul.list li {
	line-height: 2em;
}
ul.linklist li ul li, ul.list li ul li {
	line-height: 1.7em;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* Table Styles */

table {
	/*border-collapse: collapse;*/
	/*width: 100%;/*
	/* Breaks tables. Luke Osborne.*/
}


/*table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	border-bottom: 1px solid #acd6aa;
	border-top: 1px solid #acd6aa;
	background: #d0e8cf;
}*/

/*table td {
	padding: 0.5em;
	border-bottom: 1px solid #acd6aa;
}*/

/*table tr.dk {
	background: #eaf4e9;
}*/

table tr:hover {
	/*background: #d0e8cf;*/ 
	/* Breaks Netcat toolsbars, events, Contact Us. Luke Osborne */
}


/******** Header Styles ********/

#navglobal {
	width: 930px;
	height: 28px;
	padding: 0 30px;
	background: url(../images/navglobal_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #FFF;
}

#navglobal p {
	float: left;
	font-weight: bold;
	color: #56a674;
	margin: 0.6em 0.2em 0 0;
	line-height: 1.2em;
}

#navglobal ul.skip {
	float: left;
	margin: 0.6em 2em 0 0;
}

#navglobal ul.skip li {
	display: inline;
}

#navglobal ul.skip li a {
	float: left;
	color: #56a674;
	line-height: 1.2em;
	padding: 0 0.5em;
}


#navglobal ul.global {
	float: right;
	margin: 0.6em 0 0 0;
}

#navglobal ul.global li {
	display: inline;
}

#navglobal ul.global li a {
	float: left;
	color: #b3d3c8;
	border-right: 1px solid #b3d3c8;
	line-height: 1.2em;
	padding: 0 0.5em;
}

#navglobal ul.global li a.last {
	border: none;
	padding-right: 0;
}

#masthead {
	width: 990px;
	height: 80px;
	background: url(../images/masthead_01.jpg) no-repeat 0 0;
}

#masthead h1 {
	margin: 0;
	padding: 0;
}

#masthead a {
	display: block;
	width: 379px;
	height: 80px;
	background: url(../images/dafwa_logo.jpg) no-repeat 0 0;
}

#utilities {
	width: 944px;
	height: 33px;
	padding: 0 20px;
	background: url(../images/utilities_bground.jpg) no-repeat 0 0;
	border-top: 1px solid #FFF;
}

#utilities ul {
	float: left;
	margin: 1em 0 0 0;
}

#utilities ul li {
	display: inline;
}

#utilities ul li a {
	color: #FFF;
	line-height: 14px;
	float: left;
	border-right: 1px solid #b3d3c8;
	padding: 0 0.5em;
}

#utilities ul li a.last {
	border: none;
	padding-right: 0;
}

#utilities .search {
	float: right;
	width: 475px;
	margin: 0.5em 0.5em 0 0;
}

#utilities .search form {
	float: left;
}

#utilities .search form label {
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	margin: 0.3em 0px 0 0;
	float: left;
	width: 64px;
}

#utilities .search form input.textbox {
	float: left;
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 17em;
}

#utilities .search form input.submit {
	display: block;
	float: left;
	border: 0;
	background: url(../images/go_btn.gif) no-repeat 0 0;
	width: 29px;
	height: 20px;
	padding: 20px 0 0 0;
	margin: 1px 0 0 5px;
    cursor: pointer;
}


#utilities .search form input.adv {
	display: block;
	float: left;
	border: 0;
	background: url(../images/icn_adv_search.gif) no-repeat 0 0;
	width: 29px;
	height: 20px;
	padding: 20px 0 0 0;
	margin: 1px 2px 0 2px;
	cursor: pointer;
}

#utilities .search p.wagov {
	font-size: 11px;
	float: right;
	font-weight: bold;
	text-align: right;
	margin: 0.3em 0 0 0;
	padding: 0;
	/*width: 130px;*/
}

#utilities .search p.wagov a {
	color: #FFF;
}

/******** Navigation Styles ********/

#navigation {
	margin: 1em 0 0 0;
	font: normal 1.15em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	display: block;
	padding: 0.6em 0 0.6em 0em;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
}
#navigation ul li a:hover {
	text-decoration: none;
	background: #def2dd;
}
/*#azindex {
	background: url(../images/a-z_bground.jpg) repeat-x 0 0;
	width: 154px;
	height: 7.5em;
	padding: 2em 10px 0 10px;
	line-height: 1.6em;
	font-size: 1.2em;
}*/

/*#azindex a {
	color: #333;
}
#azindex a:hover {
	background: #cacaca;	
}*/

/******** AtoZ ****************/

.azindex {
	background: url(../images/h2_azindex.gif) no-repeat 0 0;
	width: 84px;
	height: 12px;
	margin: 0 0 0.5em 8px;
	display:block;
}

/*p {
	font-size: 80%;
}*/
#azindex {
	background-repeat:no-repeat;
	background-repeat: repeat-x;
	background-position:bottom;
	/*float: left;
	margin: 5px 0 20px 0px;
	padding: 0px 5px 15px 4px;
	width: 149px;
	height: 163px;
	min-height: 163px;
	max-height: 163px;*/
	
}

#theindex {
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#theindex li {
	background-image:url(../images/util_atoz.jpg);
	float: left;
	height: 1.4em;
	list-style-type: none;
	/*margin: 0.0em 0.3em;
	*-margin: 0 0;
	padding: 0;
	width:1.4em;*/
	padding-right: 0.1em;	
}

#theindex a {outline: none;}

#theindex a:link, #theindex a:visited {
	
	/*background: #5f9d3c;*/
	color: #FFF;
	display: block;
	height: 1.4em;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 1.8em;
	border: 1px solid #5f9d3c;
	border-top: none;
	border-right: 1px solid white;
	
	
}
#theindex a:hover {
	background: #def2dd;
	text-decoration: underline;
	color: #3f6c20;
	border-right: #5f9d3c;
}

#theindex li:hover{
background-image:none;
}


/******** Tools Styles ********/



.breadcrumb {
	float: left;
	height: 23px;
	margin-left: 13px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 746px;
	line-height: 1em;
	background: #fff url(../images/dots_bground_rpt.gif) repeat-x 0px 24px;
}

.breadcrumb .current {
	font-weight: bold;
}

#hm .breadcrumb {
	display: none;
}

#tools .accessibility {
	float: right;
	width: 61px;
	margin: 8px 0 0 0;
	padding: 0;
}

#tools .accessibility ul li {
	display: inline;
}

#tools .accessibility ul li a {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 0 0 5px;
}

#tools .accessibility ul li a.print {
	background: url(../images/print_icon.gif) no-repeat 0 0;
	margin-left: 0;
}
#tools .accessibility ul li a.increase {
	background: url(../images/text_icon_inc.gif) no-repeat 0 0;
}
#tools .accessibility ul li a.decrease {
	background: url(../images/text_icon_dec.gif) no-repeat 0 0;
}
#tools .hotlines {
	padding-right:8px;
	padding-top: 8px;
	float: left;
	text-align: right;
	margin: 1px 0 0 0;
}


/******** Content Styles ********/

#main .elementheading {  /* for display only, not part of website */
	font-weight: bold;
	color: red;
}


#main .subcategory {
	border-top: 1px solid #acd6aa;
	border-bottom: 1px solid #acd6aa;
	background: #def2dd;
	padding: 1em;
	padding-bottom: 0;
	margin: 0 0 1.5em 0;
	width: 500px; /* IE fix. Luke Osborne. */
}

#main .cantfind {
	background: #dedede url(../images/questionmark_icon.gif) no-repeat 100% 0;
	height: 55px;
	margin: 0 0 1.5em 0;
	padding: 1.3em 0 0 1.5em;
}

/*Styles to retrofit existing content into new look*/
#main ul {
	list-style: disc url(../images/link_bullet.gif) outside;
	
}

#main .textSurround {
	background: #dedede url(../images/questionmark_icon.gif) no-repeat 100% 0;
	height: 55px;
	margin: 0 0 1.5em 0;
	padding: 1.3em 0 0 1.5em;
}

#main .textSurround ul {
	list-style: none outside none;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

#main .textSurround a{
	font-weight: bold;
}

#main .textSurround p{
	margin-bottom: 0px;
}

#main h5 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom:0;
	color: #6e3c21;
	font-weight: bold;
	font-size: 1em;
}


/******** Video Styles ********/



#videolist tr.spacer{
height: 10px;
background-color: #ffffff;
}

#videolist tr.spacer:hover{
background-color: #ffffff;
}

#videolist h3{
color: #000;
}

#videolist tr{
background-color: #e7f2e1;
}

#videolist tr:hover{
background-color: #90c7ab;
}

#videolist td{
padding-right:10px;
text-align: left;
}

#videolist a{
text-decoration:none;
}


/******** Footer Styles ********/


#footer a {
	color: #FFF;
}

#footer .wa_link {
	float: left;
	width: 202px;
	padding: 0 0 0 23px;
	font-weight: bold;
	font-size: 1.2em;
}

#footer #footer_content {
	float: left;
	width: 447px;
	padding: 0 2em;
	text-align: center;
}

#footer #footer_content ul {
	height: 15px;
	width: 250px;
	margin: 0 auto;
}

#footer #footer_content ul li {
	display: inline;
}

#footer #footer_content ul li a {
	color: #FFF;
	line-height: 14px;
	float: left;
	border-right: 1px solid #b3d3c8;
	padding: 0 0.5em;
}

#footer #footer_content ul li a.last {
	border: none;
	padding-right: 0;
}

#footer #footer_content p.copyright_statement {
	font-style: italic;
	clear: both;
	margin: 0.5em 0 0 0;
}

#footer #footer_content p.pdf_link {
	clear: both;
	margin: 1em 0 0 0;
	line-height: 1.4em;
}

#footer #footer_content p.pdf_link a {
	text-decoration: underline;
}

#footer #footer_content p.pdf_link a:hover {
	text-decoration: none;
}

/* Luke Osborne */

a[href$=".pdf"], a[href$=".PDF"]
{
background: url(/objtwr/imported_images/pdf.png) no-repeat right center;
padding-right: 1.6em;
display: inline-block;


}

a[href$=".doc"], a[href$=".DOC"], a[href$=".rtf"], a[href$=".RTF"]
{
background: url(/objtwr/imported_images/word.gif) no-repeat right center;
padding-right: 1.6em;
}

a[href$=".asc"], a[href$=".ASC"]
{
background: url(/objtwr/imported_images/asc.png) no-repeat right center;
padding-right: 1.6em;
}

a[href$=".txt"], a[href$=".TXT"]
{
background: url(/objtwr/imported_images/notepad.gif) no-repeat right center;
padding-right: 1.6em;
}

a[href$=".zip"], a[href$=".ZIP"]
{
background: url(/objtwr/imported_images/compress.png) no-repeat right center;
padding-right: 1.6em;
}

a[href$=".xls"], a[href$=".XLS"], a[href$=".csv"], a[href$=".CSV"]
{
background: url(/objtwr/imported_images/excel.png) no-repeat right center;
padding-right: 1.6em;
}

a[href$=".ppt"], a[href$=".PPT"]
{
background: url(/objtwr/imported_images/powerpoint.png) no-repeat right center;
padding-right: 1.6em;
}

/*Luke Osborne. Sortable tables */

a img {
	border: 0;
	
}

table.sortable {
	margin: 0 auto;
	border-collapse: separate;

}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 2px 2px 2px;

}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #def2dd;
}
table.sortable td {
	border-bottom: 1px solid #c5e7c3;
	padding: 0.4em 0.4em;

}
table.sortable tr.odd td {
	background-color: #def2dd;
}
table.sortable tr.even td {

}
table.sortable tr.sortbottom td {
	font-weight: bold;
}

/* Luke Osborne. Left navigation styles */

#Mainmenu {
	margin: 0.8em 0 0 0;
	font: normal 1.15em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#Mainmenu li {
	list-style: none;
	/*display: inline;*/
	margin: 0;
	padding: 0px;
}
#Mainmenu li a {
	display: block;
	padding: 0.4em 0 0.5em 0.5em;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
	outline: none;
}
#Mainmenu li a:hover {
	text-decoration: none;
	background: #def2dd;
}



#Mainmenu li ul {
	padding: 0 0 0px 0;
	margin: 0;
}

#Mainmenu li ul li a {
	background: url(/objtwr/DAFWA/images/link_bullet.gif) no-repeat 0.6em 9px;
	margin-left: 0;
	color: #0B6C2F;
	font-size: 0.9em;
	padding: 0.4em 0 0.3em 16px;
	border-bottom: 1px dotted #dbdbdb;
}

#Mainmenu li ul li a:hover {
	background: #def2dd url(/objtwr/DAFWA/images/link_bullet.gif) no-repeat 0.6em 9px;
}


#jquery_mainmenu {
	display:none;
	margin-left: -10px;
	min-height: 462px;
}


/******** Utility Styles (RD) ********/

.fixedFont {
	font-size: 11.8px;
}

.noindent li {
	padding-left: 0px;
	margin-left: 0px;
	text-indent:0px;
}

/******** Tooltip Styles (RD) ********/
a.info{
    position:relative;
    z-index:24; 
}

a.info:hover{
	z-index:25;
	padding: 0px;  /*Don't remove this dummy, or old IE browsers will cry*/
}

a.info span{display: none}

a.info:hover span{ 
    z-index:25;
    display:block;
    position:absolute;
    top:2em;
    left:1em; 
    width:15em;
    border:2px solid darkgreen;
    background:url("/objtwr/IKMP/template/images/tooltipbg.png") repeat; 
    color:#fff;
    text-align: center;
    text-decoration: none;
}

a.short:hover span{width: 11.2em;}

a.long:hover span{width: 25em;}

/******** Search Styles (RD) ********/
.searchResult {
	margin-top: 1px;
	margin-bottom: 1px;
	padding:0;
}
h3.searchResult {
	background:url("/objtwr/DAFWA/images/greenbg_tr.png") repeat;
	border-bottom: 1px dotted #dbdbdb;
	padding:3px;
}
.pagination {
	font-size:20px;
	font-weight:bold;
}
.searchTable {
	padding:0;
}

/* Events, Media Releases and Regions */
.eventHolder {
	width: 100%;
	height: 60px;
	background-image: url(/objtwr/DAFWA/images/dots_bground_rpt.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 5px;
}
.dateHolder {
	width: 34px;
	height: 40px;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	float: left;
	font-family:"Lucida Console", Monaco, monospace;
}
.monthHolder {
	background-color:#990000;
	width: 34px;
	height: 18px;
	padding-top: 4px;
}
.monthHolder span {
	color:#FFF;
}
.dayHolder {
	padding-top: 3px;
}
.dayHolder span {
	color:#666;
}
.eventTitle {
	/*width: 473px;*/
	height: 30px;
	/*float: left;*/
	margin-left: 44px;	
}
.eventTitle span {
	font-weight: bold;
	color: #0B6C2F;
}
.eventMeta {
	/*width: 473px;*/
	height: 20px;
	/*float: right;*/
}
.eventMeta span {
	color: #093;
}
.eventWidth {
	/*width: 495px;*/
}
.eventWidth2 {
	width: 600px;
}
.eventM3 {
	float: left;
	width: 38%;
}
.eventM1 {
	float: left;
	width: 28%;
}
.eventM2 {
	float: left;
	width: 33%;
}
.eventdateWrapper {
	float:left;
}
.roundedboxTop, .roundedboxBottom {
	display:block;
	background:transparent;
	font-size:1px;
	width: 36px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#FFF;
	border-left:1px solid #CC6;
	border-right:1px solid #CC6;
}
.xb1 {
	margin:0 5px;
	background:#CC6;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.roundedboxContent {
	display:block;
	background:#FFF;
	border: 1px solid #CC6;
	border-width:0 1px;
	width: 34px;
	height:40px;
}

.pubHolder {
	width: 525px;
	height: 70px;
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 5px;
}

.pubImage {
	padding-right: 10px;
	float: left;
	}

p + div.pubHolder {
	margin-top: -10px;
	padding: 0;
	}	
	
.mediaImage p {
    margin-top: -10px;    
	padding: 0;
}	
	
.articleimage {
   border: 2px solid #87c65b;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 0px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-bottomleft: 0px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -webkit-border-bottom-right-radius: 5px;
   float:left;
 }	
 
 .slide {
	width:525px;
}

.regionList {
list-style: disc outside url('/objtwr/dafwa/images/link_bullet.gif');
margin-left:0.4em;
}

#contentBlock {
 height:353px;
 overflow:hidden;
}

.mediaImage {
float:left;
margin-right:16px;
min-height:225px;
margin-bottom:0;
padding-top:8px;
display:block;
} 

.right {
float:right;
}

.left {
float:left;
}

.clearpad {
clear:both;
padding-bottom:8px;
}

.arrowBG {
position:absolute;
right:0;
top:6px;
right:2px;
}

/* Test Styles */
.loading {
	display: none;
}
.loaded {	
	visibility: visible;
}
.loadmsg
{
	margin:0 auto;
	float:none;
	text-align:center;
}
.loadedmsg
{
	display:none;
}

