#text-sizes{
	margin:0;
	padding:4px 0 2px 0;
	clear:both;
	float:right;
	width: 125px;
}

body.homepage #text-sizes{
	top: 87px;
}



#text-sizes label{
	color:#cc0000;
	height: 19px;
	line-height: 19px;
	float: left;
	padding-right: 1px;
	font-size: 12px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

#text-sizes a
{
	text-indent: -10000px;
	height: 19px;
	width: 19px;
	padding: 2px;
	float: left;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: pointer;
	display:inline;
}	

#small-text
{
	background-image: url(../images/layout/icn-text-small.gif);
}	
#small-text.active,
#small-text:hover
{
	background-image: url(../images/layout/icn-text-small-ro.gif);
}	
#medium-text
{
	background-image: url(../images/layout/icn-text-medium.gif);
}	
#medium-text.active,
#medium-text:hover
{
	background-image: url(../images/layout/icn-text-medium-ro.gif);
}	
#large-text
{
	background-image: url(../images/layout/icn-text-large.gif);
}	
#large-text.active,
#large-text:hover
{
	background-image: url(../images/layout/icn-text-large-ro.gif);
}	

/*-------------------------------------------------------
	SMALL TEXT
-------------------------------------------------------*/
body.small-text #header-red-bar a,
body.small-text #content p,
body.small-text #left-top-content p,
body.small-text #learn-more,
body.small-text #get-started,
body.small-text #find-job,
body.small-text td,
body.small-text th,
body.small-text
{
	font-size: 10px;
}
body.small-text span.bold,
body.small-text #nav ul li a
{
	font-size: 12px;
}

body.small-text  #content h1
{
	font-size: 18px;
}

body.small-text  #content h2
{
	font-size: 14px;
}

body.small-text #footer a,
body.small-text #copyright p
{
	font-size: 9px;
}
/*-------------------------------------------------------
	MEDIUM TEXT
-------------------------------------------------------*/
body.medium-text #header-red-bar a,
body.medium-text #content p,
body.medium-text #left-top-content p,
body.medium-text #learn-more,
body.medium-text #get-started,
body.medium-text #find-job,
body.medium-text td,
body.medium-text th,
body.medium-text
{
	font-size: 12px;
}
body.medium-text span.bold,
body.medium-text #nav ul li a
{
	font-size: 14px;
}

body.medium-text  #content h1
{
	font-size: 20px;
}

body.medium-text  #content h2
{
	font-size: 16px;
}

body.medium-text #footer a,
body.medium-text #copyright p
{
	font-size: 11px;
}
/*-------------------------------------------------------
	LARGE TEXT
-------------------------------------------------------*/
body.large-text #header-red-bar a,
body.large-text #content p,
body.large-text #left-top-content p,
body.large-text #learn-more,
body.large-text #get-started,
body.large-text #find-job,
body.large-text td,
body.large-text th,
body.large-text
{
	font-size: 14px;
}
body.large-text span.bold,
body.large-text #nav ul li a
{
	font-size: 16px;
}

body.large-text  #content h1
{
	font-size: 22px;
}

body.large-text  #content h2
{
	font-size: 18px;
}

body.large-text #footer a,
body.large-text #copyright p
{
	font-size: 13px;
}