/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 22px;
	color: #7FA2C5; 
}

h2 {
	font-size: 20px; 
}

h3 {
	font-size: 18px; 
}

h4 {
	font-size: 16px;
	color: #7FA2C5; 
}
	
h5 {
	font-size: 14px; 
}

h6 {
	font-size: 10px; 

}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7FA2C5;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7FA2C5;
}

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7FA2C5;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

.blue_bg td { background-color: #7FA2C5; color: #fff;}

.home_content {background: transparent url(/images/AQ_home_conent.jpg) no-repeat top left; width: 431px; height: 148px; overflow: hidden;}

a:link.your_health, 
a:active.your_health, 
a:visited.your_health { display: block; background: transparent url(/images/AQ_yourhealth.jpg) no-repeat top left; height: 113px; width: 431px;}
a:hover.your_health { display: block; background: transparent url(/images/AQ_yourhealth_over.jpg) no-repeat top left; height: 113px; width: 431px;}
.your_health .calltoaction { display: none; }

a:link.community, 
a:visited.community, 
a:active.community { display: block; background: transparent url(/images/AQ_community.jpg) no-repeat top left; height: 86px; width: 431px;}
a:hover.community { display: block; background: transparent url(/images/AQ_community_over.jpg) no-repeat top left; height: 86px; width: 431px;}
.community .calltoaction { display: none; }

a:link.health_index, 
a:visited.health_index, 
a:active.health_index { display: block; background: transparent url(/images/AQ_healthindex.jpg) no-repeat top left; height: 89px; width: 431px;}
a:hover.health_index { display: block; background: transparent url(/images/AQ_healthindex_over.jpg) no-repeat top left; height: 89px; width: 431px;}
.health_index .calltoaction { display: none; }

a:link.whats_new, 
a:visited.whats_new, 
a:active.whats_new { display: block; background: transparent url(/images/AQ_New.jpg) no-repeat top left; height: 44px; width: 431px;}
a:hover.whats_new { display: block; background: transparent url(/images/AQ_New_hover.jpg) no-repeat top left; height: 44px; width: 431px;}
.whats_new .calltoaction { display: none; }

a:link.wdyt, 
a:visited.wdyt, 
a:active.wdyt { display: block; background: transparent url(/images/AQ_WDYT.jpg) no-repeat top left; height: 44px; width: 431px;}
a:hover.wdyt { display: block; background: transparent url(/images/AQ_WDYT_hover.jpg) no-repeat top left; height: 44px; width: 431px;}
.wdyt .calltoaction { display: none; }
