/* CSS Document */


BODY {
	background-color: #15123F;
	background-attachment: scroll;
	background-image: url(images/crown_strip.gif);
	background-repeat: repeat-x;
}

A:link    { color: #666666; text-decoration: none; }
A:active	{ color: #666666; text-decoration: underline; }
A:visited	{ color: #666666; text-decoration: none; }
A:hover   { color: #332F8F; text-decoration: underline; }

.box_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.box_head_m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.box_text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.box_text_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.content_first-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333092;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0 0 1em 0;
}


.content_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333092;
	font-weight: bold;
	text-decoration: none;
}
.content_head a {
	color: #333092;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#footer1{
	font-family: Verdana, Arial, _sans;
	letter-spacing:-1px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	list-style: none;
}

#footer1 A:link    { color: #666666; text-decoration: none; }
#footer1 A:active	{ color: #666666; text-decoration: underline; }
#footer1 A:visited	{ color: #666666; text-decoration: none; }
#footer1 A:hover   { color: #CCCCCC; text-decoration: underline; }

#footer2{
	font-family: Verdana, Arial, _sans;
	letter-spacing:-1px;
	font-size: 10px;
	line-height: 14px;
	color: #333092;
	list-style: none;
}

#footer2 A:link    { color: #333092; text-decoration: none; }
#footer2 A:active	{ color: #333092; text-decoration: underline; }
#footer2 A:visited	{ color: #333092; text-decoration: none; }
#footer2 A:hover   { color: #0033FF; text-decoration: underline; }

#Layer1 {
	position: relative;
	width:480px;
	height:55px;
	z-index:1;
	left: -9px;
	top: 0px;
}


#Layer2 {
	margin: -5px 0 0 28px;
	width:460px;
	height:260px;
	z-index:2;
}
#Layer3 {
	margin: 11px 0 0 28px;
	width: 468px;
	height:520px;
	z-index:2;
	overflow: auto;
}

/* =======  Start of new Dropdown Menu CSS ======= */


/* ===== first level ====== */


ul#menu {
	position: relative;
	padding: 0;
	margin: 0;
	width: 480px;
	height: 55px;
	text-align: left;
	list-style: none;
	z-index: 101;
	display: block;
	text-indent: -9000%;
	font-family: Arial, Helvetica, sans-serif;
}


#menu li {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	
}

#menu li a {
	/*height: 55px;*/
	display: block;
	
}

#menu .aboutMenu  {
	width: 96px;
	height: 55px;
	background: url(images/crown_about.jpg) no-repeat top left;
}

#menu .aboutMenu:hover {
	background: url(images/crown_about-over.jpg) no-repeat;
}

#menu .productsMenu {
	width: 96px;
	height: 55px;
	background: url(images/crown_products.jpg) no-repeat;
}

#menu .productsMenu:hover {
	background: url(images/crown_products-over.jpg) no-repeat;
}


#menu .serviceMenu {
	width: 96px;
	height: 55px;
	background: url(images/crown_services.jpg) no-repeat;
}

#menu .serviceMenu:hover {
	background: url(images/crown_services-over.jpg) no-repeat;
}

#menu .litMenu {
	width: 96px;
	height: 55px;
	background: url(images/cc_mainNav_lit-btn.jpg) no-repeat;
}

#menu .litMenu:hover {
	background: url(images/cc_mainNav_lit-btnOvr.jpg) no-repeat;
}


#menu .contactMenu {
	width: 95px;
	height: 55px;
	background: url(images/crown_contactus.jpg) no-repeat;
}

#menu .contactMenu:hover {
	background: url(images/crown_contactus-over.jpg) no-repeat;
}


/*  ====== second Level ====== */

#menu  ul {
	display: none;
	position: absolute;
	background-color: #d4d4d4;
	list-style: none;
	z-index: 1000;
	padding: 0;
	top: 55px;
	left: 0px;
	width: 320px;
	
}

 #menu li:hover ul {
	display: block;
}

#menu ul li {
	background: #979797 url(images/cc-dropNav-bg2.jpg) repeat-x top left;
	z-index: 1000;
	display: block;
	float: none;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #aaa;
}


#menu ul a {
	text-indent: 0;
	text-transform: uppercase;
	color: #333;
	display:block;
	z-index: 1000;
	padding: 9px 0px 1px 30px;
	height: 21px;
}

#menu ul li:hover {
	color: #fff;
	text-decoration: none;
	background: #333092 url(images/cc-dropNav-ovrbg.jpg) repeat-x;
}

#menu ul li:hover a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 50px;
	height: 21px;
	font-size: 13px;
}


.sectionHead {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

/* =========   New Additions for the Home Page Styling Updates ====== */


table#hometable {
	background-image: url(images/cc_homeTable-bg.png);
	background-repeat: repeat-y;
}
td#company {
	background-image: url(images/cc_home_company-bg.png);
	background-repeat: no-repeat;
}

td#company h2 {
	color:#fff;
	margin: 0;
	padding: 2px 40px;
	font-size: 27px;
}

td#company p {
	color:#323992;
	font-size: 14px;
	margin: 0 0 0 25px;
	padding: 9px 15px 0 17px;
	line-height: 17px;
}

td#bullets {
	background-image: url(images/cc_home-bulletsBG.png);
	background-repeat: no-repeat;
}
#bullets ul {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 42px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 34px;
	margin-left: 80px;
}


#area-nav h4 {
	padding: 2px 0 5px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

#area-nav td:hover a {
	text-decoration: none;
	color: #332f8f;
}


/* ============ Literature Styles =========*/

.content_lit-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333092;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 1em 0 0 0;
}



