@charset "utf-8";
/* CSS Document */
<!--
body {
		font-family: "Trebuchet MS";
	font-size:13px;
	font-weight: bold;	
	background: #000000 url(../images/bg.jpg) top center;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	}
	
.oneColFixCtrHdr #title {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight: bold;	
	color:#ffcf4f;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin: 30px 150px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #48484a;
	width:920px;
	height:380px;
	margin: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #topmenu {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	background: #000000 url(../images/logo.jpg) no-repeat;
	
	
}
.oneColFixCtrHdr #topmenu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainmenu {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
   	 height: 30px;
	background:#48484a; 
}
.oneColFixCtrHdr #mainmenu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}

.oneColFixCtrHdr #pic p {
	padding: 20px 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #3f4346;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	color: #fff;
	margin: 0 20px 0 20px;
	
}

.images
{
float:right;
margin:10px;
padding: 5px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#323232;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 11px;

    
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.oneColFixCtrHdr #pic {
	/*padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: right;
	float: right;
	width: 960px;
	text-align: left;
	font-size: 9px;
	padding: 10px 0 20px 1px;
	color: #666;
	/*visibility:hidden;*/
}
.oneColFixCtrHdr #pic p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.invertedshiftdown2{
padding: 0;
width: 920px;
border-top: 5px solid #0040a9;
margin: 0 20px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

.invertedshiftdown2 ul{
margin:0;
margin-left: 70px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
background-color:#999999;

}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

.invertedshiftdown2 a{
float: left;
display: block;
font-family: "Trebuchet MS";
font-size: 16px;
font-weight: bolder;
color: #c1f66f;
text-decoration: none;
margin: 0 1px 0 1px; /*Margin between each menu item*/
padding: 5px 37px;/*Padding within each menu item*/
/*background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid #332d2c;
}

.invertedshiftdown2 a:hover{
background-color: #c1f66f;/*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #f26522; /*Highlight red color theme*/
color: black;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;

}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 39px; /*padding inside each tab*/
/*border-right: 2px solid green; right divider between tabs
border-color: #c1f66f;*/
font-family: "Trebuchet MS";
font-size: 16px;
font-weight: bolder;
color: #c1f66f;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #c1f66f;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.matttoptabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.matttoptabs ul{
margin: 0;
padding: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.matttoptabs li{
display: inline;
margin: 0;
}

.matttoptabs li a{
float: right;
display: block;
text-decoration: none;
margin: 35px 0px;
padding: 0px 39px; /*padding inside each tab*/
border-right: 2px solid green; /*right divider between tabs*/
border-color: #c1f66f;
font-family: "Trebuchet MS";
font-size: 16px;
font-weight: bolder;
color: #c1f66f;
background: #000000; /*background of tabs (default state)*/
}

.matttoptabs li a:visited{
color: #c1f66f;
}

.matttoptabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.links{
width: 920px;
overflow: hidden;
}

.links ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.links li{
display: inline;
margin: 0;
}

.links li a{
float: left;
text-decoration: none;
margin:10px 20px;
padding: 0px 25px; /*padding inside each tab*/
border-right: 1px solid green; /*right divider between tabs*/
border-color: #ffcd1e;
font-family: "Trebuchet MS";
font-size: 11px;
font-weight: bold;
color: #ffcd1e;
background: #323232; /*background of tabs (default state)*/
}

.links li a:visited{
color: #ffcd1e;
}

.links li a:hover, .mattblacktabs li.selected a{
font-size: 11px;
font-weight: bold;
color: #ffffff;
background: #323232;/*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.border{
background: #c1f66f;
}

-->
