/*Colors
#660099 - Purple
#ffcc00 - Gold
#9a9691 - Gray (Header Top)
#263f2d - Black/Grey (Footer and page background)
#321f38 - Dark Purple (breadcrumb) hover
#e3b803 - Deep Gold (sitemap link hover)
#fff6bc - light yellow/gold (admin top nav link...)
#4b348c - Purple (admin details header)
#EDE6DE - Background of main content pages

#6c767f - Gray color of text
#de4611 - orange
4c88be - blue background
*/
body
{
    font: 100% Arial,Tahoma, Helvetica, sans-serif;
    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 */ /*background-color: #263f2d;*/
    background-color: #efefef;
    color: #000000;
    font-size: 95%;
    background-repeat: repeat-x; /*variable*/
    background-image: url(../images/template/background.jpg); /*variable*/
}

h1
{
    color: Black;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 160%
}

h2
{
    color: Black;
    margin-bottom: 6px;
    margin-top: 6px;
}

h3
{
    color: Black;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4
{
    color: Black;
    margin-bottom: 4px;
    margin-top: 4px;
}

h5
{
    color: Black;
    margin-bottom: 3px;
    margin-top: 3px;
}




a img
{
    border-width: 0px;
}

a
{
    color: #000000; /*blue*/
}

.smallText
{
    font-size:70%;
}


.pageHeader
{
    margin: 0 auto;
    text-align: left;
    width: 972px; /*variable*/
    height: 137px;
   /* background-repeat: repeat-x; /*variable*/
    /*background-image: url(../images/template/bgRepeatHeader.jpg); /*variable*/
}

.pageHeader .content
{
width:972px;
    height: 137px;
margin:0px auto;
text-align:left;
    /*overflow:hidden;*/

}


.logo
{
    width:174px;
    height:137px;
    overflow:hidden;
}

.headerTop
{
    height:83px;
}

.headerBottom
{
    height:54px;
}


.pageContentArea
{
    width: 100%; /*variable*/
}

.pageContentArea .pageContentAreaWrapper
{
width:972px;
margin:0px auto;
text-align:left;

}

.leftContentArea
{
    margin: 15px;
}

.contentArea ul, .leftContentArea ul
{
    margin: .5em 0 0 0;
    padding:0;
    list-style-type:none; 
}
.contentArea li, .leftContentArea li
{
    background:url(../images/template/orangeBullet1.gif) 0 center no-repeat;
    padding: 0 0 0 1.1em;
    margin: 0 0 .5em 0;
} 



.pageFooter
{
    width: 100%; /*variable*/
    height: 211px;
    background-repeat: repeat-x; /*variable*/
    background-image: url(../images/template/bgRepeatFooter.jpg); /*variable*/
    color:#c8c8c8;
}
.pageFooter a
{
color:#c8c8c8;
}
.pageFooter .content
{
width:972px;
height:180px;
margin:0px auto;
text-align:left;
}

.address
{
    margin-top:20px;
    font-size:80%;
    line-height:150%;
}

.phoneNumber
{
    margin-top:45px;
    font-size:120%;
}
.phoneNumber .smallText
{
    font-size:50%;
}

.footerLeft
{
width:220px;
}

.bottomNav
{
    font-size:80%;
    margin-right:10px;
    margin-top:20px;
}

.footerLinks
{
    font-size:60%;
    margin-right:10px;
    margin-top:120px;
}


.changePasswordLink
{
    text-align: right;
    width:100%;
    font-size:80%;
}
#divAddress
{
	float:left; 
	vertical-align:top; 
	padding-bottom:20px; 
	padding-top:10px;
	position:relative;
	margin: 0;
	width: 375px;
}
#divPicture
{
	position:relative;
	margin:0 0 0 375px;
	vertical-align:top; 
	padding-right:0px; 
	width:225px;	
}
#divContactForm
{
	vertical-align:top;
	padding-top:50px;
}
.contactFormTable
{
    width:600px;    
}
.wrapper, block { width:100%; overflow:hidden;}

.link { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#060856; text-decoration:none;}
.link em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:3px 15px 4px 15px; font-weight:normal; font-style:normal;}
.link:hover { text-decoration:underline;}

/*  Content Styles  */
.tableHeader
{
   font-style:italic; 
}
.lightBlueTableHeader
{
     background-color: #D7E8F8; 
     color:Black;
     font-style:italic;
     text-align:center; 
}

.darkBlueTableCell
{
    background-color: #928769; 
    color:White; 
    text-align:center; 
    font-style:italic; 
    padding: 3px 0 3px 0;
}
.lightBlueTableRow
{
     background-color: #D7E8F8; 
     color:Black;
}
.dottedBottomTableCell
{
    text-align:center; 
    padding: 3px 0 3px 0; 
    border-bottom: dotted 1px #000000;
}







.RadMenu 
{
	/*border: 0px solid #010101;*/
	border-bottom-width: 0;
	/*border-top-color: #383838;*/
	/*background: #444 url(Menu/MenuBackground.jpg) repeat-x;*/
	text-align: left;
	left:6px; /*padding from the left*/
	margin-top:20px;/*padding for the top*/
	height:20px;

}

.RadMenu_rtl
{
	text-align: right;
}

.RadMenu_Context
{
	background: none;
	border: 0;
}

.RadMenu a
{
	text-decoration: none;
		cursor:pointer;

}

.RadMenu .rmLink
{
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

.RadMenu .rmLink .rmLeftImage
{
		cursor:pointer;
}

.RadMenu .rmLink:focus,
.RadMenu .rmFocused
{
	outline: 0;
}

.RadMenu .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu .rmLink:hover,
.RadMenu .rmFocused,
.RadMenu .rmExpanded
{
	color: #efe6d2;
	background: #efefef /*url(Menu/MenuBackground_white.jpg)*/ repeat-x top left;

}

.RadMenu .rmLink .rmText
{
	font-weight: bold;
	font-size: 16px;
		cursor:pointer;
}

.RadMenu .rmGroup
{
	background: #efefef;
}

.RadMenu .rmGroup .rmLink
{
	text-decoration: none;
	color: #133713;
}

.RadMenu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu .rmGroup .rmLink:hover,
.RadMenu .rmGroup .rmFocused,
.RadMenu .rmGroup .rmExpanded
{
	color: #133713;
	/*background: #444;*/
}

.RadMenu .rmText
{
	padding: 0px 0px 0px;/*padding around the text*/
}

.RadMenu .rmGroup .rmLink .rmText
{
	font-size: 12px;
	padding: 4px 17px 5px 20px;
}

.RadMenu_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu .rmGroup .rmLink .rmExpandRight
{
	background: transparent /*url(Menu/ArrowExpand.gif)*/ no-repeat right -1px;
}

.RadMenu .rmGroup .rmLink .rmExpandLeft
{
	background: transparent /*url(Menu/ArrowExpandRTL.gif)*/ no-repeat left -1px;
}

.RadMenu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu .rmGroup .rmFocused .rmExpandRight,
.RadMenu .rmGroup .rmExpanded .rmExpandRight
{
	/*background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu .rmGroup .rmExpanded .rmExpandLeft
{
	/*background-image: url(Menu/ArrowExpandHoveredRTL.gif);*/
}

/* </expand arrows styling> */

/*set the right border to get a vertical divider*/
.RadMenu .rmHorizontal .rmItem { border-right: 0px solid #353535; 
                                        padding-bottom:0px; 
                                        }
.RadMenu .rmHorizontal .rmLast { border-right: 0; }

.RadMenu .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu .rmRootGroup .rmGroup .rmItem,
.RadMenu_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; 
  	}

/*This style controls the dropdown menu background color and border*/
.RadMenu .rmGroup
{
	/*border: 1px solid #828282;*/
	background-color: #efefef;
}

.RadMenu .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #000000 /*url(Menu/ArrowScrollUpDown.gif)*/ no-repeat top center;
}

.RadMenu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #000000 /*url(Menu/ArrowScrollLeftRight.gif)*/ no-repeat left center;
}

.RadMenu .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu .rmGroup .rmItem .rmDisabled
{
	background-color: #000000;
}

.RadMenu .rmRootGroup .rmSeparator,
.RadMenu .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu .rmSeparator .rmText
{
	display: none;
}

/**/
.RadMenu .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 0px;
	line-height: 20px;
	border: 0;
}


.RadMenu .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu .rmLeftImage
{
	margin: 0px;
}

.RadMenu .rmSlide
{
	margin: 0px 0 0 -1px !important;
		border: solid 1px #a8a086;

}

.RadMenu .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
	
}

.RadMenu_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: 0px !important;
}

.RadMenu .rmGroup .rmSlide
{
	margin: 0 !important;
	border: solid 1px #a8a086;
}

.RadMenu .rmItem .rmDisabled:hover
{
	background: none;
}

a.farReachLink
{
color:Black;
font-size:70%;
}