/* standard elements */
html { min-height: 100%; height: 100%; margin-bottom: 1px; overflow-y:scroll; overflow-x:auto; overflow: scroll; }
scrollbar[orient="vertical"] { display: none !important; }

* {margin: 0; padding: 0;}


body {
	background: #d7d2bf;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333; }

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333; }

/*h1, h2, h3 { margin-top: 1.5em; font-weight: normal; color; #FF1493; }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; }*/

p, ul, ol { margin-top: 1.5em; line-height: 160%; }

ul, ol { margin-left: 3em; }

blockquote { margin-left: 3em; margin-right: 3em; }

/* Header */

#header { height: 110px; margin: 0 auto; background: #2E2E2E; }

#logo { width: 900px; height: 110px; margin: 0 auto; }
#logo h1, #logo h2 { margin: 0; letter-spacing: -0.05em; text-transform: lowercase; font-weight: normal; color: #FFFFFF; }
#logo h1 { float: left; padding-top: 40px; font-size: 4em; }
#logo h1 a { text-decoration: none; color: #FFFFFF; }
#logo h2 { float: left; padding: 67px 0 0 8px; font-size: 2em; font-style: italic; color: #FFFFFF; }


/* Menu */

#menu-wrap { background: #2E2E2E; }
#menu { width: 900px; height: 50px; margin: 0 auto; }
#menu ul { margin: 0; padding: 0; list-style: none; line-height: normal; }
#menu li { display: inline; }
#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF; }

#menu a:hover { text-decoration: none; background: #983D3A; border: 1px #D45951 solid; }
#menu .first a { background: #983D3A; border: 1px #D45951 solid; }


/*NAV DROPDOWN MENU*/

/*set up ul tags*/
#nav, #nav ul{ padding:0; margin:0}
/*set up a tags*/
#nav a{display:block;}
/*position level 1 links horizontally*/
#nav li{display:block; float:left;}
/*undo previous style for level 2 links*/
#nav li ul li{float:none;}
/*position level 2 links vertically and hide*/
#nav li ul{display:none; position:absolute; z-index:1}
/*unhide level 2 links on li:hover from level 1*/
#nav li:hover ul{display:block;}

/*DROPDOWN STYLING:*/

#nav{height:25px; }
#nav a{color:#000000; padding:5px 10px 5px 10px;}
#nav a:hover{color:#000000;}
#nav li{background-color:#FFE4B5; border:solid 1px #CCC; margin-left:-1px;}
#nav li:hover{background-color:#BBB082;}

/* Page */
#page { width: 900px; margin: 0 auto; }

#content { border-bottom: 4px #BBB082 solid; }  /* ROW 2 OF CONTENT AREA */

/* LEVEL I CONTENT ========================================================== */

#level-1-wrap {  border-bottom: 4px #BBB082 solid; } /* ROW 1 OF CONTENT AREA */

#level-1 { background: #d7d2bf; width: 900px; margin: 0 auto; padding: 0 0 20px 0; }


/* LEVEL 2 CONTENT ========================================================== */

#level-2 { width: 900px; margin: 0 auto; background: #d7d2bf; color: #333333; }

#level-2 h2 { margin: 0; padding: 10px 0 10px 15px; background:BBB082; letter-spacing: .5em; text-transform: uppercase;
	text-align: center; font-size: 1.1em; font-weight: bold; color: #800000; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Footer ============================================== */

#footer a {
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF; }

#footer a:hover { text-decoration: none; background: #983D3A; border: 1px #D45951 solid; }

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
    background: #2E2E2E; }

#footer p { margin: 0; font-size: .8em; color: #666666; }

    .titleblue {
    font: 1.3em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#0000CD;
	border-bottom:0px dotted #b6b6b6;
    line-height: 1.5em;
	padding:12px 0;}

    .titlered {
    font: 1.3em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:red;
	border-bottom:0px dotted #b6b6b6;
    line-height: 1.5em;
	padding:12px 0;}

