/*-----------------------------------------------------------------------------
General Styles of Inflectious Diseases site


-----------------------------------------------------------------------------*/

@import url(general.css);
@import url(commission.css);
@import url(navigation.css);
@import url(footer.css);


/* =Index page ionly styles Styles.
-----------------------------------------------------------------------------*/

/* =Content Section.
-----------------------------------------------------------------------------*/
/* Common styles. */
#content {
	
}


#contentaids, #content #contentdiseases, #content #contentdrug, #content #contentepidemics {
}

#content #contentaids {
	width: 171px;
	height:396px;
	background: #4d556b url(../images/aidscontent.jpg) top left no-repeat;float:left;
}

#content #contentdiseases {
	width: 172px;
	height:396px;
	background: #4d556b url(../images/diseasescontent.jpg) top left no-repeat;float:left;
}

#content #contentdrug {
	width: 173px;
	height:396px;
	background: #4d556b url(../images/drugcontent.jpg) top left no-repeat;float:left;
}

#content #contentepidemics {
	width: 254px;
	height:396px;
	background: #4d556b url(../images/epidemicscontent.jpg) top left no-repeat;float:left;
}

#content #contentepidemics #padding {
	
}

/* Common styles. */
#content h1 {
	font-size: 1.2em;
}
#content  h2 {
	margin: 0.5em 0;
	font-size: 1em;
}

#content  h3 {
	margin: 0.5em 0;
	font-size: 0.8em;
}

#content p {
	margin-top: 0px;
	color: #3b4150;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}

#content ul, #content ol {
	color: #3b4150;
	padding: 0px 17px 0px 10px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
	list-style-type: disc;
	margin-left:25px;
	margin-top: 15px;
}

#content ol {
	list-style-type: decimal;
}

#content ul li, #content ol li {
	margin: 0px 0;
}
#container_box{
	width:770px;
	background-color: #deedf2;
}
.indent {
	padding: 10px 10px 10px 30px;
}

.underline {
	text-decoration: underline;
}

#content a:link {
	color: #35679a;
	font-weight: bold;
}

#content a:visited {
	color: #6A829B;
}

#content a:hover {
	color: #00adef;
	text-decoration: underline;
}

#content a:active {

}


/*-------------------------------------------*/
/* Index page styles. */
#content #contentaids h1 {
	color: #047b99;
}
#content #contentaids  h2 {
	color: #158ba9;
}

#content #contentaids  h3 {
	color: #2799b6;
}

#content #contentdiseases h1 {
	color: #f19e38;
}
#content #contentdiseases  h2 {
	color: #f2a74a;
}

#content #contentdiseases  h3 {
	color: #eba34b;
}

#content #contentdrug h1 {
	color: #447c59;
}
#content #contentdrug  h2 {
	color: #3e8c5b;
}

#content #contentdrug  h3 {
	color: #3f9d62;
}

#content #contentepidemics h1 {
	color: #e23934;
}
#content #contentepidemics  h2 {
	color: #e73b35;
}

#content #contentepidemics  h3 {
	color: #ef423d;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}
/* Contect & about us navigation
-----------------------------------------------------------------------------*/
#contact_nav{
float:left;
}
#contact_nav a:link{
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;	
	}
#contact_nav a:hover{
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
}
#contact_nav a:visited{
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;	
}
.links_in{
	text-align: center;
	vertical-align: middle;
}

