/*  created 2003 [daniel mee | daniel@seedesign.com.au] */

/* INDEX

- link styles
- major structual styles
- tag styles
- common styles
- page or section specific styles
- form styles


 */

/*main color: D8001D*/

/* LINK STYLES */

a {color:#D8001D;}
.infopanel a {color:#000;}

a:link {text-decoration: underline;}
a:visited {text-decoration: underline; }
a:hover {text-decoration: none; }
a:active {text-decoration: underline; }


/* MAJOR STRUCTURAL STYLES */


body {
	margin: 0px;
	padding: 0px;
}

.centermaster {
	position: absolute;
	left: 50%;
	margin: 0px 0px 20px -375px;
	width: 750px;
	background-image: url(images/bgrnd-content.gif);
	background-color: #efefef;
}

.top {
	position: relative;
	background-image: url(images/bgrnd-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 205px;
	margin: 0px 0px 0px 0px;
}

.nav {
	position: absolute;
	width: 198px;
	top: 0px;
	left: 529;
	height: 201px;
	border-left: solid #FCCC13 1px;
	border-right: solid #FCCC13 1px;
}

.bar {
	position: relative;
	background-image: url(images/bgrnd-bar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#FFF;
	height: 65px;
	margin: 0px 0px 0px 0px;
}

.block1 {
	position: absolute;
	width: 200px; /* for some reason this needs to be 2px wider than the conents for it to work on ie */
	height: 60px;
	top: 0px;
	left: 528;
	border-left: solid #FCCC13 1px;
	border-right: solid #FCCC13 1px;
}

.content {
	position: relative;
	width: 750px;
}

.left {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 117px;
	margin: 0px 17px 0px 0px;
}

.infopanel {
	background-image: url(images/curve-panelleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:#D2D2D2;
	width: 100px;
	margin: 14px 0px 0px 17px;
	padding-bottom: 30px;
}

.infopanelwhite {
	width: 100px;
	margin: 14px 0px 0px 17px;
}

.infopanel p {
	margin: 7px;
	font: 10px Helvetica, sans-serif;
}

.infopanelwhite p {
	margin: 7px;
	font: 10px Helvetica, sans-serif;
}

.infopanelwhite p.examples {
	font: 10px Helvetica, sans-serif;
	color: #ccc;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #ccc;
}

.infopanelwhite a {
	display: block;
	padding:1px;
	margin-bottom: 7px;
	background-color: #ccc;
}

.infopanelwhite a:visited {
	background-color: #efd1d1;
}

.infopanelwhite a:hover {
	background-color: #D8001D;
}

.middle {
	position: relative;
	margin: 0px 0px 30px 134px;
	width: 358px;
	font: 11px Helvetica, sans-serif;
	line-height: 14px;
	color: #000;
}

.middlewide {
	position: relative;
	margin: 0px 0px 30px 17px;
	width: 475px;
	font: 11px Helvetica, sans-serif;
	color: #000;
}

.right {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 241px;
	height: 437px;
	background-image: url(images/pr-bgrnd.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top:165px;
}

.footer {
	clear:both; /* for the 'SupportMinHeightInCssPlease' spacer gif hack...  */
	height: 16px;
	background-color: #D8001D;
	text-align:right;
	background-image: url(images/curve-footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.websignature { /* for the index page author reference at the bottom of page  */
	padding-left: 640px;
	position: absolute;
	left: 50%;
	margin: 765px 0px 20px -375px;
}

/* TAG STYLES */


h1 {
	font-size: 22px;
	line-height: 25px;
	margin: 25px 0px 15px 0px;
	color: #D8001D;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 2px 0px;
	color:#D8001D;
}

h3 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

h5 { 
	font size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	margin: 0px 0px 14px 0px;
}

table {
	margin: 0px;
	font: 11px Helvetica, Arial, sans-serif;
	width: 350px;
}

.middlewide table {
	margin: 0px;
	font: 11px Helvetica, Arial, sans-serif;
	width: 470px;
}

caption {
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 0px 2px;
}

th {
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	color: #D8001D;
	background-color:#FFF;
	padding: 5px 2px 2px 2px;
}

td {
	vertical-align: top;
	background-color:#FFF;
	padding:2px;
}

form td {width: 50%;}
form th {width: 50%;}

ul {
	list-style: square outside;
	list-style-image: url(images/bullet.gif);
	margin: 0px 0px 5px 10px;
	padding-left: 10px;
}

p + ul {margin-top:-12px;}

blockquote {margin: 5px 0px 10px 20px;}

/* COMMON STYLES */

.intro {
	font: 14px/20px Helvetica, sans-serif;
	color: #D8001D;
	margin-bottom: 16px;
}

.listing {
	position: relative;
	border-top: solid #999 1px;
	margin: 20px 0px 0px 0px;
	width: 400px;
}

.listing img {
	position:absolute;
	left:0px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
	border-left: solid #999 1px;
}

.listing h3 {
	margin-top:2px;
	margin-left: 119px;
}

.listing p {
	margin-left: 119px;
}

img.moreinformation {
	position: relative;
	margin: 10px 0px 0px 0px;
	border: none;
}

tr.total td { /*for the final numbers at the bottom of a table - currently shown on the panelF117F18.html page */
	font-weight: bold;
}

.inlineimage {
	border: solid 1px #666;
	margin: 0px 5px 5px 0px;
	float:left;
}

/* PAGE OR SECTION SPECIFIC STYLES */

.prNav {
	position:absolute;
	top: 21px;
}

.contactdetails th {
	background-color: transparent;	
}

.contactdetails td {
	background-color: transparent;
}

.error {
	padding: 10px;
	font-size: 120%;
	color: #FFF;
	margin: 15px 0px 15px 0px;
	background-color: #D8001D;
	border: solid #000 1px;
}

/* FORM STYLES */

form {
	margin: 5px 0px 0px 0px;
	vertical-align: middle;
}

.textfield {
	border: solid #999 1px;
	height: 16px;
	width: 200px;
	margin:2px 0px 0px 0px;
	padding:0px;
	background-color: #efefef;
	font: 10px Verdana, serif;
	line-height: 11px;
	color: #000;
}

.textfieldnowidth {
	border: solid #999 1px;
	height: 16px;
	margin:2px 0px 0px 0px;
	padding:0px;
	background-color: #efefef;
	font: 10px Verdana, serif;
	line-height: 11px;
	color: #000;
}

.dropdown {
	border: solid #999 1px;
	margin:2px 0px 0px 0px;
	width: 200px;
	height: 16px;
	background-color: #efefef;
	font: 10px Verdana, serif;
	color: #000;
}

.textarea {
	width: 150px;
	height: 80px;
}


.button {
	border: solid #fccc13 1px;
	padding: 5px;
	margin-top: 10px;
	background-color: #D8001D;
	font: bold 10px Verdana, serif;
	color: #FFF;
}

label {
	width: 350px;
	margin: 0px 0px 0px 10px;
	display:block;
}

span {
	width: 150px;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index:200;
	}
#lightboxDetails{
	font: 12px Verdana, serif;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
	}
