/* CSS Script for Know your Health web site. Created by Webmaster Tim Carl on August 21, 2009
DO NOT ADD A FONT SIZE TO THE LINKS CSS. THIS WILL DISTORT THE DROP DOWN MENU. KEEP THE LINKS AT THE DEFAULT FONT SIZE.

*/ 

/* Body text for main content */ 
.normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;  
color: #000033 } 

/* Default setting for inported text */ 
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
} 

/* Default setting for footer */ 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
} 

/* Standard style for links */ 
a:hover { 
color: #0068BF; 
text-decoration: none;  
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif;} 

a { 
color: #000000; 
font-weight: normal;  
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

.link2 a:hover { 
color: #66CCFF; 
font-size: 14px;
text-decoration: none;  
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif;} 

.link2 a { 
color: #FFFFFF; 
font-size: 14px;
font-weight: normal;  
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

/* Second style for links */ 
.link1 a:hover { 
color: #FFFFFF; 
text-decoration: none;  
font-weight: normal; 
ont-family: Arial, Helvetica, sans-serif;} 

.link1 a { 
color: #FFFFFF; 
font-weight: normal;
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

/* Second style for links */ 
.breadcrumblink a:hover { 
color: #DD890C; 

text-decoration: none;  
font-weight: normal; 
ont-family: Arial, Helvetica, sans-serif;} 

.breadcrumblink1 a { 
color: #000000; 
font-size: 10px;
font-weight: normal;
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 



/* Style for homepage title. */ 
.largehome{
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	
}

/* Style for other text such as spacers between links. Example on the footer of homepage between the links. */ 
.other {
color: #FFFFFF; 
font-size: 12px }

/* First header */ 
.header1 { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 24px;
color: #DD890C; } 

/* Page Header */ 
.header2 { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: #000000 }

/*Repeating Background */
.background {
	background-image: url(http://199.253.176.78/SiteMaker/websitefiles/LifeJobs2539141/images/FreedomImages/freedombackgroun.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center center;
}

/*Round Corner text box */

body {background:#EFF2F3;}
#liquid-round {
width:90%;
margin:0px auto;
background:#fff url(images/box/cssbox/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(images/box/cssbox/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(images/box/cssbox/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(images/box/cssbox/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(images/box/cssbox/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(images/box/cssbox/bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}