/* Layout */
body {
	font-size: 1em;
	margin: 0px;
	padding: 16px;
}

#container {
	width: 760px;
	margin: 0px auto 0px auto;
	background: url(/images/container.tile.jpg);
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 1.5em;
}

#swatch {
	float: left;
	width: 36px;
	height: 22px;
	
	margin-top: -3px;
}

#navigation {
	margin-left: 118px;
	text-align: right;
	height: 22px;
	padding: 2px 4px 0px 0px;
	background: url(/images/navigation.bg.jpg) center;
}

#navigation a {
	text-decoration: none;
	color: #555555;
}

#navigation a:hover, 
#navigation a.current {
	color: #EC008C;
}

#navigation a.current {
	xmargin: 0x -4px 0px -4px;
}

#navigation a.cmykCyan:hover, 
#navigation a.cmykCyan.current {
	color: #00ADEF;
} 

#navigation a.cmykMagenta:hover, 
#navigation a.cmykMagenta.current {
	color: #EC008C;
} 

#navigation a.cmykYellow:hover, 
#navigation a.cmykYellow.current {
	color: #FFF200;
} 

#navigation a.cmykBlack:hover, 
#navigation a.cmykBlack.current {
	color: #000000;
} 

#innerContainer {
	width: 542px;
	margin: 0px auto 0px auto;
	padding-bottom: 12px;
	text-align: left;
}

#header {
	background: url(/images/heading.logo.jpg) top right no-repeat;
	position: relative;
	left: -1px;
}

.contentSection, 
.imageSection {
	margin-bottom: 12px;
	background: url(/images/content.top.jpg) top no-repeat #FFFFFF;
}

.contentSection {
	padding-top: 26px;
}

.contentSection .sectionBody {
	padding: 0px 70px 0px 8px;
}

.sectionBottom {
	height: 8px;
	background: url(/images/content.bottom.jpg) bottom no-repeat #FFFFFF;
}

.imageSection {
	padding-top: 9px;
}

.imageSection .sectionBody {
	padding: 0px 8px 0px 8px;
}

* html .imageSection .sectionBody {
	margin-bottom: -7px;
}

/* Basic Elements */
p {
	margin-top: 0em;
	padding: 0px;
}

p.bullet {
	padding-left: 30px;
}

ul li {
	margin-left: 8px;
	padding-left: 12px;
	list-style: square;
}

p.quote {
	font-style: italic;
	color: #666666;
	margin-bottom: 0.2em;
}

p.quoter {
	margin-bottom: 1.8em;
}

a.current {
	color: #EC008C;
}

.contactTable {
	width: 100%;
	margin-top: -1em;
}

.contactTable td {
	vertical-align: top;
	width: 50%;
}

.contactTable h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

.contactTable strong {
	xfont-weight: normal;
	cfont-style: italic;
}

/* Headings */
h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans Unicode";
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2 {
	font-size: 20px;
	margin-bottom: 8px;
}


