body {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#mainwrap {
	margin: 17px auto 0 auto;
	text-align: left;
	background-color: white;
	width: 749px;
}

#header {
	position: relative;
	border: 1px solid white; /* hack - necessary to keep the top from collapsing on certain versions of Firefox and Mozilla */
}

h1#title {
	width: 187px;	
	height: 80px;
	background-image: url(images/MyClientsPlusLogo.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	color: white;
}

#rightHeaderMain {
	width: 420px;
	float: right;
}

#rightHeader {
	width: 300px;
	float: right;
}

ul#navA {
	width: 115px;
	float: left;
	margin: 5px 10px 0 0;
	padding: 5px 0;
	list-style: none;
	border-left: 1px solid #C0D8E2;
	border-right: 1px solid #C0D8E2;
}

ul#navA li {
	font-weight: bold;
	color: #0081AB;
	margin: 0 17px 0 10px;
	padding: 0;
	white-space: nowrap;
}

ul#navA li a {
	color: #0081AB;
	text-decoration: none;
}
ul#navA li a:hover { text-decoration: underline; }

.navZ {
	color: #0081AB;
	text-decoration: none;
	line-height:30px;
}
.navZ a:hover { text-decoration: underline; }

form#signupBox {
	float: right;
	margin: 5px 0 0 0;
	width: 155px;
}

#signupBox label {
	color: #525659;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin: 2px 0;
}

#signupBox .textfield {
	outline: none;
	border: 2px solid #81BFD4;
	color: #0081AB;
	width: 147px;
}
#signupBox .textfield[class] {
	margin-left: 0;
	width: 150px;
	margin: 5px 0 0 0;
}
/* througout the document, the css [attribute] selector is used to feed different information, like standards-compliant box-model dimensions, to browsers that understand it, and hide it from IE, which uses a different (possibly better, but non-standard) method and therefore requires different dimensions */

#signupBox .imgbutton {
	float: right;
	margin: 3px 4px;
}

#photoHold {
	float: right;
	position: relative;
	border-top: #82C0D5;
	border-right: #026288;
	margin-left: 1em;
}

#photomask {
	position: relative;
	overflow: hidden;
}

#photomask img {
	position: absolute;
	top: 0;
	right: -1px;	
	behavior: url(pngbehavior.htc);
	width: 737px;
	height: 235px;
}
#photomask img[src] {
	right: 0px;
}

img.png {
	behavior: url(pngbehavior.htc);
}

#navAndIntro {
	width: 749px;
	height: 251px;
	background-image: url(images/BlueCrossBack.gif);
	background-repeat: no-repeat;
	background-color: #0281AA;
	margin: 10px 0 0;
	position: relative;
}

#navb {
	padding: 7px 28px;
}

#navb a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
}

#navC {
	float: left;
	padding: 5px 5px 0px 0px;
}

#navC a {
	margin: 0 5px;
}

#navb a:hover { text-decoration: underline; }
	
#introquote {
	color: white;
	line-height: 2em;
	margin: 25px;
	font-size: 18px;
}

#contentHold {
	position: relative;
	background-color: #271D11;
	margin-top: -21px;
	color: white;
	border: 1px solid #271D11; /* again, border hackery seems to provide some */
	border-left: none;			/* kind of voodoo protection against a weird */
	border-right: none;			/* for Firefox and Mozilla Browsers */
	border-bottom: 1px solid #5B541E;
}

#contentHold[id] {
	margin-top: 0;
}

.rightColumnd {
	background-image: url(images/ContentHoldBack-RC.gif);
}

#contentHold a {
	color: #ffffcc;
	text-decoration: none;
}

#contentHold a:hover {
	text-decoration: underline;
}

#contentHold .leftContent {
	background-color: #271D11;
	width: 463px;
	margin: 0;
	float: left;
	position: relative;
}

#contentHold .padding {
	padding: 0 23px;
}

#contentHold h3 {
	position: relative;
	background-color: #A43200;
	padding-left: 23px;
	color: white;
	font-size: 120%;
}

#contentHold h4 {
	position: relative;
	background-color: #A43200;
	padding-left: 23px;
	color: white;
	font-size: 120%;
}

#contentHold .rightContent {
	width: 285px;
	background-color: #271D11;
	float: right;
	position: relative;
	z-index: 10;
	margin: 0;
}

#contentHold .rightContent h3 {
	padding-left: 13px;
}

#contentHold .rightContent h4 {
	padding-left: 13px;
}

#contentHold .rightcontent .padding {
	padding: 0 13px;
}

#foot {
	width: 749px;
	height: 21px; 
	background-image: url(images/Foot.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
	color: #8D822E;
	color: #807A4D;
	color: #9D9871;
	text-align: center;
	line-height: 21px;	
	font-size: 90%;
}

.clearer {
	clear: both;
	height: 0px;
}
