
/* elements */

body {
	margin: 0px;
	padding: 0px;
	color: #2F2F2F;
	background-color: #00561B;
	font-family: helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic', Helvetica, sans-serif;
	color: #00356F;
}

p {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
}

small {
	font-size: 10px;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted #2F2F2F;
	font-style: normal;
}

acronym:hover, abbr:hover {
	cursor: help; 
}

a {
	color: #00356F;
	text-decoration: underline;
}

a:hover {
	color: #7E8B40;
	text-decoration: underline;
}

/* layout */
		
div#page {
	background: #00561B url(../images/pane-background.gif) center repeat-y;
	text-align: center;
}

div#container {
	position: relative;
	max-width: 900px;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FDE8B5;
	text-align: left;
}		
/* IE bug fixing \*/ * html div#container { width: 902px; widt\h: 900px; } /* IE bug fixing */
		
div#header {
	padding: 0;
	margin: 0;
	color: white;
	background: #00356F url(../images/header-background.jpg) 50% center no-repeat;
        background-size:100% auto;
        height:175px;
}

@media screen and (max-width: 800px) {
    
    div#bar li
    {
        display:inline-block;
    }

    div#bar li span
    {
        color: white;
        background-color:#00356F;
        display:inline-block;
        padding: 3px 10px;
    }
    
    div#bar li a
    {
        text-decoration: none;
        display:inline-block;
        padding: 3px 10px;
    }
}

@media screen and (min-width: 800px) {
    div#bar {
            background: #C4C4C4 url(../images/bar-background.gif) repeat-x;
            height: 29px;
            overflow: hidden;
    }

    div#bar ul {		
            margin: 0 0 0 45px;
            padding: 0;
            list-style: none;
    }

    div#bar li {
            float: left;
            margin: 0;
            padding: 0 20px 0 0;
            background: transparent url(../images/tabs.gif) 100% -60px no-repeat;
    }

    div#bar li.current {
            background: transparent url(../images/tabs.gif) 100% 0px no-repeat;
    }

    div#bar li.current span {
            display: block;
            padding: 10px 0 7px 20px;
            background: transparent url(../images/tabs.gif) 0 0px no-repeat;
            font-family: 'Lucida Grande', Helvetica, sans-serif;
            font-size: 12px;
            color: #2F2F2F;
    }

    div#bar li a {
            display: block;
            padding: 10px 0 7px 20px;
            background: transparent url(../images/tabs.gif) 0px -60px no-repeat;
            font-family: 'Lucida Grande', Helvetica, sans-serif;
            font-size: 12px;
            text-decoration: none;
            color: #2F2F2F;
    }

    div#bar li:hover {
            background: transparent url(../images/tabs.gif) 100% -120px no-repeat;
    }		

    div#bar li:hover a {
            background: transparent url(../images/tabs.gif) 0px -120px no-repeat;
            color: #00356F;
    }

    div#bar li.current {
            background: transparent url(../images/tabs.gif) 100% 0px no-repeat;
    }
}		
div#main {
	padding-bottom: 20px;
}

div#main h1 {
	margin: 30px 60px 15px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 22px;
	color: #00356F;
	clear: left;
}

div#main h2 {
	margin: 15px 60px 15px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 20px;
	color: #00356F;
}

div#main h3 {
	margin: 15px 40px 15px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 14px;
	color: #DC5036;
}

div#main h4 {
	margin: 0px 40px 0px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

div#main h5 {
	margin: 0px 40px 15px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2F2F2F;
}

div#main h6 {
	margin: 0px 40px 0px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00356F;
}

div#main p {
	margin: 0px 60px 15px 60px;
	text-align: justify;
	font-family: helvetica, sans-serif;
	font-size: 12px;
}

div#main ul {
	margin: 0px 60px 15px 60px;
	font-family: helvetica, sans-serif;
	font-size: 12px;
}


div#main blockquote {
	margin: 0px 70px 15px 70px;
	padding: 5px 0px 5px 0px;
	background-color: #F8F8F8;
	text-align: left;
}

div#main blockquote p {
	margin: 5px 10px 5px 10px;
	font-family: helvetica, serif;
	font-size: 12px;
	font-style: italic;
}


div#main q {
	font-style: italic;
}

div#main q:before {
	content: '� ';
}

div#main q:after {
	content: ' �';
}

div#main blockquote p:before {
	font-size: 14px;
	font-style: normal;
	content: '� ';
}

div#main blockquote p:after {
	font-size: 14px;
	font-style: normal;
	content: ' �';
}

div#main hr {
	margin: 0px 60px 0px 60px;
	border: 0px hidden white;
	visibility: hidden;
	clear: left;
}

div#main img {
	margin: 0px 15px 15px 60px;
	border: 0;
}

div#main p img {
	margin: 0px 10px 5px 0px;
	border: 0;
	float: left;
}

div#extra {
	float: right;
	width: 200px;
	padding: 48px 60px 0px 0px;
	margin: 0px 0px 10px 30px;
}

/* IE bug fixing \*/ * html div#extra { width: 257px; w\idth: 200px; padding: 50px 57px 0px 0px; p\adding: 50px 60px 0px 0px; } /* IE bug fixing */

div#extra h1 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	height: 17px;
	background: #4B779A url(../images/title-background.gif);
	text-align: center;
	color: white;
}

div#extra p {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 15px 10px;
	font-size: 12px;
	text-align: justify;
	background: #F9F9F9 url(../images/pane-background.gif) bottom;
}

div#extra ul {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 15px 30px;
	font-size: 12px;
	background: #F9F9F9 url(../images/pane-background.gif) bottom;
	list-style: outside;
	list-style: url(../images/list-bullet.gif);
}

div#extra li {
	margin-bottom: 5px;
}

div#footer {
	background: #00561B url(../images/footer-background.gif) center repeat-y;
	height: 80px;
	text-align: center;
}

div#footer p.screen {
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

div#footer p.print {
	display: none;
}

a.smooth {
	text-decoration: none;
}

a.smooth:hover {
	text-decoration: underline;
}

a.clean {
	text-decoration: none;
}

a.clean:hover {
	text-decoration: none;
}

img.icon {
	border: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: bottom !important;
}

img.figure {
	float: left;
}

@media screen and (max-width: 800px) {
    div#bar ul {		
	margin: 0;
	padding: 0;
	list-style: none;
    }

}

footer
{
    clear:both;
}