@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #669999;
	background-color: #FFF;
}

/* this got rid of all linked image borders, but also overrides hover behavior in FF3 */ 
a img {
	color: #FFF;
}

.fathomTypical #container {
	width: 95%;  /* this will create a container 95% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #33A286;
	min-width: 800px;
}
.fathomTypical #header {
	background-image: url(images/green_grad_128.jpg);
	background-position: center;
	color: #8fbc8f;
	height: 128px;
	background-color: #33A286;
}

.fathomTypical #header a:link { 
	/*rule to override the default link behaviour with a particular color and no decoration  */
	color: #8fbc8f;
	text-decoration: none;
}

.fathomTypical #header a:visited {
	/*rule to override the default visited link behaviour with a particular color and no decoration  */
	color: #CCC;
	text-decoration: none;
}	

.fathomTypical #header a:hover {
	/*rule to override the default hover link behaviour with a particular color and no decoration  */
	color:#FFF;
	text-decoration: none;
}	
	
.fathomTypical #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #8fbc8f;
	font-size: 14px;
	padding-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}

.fathomTypical #fathomLogo {
	padding-right: 350px; /* padding to bump the logo to the right position over the menu */
}

.fathomTypical #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 70%;
	text-align: center;
	padding-bottom: 75px;
}

.fathomTypical #mainContent p {
	/* rule for body copy in main part of pages*/
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 80%; */
	font-style: normal;
	font-weight: normal;
	color: #669999;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}

.fathomTypical #mainContent a:link { 
	/*rule to override the default link behaviour with a particular color  */
	color: #669999;
	text-decoration: underline;
}

.fathomTypical #mainContent a:visited {
	/*rule to override the default visited link behaviour with a particular color  */
	color: #3C6;
	text-decoration: underline;
}	

.fathomTypical #mainContent a:hover {
	/*rule to override the default hover link behaviour with a particular color  */
	color:#69F;
	text-decoration: underline;
}

.fathomTypical #mainContent UL {
	/*rule to override the default bullet point link behaviour */
	list-style-type: none;
	text-align: center;

}

.fathomTypical #imageStyle {
	/* rule for images in main part of pages; keep the same as #maincContent except with different link style*/
	padding: 0 20px; /* padding is space inside the div box; margin is space outside the div box */
	background: #FFFFFF;
	font-size: 70%;
	text-align: center;
	padding-bottom: 15px;
}

.fathomTypical #imageStyle a:link { 
	/*rule to override the default link behaviour with a particular color  */
	color: #FFFFFF;
	/* text-decoration: none; */
	border-style: hidden;
}

.fathomTypical #imageStyle a:visited {
	/*rule to override the default visited link behaviour with a particular color  */
	color: #FFFFFF;
	/* text-decoration: none; */
	border-style: hidden;
}	

.fathomTypical #imageStyle a:hover {
	/*rule to override the default hover link behaviour with a particular color  */
	color:#69F;
	/* text-decoration: underline; */
	border: medium; 
}

.fathomTypical #imageStyle a:img { 
	/*rule to override the default link behaviour with a particular color  */
	color: #FFFFFF;
	border: none;
}

.fathomTypical #flashcontent {
	/* height to force flash gallery to show main image properly*/
	height:720px;
}

.fathomTypical #footer {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #437d74;
	background-image: url(images/green_grad2.jpg);
	background-repeat: repeat-x;
}

.fathomTypical #footer a:link { 
	/*rule to override the default link behaviour with a particular color and no decoration  */
	color: #2f4f4f;
	text-decoration: none;
}
	
.fathomTypical #footer a:hover {
	/*rule to override the default hover link behaviour with a particular color and no decoration  */
	color:#FFF;
	text-decoration: none;
}		
	 
.fathomTypical #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #2f4f4f;
}
