/***** stylesheet for alaskabirthing.com *****/

/****************************************
 Firefox scrollbar display (force vert. scrollbar)

	html,body {min-height:100.1%}

 >> FF shifts page display when there is a scrollbar needed,
	so going from a short page (no scrollbar) to a longer page (w/ scrollbar)
	shifts entire page layout to accomodate scrollbar. 
	min-height of 100.1% forces scrollbar and eliminates shifting.
 >> Looks like only html is needed <<
***************************************/
html {min-height:100.1%}


/***** global  *****/
a:link,a:visited { color: #0000F2 ; text-decoration: none ; }
a:active,a:hover { color: #CA5735 ; text-decoration: underline ; }

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

hr {color: #808000; height: 1 ; }

/*
p { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #808000 ; }
*/
p { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; color: #710071 ; }

td { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; }

h1 { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 22px; font-weight: bold; color: #8080C0; font-style: normal; border-top-style: dotted ;  border-bottom-style: dotted ; border-width: 2px ;}

h2 { font-family: font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: bold; color: #8080C0; font-style: normal; }

h3 { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 18px; font-weight: bold; color: #003399; font-style: normal ; margin-top: 10px ; margin-bottom: 7px ; }

h4 { font-family: Arial, Helvetica, san-serif; font-size: 14px; font-weight: bold; color: #000000; font-style: normal; text-align: left ; margin-top: 10px ; margin-bottom: 7px ; }

ol { font-family: Verdana, Arial, Helvetica, san-serif; font-size: 11px; color: #363636; margin-top: -1px; }

ul { font-family: Verdana, Arial, Helvetica, san-serif; font-size: 11px; color: #363636; margin-top: -1px; }

.list { font-family: Verdana, Arial, Helvetica, san-serif; font-size: 11px; color: #363636; margin-top: -80px; margin-bottom: -10px;  }

.heading1 { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 18px; font-weight: bold; color: #000000; font-style: normal; text-align: left ; margin-top: 12px ; margin-bottom: 20px ; letter-spacing: +3 ; }


/***** body styles *****/
.bodytext { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px ; font-style: normal ; font-weight: normal; color: #808000 ;   }

.tiny { color: #000000; font-family: Arial, Helvetica, sans-serif ; font-size: 9 ; font-weight: normal ; font-style: normal ; }

.small { color: #000000; font-family: Arial, Helvetica, sans-serif ; font-size: 12 ; font-weight: normal ; font-style: normal ; }

.error { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px ; font-style: normal ; font-weight: bold; color: #DD0000 ;   }



/***** links *****/
/*
link = "normal" state (not selected)
active = appearance when clicked
visited = visited links
hover = mouse roll-over
-- order of styles makes a difference in IE5. 
-- EX: placing hover before visited prevents hover from working 
*/

/***** front page links *****/
.front { font-family: Verdana, Arial, Helvetica, san-serif ; font-size: 12px ; font-weight: bold ; font-style: italic ; text-decoration: none ;  }

/* 
a.front:link,a.front:visited { color: #9B009B ; text-decoration: none ;  } 
a.front:active,a.front:hover { color: #CA5735 ; text-decoration: none ; }
*/

a.front:link,a.front:visited,a.front:active,a.front:hover { text-decoration: none ;  } 


/***** news links *****/
/*
a.news:link,a.news:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px ; font-weight: bold; color: #710071 ;  text-decoration: underline ; }
a.news:active,a.news:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px ; font-weight: bold;    }
*/
a.news:link,a.news:visited,a.news:active,a.news:hover { font-size: 14px ; font-weight: bold; }


