﻿body,div,span,p,ul,li,td,th,input,select,textarea,button 
		{
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 11px;
			
			
		}
		body 
		{
			background-color:#d4c9bd;
			background-color:#414141;
			color:White;
			margin: 0px;
			min-height: 100%; 
			height: 100%;
		}
		
		img{border:0;}

		a{color:silver;}
		a:hover{color:888B8D;}
		
		.floatFix{clear:both;}
		
		#mainHolder
		{
		    text-align:center;
		    margin: 0 auto;

		}
		
		.container{
			width:900px;
			text-align:left;
			background-color:Silver;
			margin:0 auto;
		}
		
		#main
		{
		    width:900px;
		    text-align:left;
		    margin:0 auto;
		}
		
		.headerPanel
		{
		    width:900px;
			text-align:left;
			background-color:black;
			height:100px;
			vertical-align:middle;
		}
		
		.yellowHeader
		{
			color: #C99700;
			text-decoration: bold;
			font-size: 13px;
		}
		
		.contactInfo
		{
		    float:right;
		    padding:55px 5px 5px 10px;
		    color:gray;
		}
		
		.contactInfo a
		{
		    color:#C99700;
		    text-decoration:none;
		}
		
		.contactInfo a:hover
		{
		    color:888B8D;
		    text-decoration:underline;
		}
		
		.headerMenu
		{
		    width:900px;
			height:30px;
			vertical-align:middle;
			text-align:right;
			background: url(/images/topNav.png);
		}

        .headerMenuItems
        {
            text-decoration:none;
            color:White;
            font-size:12px;
            padding:0px 10px 0px 10px;
        }

		.leftPanel
		{
		    width:250px;
		    min-height:400px;
		    background-color:#AC8200;
		    margin: 0;
		    text-align:center;
		    vertical-align:top;		   
		}
		.leftPanelSpacer
		{
		    height:30px;
			vertical-align:middle;
			background: url(/images/topNav.png);
		}
		.leftNavFiller
		{
		    min-height:299px;
		    background: url(/images/leftNavPiece.png) repeat-x;
		}
		
		.centerPanel
		{
		    width:650px;
		    background-color:#121212;
		    text-align:left;
		    vertical-align:top;
		    min-height:400px;
		    height:400px;
		}
		
		.centerPanel2
		{
		    width:650px;
		    background-color:white;
		    text-align:left;
		    vertical-align:top;
		    min-height:400px;
		}
		
		.rightPanel
		{
		    width:200px;
		    min-height:400px;
		    height:400px;
		    background-color:Fuchsia;
		    margin: 0;
		    text-align:left;
		    vertical-align:top;
		    padding:5px;
		    border-left:1px solid black;
		}
		
		.footerPanel
		{
		    width:900px;
			text-align:center;
			background-color:white;
			height:30px;
			border-top:1px solid black;
			color:Black;
			
			
		}
		
		.siteBottom
		{
		    font-size:10px;
		    color:white;
		    padding:10px;
		    text-align:right;
		}
		
		
		
		
/*Left Menu Block*/
    .leftMenuContainer
{
  text-align:center;
}

.leftMenuParentOne
{
    height:40px;
    background-color:#121212;
    display:block;
    text-decoration:none;
    background: url(/images/leftMenuItemOn.png) repeat-x;
}

.leftMenuParentOne a, .noLeftMenuURL
{
    font-size:13px;
    font-weight:bold;
    line-height:40px;
    text-decoration:none;
    color:#ffffff;
    text-align:center;
}

.leftMenuParentOne a:hover, .leftMenuParent a:hover
{   
    color:#888B8D;
}



.leftMenuParent
{
    height:40px;
    line-height:40px;
    background-color:#121212;
    border-top:1px solid white;
    display:block;
    text-decoration:none;
}

.leftMenuParent a
{
    text-indent:10px;
    text-decoration:none;
    color:#C99700;
    text-align:center;
}

.leftMenuParent a:hover
{   
    color:#888B8D;
}


.leftMenuChild 
{
    height:30px;
    background-color:#121212;
    border:solid;
    border-color: white;
    border-width: 1px;
    padding:10px;
    display:block;
    text-decoration:none;
}

.leftMenuChild a
{   
    text-indent:10px;
    text-decoration:none;
    color:black;
}

.leftMenuChild a:hover
{   
    color:#888B8D;
}

.footerMenuItem
{
    text-decoration:none;
    color:black;
    font-size:10px;
}
/*Buttons*/
.linkButton
{
    width:180px;
    height:59px;
    text-align:center;
    display:block;
    color:White;
    font-size:15px;
    line-height:55px;
    text-decoration:none;
    font-weight:bold;
    background: url(/images/blankButton.png);
}
    
.linkButton:hover
{
    width:180px;
    height:59px;
    text-align:center;
    display:block;
    color:White;
    font-size:15px;
    line-height:55px;
    text-decoration:none;
    font-weight:bold;
    background: url(/images/blankButtonOn.png);
}



/*jQuery Accordion*/
.accordion {
	width: 650px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-size:12px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color:Navy;
	
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
/* end jQuery Accordion*/

/*Web Parts*/

.webPartContentHolder
{
    margin-bottom:10px;
}
.LeftWebPanelPart
{
    width:200px;
    text-align:center;
    margin: 0 auto;
    color:Black;
    
    
}
.webpaneltitle_left
{
    width:200px;
    background-color:gray;
    padding:5px;
    font-weight:bold;
    color:white;
    border-bottom-width:1px;
    border-bottom-style:inset;
    border-bottom-color:Black;
        
}
    .webpanelcontent_left
    {
        width:200px;
        background-color:white;
        padding:5px;
        font-weight:bold;
        color:inherit;
        margin-bottom:10px;
        
    }
    
/*End Web Parts*/
