/* This style is a modified version of
/* http://www.pmob.co.uk/temp/3colcentred_2a.htm
/* To get a bit more information about this style
/* Visit the website
/* Base styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

/* Responsive typography */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.25;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.125em; }
h6 { font-size: 1em; }

/* Navigation links */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Media queries for responsive design */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    h1 { font-size: 1.75em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.25em; }
    /* Adjust other heading sizes as needed */
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }

    h1 { font-size: 1.5em; }
    h2 { font-size: 1.25em; }
    h3 { font-size: 1.125em; }
    /* Adjust other heading sizes as needed */
}

/* Add more custom responsive CSS as needed */



/* BREADCRUMB FORMATTING */
#nav1
{
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 1em;
}

#nav1 ul
{
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0;
}

#nav1 li
{
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
	text-align: left;
	font-weight: bold;
}

#nav1 li:first-child
{
	border: none;
	text-align: left;
	font-weight: bold;
}
/* BREADCRUMB FORMATTING */


#outer {
    display: flex;
    width: 100%;
margin-top:50px;

}

#innerwrap {
    display: flex;
    width: 100%;

}
#header {
    width: 3%;
    order: 1;
		background-color: #00f;
}

#left {
    flex-basis: 15%;
    order: 1;
	padding:20px 20px;
}

#centrecontent {
    flex-basis: 100%;
    order: 2;
	padding:20px 20px;
}

#right {
    flex-basis: 15%;
    order: 3;
	padding:20px 20px;
}


#footer {
    width: 100%;
}



#header
{
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	color: #000000;
	z-index: 100;
	background-color: #fff;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat;
	background-position: center bottom;
}

/* FOOTER FORMATTING */
#footer
{

	width: 100%;
	clear: both;
	height: 85px;
	border-top: 1px solid silver;
	background-color: #eeeeee;
	color: #000;
	text-align: center;
	left: 0;
	bottom: 0;
font-size: 10px;
}

* html #footer
{
	/*only ie gets this style*/
	\height: 52px;
	/* for ie5 */
	he\ight: 50px;
	/* for ie6 */
}
#clearfooter
{
	width: 100%;
	height: 52px;
	clear: both;
}
/* to clear footer */
/* FOOTER FORMATTING */


/* LEFT COLUMN FORMATTING */
#left
{
	padding-top: 123px;
	/*needed to make room for header*/
	padding-bottom: 32px;
	/* needed to make room for footer */
}
#left h3
{
	color: #000;
    font-size:1em; 
	margin: 10px 0 0 0;
	font-weight: bold; 

}
#left p
{
	font-size: 0.8em;
	margin-top: 3px;
}
/* LEFT COLUMN FORMATTING */

/* RIGHT COLUMN FORMATTING */
#right
{
	position: relative;
	/*ie needs this to show float */
	width: 16%;
	float: right;
	padding-top: 123px;
	/*needed to make room for header*/
	padding-bottom: 32px;
	/* needed to make room for footer */
	font-family:verdana,arial,sans-serif;
}
#right h3
{
	color: #000;
    font-size:12px; 
	margin: 10px 0 0 0;
	font-weight: bold; 
	text-decoration: underline;
}
#right p
{
	font-size: 11px;
	margin-top: 3px;
}
/* RIGHT COLUMN FORMATTING */
