* html {
	height: 100%;
}
@font-face {
	font-family: Minion Pro;
	src: url( fonts/MinionPro-Regular.otf ) format("opentype");
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "Minion Pro";
	height: 100%;
	background: #f8f8f8;
	height: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	color: #08466a;
	line-height: 0;
	border-bottom: 1px solid #08466a;
	padding-bottom: 7px;
	margin-bottom: 4px;
	padding-top: 10px;
}
#container {
	margin: 0;
	padding: 0;
	min-height: 100%;
	positon: relative;
}
a:link, a:visited, a:active {
	color: #08466a;
	text-decoration: none;
}
a:hover {
	color: #08466a;
	text-decoration: underline;
	cursor: pointer;
}
#nav-primary {
	font-size: 14px;
	background: #eaeaea;
	background: -moz-linear-gradient(0% 100% 90deg, #dadada, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dadada));
	zoom: 1;
	font-size: 14px;
	border-top: 1px solid #333;
	width: 100%;
}
#nav-primary ul {
	font-family: "Minion Pro";
	font-variant: small-caps;
	font-size: 14px;
	max-width: 1100px;
	margin: auto;
	padding: auto;
}
#nav-primary li {
	display: table-cell;
	width: 2.5%;
}
#nav-primary li a {
	color: #08466a;
	font-size: 16px;
	text-shadow: 0 -1px 0 #ffffff;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 30px;
	padding-top: 9px;
	cursor: pointer;
}
#nav-primary li a:hover {
	text-decoration: none;
	background: #000;
	background: -moz-linear-gradient(0% 100% 90deg, #000, #222);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#222));
	color: #fff;
	text-shadow: none;
}
#nav-primary li.active {
	background: #eeeeee;
}
#nav-primary li.active a {
	border: none;
	color: #333;
	text-shadow: none;
}
#nav-primary li.active a:hover {
	background: #eeeeee;
	background: -moz-linear-gradient #fff;
}
#main-header {
	height: 111px;
	background: url('../images/header-bgnd.jpg') repeat-x;
}
#headerint {
	max-width: 1100px;
	margin: auto;
	padding: auto;
	position: relative;
	z-index: 2;
}
#headerint ul {
	text-shadow: 0 -1px 0 #000000;
	padding-top: 30px;
}
#headerint ul li {
	list-style-type: none;
	display: inline;
}
#headerint ul li.phone {
	color: #fff;
	float: right;
	text-align: right;
	font-variant: small-caps;
	font-family: "Minion Pro";
}
#main-header ul li.phone span {
	font-size: 30px;
	line-height: 24px;
}
.amp {
	height: 111px;
	background: url(../images/amp-logo.jpg) no-repeat;
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#page-content {
	background: url(../images/wallpaper.jpg) repeat-x #f8f8f8;
	min-height: 600px;
	height: auto !important;
	height: 700px
}
#about-content {
	min-height: 600px;
	height: auto !important;
	height: 200px;
	line-height: 26px;
	font-size: 16px;
	max-width: 1100px;
	margin: auto;
	padding: auto;
}
.right-home {
	width: 35%;
	display: inline-block;
}
#faq-content {
	min-height: 600px;
	height: auto !important;
	height: 200px;
	line-height: 30px;
	max-width: 1100px;
	margin: auto;
	padding: auto;
	padding-top: 20px;
}
#faq-content ul {
}
#faq-content ul li {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
}
#faq-content ul li a:link, #faq-content ul li a:active, #faq-content ul li a:visited {
	text-decoration: none;
}
#faq-content ul li a:hover {
	text-decoration: underline;
}
.left {
	text-align: right;
	font-family: "Minion Pro";
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.left ul {
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
}
.left ul li {
	list-style-type: none;
	padding-bottom: 10px;
}
.right {
	font-family: "Minion Pro";
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.right ul {
}
.right ul li {
	padding-bottom: 10px;
}
.right .formlength {
	height: 20px;
	font-family: "Minion Pro";
	font-size: 16px;
}
.right .formlength2 {
	height: 90px;
	font-family: "Minion Pro";
	font-size: 16px;
}
.myform {
	border: 1px solid #ccc;
	background: #fff;
	overflow-x: hidden;
	padding: 20px;
}
.button {
	border: 1px solid #ccc;
	background: #000;
	background: -moz-linear-gradient(0% 100% 90deg, #000, #222);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#222));
	color: #fff;
	font-family: "Minion Pro";
	font-size: 12px;
	text-transform: uppercase;
}
#container-foot {
 min- position: relative;
	height: 47px;
	background: url(../images/footer-bgnd.png) repeat-x;
	text-align: center;
	font-size: 11px;
	color: #666;
	line-height: 17px;
	padding-top: 20px;
}
.annphoto {
	float: left;
	padding-right: 20px;
}
#photo img {max-width:50%;}
.aboutann-bio {
	width: 60%;
	padding-top: 20px;
	float: left;
	padding-right: 5%;
}
.annhome {
	padding-top: 20px;
	float: left;
	padding-right: 5%;
}
.aboutann-box {
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	width: 25%;
	float: left;
	padding: 2%;
}
.aboutann-box-home {
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
}
.aboutann-box-home h2 {
	margin: 20px;
}
.aboutann-box-home ul {
	padding-left: 20px;
}
.aboutann-box-home ul li {
	padding-top: 5px;
}
.aboutann-box .line {
	border-top: 1px solid #000;
	height: 1px;
}
.question {
	font-weight: bold;
	color: #08566a;
	font-size: 16px;
}
.answer {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}
.backtotop {
	margin-bottom: 15px;
	margin-top: 10px;
}
.error {
	border: 1px solid #770000;
	color: #fff;
	background: #990000;
	font-size: 13px;
}
.homephoto {
	float: left;
	padding-right: 20px;
}
#consult, #photo {
	max-width: 100%;
	padding-bottom: 20px;
}
#consult img {
	max-width: 100%;
}
#photo img {
	max-width: 50%;
}
#phonea {
	display: none;
}
@media only screen and (max-width:1100px) {
.annhome, #about-content, #faq-content, .aboutann-bio {
	padding: 5%;
	padding-top: 20px;
	padding-bottom: 0;
}
.right-home {
	width: 30%;
}
}
@media only screen and (max-width: 800px) {
.annhome, #about-content, #faq-content, .aboutann-bio {
	width: 90%;
	float: none;
	padding: 5%;
}
#photo img {max-width:100%;}
.right-home, .aboutann-box {
	width: 90%;
	padding: 5%;
	float: none;
}
.aboutann-box-home ul li {
	width: 40%;
	display: inline-block;
}
.homephoto {
	float: none;
}
#headerint ul li.phone {
	display: none;
}
#phonea {
	display: block;
	color: #000;
	font-variant: small-caps;
	font-family: "Minion Pro";
	padding-bottom: 20px;
	margin-top: -10px;
}
}
