﻿body 
{
	background-color:#778899;
}

.pageDiv
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
}

.topContentDiv
{
	width:100%;
	height:95px;
    background-image:url(../../Images/gradient_blue.jpg);
    background-repeat:repeat-y;
}

.menuAreaDiv
{
	width:80%;
	float:left;
	clear:none;
	height:5.5%;
	background-color:#778899;
}

.menuContainerDiv
{
	float:left;
	clear:none;
	width:100%;
	height:100%;
}

.navigate
{
	width:80%;
	display:block;
}

.leftContentDiv
{
	float:left;
	clear:none;
	width:20%;
	height:110.5%;
	background-color: #778899;
}


.mainContentDiv
{
	float: left;
	clear: none;
	z-index:1;
	width:80%;
	height:105%;
	background-color:White;
	background-image: url(../../Images/arch_half_lsg1.png);
	background-repeat: no-repeat;
	background-position : 40% 40%;
}

.bottomContentDiv
{
	z-index:1;
	float: left;
	clear: both;
	height: 5%;
	width: 100%;
	background-color:white;
	border-top:solid black 1px;
}

.dropDownPanelHeader
{
    background-color:#778899;
    height:30px;
    width:100%;
}


.dropDownPanelContent
{
	float:left;
	height:0px;
	overflow:hidden;
}
 
.dropDownHeaderLeft
{
	float:left;
	width:150px;
	font-size:1.0em;
	color:Black;
	font-family:verdana, arial, gill sans MT;
	font-weight:bold;
}

.dropDownHeaderRight
{
	float:left;
	vertical-align:middle;
    
}

.optionsPanelHeader
{
	background-color:#c1cdcd;
	height:15px;
	width:99%;
	border: solid 1px black;
    vertical-align:middle;
	font-size:0.75em; cursor:pointer;
	font-family:verdana, arial, gill sans MT;
}


.optionsPanelContent
{
	float:left;
	height:0px;
	overflow:hidden;
    width:100%;
    background-color:#aaaaaa;
    
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight:bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeadertest
{
    border:1px solid #778899;
    color:#444444;
    background-color:#eeeeee;
    font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight:lighter;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}


.accordionSelectedHeader
{
	border: 1px solid #000000;
	color:White;
	background-color:#4682b4;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	font-weight:bold;
	padding:5px;
	margin-top:5px;
	cursor:pointer;
}

.accordionSelectedHeadertest
{
    border: 1px solid #000000;
	color:white;
	background-color:#778899;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	font-weight:lighter;
	padding:5px;
	margin-top:5px;
	cursor:pointer;
}


.accordionContent
{
    background-color: white;
    border: 1px solid #000000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:1.0em;
    color:#36648b;
}



.apptButton
{
	background-color: #36648b;
	font-size: 1.0em;
	cursor: hand;
	color: white;
	font-family: Verdana, Arial, 'Times New Roman';
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.apptButtonHover
{
	background-color: #eeeeee;
	font-size: 1em;
	cursor: pointer;
	color: #36648b;
	font-family: Verdana, Arial, 'Times New Roman';
	border:solid 1px black;
}


.apptButtonMaster
{
	background-color: #36648b;
	width:100%;
	font-size: .85em;
	cursor: hand;
	color: white;
	font-family: Verdana, Arial, 'Times New Roman';
	border:solid 1px white;
}

.apptButtonHoverMaster
{
	background-color: #eeeeee;
	width:100%;
	font-size: .85em;
	cursor: pointer;
	color: #36648b;
	font-family: Verdana, Arial, 'Times New Roman';
	border:solid 1px black;
}

.faqText
{
	float:left;
	clear:none;
	width:58%;
	padding-right:2%;
	
}

.faqPic

{
	float:left;
	clear:none;
	width:40%;
}


.faqCaption
{
	float:right;
	clear:none;
	width:40%;
    vertical-align:top;
    font-size:0.75em;
    font-family:Arial,'Times New Roman', Sans-Serif;
}

.fasciaHyperLink
{
	color:#36648b;
	cursor:default;
}

.fasciaHyperLinkHover
{
	color:black;
	cursor:pointer;
}





