/* CSS Document */

body	{
	background: url(../images/bkgrd.gif) repeat-x  #d9e6f4;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper	{
	width: 846px;
	margin: 0 auto;
	background: url(../images/contentBkgrd.gif) repeat-y;
	position: relative;
}

#container {
	width: 799px;
}

#header	{
	background: url(../images/headerBkgrd.gif) no-repeat;
	height: 108px;
	position: relative;
	width: 799px;
	margin: 0px 24px 0px 23px;
}

#header .blfcLogo	{
	position: absolute;
	top: 12px;
	left: 5px;
}

#header .blfcName	{
	position: absolute;
	top: 30px;
	left: 100px;
	font-size: 26px;
	font-weight: bold;
	color: #36424b;
	letter-spacing: -1px;
}

#header .blfcTagline	{
	position: absolute;
	top:58px;
	left: 101px;
	font-size: 18px;
	color: #5197b9;
}

#header .blfcName a	{
	color: #36424b;
	text-decoration: none;
}

.blfcOvarian	{
	position: absolute;
	top: 22px;
	left: 590px;
}

.homeTagLine h1	{
	padding: 15px 0px 0px 10px;
	margin: 0;
	color: #f36f21;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

#navArea	{
	height: 41px;
	width: 822px;
	position: absolute;
	padding: 0px 0px 0px 24px;
	top: 108px;
	left: 0px;
	background: url(../images/navBkgrd.gif) repeat-x;
}

#nav {
	height: 41px;
	width: 799px;
}


#nav ul	{
	margin:0px;
	padding:0px;
}

#nav li	{
	float:left;
	padding:0px;
	margin:0px;
	list-style: none;
	background-repeat: no-repeat;

}

#nav a {display:block; height:0; padding-top:41px; color:#000; overflow:hidden;}


#nav li.nav1	{width:56px;}
#nav li.nav2	{width:101px;}
#nav li.nav3	{width:72px;}
#nav li.nav4	{width:80px;}
#nav li.nav5	{width:81px;}
#nav li.nav6	{width:106px;}
#nav li.nav7	{width:173px;}
#nav li.nav8	{width:57px;}
#nav li.nav9	{width:73px;}

#nav a#navName1	{background: url(../images/nav.gif) -0px 0px;}
#nav a#navName2	{background: url(../images/nav.gif) -56px 0px;}
#nav a#navName3	{background: url(../images/nav.gif) -157px 0px;}
#nav a#navName4	{background: url(../images/nav.gif) -229px 0px;}
#nav a#navName5	{background: url(../images/nav.gif) -309px 0px;}
#nav a#navName6	{background: url(../images/nav.gif) -390px 0px;}
#nav a#navName7	{background: url(../images/nav.gif) -496px 0px;}
#nav a#navName8	{background: url(../images/nav.gif) -669px 0px;}
#nav a#navName9	{background: url(../images/nav.gif) -726px 0px;}

#nav a#navName1:hover	{background: url(../images/navOver.gif) -0px 0px;}
#nav a#navName2:hover	{background: url(../images/navOver.gif) -56px 0px;}
#nav a#navName3:hover	{background: url(../images/navOver.gif) -157px 0px;}
#nav a#navName4:hover	{background: url(../images/navOver.gif) -229px 0px;}
#nav a#navName5:hover	{background: url(../images/navOver.gif) -309px 0px;}
#nav a#navName6:hover	{background: url(../images/navOver.gif) -390px 0px;}
#nav a#navName7:hover	{background: url(../images/navOver.gif) -496px 0px;}
#nav a#navName8:hover	{background: url(../images/navOver.gif) -669px 0px;}
#nav a#navName9:hover	{background: url(../images/navOver.gif) -726px 0px;}

#nav a#navName1Selected	{background: url(../images/navOver.gif) -0px 0px;}
#nav a#navName2Selected	{background: url(../images/navOver.gif) -56px 0px;}
#nav a#navName3Selected	{background: url(../images/navOver.gif) -157px 0px;}
#nav a#navName4Selected	{background: url(../images/navOver.gif) -229px 0px;}
#nav a#navName5Selected	{background: url(../images/navOver.gif) -309px 0px;}
#nav a#navName6Selected	{background: url(../images/navOver.gif) -390px 0px;}
#nav a#navName7Selected	{background: url(../images/navOver.gif) -496px 0px;}
#nav a#navName8Selected	{background: url(../images/navOver.gif) -669px 0px;}
#nav a#navName9Selected	{background: url(../images/navOver.gif) -726px 0px;}

#content	{
	width: 799px;
	margin: 0px 24px 0px 23px;
	padding: 55px 0px 0px 0px;
	background: url(../images/contentMainBkgrd.gif) no-repeat;
}

.columnLeft	{
	float: left;
	width: 480px;
	padding: 0px 20px 15px 20px;
}

.columnRight	{
	float: right;
	width: 240px;
	padding: 0px 16px 15px 16px;
}

.clearBoth	{
	clear: both;
	height: 2px;
}

/* general */

a {
	color: #f36f21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0;
	margin: 0;
	color: #008fd4;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin: 0;
	color: #006ca1;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	padding: 0;
	margin: 0;
	color: #00476a;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 0;
	color: #3c4851;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h4.leadin {
	display: block;
	margin: 0 0 -2px 0;
	padding: 5px 0 0 0;
	color: #3c4851;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.1em;
}

h4.leadin span	{
	font-style: italic;
}

h5 {
	padding: 0;
	margin: 0;
	color: #59636b;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}


table, p {
	color: #364149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

blockquote {
	padding: 5px 0;
	border-top: 1px dotted #7890a6;
	border-bottom: 1px dotted #7890a6;
	background: url(../images/quote_left.png) left 10px no-repeat;
}

blockquote p {
	display: block;
	margin: 0;
	padding: 5px;
	color: #657f97;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.2em;
	background: url(../images/quote_right.png) right bottom no-repeat;
}

.contentList ul {
	list-style: none;
}

.contentList ul li {
	padding: 0 0 0 20px;
	color: #364149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	background: url(../images/bullet_blue.png) left center no-repeat;
}

.contentListAlt ul {
	list-style: none;
}

.contentListAlt ul li {
	padding: 0 0 0 20px;
	color: #364149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	background: url(../images/bullet_green.png) left center no-repeat;
}

#inline {
	float: right;
	width: 200px;
	margin: 10px 0 10px 10px;
	background: #f6f6f6 url(../images/inline_top.gif) no-repeat;
	border-left: 1px solid #d2dce5;
	border-right: 1px solid #d2dce5;
	border-bottom: 1px solid #d2dce5;
}



#inlineHolder {
	padding: 10px 5px 0 5px;
}

#inline h1 {
	margin: 0;
	padding: 0;
	color: #657f97;
	font-size: 18px;
}

#inline p {
	margin: 0;
	padding: 5px 0;
	font-size: 13px;
	line-height: 18px;
}

#inline .right	{
	text-align:right;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
}

#inlineBottom {
	height: 9px;
	width: 200px;
	background: url(../images/inline_bottom.gif) right bottom no-repeat;
}

#inline2 {
	width: 100%;
	margin: 10px 0 10px 0px;
	background: #f6f6f6 url(../images/inline_top.gif) repeat-x;
	border-left: 1px solid #d2dce5;
	border-right: 1px solid #d2dce5;
	border-bottom: 1px solid #d2dce5;
}

#inline2 ul	{
	padding: 0px 0px 0px 35px;
}

#inlineBottom2 {
	height: 9px;
	width: 100%;
	background: url(../images/inline_bottom.gif) right bottom no-repeat;
}


.imgBorder {
	border: 5px solid #ffffff;
}

.imgContainer {
	margin: 0 0 15px 0;
	text-align: center;
}

.contact input, .contact textarea	{
	margin: 0px;
	color: #364149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.required	{
	color: #008fd4;
}

/* CTAs */

.ctaArea	{
	width: 238px;
	background: url(../images/ctaBkgrd.gif) repeat-y;
}

.ctaArea span	{
	color: #ff0000;
}

.ctaArea ul 	{
	padding: 5px 0px 0px 15px;
	margin: 0px;
}

.ctaArea ul li	{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 3px 20px;
	list-style: none;
	background: url(../images/green_bullet.gif) no-repeat 0px 1px;
}

.ctaAreaBody	{
	background: url(../images/ctaBkgrdTop.gif) no-repeat;
	padding: 10px 10px 0px 10px;
}

.ctaAreaBottom	{
	height: 10px;
	background: url(../images/ctaBkgrdBottom.gif) no-repeat bottom;
}

.ctaHeader	{
	font-size: 16px;
	font-weight: bold;
	color: #36424b;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
}

.ctaHeader span	{
	color: #008fd4;
	font-size: 18px;
	text-transform: uppercase;
}

/* end of CTAs */

.homeIntro	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #008fd4;
	font-weight: bold;
	line-height: 25px;
	display: block;
	padding: 10px;
}

.homeIntro a	{
	color: #36424b;
	background-color: #fff8c8;
	text-decoration: none;
}

.homeIntro a:hover	{
	text-decoration: underline;
}

.homeButton	{
	text-align:right;
	float: right;
	display: block;
	width: 330px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #36424b;
	font-weight: bold;
	background: url(../images/homeBtn.gif) no-repeat right;
	padding: 0px 35px 3px 0px;
	margin: 0px 20px 0px 0px;
	border-bottom: 1px dotted #000000;
}

.homeButton	a {
	color: #36424b;
	text-decoration: none;
}

.homeButton a:hover	{
	color: #f36f21;
}

/* price box */

#priceBox	{
	background: url(../images/priceBox.gif) no-repeat;
	width: 247px;
	height: 118px;
	margin: 0px 0px 10px 20px;
	padding: 10px 15px 10px 15px;
	float:right;
}

#priceBox h1	{
	font-size: 23px;
	color: #542b14;
}

#priceBox ul	{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#priceBox ul li	{
	list-style: none;
	padding: 0px;
	line-height: 18px;
}



/* footer */

#footer	{
	width: 759px;
	margin: 0px 24px 0px 23px;
	background: url(../images/footerBkgrd.gif) repeat-x;
	height: 170px;
	padding: 20px 20px 0px 20px;
}

.footerLeft	{
	float: left;
	width: 435px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerLeft a	{
	color: #ffffff;
	text-decoration: none;
}

.footerLeft a:hover	{
	color: #9daeba;
}

.footerLeft1	{
	width: 180px;
	float: left;
}

.footerTitle	{
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	color: #ffffff;
}

.footerLeft ul {
	padding: 4px 0px 0px 5px;
	margin: 0px;
	width: 150px;
}

.footerLeft ul li	{
	list-style: none;
	background: url(../images/small_blue_bullet.gif) no-repeat 2px 5px;
	padding: 2px 0px 2px 15px;
	border-top: 1px solid #4a5761;
}

.footerRight	{
	float:right;
	width: 300px;
	text-align:right;
	font-size: 12px;
	color: #79868f;
	font-family: Arial, Helvetica, sans-serif;
}

.footerRight span	{
	color: #008fd4;
	font-size: 23px;
	font-weight: bold;
}

.footerRight b	{
	font-size: 17px;
}

.footerRight a	{
	color: #9daeba;
	text-decoration: none;
}

.footerRight a:hover	{
	text-decoration: underline;
}

.photoGallery	{
	margin: 20px 0px 0px 0px;
}

.photoGallery img	{
	border: 4px solid #d5e2ee;
	margin: 0px 10px 10px 0px;
}

.error	{
	color: #ff0000;
	font-weight: bold;
}

#mapContainer	{
	display: none;
}

/* START OF CSS FOR MAP */
#world {
	position:relative;
	width:450px;
	height:390px;
	background: url(../images/map.gif) no-repeat;
	text-align:left;
	margin:10px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

#world a {
	font-family: Arial, Helvetica, sans-serif;
}

dl.map.on dt {
	list-style:none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
}

dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:150px;
	padding:4px;
	border:#222 1px solid;
	background:#fff;
	z-index:11;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}

dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on #location101 {
	top:166px;
	left:248px;
}
dl.map.on a#location102 {
	top:156px;
	left:270px;
}
dl.map.on a#location103 {
	top:285px;
	left:138px;
}
dl.map.on a#location104 {
	top:302px;
	left:128px;
}
dl.map.on a#location105 {
	top:318px;
	left:114px;
}


.tbox {
	color: #364149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:inset;
	border:1px solid #AAAAAA;;
}

.red3b {
	font-size:12pt;
	font-weight:bold;
	color:#FF0000;
}
