/* Fife Chamber of Safety */
/* Created by JJ - HSfB - 13 May 2007 */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
border-top: 5px #4b5c7a solid;
padding: 0;
border-bottom: 5px #4b5c7a solid;
}

/* Banner across top of page holds site logo */

#main-title {
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
border-bottom: 1px #D0D0D0 solid;
color: #4b5c7a;
font-size: 1.4em;
letter-spacing: 5px;
text-align: center;
border-top: 5px #FF0000 solid;
padding-top: 7px;
font-style: italic;
}


/* Styles for the main text on the page. */

#main-text {
	margin-bottom: 0px;
	margin-left: 202px;
	margin-right: 240px;
	background-color: #FFFFFF;
	border-left: 1px #FF0000 solid;
	border-right: 1px #FF0000 solid;
	padding-right: 15px;
	color: #4b5c7a;
	padding-bottom: 200px;
	height: 100%;
	border-top: 1px #FF0000 solid;
}

#main-text2 {
	margin-bottom: 0;
	margin-left: 202px;
	margin-right: 240px;
	background-color: #FFFFFF;
	border-left: 1px #FF0000 solid;
	border-right: 1px #FF0000 solid;
	padding-right: 15px;
	color: #4b5c7a;
	padding-bottom: 200px;
	height: 150%;
	border-top: 1px #FF0000 solid;
}

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.1em;
	color: #4b5c7a;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 0;
	font-weight: normal;
	border-bottom: 1px #FF0000 solid;
	text-align: center;
}

h2 {
padding: 0;
font-size: .9em;
color: #4b5c7a;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h3 {
padding: 0;
font-size: .8em;
color: #4b5c7a;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

p, ul, ol, table {
	padding-left: 14px;
	font-size: 0.7em;
	line-height: 1.9em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

a:link, a:visited {
color: #214A9C;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FF5218;
text-decoration: underline;
font-weight: bold;
}

/* =-=-=-=-=-=-=-[Main Menu]-=-=-=-=-=-=-=- */
	
#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	position: absolute;
	top: 130px;
	left: 0px;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(images/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(images/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(images/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}

.static {
border-bottom: 1px #4b5c7a solid;
display: block;
color: #FFFFFF;
background-color: #FC7C00;
text-align: right;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
font-size: 0.8em;
font-weight: bold;
}

.spacer {
	border-bottom: 1px #4b5c7a solid;
	display: block;
	color: #FFFFFF;
	background-color: #FC7C00;
	text-align: right;
	padding-right: 7px;
	padding-bottom: 13px;
	padding-top: 8px;
	font-size: 0.8em;
	font-weight: bold;
}

/* Styles for the pullquote on the right side. */

#right-column {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 215px;
	background-color: #FFFFFF;
	border-bottom: 2px #FF0000 solid;
	color: #4b5c7a;
	font-style: italic;
	text-indent: 0px;
	white-space: normal;
	text-align: center;
	height: 350px;
	border-top: 1px #FF0000 solid;
	padding-left: 5px;
	padding-right: 6px;
	border-left: 1px #FF0000 solid;
	border-right: 1px #FF0000 solid;
}

#right-column p {
padding-left: 5px;
padding-right: 0px;
padding-top: 25px;
font-size: 0.7em;
}

#right-column strong {
color: #4b5c7a;
font-style: italic;
font-size: 0.9em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #FF0000;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px #FF0000 solid;
margin-top: 0;
border-bottom: 5px #FF0000 solid;
padding-right: 50px;
font-size: 0.7em;
}

#footer a:link, #footer a:visited {
color: #214A9C;
border: none;
}

#footer a:hover {
color: #FF5218;
text-decoration: underline;
}

