/* CSS Document */

body
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:13px;
    margin: 0px;
}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #666666;
}

#SiteMap ul, #SiteMap li
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:3px;
	color:#666666;
}

#SiteMap .Level1
{
	font-size:13px;
	font-weight:bold;
	padding:2px;
}

#SiteMap a
{
	text-decoration:none;
	color:#666666;
}

#SiteMap a:hover
{
	text-decoration:none;
	background-color:#FFFFCC;
	color:#000000;
}

/* Page Body
* Wraps all CMS copy area.
**************************/

#pageBody
{
    margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

#pageBody .pageHeader
{
    background-image:url(/images-common/common/h_line.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:40px;
}

#pageBody .pageHeaderTxt
{
    background-color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	text-transform: capitalize;
	color: #666666;
	position:relative;
	top:13px;
}

/* CMS Copy Styles
* These are styles in direct relation to editable copy areas used by the end user
********************************************************************************/

#pageBody .cmsCopy
{
	padding-bottom:15px;
	line-height:normal;
}

#pageBody .cmsCopy p
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

#pageBody .cmsCopy li
{
    padding-bottom:5px;
}

#pageBody .phpLiveImg
{
    float:right;
	padding-left:15px;
	height:95px;
	border-left:1px solid #CCCCCC;
	margin-left:5px;
	margin-bottom:15px;
}

.CssTxtBtn {
	font-size: 10px;
	color: #003C80;
	border-top:1px solid #003C80;
	border-right:2px solid #003C80;
	border-bottom:2px solid #003C80;
	border-left:2px solid #003C80;
	font-weight: bold;
	background-color: #CCCCCC;
	text-decoration: none;
	display: inline;
	text-align: center;
	word-spacing: 1px;
	white-space: nowrap;
	padding: 2px;
	height: 10px;
}

.CssTxtBtn:hover {
	font-size: 10px;
	color: #003C80;
	border-top:1px solid #003C80;
	border-right:2px solid #003C80;
	border-bottom:2px solid #003C80;
	border-left:2px solid #003C80;
	font-weight: bold;
	background-color:#FF0000;
	text-decoration: none;
	display: inline;
	text-align: center;
	word-spacing: 1px;
	white-space: nowrap;
	padding: 2px;
	height: 10px;
}

#FooterLnks
{
    padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
 
#FooterLnks a
{
    
	font-size:9px;
	color:#999999;
}

#GalleryNotice{
padding:2px;
border:1px solid #666;
width:520px;
margin-bottom:5px;
background-color:#E8E8E8;
color:#333333;
}