/* default.css */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: center;
	font: 12px "Century Gothic", Arial, serif;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #fff;
}

p {
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
	font: 12px "Century Gothic", Arial, serif;	
	line-height: 160%;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #e2ddd8;
	margin: 8px 0 22px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.vertical {
  display: table;
  height: 100%;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  /* For IE6/7 */
  position: relative;
  top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
}

.container {
	width: 100%;
}

.container2 {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 73px;
}

#logo {
	background-image: url('../img/an_logo2.jpg');
	width: 183px;
	height: 80px;
	float: left;
	display: block;
}

.blue_background {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	background-color: #25d8ff;
	text-align: center;
}

.content {
	background-color: #fcf3f4;
	background-image: url('../img/cream_bg.jpg');
	height: 410px;
	width: 771px;
	margin: auto;
	text-align: left;
	padding: 15px;
	overflow: auto;
}

#home img {
	left: 50%;
	margin-left: -400px;	
}

#footer {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#footer p {
	padding: 0;
	margin: 8px 0 0 0;
	float: left;
	font: 10px "Century Gothic", Arial, serif;
	color: #AAAAAA;
}


#footer a {
	color: #AAAAAA;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


form p {
	position: relative;
}

.contact, .contact_area {
	font: 13px "Century Gothic", Arial, serif;
	border: 1px solid #aaa;
	width: 300px;
	margin: 5px 0px 5px 0px;	
}

.contact_area {
	width: 302px;
	height: 90px;
}

label {
	position: absolute;

	padding: 7px 4px 4px 4px;
}

#contact_photo img {
	width: 340px;
	height: 440px;
	margin: -15px -15px 0 0px;
	float: right;
	padding: 0;
	display: inline;	
}

.right_pane {
	/*background-image: url('../img/cream_bg.jpg'); */
	height: 420px;
	width: 388px;
	float: right;
	padding: 5px 25px 5px 25px;
	margin: 0 -15px 0 0;
}


.left_pane img {
	width: 340px;
	height: 440px;
	margin: -15px 0 0 -15px;
	float: left;
	padding: 0;
	position: fixed;	
}

.social_links {
	margin-bottom: -11px;
	margin-top: 11px;
}

/* ie hack */
#contact_frame  {
	overflow: hidden;
}