@charset "utf-8";

/*///////////////////////////////////////
PROJECT:	FREEDOM HEALTH
MEDIA: 		SCREEN
CREATED ON: 22.04.2008
///////////////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: url(../images/bk-body.gif) repeat-x top;
	margin-bottom: 10px;
}

#pageWrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#headerWrapper {
	width: 900px;
	height: 85px;
	float: left;
}

#siteSearch {
	width: 225px;
	height: 65px;
	float: left;
	color: #fff;
	padding-top: 20px;
}
#call {
	width: 130px;
	height: 65px;
	float: left;
	color: #fff;
	padding-top: 20px;
}
#call p {
	padding-bottom: 7px;
}
#email {
	width: 225px;
	height: 65px;
	float: left;
	color: #fff;
	padding-top: 20px;
}
#email a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#email a:hover {
	color: #666;
}
#email p {
	padding-bottom: 7px;
}

#siteLogo {
	width: 225px;
	height: 85px;
	float: right;
	text-align: right;
}

#siteLogo p {
	margin: 0px;
}

#siteLogo img {
	border: 0px;
}

#tableSearch {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#tableSearch td {
	padding-right: 6px;
}

.searchText {
	padding: 2px;
	color: #666;
	border: 0px;
}

#imageWrapper {
	width: 900px;
	height: 260px;
	float: left;
}

#imageWrapper p {
	margin: 0px;
}

#imageWrapper img {
	margin: 0px;
	border: 0px;
	float: left;
}

#navWrapper {
	width: 900px;
	height: 50px;
	float: left;
}

#navigation {
	width: 900px;
	height: 28px;
	float: left;
	background: #012966;
}

#navShadow {
	width: 900px;
	height: 40px;
	float: left;
	background: url(../images/shadow-nav.jpg) no-repeat top right;
}


#contentWrapper {
	width: 900px;
	min-height: 200px;
	float: left;
	background-color: #fff;
	margin-bottom: 20px;
}
#contentSexual p,
#contentMedical p,
#contentAesthetic p {
	padding-bottom: 15px;
}
#contentSexual ul,
#contentMedical ul,
#contentAesthetic ul {
	padding-bottom: 15px;
}
#contentSexual li,
#contentMedical li,
#contentAesthetic li {
	margin-left: 13px;
}

#columnWrapper {
	width: 900px;
	float: left;
	min-height: 200px;
	margin-bottom: 20px;
}
#columnWrapper img {
	border: 0px;
}

#column1 {
	width: 294px;
	float: left;
	margin-right: 8px;
	min-height: 325px;
	_height: 325px;
	background: url(../images/col1Base.jpg) no-repeat bottom;
}

#column2 {
	width: 294px;
	float: left;
	margin-right: 9px;
	min-height: 325px;
	_height: 325px;
	background: url(../images/col2Base.jpg) no-repeat bottom;
}

#column3 {
	width: 294px;
	float: left;
	min-height: 325px;
	_height: 325px;
	background: url(../images/col3Base.jpg) no-repeat bottom;
}


#column4 {
	width: 294px;
	float: left;
	min-height: 325px;
	_height: 325px;
	background: url(../images/col4Base.jpg) no-repeat bottom;
}

.columnImage {
	margin-bottom: 15px;
}

.columnImage a img {
	border: 0;
}

.columnText {
	color: #5a5a5a;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	font-size: 12px;
}

#column1List {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
}

#column1List li {
	background: url(../images/bk-li-col1.gif) no-repeat left;
	padding-left: 20px;
}

#column2List {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
}

#column2List li {
	background: url(../images/bk-li-col3.gif) no-repeat left;
	padding-left: 20px;
}

#column3List {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
}

#column3List li {
	background: url(../images/bk-li-col2.gif) no-repeat left;
	padding-left: 20px;
}

#column4List {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
}

#column4List li {
	background: url(../images/bk-li-col4.gif) no-repeat left;
	padding-left: 20px;
}

#homeContent {
	width: 583px;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	color: #000;
}

#homeContent h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 15px;
}

#homeContent p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #000;
	line-height: 140%;
}

#homeContent a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#homeContent a:hover {
	text-decoration: underline;
}

#home-c2a {
	width: 296px;
	border-left: 1px solid #e2e2e2;
	min-height: 200px;
	float: left;
	margin-left: 3px;
	padding-left: 3px;
}

#home-c2a-pricelist {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-pricelist.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 6px;
}

#home-c2a-pricelist h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#home-c2a-pricelist p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#home-c2a-pricelist a {
	color: #ee93ed;
	text-decoration: none;
	font-weight: bold;
}

#home-c2a-pricelist a:hover {
	color: #5a5a5a;
}

#home-c2a-mailing {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-mailing.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 6px;
}

#home-c2a-mailing h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#home-c2a-mailing p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#home-c2a-mailing a {
	color: #abe181;
	text-decoration: none;
	font-weight: bold;
}

#home-c2a-mailing a:hover {
	color: #5a5a5a;
}

#home-c2a-callback {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-callback.gif) no-repeat top left;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 15px;
}

#home-c2a-callback h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#home-c2a-callback p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#home-c2a-callback a {
	color: #00e7e4;
	text-decoration: none;
	font-weight: bold;
}

#home-c2a-callback a:hover {
	color: #5a5a5a;
}

#home-c2a-register {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-register.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 6px;
}

#home-c2a-register h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#home-c2a-register p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#home-c2a-register a {
	color: #edcc30;
	text-decoration: none;
	font-weight: bold;
}

#home-c2a-register a:hover {
	color: #5a5a5a;
}

#newsWrapper {
	width: 900px;
	float: left;
	border-top: 1px solid #d8d8d8;
	color: #5e5e5e;
}
.col {
	border-right: 1px solid #d8d8d8;
	float: left; 
	margin: 15px 5px 15px 10px;
	display: block;
	display: inline;
	padding-right: 15px;
	width: 192px;
}
.colLast {
	float: left; 
	margin: 15px 0 15px 10px;
	display: block;
	display: inline;
	padding-right: 15px;
	width: 192px;
}
.col h3,
.colLast h3 {
	color: #002a67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.col p,
.colLast p {
	color: #000;
	font-size: 14px;
}
.col a,
.colLast a {
	text-decoration: none;
	color: #747474;
	padding-top: 15px;
	display: block;
}
.col a:hover,
.colLast a:hover {
	text-decoration: underline;
}
.newsAction {
	width: 880px;
	float: left;
	border-top: 1px solid #d8d8d8;
	color: #5e5e5e;
	padding: 10px;
}
.newsAction a {
	text-decoration: none;
	color: #012869;
}
.newsAction a:hover {
	text-decoration: underline;
}

#footerWrapper {
	width: 900px;
	float: left;
	border-top: 1px solid #d8d8d8;
	background: url(../images/shadow-foot.jpg) no-repeat bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	color: #5e5e5e;
}

.footTop {
	font-size: 90%;
	padding-bottom: 5px;
	padding-left: 10px;
}

.footTop a {
	color: #5e5e5e;
	text-decoration: none;
}

.footTop a:hover {
	text-decoration: underline;
}

.footBottom {
	font-size: 80%;
	padding-left: 10px;
}

.footBottom a {
	color: #5e5e5e;
	text-decoration: none;
}

.footBottom a:hover {
	text-decoration: underline;
}

.footBottom a {
	position: relative;
}



#contentRight {
	width: 294px;
	float: right;
}



#contentMedical {
	width: 596px;
	float: left;
}

#contentMedical h2 {
	color: #ace256;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

#contentMedical h3 {
	color: #ace256;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 8px;
}
#contentMedical p {
	color: #000000;
	line-height: 130%;
	margin-bottom: 10px;
	font-size: 12px;
}

#contentSexual {
	width: 596px;
	float: left;
}

#contentSexual h2 {
	color: #ee93ed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

#contentSexual h3 {
	color: #ee93ed;
	font-size: 14px;
	font-weight: bold;
}
#contentSexual p {
	color: #000000;
	line-height: 130%;
}

#contentAesthetic {
	width: 596px;
	float: left;
}

#contentAesthetic h2 {
	color: #7ae4e0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

#contentAesthetic h3 {
	color: #7ae4e0;
	font-size: 14px;
	font-weight: bold;
}
#contentAesthetic p {
	color: #000000;
	line-height: 130%;
}

#contentTitle h2 {
    color: #012966;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 3px;
    border-bottom:1px solid #E2E2E2;
    padding-bottom:10px;    
}

#contentTitle p {
	color: #626361;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#contentBody {
	width: 568px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#contentBody h3 a {
	color: #002d62;
	text-decoration: none;
}
#contentBody h3 a:hover {
	color: #626361;
}
#contentBody a {
	color: #626361;
	text-decoration: underline;
}
#contentBody a:hover {
	text-decoration: none;
}

#contentSitemap {
	width: 568px;
	float: left;
}

#contentSitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentSitemap ul li ul {
	margin-left: 20px;
}

#contentSitemap li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}

#sitemapColGeneral {
	width: 102px;
	float: left;
	padding-right: 10px;
}

#sitemapColGeneral a {
	color: #666;
	text-decoration: none;
}
#sitemapColGeneral a:hover {
	color: #002d62;
	text-decoration: none;
}
#sitemapColGeneral h3 {
	color: #002d62;
}

#sitemapColMedical {
	width: 142px;
	float: left;
	padding-right: 10px;
}

#sitemapColMedical a {
	color: #666;
	text-decoration: none;
}
#sitemapColMedical a:hover {
	color: #ace256;
	text-decoration: none;
}
#sitemapColMedical h3 {
	color: #ace256;
}

#sitemapColSexual {
	width: 142px;
	float: left;
	padding-right: 10px;
	color: #ee93ed;
}
#sitemapColSexual h3 {
	color: #ee93ed;
}
#sitemapColSexual a {
	color: #666;
	text-decoration: none;
}
#sitemapColSexual a:hover {
	color: #ee93ed;
	text-decoration: none;
}

#sitemapColAesthetic {
	width: 152px;
	float: left;
}
#sitemapColAesthetic h3 {
	color: #7ae4e0;
}
#sitemapColAesthetic a {
	color: #666;
	text-decoration: none;
}
#sitemapColAesthetic a:hover {
	color: #7ae4e0;
	text-decoration: none;
}


.contentRightBanner {
	width: 294px;
	height: 138px;
	float: left;
	padding-bottom: 14px;
	background: url(../images/shadow-subnav.jpg) no-repeat bottom right;
}
.contentRightBanner p {
	margin: 0px;
}
.contentRightBanner img {
	border: 0px;
}

#contentNavMedical {
	background: url(../images/bk-subNavMedical.gif) no-repeat bottom right;
	width: 294px;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

#contentNavMedical ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #626361;
}
#contentNavMedical li {
	padding-bottom: 3px;
}
#contentNavMedical a {
	color: #626361;
	text-decoration: none;
}
#contentNavMedical a:hover {
	color: #ace256;
}

#contentNavSexual {
	background: url(../images/bk-subNavSexual.gif) no-repeat bottom right;
	width: 294px;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

#contentNavSexual ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #626361;
}
#contentNavSexual li {
	padding-bottom: 3px;
}
#contentNavSexual a {
	color: #626361;
	text-decoration: none;
}
#contentNavSexual a:hover {
	color: #ee93ed;
}


#contentNavAesthetic {
	background: url(../images/bk-subNavAesthetic.gif) no-repeat bottom right;
	width: 294px;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

#contentNavAesthetic ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #626361;
}
#contentNavAesthetic li {
	padding-bottom: 3px;
}
#contentNavAesthetic a {
	color: #626361;
	text-decoration: none;
}
#contentNavAesthetic a:hover {
	color: #7ae4e0;
}

#content-c2a {
	width: 294px;
	min-height: 200px;
	margin-top: 20px;
	float: left;
}

#content-c2a-pricelist {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-pricelist.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 6px;
}

#content-c2a-pricelist h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#content-c2a-pricelist p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#content-c2a-pricelist a {
	color: #ee93ed;
	text-decoration: none;
	font-weight: bold;
}

#content-c2a-pricelist a:hover {
	color: #5a5a5a;
}

#content-c2a-mailing {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-mailing.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 6px;
}

#content-c2a-mailing h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#content-c2a-mailing p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#content-c2a-mailing a {
	color: #abe181;
	text-decoration: none;
	font-weight: bold;
}

#content-c2a-mailing a:hover {
	color: #5a5a5a;
}

#content-c2a-callback {
	width: 243px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	min-height: 50px;
	background: url(../images/bk-c2a-callback.gif) no-repeat top left;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 15px;
}

#content-c2a-callback h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
}

#content-c2a-callback p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 140%;
}

#content-c2a-callback a {
	color: #00e7e4;
	text-decoration: none;
	font-weight: bold;
}

#content-c2a-callback a:hover {
	color: #5a5a5a;
}


#contentGeneral {
	width: 596px;
	float: left;
}

#contentGeneral h2 {
	color: #012966;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 3px;
    border-bottom:1px solid #E2E2E2;
    padding-bottom:10px;
}

#contentGeneral h3 {
	color: #002d62;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 8px;
}
#contentGeneral p {
	color: #000;
	line-height: 130%;
	margin-bottom: 10px;
	font-size: 12px;
}

#beforeAfter {
	width: 264px;
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
}
#beforeAfter img {
	border: 0px;
}
#beforeAfter p {
	float: left;
	margin: 0px;
}
#beforeAfter a {
	float: left;
}
.beforeAfterInfo {
	width: 254px;
	float: left;
	background: #ccc;
	padding: 5px;
}

#tableCallback {
	width: 578px;
	border: 0px;
	border-collapse: collapse;
	color: #000;
}
#tableCallback td {
	padding-bottom: 15px;
	padding-right: 6px;
	vertical-align: top;
}

.tdLabel {
	width: 150px;
}


.inputText {
	width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
}
.inputText:focus {
	border: 1px solid #7ae4e0;
}

.inputTextSmall {
	width: 25px;
	padding: 3px;
	border: 1px solid #ccc;
	
}
.inputTextSmall:focus {
	border: 1px solid #7ae4e0;
}

.inputSelect {
	width: 357px;
	padding: 3px;
	border: 1px solid #ccc;
}
.inputSelect:focus {
	border: 1px solid #7ae4e0;
}

.inputSelectSmall {
	width: 100px;
	padding: 3px;
	border: 1px solid #ccc;
}
.inputSelectSmall:focus {
	border: 1px solid #7ae4e0;
}

.inputTextarea {
	width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputTextarea:focus {
	border: 1px solid #7ae4e0;
}

.inputSubmit {
	border: 0px;
	padding: 4px;
	cursor: pointer;
	background: #666;
	color: #efefef;
}
.inputSubmit:hover {
	background: #7ae4e0;
	color: #666;
}

.searchList1 {
	width: 538px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background: #f5f5f5;
}
.searchList1:hover {
	background: #e9e9e9;
}


.searchList2 {
	width: 538px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background: #eef2f5;
}
.searchList2:hover {
	background: #dce0e4;
}


.article {
	width: 568px;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.articleDetails {
	font-style: italic;
}
.articleFlash {
	float: left;
	width: 88px;
	height: 88px;
}
.articleText {
	float: left;
	width: 480px;
}



/* GENRIC STYLES */

.error {
	color: #FF0000;
}
.access {
	display: none;
}
a:focus {
	outline: none;
}
a:active {
	outline: none;
}
a.greynav:link  {
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
}
a.greynav:visited  {
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
}
a.greynav:hover   {
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: underline;
}
a.greynav:active  {
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
}
#contentGeneral table,
#contentGeneral tbody {
	width: 596px;
	padding: 0 0 15px 0;
}
/*#contentGeneral td {
	width: 298px;
	padding: 4px 0;
	font-size: 12px;
}*/
#contentGeneral td {
	width: 135px;
	padding: 4px 0;
	font-size: 12px;
}
td.teamText {
	width: 461px !important;
	padding: 0 4px 4px 4px !important;
	font-size: 12px;
}




.noborder {
	border: 0;
}

/* footer banners */
#banners {
	width: 900px;
	float: left;
	border-top: 1px solid #d8d8d8;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 125px;
	color: #5e5e5e;
}
#banners img {
	border: 0;
}
#movers-row {
	margin: -129px 0 0 125px;
}
#movers-row div {
	width: 20%;
	float: left;
}
#movers-row div img {
	float: right;
}

/* news ticker */
#NewsTicker{
	width:900px;
	height:30px;
	float: left;
	margin-bottom: 20px;
	border-top: solid 1px #002a66;
	border-bottom: solid 1px #002a66;
}
	#NewsTicker h1{
	padding:6px 5px;
	margin:0;
	border:0;
	color: #CC0000;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 110px;
	float: left;
	}
	#NewsVertical {
	width: 780px;
	height: 30px;
	display: block;
	_display: table;
	overflow: hidden;
	position: relative;
	margin: 0;
	float: left;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 780px;
	height: 30px;
	display: block;
	_display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 770px;
	color: #444444;
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 8px 10px 4px 0;
	float: left;
	height: 18px;
	display: inline;
	}
	
		#TickerVertical li a {
			color: #666;
			text-decoration: none;
		}
		#TickerVertical li a:hover {
			text-decoration: underline;
		}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 20px;
			margin-bottom:6px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			border:solid 1px #DEDEDE;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			font-size: 10px;
			margin:6px 0 14px 0;
			color:#000000
		}


