/*
	Pulp Vision Standard Template (Screen Styles)
	Created: 1st August 2007, Gold Coast
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/

/*
@import url(structure.css);
@import url(components.css);
@import url(navigation.css);
*/
@import url(form.css);


/*
	** Base HTML Elements
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1,h2,h3,h4{
	margin:0;
	color:#333333;
}
h1{
	font-size:22px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:12px;
}
p{
	margin:0;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Psudo class filter to put a vertical scrollbar in mozilla by default to avoid page jumping */
:root body{
	overflow-y: scroll;
}
/* NAV TOP */
#nav-top-container{
	padding:0;
	margin:0 10px 0 10px;
	height:25px;
	background:url(../_img/theme-00/nav-top-onblur.gif);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:solid #065c8b 1px;
	border-bottom:solid #065c8b 5px;
	border-left:solid #065c8b 1px;
	border-right:solid #065c8b 1px;
}

ul#nav-top{
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height:25px;
	color:#666666;
	/*background:#CCCCCC;*/
	float:right;
}

ul#nav-top li{
	display: inline;
	margin:0;
	padding:0;
	background:url(../_img/theme-00/nav-top-onblur.gif);
	line-height:25px;
	float:left;
}
ul#nav-top li a{
	display:block;
	width:200px;
	padding:0 10px 0 10px;
	text-decoration: none;
	color:#000000;
	margin:0;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
ul#nav-top li a:link{
	margin:0 10px 0 10px;
	text-decoration: none;
	color:#000000;
	margin:0;
	line-height:25px;
}
ul#nav-top li a:visited{
	margin:0 10px 0 10px;
	text-decoration: none;
	color:#000000;
	margin:0;
	line-height:25px;
}
ul#nav-top li a:hover{
	margin:0 10px 0 10px;
	text-decoration: none;
	color:#000000;
	margin:0;
	line-height:25px;
	background:url(../_img/theme-00/nav-top-onfocus.gif);
	border-bottom:solid #0069ad 5px;
}

/*-----------------------------------------------------------------------*/

/* LEFT NAV STYLES */
.nav-left{
	padding:1px;
	background:#cbd3db url(../_img/theme-00/nav-left-bdr.gif) repeat;
	margin-top:2px;
	margin-bottom:5px;
}

.nav-left a:link{
	display:block;
	line-height:22px;
	background:url(../_img/theme-00/nav-left-bg-onblur.gif) repeat;
	color:#000000;
	padding-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.nav-left a:visited{
	display:block;
	line-height:22px;
	background:url(../_img/theme-00/nav-left-bg-onblur.gif) repeat;
	color:#000000;
	padding-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.nav-left a:hover{
	display:block;
	line-height:22px;
	background:url(../_img/theme-00/nav-left-bg-onfocus.gif) repeat;
	color:#000000;
	padding-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.nav-left-sub{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}
.nav-left-sub a:link{
	display:block;
	color:#000000;
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav-left-sub a:visited{
	display:block;
	color:#000000;
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav-left-sub a:hover{
	display:block;
	color:#000000;
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav-left-nolink{
	display:block;
	line-height:20px;
	background:#000000 url(../_img/theme-00/nav-left-bg-onblur.gif) repeat;
	color:#333333;
	padding-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*-----------------------------------------------------------------------*/

.oneColCtrHdr{
	background-image:url(../_img/theme-00/oneColCtrHdr-bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.oneColCtrHdr #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background-color: #FFFFFF;
	background-image:url(../_img/theme-00/container-bg.gif);
	background-repeat:no-repeat;
	margin:0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0;
	border-right: 1px solid #9aa4ad;
	border-bottom: 1px solid #9aa4ad;
	border-left: 1px solid #9aa4ad;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* #header */
.oneColCtrHdr #header {
	padding:5px 0 5px 15px;
	margin:0 10px 0 10px;
}
.oneColCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColCtrHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColCtrHdr #header ul {
	padding: 0;
	margin:0;
	list-style-type: none;
	float: right;
	color: #646b72;
	line-height:20px;
}
.oneColCtrHdr #header li{
	display: inline;
	padding-left:10px;
	padding-right:10px;
}
.oneColCtrHdr #header li a{
	text-decoration: underline;
	color: #646b72;
}
.oneColCtrHdr #header li a:visited{
	text-decoration: underline;
	color: #646b72;
}
.oneColCtrHdr #header li a:hover{
	text-decoration: underline;
	color: #000000;
}


/* #mainContent */
.oneColCtrHdr #mainContent {
	clear:both;
	top:180px;
	float:right;
	width:775px;
	padding:5px 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 0 0 0;
	color:#333333;
}

.oneColCtrHdr p {
	color:#333333;
	margin:0 5px 0 5px;
}
.oneColCtrHdr #lower-banner{
	border:solid #999999 1px;
	height:5px;
	background:url(../_img/theme-00/lower-banner-bg.gif) repeat-y;
	border-top:solid #065c8b 5px;
	border-bottom:solid #065c8b 1px;
	border-left:solid #065c8b 1px;
	border-right:solid #065c8b 1px;
}

/* */
.oneColCtrHdr #footer{
	width:970px;
	margin:0 auto 15px auto;
	height:20px;
	padding:5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-left:5px;
	border-right:1px;
	text-align:left;
} 
.oneColCtrHdr #footer img {
	margin: 0;
	padding:0;
}
.oneColCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColCtrHdr #footer ul {
	padding: 0;
	margin:0;
	list-style-type: none;
	float: right;
	color: #646b72;
	line-height:20px;
}
.oneColCtrHdr #footer li{
	display: inline;
	padding-left:10px;
	padding-right:10px;
}
.oneColCtrHdr #footer li a{
	text-decoration: underline;
	color: #646b72;
}
.oneColCtrHdr #footer li a:visited{
	text-decoration: underline;
	color: #646b72;
}
.oneColCtrHdr #footer li a:hover{
	text-decoration: underline;
	color: #646b72;
}

/* General Classes */
.index-panel{
	width:236px;
	height:360px;
	color:#ffffff;
}
.index-panel p{
	margin:0;
	color:#ffffff;
}
.index-panel a:link{
	color:#ffffff;
	text-decoration:none;/**/
	/*font-weight:bold;*/
}
.index-panel a:visited{
	color:#ffffff;
	text-decoration:none;/**/
	/*font-weight:bold;*/
}
.index-panel a:hover{
	color:#ffffff;
	text-decoration:none;/**/
	/*font-weight:bold;*/
}

.page-title{
	display:block;
	background:#ffffff url(../_img/theme-00/page-title-bg.gif);
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding:0 5px 0 10px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#333333;
	border-bottom:solid #cbd3db 1px;
	font-family:Arial, Helvetica, sans-serif;
}
.page-title-rcol{
	display:block;
	background:#cbd3db url(../_img/theme-00/page-title-bg.gif);
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding:0 5px 0 10px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#333333;
	border-bottom:solid #cbd3db 1px;
	font-family:Arial, Helvetica, sans-serif;
	border-left:solid #cbd3db 1px;
	border-right:solid #cbd3db 1px;
}

.divider-0{
	height:1px;
	border-bottom:solid #cbd3db 1px;
	margin:10px 0 10px 0;
}
.divider-1{
	height:1px;
	border-bottom:solid #cbd3db 1px;
	margin:10px 0 10px 5px;
}

/* CENTRE COLUMN IN NO DISPLAY 2 COL LAYOUT */
.center-column{
	width:548px;
	margin-bottom:10px;
	padding-bottom:10px;
	border:solid #cbd3db 1px;
	background:#ffffff url('../_img/theme-00/center-column-bg.gif') repeat-x;
}
.center-column p{
	color:#333333;
	margin:0 10px 0 10px;
}
.center-column h1,h2{
	color:#333333;
	margin:20px 10px 20px 10px;
}
.center-column ul{
	list-style-type: none;
	padding: 0;
	margin:0 5px 0 20px;
}
.center-column li{
	color:#333333;
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
}
.center-column a{
	color:#333333;
	text-decoration:underline;
}
.center-column a:link{
	color:#333333;
	text-decoration:underline;
}
.center-column a:visited{
	color:#333333;
	text-decoration:underline;
}
.center-column a:hover{
	color:#000000;
	text-decoration:underline;
}

/* PROP PANEL */
.prop-panel{
	/*width:545px;*/
	margin-bottom:10px;
	border:solid #cbd3db 1px;
}
.prop-panel p{
	color:#333333;
	margin:0 10px 0 10px;
}
.prop-panel h1,h2{
	color:#333333;
	margin:20px 10px 20px 10px;
}
.prop-panel ul{
	list-style-type: none;
	padding: 0;
	margin:0 5px 0 20px;
}
.prop-panel li{
	color:#333333;
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
}
.prop-panel a{
	color:#333333;
	text-decoration:underline;
}
.prop-panel a:link{
	color:#333333;
	text-decoration:underline;
}
.prop-panel a:visited{
	color:#333333;
	text-decoration:underline;
}
.prop-panel a:hover{
	color:#000000;
	text-decoration:underline;
}

/* INFO BOX WITH COLORED RIGHT BORDER */
.info-box-rbdr{
	float:right;
	width:220px;
	height:275px;
	padding:0 0 0 0;
	background:#FFFFFF;
	/*border-right:solid #065c8b 5px;
	border-top:solid #2d4699 1px;
	border-bottom:solid #2d4699 1px;
	border-left:solid #2d4699 1px;*/
	margin:0;
}
.info-box-rbdr p{
	margin:0 0 0 5px;
}
.info-box-rbdr ul{
	list-style-type: none;
	padding: 0;
	margin:5px 20px 5px 20px;
}
.info-box-rbdr li{
	color:#333333;
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
	font-weight:bold;
}
/* INFO BOX WITH Yellow BG */
.info-box-yellow{
	float:right;
	width:220px;
	height:275px;
	padding:0 0 0 0;
	color:#000;
	/*
	background:#d5a000;
	border-right:solid #065c8b 5px;
	border-top:solid #2d4699 1px;
	border-bottom:solid #2d4699 1px;
	border-left:solid #2d4699 1px;
	*/
	margin:0;
}
.info-box-yellow p{
	margin:0 0 0 5px;
}
.info-box-yellow ul{
	list-style-type: none;
	padding: 0;
	margin:5px 20px 5px 20px;
}
.info-box-yellow li{
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
	font-weight:bold;
}
.info-box-yellow a:link{
	font-weight:bold;
}
.info-box-yellow a:visited{
	font-weight:bold;
}
.info-box-yellow a:hover{
	font-weight:bold;
}

/* INFO BOX WITH GREEN BG */
.info-box-green{
	float:right;
	width:220px;
	height:275px;
	padding:0 0 0 0;
	background:#0c6d05;
	color:#ffffff;
	/*border-right:solid #065c8b 5px;
	border-top:solid #2d4699 1px;
	border-bottom:solid #2d4699 1px;
	border-left:solid #2d4699 1px;*/
	margin:0;
}
.info-box-green p{
	margin:0 0 0 5px;
	color:#ffffff;
}
.info-box-green ul{
	list-style-type: none;
	padding: 0;
	margin:5px 20px 5px 20px;
}
.info-box-green li{
	color:#ffffff;
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
	font-weight:bold;
}
.info-box-green a:link{
	color:#ffffff;
	font-weight:bold;
}
.info-box-green a:visited{
	color:#ffffff;
	font-weight:bold;
}
.info-box-green a:hover{
	color:#ffffff;
	font-weight:bold;
}

/* FLOAT BOX RIGHT */
.float-box-right{
	float:right;
	width:220px;
	border-top:solid #cbd3db 1px;
}
.float-box-right h1,h2,h3{
	margin:5px 10px 5px 10px;
}
.float-box-right p{
	margin:0 5px 0 10px;
}
.float-box-right ul{
	list-style-type: none;
	padding: 0;
	margin:5px 20px 5px 20px;
}
.float-box-right li{
	color:#333333;
	background-image:url(../_img/theme-00/bullet-arrows-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
}
.float-box-right a{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.float-box-right a:link{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.float-box-right a:visited{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.float-box-right a:hover{
	color:#065c8b;
	font-weight:bold;
	text-decoration:underline;
}
.map-link{
	height:20px;
	line-height:20px;
	padding:5px 10px 5px 10px;
}
.map-link a{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.map-link a:link{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.map-link a:visited{
	color:#065c8b;
	font-weight:bold;
	text-decoration:none;
}
.map-link a:hover{
	color:#065c8b;
	font-weight:bold;
	text-decoration:underline;
}
.ul-white ul{
	list-style-type: none;
	padding: 0;
	margin:0 5px 0 20px;
}
.ul-white li{
	color:#ffffff;
	background-image:url(../_img/theme-00/bullet-arrows-white.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom:5px;
}
