﻿
/* --------------------------------------------------------------------------------
-																				  -
-				Title: 			Auscript Public Website							  -
-				Author: 		Auscript Australasia Pty Limited				  -
-				Date:			July 2009					  -
-																				  -
---------------------------------------------------------------------------------- */


/* ------------------------------------------------------------
		MAIN BODY OF WEBSITE
------------------------------------------------------------ */

body {
	color: #636363;
	font-size: 10px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 16pt;
	text-align: left;
	background: #cccccc url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	}

/* ------------------------------------------------------------
		WRAPPER CONTAINER TO CENTER
------------------------------------------------------------ */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	text-align: left;
	background-color: #cccccc;
	font-size: 130%;
	}
		
a img { border:0; }		
		
a, a:visited {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	color:#CF0E0D;
	text-decoration:none;
	}

ol.decimal {
	list-style-type:decimal
	}

p {
	color: #141414;
	line-height: 1.6em;
	text-align: left;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: .9em !important;
	padding: 0px 10px 10px 0;
	margin:0;
	}
	
		
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight:normal;
	font-family: "Arial", Helvetica, sans-serif;
	padding: 0;
	margin:0;
	line-height:1.6em;
	display:block;
	}
	
h1 {
	font-size: 1.6em;
	color: #D50E0D;
		font-family: "Arial", Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	line-height:1.6em;
	text-decoration:none;
	padding:inherit;
	margin:0 5px 10px 0;
	}	
	
h2 {
	font-size:1.4em;
	color: #D50E0D;
		font-family: "Arial", Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	line-height:1.6em;
	text-decoration:none;
	padding:inherit;
	}
	
h3 {
	font-size:1.1em;
	font-weight: bold;
	}
	
h4 {
	font-size: 1.0em;
	font-weight: bold;
	}
	
h5 {
	font-size:1.0em;
	}
	
h6 {
	font-size:0.9em;
	}
		
/* ------------------------------------------------------------
		LOGO HEADER
------------------------------------------------------------ */

#globalHead {
	clear:both;
	margin:0;
	padding:0;
	width:900px;
	background-color:#ffffff;
	overflow:hidden;
	} /* height starts at 90px of logo and will grow with #header-content */
	
#logo {
	float:left;
	width:340px;
	height:90px;
	background:url(../images/auscript_logo.jpg) 0 0px no-repeat;
	}
	
#logo a {
	display:block;
	overflow:hidden;
	width:340px;
	height:100%;
	text-indent:-9999px;
	}
	
#header-content {
	float:left;
	width:550px;
	}
		
/* ------------------------------------------------------------
		GLOBAL NAVIGATION
------------------------------------------------------------ */

#globalNav{
	position:relative;
	display:block;
	height:36px;
	font-size:0.9em;
	font-weight:normal;
	background:transparent url(../images/navbg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif ;
	border-top:2px solid  #d50e0d;
	}
	
#globalNav ul{
	margin:0;
	padding:0px;
	list-style-type:none;
	width:auto;
	}
	
#globalNav ul li{
	display:block;
	float:left;
	margin:0;
	}
	
#globalNav ul li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	padding:8px 50px 0 50px;
	height:25px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
	}
	
#globalNav ul li a:hover,#globalNav ul li a.current{
	color:#d50e0d;
	}

/* ------------------------------------------------------------
		MAIN HOME IMAGE
------------------------------------------------------------ */

#frontImage {
	float: left;
	/*display:inline;*/
	margin: 0;
	padding:0;
	width: 900px;
	height: 298px;
	background-image:url(../images/home1.jpg);
	}

#frontImage h1 {
	color: #ffffff;
	font-size: 2.0em; font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	line-height:1.1em;
	padding:inherit;
	margin:44px 500px 0px 50px;
	}


#frontImage h2{
	color:#FFFFFF;
	font-size: 1.0em;
	font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
	line-height:1.6em;
	margin:170px 0px 0px 15px;
	}
	

#frontImage a {
	color: #ffffff;
	text-decoration:underline; 
	}

#frontImage a:hover {
	color: #D50E0D;
	text-decoration: none;
	}

/* ------------------------------------------------------------
		HOME NEWS
------------------------------------------------------------ */

#headHomenews{
	width:300px;
	float: left;
	overflow:hidden;
	min-height:10px;
	border: 1px #d50e0d solid;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 20px;
	background:  #d50e0d;
	}

#headHomenews h4{
	font-size:1.0em;
	font-weight: normal;
	color:#ffffff;
	}

#bodyHomenews{
	width:235px;
	float: left;
	overflow:hidden;
	min-height:20px;
	margin: 0px 0px 0px 0px ;
	padding: 10px 0px 0px 20px;

	}
	
#bodyHomenews p.clear {
	clear:both;
	overflow:hidden;
	}
	
#bodyHomenews ul {
	line-height: 1.6em;
	list-style:none;
	margin: 0;
	padding: 5px 30px 5px 10px;
	}
	
#bodyHomenews li {
	font-weight:normal;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background: transparent url(../images/arrows.gif) 0px 5px no-repeat !important;
	margin-left: 5px;
	padding: 0 0 0 14px !important;
	line-height: 1.4;
	}

/* ------------------------------------------------------------
		QUICK LINKS
------------------------------------------------------------ */
		
		
#quickLinks {
	float:left;
	width:900px;
	margin:0;
	padding:15px 0;
	background:#ffffff;
	overflow:hidden;
	}

#orderOption {
	float:left;
	display:block;
	margin:0 0 10px 25px;
	padding:0;
	width:265px;
	min-height:130px;
	border: 1px solid #e6e7e8;
	overflow:hidden;
	}

#careersOption {
	float:left;
	display:block;
	margin:0 0 0 25px;
	padding:0;
	width:265px;
	min-height:130px;
	border: 1px solid #e6e7e8;
	overflow:hidden;
	}
	
#homeNews {
	float:left;
	display:block;
	margin:0 0 0 25px;
	padding:0;
	width:265px;
	min-height:130px;
	border: 1px solid #d50e0d;
	background: #FFCCCC;
	overflow:hidden;
	}
		
	
#orderOption .icon {
	background:url(../images/order_icon_clean.jpg) 10px 30px no-repeat;
	}
	
#careersOption .icon {
	background:url(../images/careers_icon_clean.png) 5px 25px no-repeat;
	}
	

		
.icon a {
	display:block;
	overflow:hidden;
	width:265px;
	min-height:130px;
	text-decoration:none;
	}	
		
#orderOption .icon a:hover {
	background:#eeeeee url(../images/order_icon_hover.jpg) 10px 30px no-repeat;
	}
	
#careersOption .icon a:hover {
	background:#eeeeee url(../images/careers_icon_hover.png) 5px 25px no-repeat;
	}
	
		
.icon a span.quickHeading {
	float:left;
	width:155px;
	display:block;
	position:relative;
	font-size:1.4em !important;
	line-height:1.3em;
	margin:30px 0 .3em 90px;
	color:#d50e0d;
		font-family: "Arial", Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
	}
		
.icon a span.quickInfo {
	float:left;
	width:170px;
	display:block;
	position:relative;
	top:0;
	left: 90px;
	line-height:1.3em;
	color:#010101;
	padding:0;
	margin:0;
	}
				
/* ------------------------------------------------------------
		SUBHEAD DIV
------------------------------------------------------------ */

#headerImage {
	width:900px;
	}

#insideSplash {
	float: left;
	display:inline;
	margin: 0;
	padding:0;
	width: 900px;
	height: 225px;
	}
		
/* ------------------------------------------------------------
		MAIN CONTENT DIV
------------------------------------------------------------ */

#content {
		width:900px;
		margin:0;
		padding:0;
		background:#ffffff url(../images/content_bg.gif) repeat-y;
		overflow:hidden;
		/*border-left: 1px solid #e6e7e8;
		border-right: 1px solid #e6e7e8;
		border-bottom: 1px solid #e6e7e8;*/
		}
		
/* ------------------------------------------------------------
		GLOBAL CONTAINER DIV
------------------------------------------------------------ */		
		
#globalContainer {
	width:600px;
	float: left;
	overflow:hidden;
	min-height:550px;
	margin: 20px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	}

#globalContainer p.clear {
	clear:both;
	overflow:hidden;
	}
	
#globalContainer img.floatLeft {
	float:left;
	padding:0;
	margin:0 10px 10px 0px;
	}
	
#globalContainer img.floatRight {
	float:right;
	padding:0px;
	margin:0 10px 0px 25px;
	}

#globalContainer img.profile{
	float:left;
	padding:0;
	margin:5px 20px 220px 0px;
	}

#globalContainer ul {
	line-height: 1.6em;
	list-style:none;
	margin: 0;
	padding: 5px 30px 5px 10px;
	}
	
#globalContainer li {
	font-weight:normal;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background: transparent url(../images/arrows.gif) 0px 5px no-repeat !important;
	margin-left: 5px;
	padding: 0 0 0 14px !important;
	line-height: 1.4;
	}

/* ------------------------------------------------------------
		ANNOUNCEMENTS
------------------------------------------------------------ */

#headAnnouncement{
	width:575px;
	float: left;
	overflow:hidden;
	min-height:10px;
	border: 1px #d50e0d solid;
	margin: 20px 0px 0px 0px ;
	padding: 3px 0px 0px 20px;
	background:  #d50e0d;
	}

#headAnnouncement h4{
	font-size:1.0em;
	font-weight: normal;
	color:#ffffff;
	}

#bodyAnnouncement{
	width:575px;
	float: left;
	overflow:hidden;
	min-height:20px;
	border: 1px #d50e0d solid;
	margin: 0px 0px 20px 0px ;
	padding: 10px 0px 0px 20px;
	background:  #FFCCCC;
	}
	
#bodyAnnouncement p.clear {
	clear:both;
	overflow:hidden;
	}
	
#bodyAnnouncement ul {
	line-height: 1.6em;
	list-style:none;
	margin: 0;
	padding: 5px 30px 5px 10px;
	}
	
#bodyAnnouncement li {
	font-weight:normal;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background: transparent url(../images/arrows.gif) 0px 5px no-repeat !important;
	margin-left: 5px;
	padding: 0 0 0 14px !important;
	line-height: 1.4;
	}

/* ------------------------------------------------------------
		MORE INFORMATION
------------------------------------------------------------ */
	#headMoreinfo{
	width:575px;
	float: left;
	overflow:hidden;
	min-height:10px;
	border: 1px #FFB428 solid;
	margin: 20px 0px 0px 0px ;
	padding: 3px 0px 0px 20px;
	background:  #FFB428;
	}

#headMoreinfo h4{
	font-size:1.0em;
	font-weight: normal;
	color:#ffffff;
	}

#bodyMoreinfo{
	width:575px;
	float: left;
	overflow:hidden;
	min-height:100px;
	border: 1px #FFB428 solid;
	margin: 0px 0px 20px 0px ;
	padding: 10px 0px 0px 20px;
	background:  #FFEAC4;
	}
	
#bodyMoreinfo p.clear {
	clear:both;
	overflow:hidden;
	}
	
#bodyMoreinfo ul {
	line-height: 1.6em;
	list-style:none;
	margin: 0;
	padding: 5px 30px 5px 10px;
	}
#bodyMoreinfo a{
	color: #000000;
	}
	
	#bodyMoreinfo a:hover{
	color: #FFB428;
	}
	
#bodyMoreinfo li {
	font-weight:normal;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background: transparent url(../images/arrows.gif) 0px 5px no-repeat !important;
	margin-left: 5px;
	padding: 0 0 0 14px !important;
	line-height: 1.4;
	}
		
/* ------------------------------------------------------------
		SEPARATION
------------------------------------------------------------ */
	  	
.dottedLine {
	border-bottom: 1px #e6e7e8 dashed;
	padding:0px 0px 5px 20px;
	margin-bottom:20px;
	}
		
/* ------------------------------------------------------------
		NEWS
------------------------------------------------------------ */

#newsBlock {
	width:240px;
	height:auto;
	float: right;
	margin:0px;
	display:inline;
	padding: 0 0 10px 0;
	background-color: #efefef;
	}
		
#newsBlock h2 {
	color: #010101;
	font-size: 1.6em !important;
	padding: 20px 0px 10px 20px;
	margin:0;
	}
		
.newsItem {
	width:190px;
	margin:0 0 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
		
.newsItem h3 {
	font-size:.9em;
	line-height:1.3em;
	padding:0 0 .5em 0;
	margin:0;
	}
		
.newsItem p {
	font-weight:normal;
	font-size:0.9em !important;
	padding:0;
	margin:0;
	line-height:1.6em;
	color:#030303;
	}
		
#newsBlock a {
	font-weight:normal;
	color: #010101; text-decoration:underline;
	}
	
#newsBlock a:hover {
	color: #D50E0D;
	text-decoration: none;
	}
				
#faqBlock {
	float:left;
	width:200px;
	background:transparent;
	overflow:hidden;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-left:20px;
	padding:10px 0;
	display:inline;
	}
		
#faqBlock a {
	font-size:1.4em;
		font-family: "Arial", Helvetica, sans-serif;
	color: #010101;
	}
	
#faqBlock a:hover {
	color: #D50E0D;
	}
#faqBlock img {
	float:left;
	width:67px;
	}

#faqBlock span {
	float:left;
	width:100px;
	}

/* ------------------------------------------------------------
		FOOTER COPYRIGHT
------------------------------------------------------------ */

#footer {
	margin: 0;
	top-padding: 10px;
	float:left;
	clear:both;
	width: 900px;
	height: 40px;
	line-height: 20px;
	font-weight: normal;
	background-color:#FFFFFF;
	}

#footerLine {
	border-bottom: 1px dotted #eeeeee;
	} 

#footer p {
	font-weight:normal;
	font-size: .75em !important;
	text-align:center;
	margin: 0;
	padding-top:10px;
	float:left;
	width: 900px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer p span {
	display:inline;
	padding:0 3px 0 3px;
	margin:0;
	}

#footer a {
	font-weight:normal;
	font-size: inherit;
	text-decoration: underline;
	display:inline;
	}

#footer a:hover {
	font-weight:normal;
	color:#D50E0D;
	text-decoration: none;
	font-size:inherit;
	}
		
/* ------------------------------------------------------------
		FORMS
------------------------------------------------------------ */

form {
	padding:0;
	}
	
.auscriptform {
	margin: 0 0 1em;
	}
	
#form p {
	color: #141414;
	line-height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 0.9em !important;
	padding: 0px px px 0;
	margin:0;
	}

fieldset {
	border:0;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	
.auscriptform {
	background: #ffffff;
	border: 1px solid #e6e7e8;
	width:598px;
	padding:10px 0;
	}
	
.submitbutton {
	margin-bottom:15px;
	margin-top:15px;
	}
	
.submitbutton input {
	float:right;
	padding:1px 6px;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	}
	
p.forgotpass {
	float:left;
	width:200px;
	}
	
p.forgotpass a {
	padding-left:25px;
	}
	
.no-bg {
	border: none;
	background: transparent;
	}

#content .auscriptform p {
	padding-left:0px;
	}

.auscriptform h2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em!important;
	font-weight: bold;
	padding: 0px;
	margin:0 0px 0px 25px;
	}

.auscriptform label {
	width: 180px;
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	padding-top: 0em;
	font-weight: normal;
	font-size: .9em;
	color: #141414;
	}

.auscriptform label:after {
	content: ":";
	}
	
.auscriptform label.long, .auscriptform p.label {
	margin-left: 10px;
	width: 350px;
	float: none;
	display: block;
	text-align: left;
	}
	
.auscriptform label.long:after {
	content: "";
	}
	
.auscriptform label span {
	color: #efefef;
	}
	
.auscriptform input, .auscriptform textarea, .auscriptform select,
.auscriptform .checks input, .auscriptform.checks input {
	display: block;
	width: 280px;
	float:left; 
	overflow:hidden;
	margin:6px 0 0 10px;
	padding:3px;
	background: #f9f9f9;
	border: 1px solid #888888;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
	}
	
.auscriptform input:hover,
.auscriptform textarea:hover,
.auscriptform select:hover {
	background:#CEDDDF;
	}
	
.auscriptform input:focus,
.auscriptform textarea:focus,
.auscriptform select:focus {
	background:#F3F8F8;
	}

.auscriptform input[type="radio"], .auscriptform input[type="checkbox"], 
.auscriptform input[type="hidden"] {
	width: auto;
	height: 0.8em;
	border: 0;
	}
	
.auscriptform input[type="hidden"] {
	display: none;
	}
	
.auscriptform select[multiple="multiple"] {
	margin-left: 0px;
	}
	
.auscriptform p.desc {
	padding-left: 15px;
	display: block;
	position: relative;
	top: -1em;
	margin-bottom: 0em;
	font-style: italic;
	font-size: 0.9em;
	}
	
.auscriptform .checks label, .auscriptform.checks label {
	margin-left: 150px;
	float: none;
	width: auto;
	clear: none;
	display: block;
	margin-left:10px;
	height: 1.6em;
	margin-bottom: 0;
	}
	
.auscriptform .checks label:after, .auscriptform.checks label:after, .checks label:after {
	content: "";
	}
	
.auscriptform .checks input, .auscriptform.checks input {
	float: left;
	text-align: left;
	padding-top: auto;
	margin-left: 15px;
	width: auto;
	height: 1.8em;
	}
	
/* ie6 fix for double float margin bug */
* html .auscriptform .checks input, * html .auscriptform.checks input {
	margin-left: 55px;
	}
	
* html .auscriptform .checks label, * html .auscriptform.checks label {
	margin-left: 110px;
	}

.auscriptform br {
	clear:both;
	display:block;
	}