/*
* Base Styles
* Generic Styles
* Common Structure
* Pages
* Modules
* Forms
* Header & Footer
* Navigation & Buttons
*/


/******************************************
BASE STYLES
*******************************************/
html, body { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	background-color: #fff; 
	color: #333333; 
	width: 100%;
	height:100%;
	font-size: 95%;
}
hr { 
	width:100%; 
	border-style:none; 
	background:#fff;
	color:#fff;
	border-top:1px dotted #666666;
	margin:0 0 10px 0;
}

form { padding: 0; margin: 0; }
input, select, textarea { font-size: 90%; }
img {
	border: 0px;
}


/******************************************
GENERYC STYLES
*******************************************/

/* link styles */
a:link, a:visited { color: #336699; background-color: inherit; text-decoration: none; }
a:hover, a:focus { color: #336699; background-color: inherit; text-decoration: underline; }
a.white:link, a.white:visited { color: #ffffff !important; }
a.white:hover, a.white:focus { color: #ffffff !important; }
a.orange:link, a.orange:visited { color: #8B8D08!important; }
a.orange:hover, a.orange:focus { color: #8B8D08!important; }
a.blue:link, a.blue:visited { color: #23a1f6 !important; }
.dash-lightgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}

a.blue:hover, a.blue:focus { color: #23a1f6 !important; }
a.black:link, a.black:visited { color: #333333 !important; }
a.black:hover, a.black:focus { color: #333333 !important; }

/* colors */
.white { color:#ffffff !important }
.orange { color:#8B8D08!important }
.blue { color:#336699 !important }
.lightblue { color:#c4e5fe !important }
.grey { color:#888888 !important }
.black { color:#333333 !important }
.red { color: #CC0000; }

/* alignment */
.textright { text-align: right; }
.textcenter, .centered { text-align: center; }
.floatleft {float: left; }
.floatright {float: right; }


/* text size */
h1 { font-size:280%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h2 { font-size:140%; color: #8B8D08; margin: 0 0 10px 0; padding: 0; }
h3 { font-size: 137%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h4 {font-size: 110%; color: #8B8D08;  margin: 0 0 2px 0; padding: 0; font-weight:bold;  }
h5 { font-size: 88%; color: #888888; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }

h1 .subtitle { font-size: 11px; font-weight: normal; }
h2 .subtitle { font-size: 11px; font-weight: normal; }
h3 .subtitle { font-size: 11px; font-weight: normal; }

.reallybigtext { font-size: 500%; letter-spacing:-2px; }
.bigtext { font-size: 110%; font-weight:bold; }
.smalltext { font-size: 85% !important; line-height:110%;  }
.emphasised { font-size: 120%; line-height:115%; }
.subtitle { font-size: 80%; color: #999; font-weight: normal; }

/* structure */
.noborder { border:none !important }
.margintop { margin-top:16px !important; }
.nomargin { margin:0 !important; }
.right {
float: right;
padding: 2px;
margin: 0 5px 0 5px;
}

/******************************************
FORMS
*******************************************/
.one { background:url(/images/point1.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.two { background:url(/images/point2.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.three { background:url(/images/point3.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.four { background:url(/images/point4.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.one h2, .two h2, .three h2, .four h2 { margin-bottom:0px; }

form .input { border:1px solid #ccc; padding:1px; padding:5px 2px; font-size:100%;  color:#444; }
form .bigbutton { padding: 6px; font-size:130%; font-weight:bold; }
form .smallbutton { padding: 3px; font-size:100%; font-weight:bold; }

.formwrapper { color:#666; line-height:18px; font-size:100%; }
.formwrapper td { padding:3px; }

div.creditcard input.creditcard { width:100% !important; color:#ffffff; font-size:137% !important; float:none; margin:0; background:#2d547a; border:1px solid #333333; }
div.creditcard input.small { width:40px !important; color:#ffffff; float:none; margin:0; background:#2d547a; border:1px solid #333333; }



/******************************************
COMMON STRUCTURE
*******************************************/
.frame { 
	width:935px; 
	margin-left:auto; 
	margin-right:auto; 
	overflow:auto; 
	padding:0 5px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #333333; 
}

/* gives that round corner look to imgs */
/*div.photoframe { background:url(/images/photoframe.gif) top left no-repeat; position:relative; height:110px; width:160px; margin-top:-110px; }
div.photoframe_feature { position:relative; background: transparent url(/images/photoframe-feature.gif) top left no-repeat; margin-top:-95px; height:95px; display:block; width:226px;}*/

/* Contains anything between header & footer */
.middleframe { 
	background:#fff; 
	padding:30px 0 30px 0;
	font-size: 88%;
}

/* Square dots list and orange active */
ul.dots li { list-style:none; background:url(/images/list-dots.gif) top left no-repeat; margin:0 0 5px 0; padding:0px 0px 0px 15px; }
ul.dots li.active a, ul.dots li.active a:visited { color:#ff7612; font-weight:bold; }

ul.nolist { margin: 0; padding: 0;}  
ul.nolist li { list-style:none;  padding:0 0 5px 0;}

/* Icons */
.icon_podcast { padding-top:85px !important; background:url(/images/bg-icon-podcast.gif) top center no-repeat; }
.icon_blog{ padding-top:85px !important; background:url(/images/bg-icon-blog.gif) top center no-repeat; }
.icon_member { padding-top:85px !important; background:url(/images/icon-members-mydetails.gif) top center no-repeat; } 

/* Quote */
.quote { padding:10px 0 10px 90px; background:url(/images/quote.gif) 25px 10px no-repeat; font-size:88%; }


/******************************************
PAGE STRUCTURE
*******************************************/

/* Column Structure */
.column_left { width:512px; padding:0 16px 0 0; border-right:1px dotted #666666; vertical-align:top; }
.column_right { width:390px; padding:0 0 0 16px; vertical-align:top; }

/* Vertical Columns for Modules */
.mod_colleft { float:left; overflow:visible;  border-right:1px dotted #666666; width:170px; padding:0 10px 0 0px; }
.mod_colright { float:left; overflow:visible;  width:170px; padding:0 10px 0 10px; }

/* Simple Page Collage */
.collage { background:url(/images/bg-aus-header.jpg) top right no-repeat; padding-top:320px; min-height: 430px; }

/* About Pages - right side menu */
ul.subnav { 
	margin:0; padding:15px; 
	font-size:137%; line-height:100%; font-weight:bold; 
	background:url(/images/homenews-bg.gif) center left repeat-x; 
}
ul.subnav li { list-style:none; margin:0 0 8px 0; padding:0; }
ul.subnav li.active a, ul.subnav li.active a:visited { color:#ff7612; font-weight:bold; padding-left:0px; }

/* Media Pages - hr menu */
div.hrmenu { text-align:center; border-top:1px dotted #666666; border-bottom:1px dotted #666666; padding:6px; margin:0 0 16px 0; font-size:137%; color:#999999; font-weight:bold; }
div.hrmenu a { color:#888888; }

/* Media Pages - Listing */
.medialist { padding:10px 5px 10px 0px; }
.medialist td { padding: 5px 0 15px 10px;}


/* Donate */
div.creditcard {
	background:url(/images/form-creditcard.jpg) top left no-repeat; 
	width:452px; height:300px; 
	padding:20px 30px 0 30px; margin:0 0 10px 0; overflow:visible; 
	font-size:120%;  color:#c5deeb;
}

/* Blogs */
div.feat_vertical { padding: 10px; width:220px; text-align:left; }
div.feat_vertical div.content { margin:0px;}

div.greybox { margin:0 0 20px 0; padding:0;}
div.boxbig { background:url(/images/grey-cell.gif) top left no-repeat #eee; width:250px;}
div.boxsmall { background:url(/images/grey-cell-sml.gif) top left no-repeat #eee; width:180px; }
div.greybox .title { padding:10px 20px 10px 20px; border-bottom:1px solid #ffffff; font-size:100%; color:#333; font-weight:700; }
div.greybox .text { padding:5px 15px 5px 15px; font-size:88%; color:#333; }
div.greybox .separator li { border-bottom:1px solid #ffffff; }
div.greybox ul.bigdots { margin:0px; padding:0px; }
div.greybox ul.bigdots li { list-style:none; background:url(/images/grey-cell-bullet.gif) 16px 12px no-repeat; margin:0 0 0 0; padding:10px 20px 10px 32px; line-height:110%; }
div.greybox ul.piclist { margin:0px; padding:4px 0px; }
div.greybox ul.piclist li { list-style:none; padding:1px 3px 2px 10px;}
div.greybox ul.piclist img { padding: 2px;}

.comments { background-color:#cfebf8;border:1px solid #a4d6f0; padding:12px; margin-bottom:10px; }
.comments_light { background-color:#ebf6fc;border:1px solid #b6dff3; padding:12px; margin-bottom:10px; }

/******************************************
MODULES
*******************************************/

/* ROUND MODULE 
* needs out+in to adjust in size 
* photoframe makes the picture have rounded corners
*/
.mod_feature_out { background:url(/images/featurebox.gif) top left no-repeat; padding:18px 0 0 0; float:left; width:252px; height:100%; margin-top:12px; }
.mod_feature_in { background:url(/images/featurebox.gif) bottom left no-repeat; padding:0 13px 18px 13px; }
.mod_feature_in div.content { padding:100px 5px 10px 5px; font-size:110%; }
.mod_feature_in div.img { margin:-5px 0 0 0; position:absolute; height:95px;}

/* ORANGE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
.mod_join_out { background:url(/images/joinbox.gif) top left no-repeat; padding:30px 0 0 0; width:390px; margin:0 0 5px 0; float:left; }
.mod_join_in { background:url(/images/joinbox.gif) bottom left no-repeat; padding:0 26px 20px 26px; float:left; width:338px; overflow:auto; }
.mod_join_in p { padding:0; color:#f7dab8; font-size:145%; line-height:100%; }
.mod_join_in input.input { width:147px; border: 1px inset #cccccc; padding:5px 0 0 3px; height:18px; margin-bottom:2px; }
.mod_join_in .contentsmall {color:#ffcc99; font-size:88%; }
.mod_join_in .minimenu a { color:#fee5d1; font-size:105%; font-weight:bold; line-height:137%;}


/* MOD BLUE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
div.mod_bluebox_out { background:url(/images/bluebox.gif) top left no-repeat; padding:30px 0 0 0; width:390; margin:0 0 15px 0; }
div.mod_bluebox_in { background:url(/images/bluebox.gif) bottom left no-repeat; padding:0 26px 20px 26px; text-align:left; }
div.mod_bluebox_in p {  color:#ffffff;  }


/* BLUE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
div.bluebox_out { background:url(/images/bluebox.gif) top left no-repeat; padding:30px 0 0 0; width:450px; margin:0 0 15px 0; }
div.bluebox_in { background:url(/images/bluebox.gif) bottom left no-repeat; padding:0 26px 20px 26px; text-align:left; }
div.bluebox_in p {  color:#ffffff;  }



/* THE LATEST */
.mod_thelatest { min-height:140px; border-top:1px dotted #666666; padding: 10px; margin-top:10px; }
.mod_thelatest div.content { padding: 10px; font-size:100%; }

/* AVG MODULE */
.mod_avg { padding:15px 0; border-top:1px dotted #666666; margin-top: 10px;  }
.mod_avg div.image { float:left; width:175px; }
.mod_avg h2 { margin:0 0 7px 0; }
.mod_avg div.content { float:left; width:200px; font-size:95%; line-height:110% }

/* GETUP NEWS */
.mod_news { padding:15px 0; border-top:1px dotted #666666; margin-top: 10px; }

/* VERTICAL MODULES */
.mod_vertical { border-top:1px dotted #666666; margin-top: 15px; font-size: 90%; padding-top: 10px;}
.mod_vertical a { font-size:110%; }



/******************************************
HEADER & FOOTER
*******************************************/

/* Header */
#topframe { 
	background:url(/images/newsite/background/bannerback.jpg) top left repeat-x #e9e9eb; 
	min-height:140px;
	border-bottom:1px solid #d3d7d7;
}
.header { 
	min-height:140px!important;
	background:url(/images/stars.gif) bottom right no-repeat;  
	font-size: 12px;
}
#loginbar {
	background:url(/images/newsite/elements/loginbar-bg.gif) bottom left no-repeat; 
	min-height:36px; 
	padding:0 20px 0 20px; 
	overflow:auto;
	
}
#logo { 
	float:left; 
	width:169px; 
	padding: 5px 0 0 20px; 
}
#adminbar {
	padding:5px; 
	background-color:#fff;
	border-bottom:1px solid #ccc; 
	font-size:88%; 
	vertical-align:middle;
}


/* Footer */
#bottomframe { 
	background:url(/images/bottomframe-bg.jpg) top left repeat-x #ffffff; 
	min-height:100px; 
	padding:25px 0;
	border-top:1px solid #d3d7d7; 
	font-size: 11px;
	margin-top: 10px;
}
#bottomframe td { vertical-align:top; color:#999999;}
#bottomframe a { color:#999999;}
#bottomframe ul { margin:0; padding:0; float: right; width:150px; list-style:none; }
#bottomframe li { padding: 3px 0 0 0; line-height:15px }
#bottomframe li h2 {  color:#999999; margin:0; padding:0; font-size:130%; line-height:100%; }
#bottomframe ul:hover h2{ color:#333333; } 
#bottomframe ul:hover a { color:#23a1f6;}

.footerbox_out { background:url(/images/footer-mainbox.gif) top left no-repeat; padding:135px 0 0 0; float:left; width:242px; }
.footerbox_in { background:url(/images/footer-mainbox.gif) bottom left no-repeat #ffffff; padding:0 0 16px 0; }
.footerbox_in div.content { float:left; margin:-115px 0 0 0; padding:0 16px; }
.footerbox_in div.content p { margin:6px 0 0 0; font-size:100%; }
.footerbox_in div.content a { color:#23a1f6; font-weight:bold; font-size:120%; }
.footerbox_in h2 { color:#333333; margin:0; padding:0; font-size:120%; line-height:100%; }

.footerbar { 
	background:url(/images/footerbar.gif) top left no-repeat; 
	float:left; 
	width:905px; 
	clear:both; 
	color:#999999; 
	padding:7px 15px 9px 15px; 
	margin-top:20px;
}

/******************************************
NAVIGATION & BUTTONS
*******************************************/

/* MAIN NAVIGATION */
ul#nav { padding:10px 10px 0 0; margin:0; float:right; }
ul#nav li { list-style:none; display:inline; font-size:16px; font-weight:bold; padding:0; margin:0; background:none; line-height:normal; }
ul#nav li a:link, ul#nav li a:visited { display:block; float:left; color: #666666; text-decoration: none; padding:0; margin:0; }
ul#nav li a:hover, ul#nav li a:focus { color: #8B8D08; background-color: inherit; text-decoration: none; }
ul#nav li a span { float:left; background:none; padding: 7px 12px 0 0; height:26px; cursor:pointer; }
ul#nav li a span.left { float:left; background:none; width:12px; padding: 0; height:33px; cursor:pointer;  }
ul#nav li.active a span { float:left; background:url(/images/newsite/elements/btn-orange.gif) top right no-repeat; padding: 7px 12px 0 0; height:26px; cursor:pointer; color:#ffffff; }
ul#nav li.active a span.left { float:left; background:url(/images/newsite/elements/btn-orange.gif) top left no-repeat; width:12px; padding: 0; height:33px; cursor:pointer; }





/* BUTTONS */
a.btn_blue:link span, a.btn_blue:visited span { 
	float:left; 
	background:url(/images/btn-blue.gif) top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120%; 
	text-decoration:none;
}
a.btn_blue:link span.btn_blue_left, a.btn_blue:visited span.btn_blue_left { 
	float:left; 
	background:url(/images/btn-blue.gif) top left no-repeat; 
	width:12px; 
	padding: 0; 
	height:33px; 
	cursor:pointer;
}
a.btn_blue:hover span, a.btn_blue:focus span { 
	color:#ffffff; 
	text-decoration:underline; 
}

a.btn_orange:link span, a.btn_orange:visited span { 
	float:left; 
	background:url(/images/btn-orange.gif) top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120% !important; 
	text-decoration:none;
}
	
.imageshots {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #dddddd;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	padding-right: 30px;
}
.FOOTER-lightgreytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}

.FOOTERZONE-1-background {

	background-image: url(../images/newsite/background/DMS-footerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
}
.FOOTERZONE-1-DIV {

	line-height: 1.2em;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	min-height: 100%;
	height: 65px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.propbox {
	border: 3px solid #CCCCCC;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.text-nopad {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.pdfdownload-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #0099FF;
	background-image: url(../images/newsite/elements/leftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	height: 68px;
	width: 16px;
	background-color: #F1F1F1;
}
.pdfdownload-middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #0099FF;
	background-image: url(../images/newsite/elements/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	height: 68px;
	width: auto;
	text-align: left;
}
.pdfdownload-right {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #0099FF;
	background-image: url(../images/newsite/elements/rightcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	height: 68px;
	width: 17px;
}
.Title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}
.Title2-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CC0000;
}
.text3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	padding-right: 30px;
}
.botlinedashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.irowdivdash {
	background-image: url(../images/newsite/background/rows.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
}
