/*--------------------> Global Selectors <--------------------*/

#container {
	width: 650pt;
	height: auto;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10pt 10pt 0;
}

.imgRight {
	float: right;
	margin: 0 0 10pt 10pt;
}

.center {
	text-align: center;
}

/*--------------------> Header Selectors <--------------------*/
#header {
	display: none;
}

/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	display: none;
}

/*--------------------> Column Container Selector <--------------------*/
#columns-top {
}

#column-container {
	width: 650pt;
	height: auto;
}

/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	display: none;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 600pt;
	height: auto;
	font-size: 14pt;
	color: #000;
	line-height: 24pt;
	padding: 10pt 20pt;
}

h1 {
	font-size: 30pt;
	font-weight: normal;
	color: #c481ab;
	padding-bottom: 7pt;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #6690cf;
	border-bottom: 1pt solid #6690cf;
	margin-bottom: 7pt;
	padding: 3pt 0 15pt 0;
}

#right-column h3 {
	width: 350pt;
	font-size: 18pt;
	font-weight: normal;
	color: #c481ab;
	margin: 15pt 0;
}

#right-column p {
	padding: 15pt 0;
}

.breast-photo {
	float: right;
	background: url(../images/photo-bkgd.gif) left top repeat-x;
	padding: 4pt 4pt 0 4pt;
	margin: 0 0 10pt 10pt;
}

#right-column a {
	color: #003366;
	text-decoration: underline;
}

#right-column ul, #right-column ol {
	padding-left: 30pt;
}

#contact-info {
	font-size: 14pt;
	color: #6690cf;
	line-height: 24pt;
	text-align: center;
	padding: 15pt 0;
}

/*--------------------> Footer Selectors <--------------------*/

#footer {
}

#sitemapBtn {
	display: none;
}

#sitemap {
	display: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 600pt;
	padding: 9pt 20pt 8pt 20pt;
	border-top: 1pt solid #9c9693;
	font-size: 11pt;
	color: #000;
	line-height: 14pt;
}

#disclaimer p {
	padding: 8pt 0 9pt 0;
}

#disclaimer a {
	color: #666;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1pt;
	line-height: 0;
}
