/* Adds vertical scrollbar to Firefox to prevent "page jumping" */
html {min-height: 100%; margin-bottom: 1px;}

body {
	padding: 0 0 10px 0;
	margin: 0 auto 0;
	text-align: center;
	background: #F6F4D9;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
}

img {border: none;}

acronym {border: none;}

a:link {color: blue; text-decoration: none;}
a:active {color: orange; text-decoration: none;}
a:visited {color: #CC6600; text-decoration: none;}
a:hover {color: orange; text-decoration: none;}
#navbarLinks a:link {color: white; text-decoration: none;}
#navbarLinks a:active {color: yellow; text-decoration: none;}
#navbarLinks a:visited {color: white; text-decoration: none;}
#navbarLinks a:hover {color: yellow; text-decoration: none;}

p {margin: 0px 25px 10px 25px;}

h1 {
    font-size: 14px;
    color: #660000;
    margin: 25px 0px 0px 50px;
    padding-bottom: 30px;
}

h2 {
    text-align: left;
    font-size: 13px;
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: bold;
    font-style: oblique;
    color: #660000;
    padding: 5px 0px 0px 50px;
}

hr {
    border: none;
    background-color: #E8B025;
    color: #E8B025;
    height: 1px;
    text-align: center;
    width: 40%;
    margin-top: 5px;
}

#wrapper {
	position: relative; /*relative to browser window*/
	text-align: left;
	width: 1002px;
	margin: 10px auto 10px auto;
    border: orange 1px solid;
/*    background: cyan; */
}

#masthead {
	position: relative; /* w/in relatively positioned #wrapper */
	margin-right: auto;
	margin-left: auto;
	width: 1002px;
	height: 107px;
	text-align: center;

}

#mastheadLogo {
	position: absolute; /* w/in relatively positioned #masthead */
	left: 0px;
	width: 370px;
	height: 107px;
}

#mastheadFlash {
	position: absolute;  /* w/in relatively positioned #masthead */
	left: 370px;
	width: 632px;
	height: 107px;
	z-index: 10;
}

/* contains both #navbarColumn, #contentColumn and #footer */
#mainContainer {
	position: relative; /* relative to document flow w/in #wrapper */
	margin-right: auto;
	margin-left: auto;
	width: 1002px;
    background: white;
}

#navbarColumn {
	float: left;
	width: 370px;
    height: 500px;
    background: white;
}

 /* absolutely positioned wrt #navbarColumn */
#navbar {
	position: absolute;
	width: 370px;
	height: 451px;
	top: 0px;
	left: 0px;
	padding-left: 0px;
    background-image: url(../images/navbar_bg.jpg);
    background-repeat: no-repeat;
}

#navbarLinks {
    text-align: left;
	font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFF;
    padding-left: 10px;
}

#navbarContact {
    position: absolute;
    width: 350px;
    height: 51px;
    top: 380px;
    left: 10px;
    text-align: left;
	font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #FFF;
}

/* absolutely positioned wrt #navbarColumn */
#navbarFooter {
    position: absolute;
    width: 370px;
    height: 194px;
    top: 451px;
    left: 0px;
}

#contentColumn {
	float: right;
	width: 632px;
    margin: 0px 0px 10px 0px;
    background: white;
}

/* inside #contentMainColumn, which is floated right */
#pageTitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 632px;
	height: 133px;
}

#contentIndexFlash {
	float: right;
	margin: 0px 0px 0px 20px;
	display: inline;
	width: 188px;
	height: 245px;
}

#footer {
	clear: both;
	position: relative;
	width: 1002px;
	height: 144px;
    background-image: url(../images/footer_bg.gif);
}

#footerText {
    position: relative;
    margin-right: auto;
    margin-left: auto;
	padding-top: 5px;
	text-align: center;
    font-size: 12px;
}

#footerText hr {
    border: none;
    background-color: #E8B025;
    color: #E8B025;
    height: 1px;
    text-align: center;
    width: 40%;
    margin-top: 10px;
}

#footerCopyright {
    font-size: 10px;
}
