/*
	Default.css for Hampton Design
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/
body {
	background-color:#012e57;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif 
	font-size: 13px;
	color:black;
	margin-top:20px;
}
#container {
	margin: 0px auto;
	position:relative;
	min-height:800px;
	
}
p { margin-top: 0.2em; margin-bottom: 0.2em;}


#article_text {
	color:white;
	background-color:#61605e;
	min-height:335px;
	z-index:-1;


}

#article_text .inner{
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-top: 20px;
}

#article_text .img {
 	 border: solid 1px white;
	 float: right; 
	 margin:10px;
}

#main_content {

}

#footer {


	bottom: 0px;
	text-align: center;
	padding-top: 16px;
	font-size: .9em;
	background-color:#012e57;

	
}
.small_type  {
	
	font-size: 80%;

}

#bottomlinks  {
	
	color: white;
	text-align: center;
	padding-top: 16px;
	font-size: 12px;
}
#bottomlinks A:link { text-decoration: none; color:white; } 
#bottomlinks A:active { text-decoration: none; color:white; }
#bottomlinks A:visited { text-decoration: none; color:white; }

#calloutbox {
	font-size: 16px;
	padding:  10px 10px 10px 10px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	margin: 1px 0 10px 10px;
}

#calloutbox h3 {
	font-size: 18px;
	text-align: center;
}

div.image_right {
  float: right;
  border: solid 1px white;
  margin: 0.5em;
  padding: 0.5em;
}

div.image_right p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

