/* 14_ContactUs.css style sheet for layout 14_ContactUs.aspx */



/*--------------- SITE MAP SPECIFIC: DF ADD OR MODIFIED ---------------*/

/*----------------------- CB: SITE MAP -------------------------*/
.SitemapStyle	{font-size: 12px; color:#ffffff; font-weight:normal; line-height: 18px;}
.SitemapEdit	{font-size: 12px; color:#333333; font-weight:normal; line-height: 18px; background-image: none; background-color: #721D58;}

.SitemapStyle a {color:#27bec8; text-decoration: none;}
.SitemapEdit a {color:#333333; text-decoration: none;}
.SitemapStyle a:hover, .SitemapEdit a:hover {color:#D3BC29; text-decoration: underline;}

.SitemapStyle ul ol, .SitemapEdit ul ol {margin: 15px 0 10px 0; padding:0;}
.SitemapStyle li, .SitemapEdit li {padding: 3px 0 3px 0; line-height: 14px; list-style-position: outside; list-style-image: url(/Trebuchet MS/sitemap.gif);}


/*----------------------- GENERAL CONTENT -------------------------*/

#firstPara				{padding: 0 0 0 0;}


/*----------------------- COPYRIGHT -------------------------*/

#copyrightBlock {color: #bc77a9;  font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a	{color: #ffffff; font: normal 10px/15px Arial, Helvetica, sans-serif;}
#copyrightBlock a:hover {color: #D3BC29;}



/*--------------- SITEMAP SPECIFIC: ORIGIN ORIGINAL STYLES ---------------*/
body {
	background: #3E0F26 url(/images/body-bkg-purple2.gif) repeat-x top left;
	background-attachment:fixed;
	color: #FFFFFF;
}
h1 {
	font-size: 68px;
}
h5 {
	color: #D3BC29;
}
#logoBox {
	background: url(/images/logo-bkg-purple.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
}

#rightBottom {
	width: 350px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background: url(/images/services-rightBottom2.png) no-repeat bottom right;
	behavior: url(/includes/iepngfix.htc);
}
#rightTop {
	width: 480px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 140px;
	left: 520px;
	z-index: 6;
	background: url(/images/contact-building.png) no-repeat top right;
	behavior: url(/includes/iepngfix.htc);
}
#rightTopSecond {
	width: 550px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	_display: none;
	bottom: 30%;
	right: 0px;
	z-index: 1;
	background: url(/images/home-rightTop2.png) no-repeat top right;
	behavior: url(/includes/iepngfix.htc);
}
#addressBlock {
	background: url(/images/home-addressBlock.png) no-repeat bottom left;
	behavior: url(/includes/iepngfix.htc);
}


/* Left Column */


#contentTopBlock {
	background: url(/images/contact-map-bkg.png) no-repeat top left;
	behavior: url(/includes/iepngfix.htc);
	height: 425px;
}
#contentInnerBlock {
	position: relative;
	float: left;
	display: inline;
	clear: left;
	margin: 20px 10px 10px 20px;
}

p.firstPara {
	background: url(/images/intro-bkg-red.gif) no-repeat bottom left;
}
#contentRightWide 
{
	position: relative;
	z-index: 10;
	margin: 20px 15px 0 0;
}
#contentRightWide a {
	color: #27bec8;
}
#contentRightWide a:hover {
	color: #D3BC29;
}
#contentLeftNarrow 
{
	position: relative;
	z-index: 500;	
}
#contentLeftNarrow td {
	padding: 4px 4px 4px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
input, textarea {
	font-size: 11px;
	font-weight: normal;
}
.formTextBlank {
	background: #cc87b8;
	color: #33041f;
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #33041f;
	border-right: 1px solid #994883;
	border-bottom: 1px solid #994883;
	border-left: 1px solid #33041f;
	font-family: Arial;
}

input.formTextBlank:focus {
	background: #e76ec5;
	color: #000000;
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #33041f;
	border-right: 1px solid #994883;
	border-bottom: 1px solid #994883;
	border-left: 1px solid #33041f;
	font-family: Arial;
}
