﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html
{
	overflow-x: auto;
	overflow-y: scroll;
}


cite
{
	font-size: .7em;
	font-style:normal;
}

body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, td, form, fieldset, a, address
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    font-size:small;
    padding: 0;
	font-family: Verdana;
	line-height:1.5;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


p
{
	font-size: small;
	color: #000000;
	margin-top: .2em;
	margin-bottom: 1em;
	/* text-indent:15px; */
}

	
a
{
	color:#2222EE;
}


h1, h2, h3, h4, h5, h6
{
	color: #9D002C;
	margin-bottom:0em;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	font-size: 1.2em;	
	font-weight: bold;
}
h2 {
	font-size: 1.0em;	
	font-weight: bold;
}
h3
{
	font-size: 0.8em;	
	font-weight: bold;
}


/* site master divs */
#mainwrapper
{
	background-color: #303030;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	top: 0px;
}

#topContent
{
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	height:150px;
}

#menudivbar 
{
	background-color: #9D002C;
	position:relative;
	top:105px;
	width:883px;
	height: 20px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #AAAAAA #444444 #444444 #AAAAAA;
}


#menudivsub
{
	margin-left:225px;
	height: 24px;
	position:relative 
}
#menudivfooter
{
	position:relative;
	width:882px;
	height: 38px;
	top:-4px;
	background-image: url('Images/bk3.jpg');
}

#mainContent
{
	margin-left: 10px;
	margin-right: 9px;
	background-image: url('Images/bk3.jpg');
}

#footerContent
{
    clear:both;
    text-align:left;
	margin-left: 10px;
	margin-right: 9px;
	margin-top:-3px;
	background-image: url('Images/bk3.jpg');
}

/* page table layout styles */
.pageSideCol
{
	width: 210px;
}

.pageColPic
{ 
	margin: 3px; 
	width: 190px; 
	margin-bottom:7px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #AAAAAA #444444 #444444 #AAAAAA;
}

/* page divs */
#PageWrapper{float:left;width:100%;}
#PageColumnWrapper{float:left;width:100%;}
#PageContent-WithRightCol{margin-right:210px; margin-left:210px; padding:15px 15px;}
#PageContent-NORightCol{margin-left:210px; padding:15px 15px;}
#PageLeftCol{float:left;width:200px;margin-left:-880px; padding:15px; position:relative }
#PageRightCol{float:left;width:200px;margin-left:-210px; padding:5px}
#PageCompleter{clear:left; width:100%; height:1px}
#PageFullWidth{margin:15px 15px 5px 18px; width:853px;}


.Three3DBoarderWhiteHighlight
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF #444444 #444444 #FFFFFF;
}

.Three3DBoarderGrayHighlight
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #AAAAAA #444444 #444444 #AAAAAA;
}


/* Accordion */
.accordionHeader
{
    /*border-style:none;*/
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#000000;
    color: white;
    background-color: #666666;
	font-weight: normal;
    cursor: pointer;
    padding: 3px;
     
    background-image: url('images/expand.png');
    background-repeat: no-repeat;
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */

}

.accordionHeader a
{
	background-position: none;
	border:none;

	color: #CCC;
	background: none;
	text-decoration: none;
	background-color: #666666;
	padding: 3px;
	
}

.accordionHeader a:hover
{
	background: none;
	border:none;
	color: #FFF;
	text-decoration: underline;
	padding: 3px;
}

.accordionHeaderSelected
{
    /*border-style:none;*/
        border-top-style:solid;
    border-top-width:1px;
    border-top-color:#000000;
    color: white;
    background-color: #666666;
	font-weight: normal;
    padding: 3px;
    cursor: pointer;
    
    background-image: url('images/collapse.png');
    background-repeat: no-repeat;
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
}

.accordionHeaderSelected a
{
	border:none;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	padding: 3px;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
	padding: 3px;
}

.accordionContent
{
    background-color: #CCCCCC;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
}