/* belowtabsmenu.css */
/* Courtesy: Dynamic Drive CSS Library */
/* www.intelligentwebware.com */




body {
margin: 0; 
padding: 0; 
background: #330000 /* outer body dark maroon color */
}


/*---------------- Layout DIVS -------------------*/

#container {  /* keeps everything together */
margin-right:auto;
margin-left:auto; 
position: relative;
text-align: left;
width: 950px;  
background: #11b0f4; /*this background flows behind the left column */
overflow: hidden;
}

#hdr {  /* div containing h1, nav and keyboard image */
position:relative;
margin-left: 0px;  /*55px*/
width: 950px; 
height: 120px; 
background: url(belowtabsmenu_banner.jpg) 0 0 no-repeat #D9B364;  
border-bottom: 6px solid #8b0000; /* #8b0000= maroon #D9D93C=light olive green */
}



#contact li a {

	font-size: .5em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: transparent;
	border: none;
	padding: 5px;
	height: 2em;
	font-weight: bold;
}

#contact li a:hover {
	color: #10214E;
	background: #ffee99;
}






#rightcol {
float: right; 
width: 950px; 
height: auto;
min-height: 550px;

margin-bottom: 0px;

background: #fff; 
border: 3px;
border-color: #000000;
overflow: hidden
} 

#peacock{
position:absolute; 
right: 20px;
top: 200px;

}

#rightcol p{
font-family: 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
font-weight: normal;
font-size: .9em;
margin: 10px 15px 0px 50px; 
line-height: 1.4em; 
color: #000; 
letter-spacing: 0.04em
}



#rightcol h1, h2, h3, h4 {
font-family:  'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
color: #dddddd;
margin: 15px 5px 5px 50px; /*top,right,bottom,left */
color: #1f3e00; 
font-weight: bold; 
text-decoration: none
}



#footer {
float: right;
clear: both;
text-align: center; 
font-size: 0.70em; 
height: 4em; 
line-height: 4em; 
width: 950px; 
background: #EBADCC; /* blue background */
border-top: 3px solid #D9D93C
} 



/* menu tabs */

#invertedtabs{
margin-left: 40px;

margin-top: -20px;

padding: 0;
width: 100%;
background: transparent;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 9px  sans-serif;
margin: 0 1em 0 6em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 20px;
}


#invertedtabs a{
float:left;
color: red;
background: white; /*url(color_tabs_left2.gif) no-repeat left bottom;*/
margin:0 2px 0 0;
padding:1px 9px 1px 17px;  /*padding around text in tab */
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a:hover{
float:left;
display:block;
background: pink; /*url(color_tabs_right2.gif) no-repeat right bottom;*/
padding:1px 9px 1px 17px; 
}      /*also padding around text in tab */


#invertedtabs a span{
float:none; /*affects color change on hover*/
}



#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: pink; /*change color of current tab*/
}




