/* Generic formats */
h1,h2,h3,h4,h5,h6,p,a,ul,li,.fakeanchor, .normal {
	font-family: Arial;
}

h1 {
	color: #0000CD;
	font-size: 18;
}

h2 {
	color: #000000;
	font-size: 14;
	text-decoration: bold;
}

p, .normal, .fakeanchor, li {
	font-size: 12;
}

.fakeanchor {
	cursor: pointer;
}
.visualText{
    border:solid 1px #ffffff;
    background-color:#ffffff;
    color:#ffffff;
}

li {
	padding: 5px;
}

body {
	background-color: #e9d0c9;
	margin: 0px;
}

div.containall {
	padding: 10px;
	overflow: hidden;
}

div.contentmain, div.contentservices {
	position: relative;
	border-left: solid 1px #DB7093;
	border-right: solid 1px #DB7093;
	border-bottom: solid 1px #DB7093;
	background: #FFFFFF url("./images/crnc_logo.jpg") top left no-repeat;
	width: %100;
}

div.login {
	position: absolute;
	z-index: 100;
	width: 270px;
	height: 110px;
	background-color: #EAEBD8;
	padding: 5px;
	display: none;
	border: 1px solid #5970B2;
	/* The right attribute must account for the padding of the "containall" container element. */
	right: 22px;
}

div.debug {
	position: absolute;
	z-index: 1000;
	background-color: red;
	color: white;
	display: none;
}

#mainimage {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 450px;
	width: 496;
	height: 367;
}

#quotebox {
	position: relative;
	padding: 10px;
	width: %100;
	border-top: solid 2px PaleVioletRed;
	background: #FFFFFF url("./images/quotebox.jpg") top left no-repeat;
}

#maincustomerquote {
	position: absolute;
	z-index: 2;
	float: left;
	width: 400;
	padding: 15px;
	top: 190px;
}

img.button {
	position: relative;
	z-index: 3;
	float: left;
}

/* Navigation bar */
p.navbar {
	color: #FFFFFF;
	font-size: 12;
}

div.navbar {
	position: relative;
	z-index: 1000;
	display: block;
	background-color: #00008B;
	padding: 5px;
	text-align: right;
	color: white;
	vertical-align: middle;
	border: solid 1px #00008B;
	width: %100;
	height: 20px;
}

a.navbar {
	text-decoration: none;
	font-size: 12;
}

a.navbar:link,a.navbar:visited,a.navbar:active,a.navbar:hover {
	color: #FFFFFF;
}

img.borderedimgleft, img.borderedimgright {
	width: 372px;
	height: 277px;
	margin: 10px;
}
img.borderedimgleftsm {
	width: 242px;
	height: 180px;
	text-align:right;
	float: right;
}
img.borderedimgleft {
	float: left;
}

img.borderedimgright {
	float: right;
}

div.textblock {
	padding: 10px;
	float: none;
	
}

div.quoteblock {
	padding: 10px;
	float: none;
	color:#11557c;
	font-style:italic;
	
}

p.quoteblock {
	padding: 10px;
	float: none;
	color:#11557c;
	font-style:italic;
	
}

img.facilitythumb {
	/* width: 159;
	height: 116; */
	cursor: pointer;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */
	z-index: 101;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}
.fullBackground {
	background-color: rgb(0, 0, 0);
	opacity: 1.3; /* Safari, Opera */
	-moz-opacity:1.30; /* FireFox */
	filter: alpha(opacity=130); /* IE */
	z-index: 1000;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	display: none;
}
.imageViewer {
	border: solid 2px darkgrey;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	position: fixed;
	z-index: 101;
	/* width: 420px; */
	width:664px;
	/* height: 300px; */
	height:492px;
	background-color: #FFFFFF;
	display: none;
	top: 50%;
	/* margin-top: -150px; */
	left: 50%;
	/* margin-left: -210px; */
}

#ServicesMenu {
	display: none;
	list-style-type: none;
}

#ServicesMenuItem {
	/* display: none; */
}

#ServicesMenuTop:hover > #ServicesMenu {
	display: block;
}

#menuemployement {
	display: none;
}

#menuemployementtop:hover > #menuemployement{
	display: block;
}

/**************************************************************************
JAVASCRIPT MENU STUFF
**************************************************************************/

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 1000;
	font: bold 11px arial;
	border-right:1px solid white;
}

#sddm li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #00008B;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	background: #49A3FF;
}

#sddm div {	
	position: absolute;
	/* right: 0px; */
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
}

#sddm div a:hover {	
	background: #49A3FF;
	color: #FFF;
}

#sddm2 {	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm2 li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 1000;
	font: bold 11px arial;
}

#sddm2 li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #00008B;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm2 li a:hover {
	background: #49A3FF;
}

#sddm2 div {	
	position: absolute;
	/* right: 0px; */
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm2 div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
}

#sddm2 div a:hover {	
	background: #49A3FF;
	color: #FFF;
}

form {
	font-family: Arial;
	font-size: 12px;
}

#requeststatus {
	color: blue;
	background-color: yellow;
}

#linklist a {
	text-align: left;
	text-decoration: none;
	color: #11557c;
	font: 12pt arial;
	cursor:pointer;
}

#linklist h1{
	color:#11557c;
}
