﻿/* -------------------------------------------------------------------

   CSS RESET

------------------------------------------------------------------- */
html {
	color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/*li {
	list-style: none;
}*/
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
/* -------------------------------------------------------------------

   START STYLES

------------------------------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
	/* Prevent font scaling in landscape while allowing user zoom 
    http://www.sitepoint.com/5-responsive-design-pitfalls-and-how-to-avoid-them */
     -webkit-text-size-adjust: 100%;

}
body {
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	/* font: 15px Arial, Helvetica, Verdana, sans-serif; */
	color: #000000; /*background: #979797 url('../layout/bg_body.jpg') repeat-x;*/;
	/*  background-color: #E2E2E2;*/
}
p {
	line-height: 125%;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	padding: 4px;
	vertical-align: middle;
}
#wrapper {
	margin: 0px auto 10px auto/* fix to center in firefox */;
	width: 1000px; /*background: url('../layout/wrapper.jpg') repeat-y;*/;
	background: #FFFFFF;
}

#header {
	text-align: center;
	margin: 0px auto /* fix to center in firefox */;
	background-image: url('http://www.australianmensrights.com/layout/header1000.jpg');
	width: 1000px;
	height: 83px;
}
#headerleft {
	float: left;
	width: 270px;
	height: 83px;
}
#headerright {
	float: right;
	width: 730px;
	height: 83px;
}
.search_boxForm {
	float: right /*padding: 0px;*/;
	text-align: right /*margin-top: 5px;*/;
	width: 360px;
	margin-right: 20px;
}
#VeryTopNavMenu {
	height: 35px;
}
.VeryTopNavLinks {
	padding: 10px 20px 5px 8px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
}
.VeryTopNavLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px #7fb2d1 solid;
	height: 14px;
}
.VeryTopNavLinks li {
	display: inline;
	border-left: 1px #7fb2d1 solid;
}
.VeryTopNavLinks a:link, .VeryTopNavLinks a:visited {
	padding: 9px 10px 10px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.VeryTopNavLinks a:active, .VeryTopNavLinks a:hover {
	padding: 9px 10px 10px 10px;
color: #7fb2d1;
	text-decoration: underline;
}
.search {
	width: 340px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#search {
	float: right;
	width: 340px;
	text-align: right;
	margin-top: 25px;
	margin-right: 15px;
	padding: 0;
}
.search_box {
	margin-right: 0px;
	margin-bottom: 3px;
	width: 200px; /*height: 20px;*/;
	border: 1px #cccccc solid;
	/*background-color: #7FB2D1;
	visibility:hidden;*/
}
.button {
	padding: 3px;
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #09144D;
	text-align: center; /**/;
	border: 1px solid #0000066;
/*		background-color: #ccc;*/
}
.marginLeft40 {
	margin-left: 40px;
}
#middle {
	margin: 0px auto /* fix to center in firefox */;
	background: url('http://www.australianmensrights.com/layout/middle1000.jpg') no-repeat;
	width: 1000px;
	height: 170px;
}
#middleleft {
	float: left;
	width: 635px;
	height: 170px;
}
#middleright {
	float: right;
	width: 347px;
	height: 170px;
	margin-right: 12px;
	/*background-color: #9C1107** added to fill div with red ***/;
}
#topnav {
	margin: 0 auto /* fix to center in firefox */;
	padding: 0px;
	background: url('http://www.australianmensrights.com/layout/HorizMenuBackground.png') repeat-x;
	width: 990px;
	height: 75px;
}
#HorizMenu {
	margin: 0;
	padding: 0px;
	height: 45px;
}
#HotTopics {
	margin: 0;
	padding: 0px;
	height: 28px;
}
#BacktoTop {
	clear: both;
	margin: 0px auto /* fix to center in firefox */;
	width: 1000px;
}
#QuickLinks {
	clear: both;
	margin: 0 auto;
/* fix to center in firefox */;width: 1000px;
}
#footer {
	clear: both;
	margin: 0px auto 5px auto;
/* fix to center in firefox */ /*background: url('../layout/footer.jpg') no-repeat;
	height: 68px;*/width: 1000px;
}
#bodycolumns {
	clear: both;
	margin: 0px auto;
	background-color: #ffffff;
	width: 1000px;
}
#columnLeft {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#columnMiddleRight_Container {
	float: right;
	width: 785px;
	margin-right: 5px;
}
#columnMiddle {
	width: 580px; 
	float: left;
}
#columnRight {
	margin-top: 10px;
	width: 190px;
	float: right;
}
/* End of Layout CSS */
/* Start General Styles */
a:link, a:visited {
	color: #0066a4;
	font-weight: bold;
	text-decoration: none;
/*
color: #114a70;
color: #811818;
color: #C12727;color: #7fb2d1;color: ;color: #9C1107;*/
}
a:active, a:hover {
	color: #0066a4;
	font-weight: bold;
	text-decoration: underline;
}
.margin10 {
	margin: 10px;
}
td {
	vertical-align: top;
}
h1 {
	color: #000066;
	font: normal normal bold 125%/normal "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}
h2 {
	color: #9C1107;
	font: normal normal normal 17px/normal "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}
h3 {
	color: #9C1107;
	font: normal normal bold 16px/normal "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}
h4 {
	font-size: 125%;
	color: #666;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #666;
}
h5 {
	font-size: 100%;
	color: #9C1107;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #9C1107;
}
h6 {
	font-size: 100%;
	color: #09144D;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #09144D;
}
.BlockQuote {
	background: #e4e4e4 url('http://www.australianmensrights.com/layout/quoteleft.gif') no-repeat 10px 10px;
	padding: 10px;
	border: 2px solid #09144D;
	font-style: italic;
}
.BlockQuoteDiv {
	padding: 0 48px;
	background: url('http://www.australianmensrights.com/layout/quoteright.gif') no-repeat right bottom;
}
p.alert {
	background-color: #e4e4e4;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #9C1107;
	border-bottom: 2px solid #9C1107;
	color: #9C1107;
}
p.info {
	background-color: #09144D;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #fff;
}
p.warn {
	background-color: #9C1107;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #fff;
}
.newsheader1 {
	text-align: center;
	border-bottom: 2px solid #09144D;
	color: #09144D;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}
.newsheader2 {
	text-align: center;
	border-bottom: 2px solid #9C1107;
	color: #9C1107;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}
.newsheader3 {
	text-align: center;
	background-color: #9C1107;
	color: #fff;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}
.newsheader4 {
	text-align: center;
	background-color: #09144D;
	color: #fff;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}
.submitbuttons {
	font-weight: bold;
	color: #000066;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	border-top: 1px #000066 solid;
	border-right: 5px #000066 solid;
	border-bottom: 1px #000066 solid;
	border-left: 1px solid #09144D;
	background-color: #ccc;
	width: 155px;
	height: 30px;
}
table {
	border: 1px #000066 solid;
	padding: 6px;
}
.headerleftcontent {
	padding: 20px 0px 0px 20px;
	font-weight: bold;
	color: #09144D;
	text-align: left;
	font-size: 48px; /**font-variant: small-caps;*/;
	font-family: "Georgia", "Times New Roman",sans-serif;
	line-height:48px;
	/*background-color:#006699;*/
}
.headerrightcontent {
}
a[href $='.pdf'] {
	padding-right: 16px;
	background: url('http://www.australianmensrights.com/layout/icon_pdf.gif') no-repeat right 50%;
}
.newWindow {
	padding-right: 18px;
	background: url('http://www.australianmensrights.com/layout/new_window.gif') no-repeat right 50%;
}
.HorizMenuLinks {
	font: normal normal bold 13px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 33px;
}
.HorizMenuLinks ul {
	margin-top: 15px;
	margin-left: 5px;
	width: 960px;
	padding: 0px;
	height: 15px;
	list-style: none;
	border-left: 1px #7fb2d1 solid;
	float: left;
}
.HorizMenuLinks li {
	display: inline;
	border-right: 1px #7fb2d1 solid;
	padding-right: 10px;
	padding-left: 10px;
	height: 13px;
/*	padding:0px;
	margin:0px;
	*/
}
.HorizMenuLinks a:link, .HorizMenuLinks a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; /*padding: 11px 10px 11px 10px;*/
}
.HorizMenuLinks a:active, .HorizMenuLinks a:hover {
	color: #7fb2d1;
	font-weight: bold;
	text-decoration: none;
}
.topnavlinks {
	/*  height in ID is 35px **/
	padding: 15px 10px 7px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topnavlinks li {
	display: inline;
}
.topnavlinks a:link, .topnavlinks a:visited {
	/*  height in ID is 35px **/
	
	padding: 15px 10px 7px 10px;
	color: #09144D;
	text-decoration: none;
}
.topnavlinks a:active, .topnavlinks a:hover {
	background: url(../layout/linkhover.jpg) repeat-x;
	color: #95968d;
	text-decoration: none;
	background-color: #999;
}
.middleleftcontent {
	font-family: "Times New Roman", "Georgia", sans-serif;
	font-size: 20px;
	color: #09144D;
	font-weight: bold;
	font-style: italic;
	padding: 40px 0px 10px 295px;
}
.middleContent {
	/**  man and boy area and graphic flag **/
	font-family: "Times New Roman", "Georgia", sans-serif;
	font-size: 20px;
	color: #09144D;
	font-weight: bold;
	font-style: italic;
	padding-top: 40px;
	padding-right: 330px;
	padding-left: 330px;
	text-align: center;
}
.middlerightcontent {
	/****   added to fill red area in background ***/
	width: 347px;
	height: 170px;
	float: right;
}
/* Used in single column layouts */
.bodycolumncontent {
	margin-left: 8px;
	padding: 0px 16px 5px 8px;
	/*height: 400px;*/
}
/* Used in two column left nav layouts */
.columnMiddlecontent {
}
.columnleft {
	padding: 10px 0px 10px 16px;
}
/* Used in two column right nav layouts */
.body1acontent {
	margin-left: 8px;
	padding: 0px 0px 5px 8px;
}
.body1acontent ul {
	list-style-image: url('http://www.australianmensrights.com/layout/bullet.gif');
	line-height: 145%;
}
.body2acontent {
	padding: 2px 0px 5px 20px;
}
.sidelinks {
	/*padding: 10px 0px 8px 0px;*/
	text-align: left;
	/* font: normal normal bold 14px "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;*/
	font: normal normal bold 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 10px;
}
.sidelinks ul {
	margin: 0px;
/*margin: 0px 0px 10px 0px;*/ /*padding:10px 5px 10px 5px;*/padding: 0px;
	border-top: 1px #999999 solid;
	list-style: none;
}
.sidelinks li {
	list-style-image: none /*margin: 0px 0px 2px 0px; original*/;
	margin: 0px;
}
.sidelinks a:link, .sidelinks a:visited {
	display: block;
	padding: 5px;
	/*color: #000066;*/
	color: #0066a4;
/*color: #09144D;*/background-color: #fff; /*border-top: 1px #ffffff solid;*/;
	border-right: 3px #ffffff solid;
	border-bottom: 1px solid #999999;
	border-left: 3px #ffffff solid;
	text-decoration: none;
}
.sidelinks a:active, .sidelinks a:hover {
	color: #ffffff;
	background-color:#09144D;
	border: 1px solid #09144D;*/;
	border-right: 3px #0066a4 solid;
	border-bottom: 1px solid #999999;
	border-left: 3px #0066a4 solid;
}
.side190 {
	padding: 0px;
	margin-bottom: 10px;
	width: 190px;
	background-color: #E4E4E4;
}
.side190Top {
	font: normal normal bold 16px/44px serif;
	padding: 0px;
	margin: 0px;
	height: 44px;
	background-image: url('http://www.australianmensrights.com/layout/sidebar190top.png');
	color: #ffffff;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.side190Content {
	border: 1px #95968D solid;
	padding: 6px;
	width: 176px;
}
.banner275div {
	padding: 6px;
	color: #ffffff;
}
.bannerH1 {
	color: #FFFFFF;
	font: normal normal bold 18px/normal Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}
.banner275div a:link, .banner275div a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.banner275div a:active, .banner275div a:hover {
	color: #000000;
}
.Pic_link_border img {
	border: 1px #FFFFFF solid;
}
.Pic_link_border img:link {
	border: 1px #5F544E solid;
}
.Pic_link_border img:visited {
	border: 1px #5F544E solid;
}
.Pic_link_border img:hover, .Pic_link_border img:active {
	border: 1px #E10000 solid;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
img {
}
img:link {
}
img:visited {
}
.shadow {
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
}
.roundedCorners {
	/* works with curvycorners javascript */
/*http://woork.blogspot.com/2009/08/css3-rounded-corners-for-every-browser.html*/
/* www.curcycorners.net*/
width: 220px;
	padding: 10px;
	background-color: #DDEEF6;
	border: 1px solid #DDEEF6;
/* Do rounding (native in Safari, Firefox and Chrome) */-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.radius_top_left_5px {
	/* CSS3 Border-radius not implemented yet */  
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.radius_top_right_5px {
	/* CSS3 Border-radius not implemented yet */  
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.radius_bottom_left_5px {
	/* CSS3 Border-radius not implemented yet */  
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.radius_top_right_5px {
	/* CSS3 Border-radius not implemented yet */  
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.radius_corners_all_8px {
	/* CSS3 Border-radius not implemented yet */  
/* Firefox */
-moz-border-radius: 8px; /* Jan. 2010 Firefox, a single property to define the radiuses of all 4 corners, while in Safari, I need to also use two of the individual border radius properties */ /* http://www.dynamicdrive.com/style/csslibrary/item/css3_rounded_corners_using_border_radius/ 14JUN10  */ /*	-webkit-border-radius: 8px;*/; /* Safari and Chrome */;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;

/* border: 1px solid #000; padding: 10px;*/
}
.radius_corners_all_5px {
	/* CSS3 Border-radius not implemented yet */  
/* Firefox */
-moz-border-radius: 5px; /* Jan. 2010 Firefox, a single property to define the radiuses of all 4 corners, while in Safari, I need to also use two of the individual border radius properties */ /* http://www.dynamicdrive.com/style/csslibrary/item/css3_rounded_corners_using_border_radius/ 14JUN10  */ /*	-webkit-border-radius: 8px;*/; /* Safari and Chrome */;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

/* border: 1px solid #000; padding: 10px;*/
}
.cellBorderTop {
	border-top: 1px #000000 solid;
}
.cellBorderRight {
	border-right: 1px #000000 solid;
}
.cellBorderBottom {
	border-bottom: 1px #000000 solid;
}
.cellBorderLeft {
	border-left: 1px #000000 solid;
}
.form_headings {
	background-color: #152539;
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
}
.form_fields {
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	padding: 3px;
	line-height: 125%;
}
.BacktoTopContent {
	padding: 0px;
	text-align: center;
}
.QuickLinksContent {
	background-color: #A5B5DD;
	padding: 6px;
	margin-right: 5px;
	margin-left: 5px;
}
.QuickLinksContent a:link, .QuickLinksContent a:visited {
	/*padding: 4px 4px;*/
	color: #fff;
}
.QuickLinksContent a:active, .QuickLinksContent a:hover {
	color: #ccc;
	text-decoration: underline;
}
.footercontent {
	margin: 5px;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #152539;
	font-weight: normal;
}
.footercontent a:link, .footercontent a:visited {
	/*padding: 4px 4px;*/
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}
.Australian Men's Rights Asscoation-PositionStatement {
	border: 1px #000000 dotted;
	padding: 6px;
	background-color: #E2E2E2;
	color: #000000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.tiny {
	font-size: 9px;
}
.imageleft {
	float: left;
	padding: 8px;
}
.imageright {
	float: right;
	padding: 8px;
}
.floatRight {
	float: right;
}
.reportpages {
	float: right;
	color: #9C1107;
	font-weight: bold;
	font-style: italic;
}
