/* CSS document to style legacy cgi scripts into new-look SCDC website */
/* Used in conjunction with cgi-bin/coastal-template.tmpl */

body {font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000; margin:0px;}
img {border:none;}
.PageTitle {font-family:arial; color:#005AAB; font-size:large; margin-bottom:5px;}
.red_bg {background:red; color:white;}
.navy_bg {background:navy; color:white;}
a:visited {color:purple;}
ul {list-style-position:outside; list-style-type:disc;}
p, td {font-size:0.8em;}
ul li {font-size:0.8em;}
td ul li {font-size:1em;} /* fix for lists nested in tables */
.blue_text {color:#005AAB;}
.blue_bg {background:#2c59a9; color:white;}
#localplan a:visited {color:#FFFFFF;}

/* Layout */
/* ----------------------------------------------------------------------------------------------------- */
.Header {z-index:1;	position:absolute; left:0px; top:0px; /*background-image:url('../images/header.gif');
		 background-repeat:no-repeat; height:135px;	width:780px;*/}
.Logo {z-index:2; position:absolute; left:380px; top:35px;	width:223px; height:76px;}
.Banner {z-index:1; position:absolute; left:12px; top:62px;	/*background-image:url('../images/banner.gif');
		 background-repeat:no-repeat; width:339px; height:60px;*/}
.CentreContent {position: absolute; left:20px;/*144px;*/ top:135px;	width:630px;
				background-color: white; margin:0px; padding-top:0px;}

/* Headers */
/* ----------------------------------------------------------------------------------------------------- */
h1 {font-family:Arial; color:#005AAB; font-size:large; margin-bottom:5px; font-weight:normal;}
h2 {font-family:Arial; color:#005AAB; font-size:medium; margin-bottom:5px; font-weight:bold;}
h3 {font-family:Arial; color:#005AAB; font-size:small; margin-bottom:5px; font-weight:bold;}
h4 {font-family:Arial; color:#000000; font-size:x-small; margin-bottom:5px; font-weight:bold;}
h5 {font-family:Arial; color:#000000; font-size:xx-small; margin-bottom:5px; font-weight:bold;}
h6 {font-family:Arial; color:#005AAB; font-size:xxx-small; margin-bottom:5px; font-weight:normal;}
