@charset "UTF-8";
/* CSS Document */

html { text-align:center; }

.wrapper {
	padding:0px;
	height:100%;
	margin-bottom:0;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:960px;
}

.mainBox {
	height:100%;
	left:0;
	margin-bottom:0;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	padding-left:50px;
	overflow:hidden;
	position:relative;
	top:0;
	width:100%;
}

#header {
	margin-left:-50px;
	background-color: #FFF;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
}

#headerLeft {
	/*background-image: url(../images/header.gif);*/
	/*background-repeat: no-repeat;*/
	/*margin-left: 50px;*/
	padding-left:50px;
	position:relative;
	float:left;
	margin-top: 25px;
	top: 0px;
	width: 625px;
	height: 135px;
}

/*Provides alt tag for accessibillity */
#headerLeft span {
	position:absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

/* How can I help quick link and contact us */

#headerRight {
	margin-top:39px;
	height: 45px;
	float:left;
}

#help a {
	display:block;
	width: 235px;
	height: 45px;
	background: url("../images/cta.gif") 0 0 no-repeat;
	text-decoration: none;
	text-indent:-9999px;
}

#help a:hover { 
	background-position: 0 -47px;
}

#help a:active {
	background-position: 0 -47px;
}


#headerContact {
	width: 120px;
	margin-top: 10px;
	float:left;
	width:auto;
}

/* Main Navigation */

.navlist {
	position:relative;
	width: 855px;
	/*left: 50px;*/
	margin-top: -20px;
	margin-bottom:20px;
	clear: left;
	visibility: visible;
	height: 36px;
}
.navlist li {
	margin:0;
	padding:0;
	position:absolute;
	top: 0px;
}


.navlist li, .navlist a {
	height:36px;
	display:block;
	list-style:none;
	text-indent:-9999px;
	/*outline:none;*/
}

#nav_home {
	left:0px;
	width:60px;
}
#nav_home {
	background-image: url(../images/nav.gif);
	background-position: 0 0;
}
#nav_home a:hover,#nav_home.selected {
	background-image: url(../images/nav.gif);
	background-position: 0 -37px;
}

#nav_what {
	left:60px;
	width:152px;
}
#nav_what {
	background:url('../images/nav.gif') -60px 0;
}
#nav_what a:hover,#nav_what.selected  {
	background: url('../images/nav.gif') -60px -37px;
}

#nav_contacts {
	left:212px;
	width:135px;
}
#nav_contacts {
	background:url('../images/nav.gif') -212px 0;
}
#nav_contacts a:hover,#nav_contacts.selected {
	background: url('../images/nav.gif') -212px -37px;
}

#nav_doctors {
	left:347px;
	width:119px;
}
#nav_doctors {
	background:url('../images/nav.gif') -347px 0;
}
#nav_doctors a:hover,#nav_doctors.selected {
	background: url('../images/nav.gif') -347px -37px;
}

#nav_news {
	left:466px;
	width:92px;
}
#nav_news {
	background:url('../images/nav.gif') -466px 0;
}
#nav_news a:hover,#nav_news.selected {
	background: url('../images/nav.gif') -466px -37px;
}

#nav_thanks {
	left:557px;
	width:109px;
}
#nav_thanks {
	background:url('../images/nav.gif') -557px 0;
}
#nav_thanks a:hover,#nav_thanks.selected {
	background: url('../images/nav.gif') -557px -37px;
}
               
#nav_links {
	left:666px;
	width:90px;
}
#nav_links {
	background:url('../images/nav.gif') -666px 0;
}
#nav_links a:hover,#nav_links.selected {
	background: url('../images/nav.gif') -666px -37px;
}

#nav_help {
	left:755px;
	width:100px;
}
#nav_help {
	background:url('../images/nav.gif') -755px 0;
}
#nav_help a:hover,#nav_help.selected {
	background: url('../images/nav.gif') -755px -37px;
}

/* Left Hand Content */

#contentMain {
	margin-top: 0px;
	/*margin-left: 50px;*/
	margin-right: 15px;
	margin-bottom: 20px;
	min-height: 580px;
	height:auto !important;
	height: 580px;
	width: 510px;
	background-color: #FFF;
	background-image: url(../images/titleBkdGradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline;

}

.content {
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}


.flags {
	position:relative;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.flags img {
	position:absolute;
	left: 0px;
	top: 0px;
}

.flags ul {
	margin-left:95px;
	list-style-position: inside;
	list-style-type: none;
	
}


.flashAnimation {
	background-color: #CCC;
	height: 250px;
	width: 450px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Right Hand Content */
/* Alt Content Flash */
.flashAlt{
	text-align: center;
}

/* swf */
#swfGallery {
	margin-top: 0px;
	width: 327px;
	float: left;
}

/* news feed PHP */
#newsFeed {
	margin-top: 25px;
	position:relative;
	float:left;
	background-color: #fffcea;
	background-image: url(../images/titleBkdGradientSmall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 327px;
	height: 280px;
}
.newsFeed {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#newsMoreLink {
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 15px;
}
/* Footer */

#footer {
	clear: both;
	margin-left:-50px;
	background-color:#FFF;
	height:75px;
}

#footerLinks {
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	width: 510px;
	float:left;
}

#footerLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footerLinks li {
	display:inline;
}	

#footerInfo {
	float: left;
	width: 327px;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;	
}

.floatKillerRight {
clear:right;
}
.floatKillerLeft {
clear:left;
}
