﻿/* LAYOUT RELATED ******************************************************************************/
body 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/diagonal_line.png');
	background-color: #5f564b;	
	color:#888171;
}

.Gradient {
	position: absolute;
    top:0px;
    width:100%;
	height:595px;
	background: url('../images/backgradient.png');
	background-color:Transparent;
}

#BackgroundDIV 
{
	position:relative;
	left:0px;
	top:0px;
    width:795px;
	height:876px;
    border-style:none;
    border-width: 0px;
	background: url('../images/background2.png');
	z-index:1;
}
#FooterBackgroundDIV 
{
	position:relative;
	left:0px;
	top:0px;
    width:795px;
	height:230px;
    border-style:none;
    border-width: 0px;
	/*background: url('../images/footerbackground2009.png');*/
	z-index:1;
}
#SiteMapTopDIV 
{
	position:relative;
	left:0px;
	top:0px;
    width:795px;
	height:10px;
    border-style:none;
    border-width: 0px;
	background: url('../images/SiteMapTop.png');
	z-index:1;
}
#SiteMapDIV 
{
	position:relative;
	left:0px;
	top:0px;
    width:795px;
	font-family:Verdana, Arial;
	font-size:9px;
	font-weight:normal;
    color:#908676;
    border-style:none;
    border-width: 0px;
	background: url('../images/SiteMapMiddle.png');
	z-index:1;
}
#SiteMapBottomDIV 
{
	position:relative;
	left:0px;
	top:0px;
    width:795px;
	height:20px;
    border-style:none;
    border-width: 0px;
	background: url('../images/SiteMapBottom.png');
	z-index:1;
}

/* MAIN NAV */
.NavLink
{
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#a09885;
	text-decoration:none;
}
.NavLink:hover
{
	color:#4a433a;
}

/* FLASH */
#FlashHeaderDIV
{
	position:absolute;
	left:13px;
	top:110px;
	width: 766px;
	height: 290px;
}

/* OVERVIEW */
#OverviewDIV {
	position:absolute;
	left:6px;
	top:445px;
	width: 253px;
	height: 398px;
	background-color:Transparent;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;	
}
#AboutDiv
{
	background-color:Transparent;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
}

.AccordionHeader
{
    border-style:none;
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    height:42px;
    background: url('../images/OverviewUP.gif');
    color:#2f2b26; 
    cursor: pointer;    
    text-decoration:none;
    text-align:left;    
    outline:0px;
}
.AccordionHeader:hover
{
	background: url('../images/OverviewOV.gif');
}
.OLDAccordianHeaderDiv
{
	width:142px; 
	height:22px; 
	padding-left:22px; 
	padding-top:14px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#2f2b26;
	text-decoration: none;	
	outline:0px;
}
.AccordianHeaderDiv
{
	width:230px; 
	height:28px; 
	padding-left:22px; 
	padding-top:14px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#2f2b26;
	text-decoration: none;	
	outline:0px;
}

.AccordionHeader a
{
	position:relative;
	top:9px;
	left:18px;
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#2f2b26;
	text-decoration: none;	
	outline:0px;
}
.AccordionHeaderSelected
{
    border-style:none;
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#2f2b26; 
    cursor: pointer;
    height:42px;
	background: url('../images/OverviewDN.gif');
    text-decoration:none;
    text-align:left;
    outline:0px;
}
.AccordionHeaderSelected a
{
	position:relative;
	top:9px;
	left:18px;
    font-family:Verdana;
    font-size:9pt;
    font-weight:normal;
    color:#2f2b26;
	text-decoration: none;
	outline:0px;
}
.AccordionContent
{
    background-color:#e3d7bd;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;	
	outline:0px;
}
.AccordionLink
{
    background-color:Transparent;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	outline:0px;
}
.AccordionLink:hover
{
    color:#000000;
}
.AccordianContentItem
{
    position:relative;
	width: 250px;
	height: 42px;
	background: url('../images/OverviewItemUP.gif');
	outline:0px;
}
.AccordianContentItem:hover
{
	background: url('../images/OverviewItemOV.gif');
}
.AccordianStaticItem
{
    position:relative;
	width: 250px;
	height: 42px;
	background: url('../images/OverviewItemUP.gif');
}
.AccordianContentItemTitle
{
	position:absolute;
	left:7px;
	top:4px;
	width:230px;
	height:12px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#2f2b26;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
}
.AccordianContentItemText
{
	position:absolute;
	left:7px;
	top:16px;
	width:230px;
	height:22px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
}

/* ANNOUNCEMENT */
.AnnouncementTitle
{
	position:absolute;
	left:7px;
	top:8px;
	width:240px;
	height:12px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}
.AnnouncementText
{
	position:absolute;
	left:7px;
	top:20px;
	width:240px;
	height:24px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}

#Announcement1DIV
{
	position:absolute;
	left:269px;
	top:445px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemTopUP.gif');
	outline:0px;
}
#Announcement1DIV:hover
{
	background: url('../images/ItemTopOV.gif');
	cursor:pointer;
}

#Announcement2DIV
{
	position:absolute;
	left:269px;
	top:501px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Announcement2DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Announcement3DIV
{
	position:absolute;
	left:269px;
	top:557px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Announcement3DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

/* VIDEO */
.VideoTitle
{
	position:absolute;
	left:7px;
	top:8px;
	width:240px;
	height:12px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}
.VideoText
{
	position:absolute;
	left:7px;
	top:20px;
	width:240px;
	height:24px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}

#Video1DIV
{
	position:absolute;
	left:269px;
	top:676px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemTopUP.gif');
	outline:0px;
}
#Video1DIV:hover
{
	background: url('../images/ItemTopOV.gif');
	cursor:pointer;
}

#Video2DIV
{
	position:absolute;
	left:269px;
	top:732px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Video2DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Video3DIV
{
	position:absolute;
	left:269px;
	top:788px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Video3DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

/* PRESS */
.PressTitle
{
	position:absolute;
	left:7px;
	top:8px;
	width:240px;
	height:12px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}
.PressText
{
	position:absolute;
	left:7px;
	top:20px;
	width:240px;
	height:24px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#2f2b26;
	text-align:left;
	overflow:hidden;
}

#Press1DIV
{
	position:absolute;
	left:533px;
	top:445px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemTopUP.gif');
	outline:0px;
}
#Press1DIV:hover
{
	background: url('../images/ItemTopOV.gif');
	cursor:pointer;
}

#Press2DIV
{
	position:absolute;
	left:533px;
	top:501px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press2DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Press3DIV
{
	position:absolute;
	left:533px;
	top:557px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press3DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Press4DIV
{
	position:absolute;
	left:533px;
	top:613px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press4DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Press5DIV
{
	position:absolute;
	left:533px;
	top:669px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press5DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Press6DIV
{
	position:absolute;
	left:533px;
	top:725px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press6DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

#Press7DIV
{
	position:absolute;
	left:533px;
	top:781px;
	width: 253px;
	height: 56px;
	background: url('../images/ItemUP.gif');
	outline:0px;
}
#Press7DIV:hover
{
	background: url('../images/ItemOV.gif');
	cursor:pointer;
}

/* PAGING */
.PageNumber
{
    font-family:Verdana, Arial;
    font-size:10px;
    font-weight:normal;
    color:#000000;
    background-color:Transparent;
    text-decoration:none;
    outline:0px;
}
.PageSpace
{
    font-family:Verdana, Arial;
    font-size:9px;
    font-weight:normal;
    color:#000000;
    background-color:Transparent;
    outline:0px;
}

/* OLD STUFF */
.Backdrop {
	position: relative;
    top:40px;
    width:780px;
	height:1690px;
    background-color:Transparent;
    border-style:none;
    border-width: 0px;
    margin-left: auto;
    margin-right: auto;
	background: url('../images/backdrop.png');
	padding: 20px;
}


.MainNav {
	position: relative;
	height: 45px;
	width: 780px;
	margin-top: 10px;
	background: url('../images/mainnav.png');
	
}

.FlashArea {
	position: relative;
	height: 300px;
	width: 780px;
	margin-bottom:37px;
}

.About {
	position: relative;
	height: 420px;
	width: 253px;
	float:left;
}

.Announcements {
	position: relative;
	height: 420px;
	width: 253px;
	float:left;
	margin-left:11px;
	margin-right:10px;
}

.Video {
	position: relative;
	height: 190px;
	width: 253px;
	float:left;
}

.Press {
	position: relative;
	height: 190px;
	width: 253px;
	float:left;
	margin-top:40px;
}

#LogoDIV {
	position:absolute;
	z-index:5;
	left: 6px;
	top:3px;
}
#UnderConstructionDIV {
	text-align:center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-top: 18px;
	margin-bottom: 8px;	
}
#PhoneCardsDIV {
	position: static;
	float:left;
	width:385px;
	height:356px;
	margin-left:11px;	

}
#MapDIV {
	position: static;
	float:right;
	width:385px;
	height:356px;
	margin-right:13px;	
}

#SectionsDIV {
	position: relative;
	width:796px;
	height:903px;
	background: url('../newimages/background_section.png');
}

#NavigationDIV 
{
	position: relative;
	float:left;
	width:150px;
	height:210px;
	margin-left:11px;
	margin-top:20px;
}

#TextDIV
{
	position: relative;
	
	width:420px;
	left:20px;
	top:20px;
}



#AdsDIV
{
	position: relative;
	float:right;
	width:180px;
	height:445px;
	margin-right:5px;

}



#FooterDIV .Middle 
{
	padding-top: 3px;
	padding-bottom: 12px;
}

/* TEXT RELATED ********************************************************************************/
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
