html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; border: 0;}

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	background: #ffcb05 url('../img/ain_bg.png') repeat-x;
	-webkit-text-size-adjust: none; /*prevents iPhone text resizing*/
}
#wrapperloose {
	background-color: #FFF;
 	width: 100%;
	overflow: hidden;
}
#wrapperfitted {
	background-color: #FFF;
 	margin: 0 auto;
	height: 100%;
 	width: 960px;
}
#header {
	width:960px;
	height: 117px;
}
#navigation {
	margin-bottom: -45px;
	margin-top: 2px;
	position: relative;
	top: -53px;
 	float: left;
 	width: 960px;
	height: 53px;
 	color: #333;
	left: auto;
	background: transparent url('../img/nav2.png') no-repeat;
}
#content {
	color: #231f20;
	width: 955px;
	margin-left: 5px;
	display: inline-block;
}
#content2 {
	color: #231f20;
	width: 375px;
	margin-left: 5px;
	display: inline-block;
	text-align:justify;
}
/*****************************
CONTACT
*****************************/
#contactleft {
	margin-top: 0px;
	width: 395px;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
}
#contactright {
	margin-top: 0px;
	height: 100%;
 	width: 515px;
	float: right;
	margin-bottom: 20px;
}
#contactform {
	width: 474px; 
	margin-left: 40px;
}

#footer {
	background: transparent url('../img/logo-small4.png') no-repeat;
	background-position: center top;
	margin: 0 auto;
	margin-top: 25px;
	width: 960px;
	height: 100px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.60pt;
	padding-top: 55px;
}
img {
	border: 0px;
}
h1 {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 30px;
	color: #231f20;
	letter-spacing: -0.75pt
}
h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	color: #ffcb05;
	letter-spacing: -0.75pt
}
h3 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #ffcb05;
	margin-top: 5px;
	letter-spacing: -0.75pt
}
h4{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	color: #e5e5e5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 85px;
	letter-spacing: -0.75pt
}
h5 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #ffcb05;
	margin-top: 20px;
	letter-spacing: -0.75pt
}
h6 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.65pt
}
p {
	margin-bottom: 20px;
}
.green{
	color: #7fab20;
}
.yellow{
	color: #ffcb05;
}
.white{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: -0.75pt
	text-align:justify;
}
ul#bullets {
	padding-left: 15px;
	padding-bottom: 20px;
	list-style-position: outside;
	list-style-type:disc;
}
a:link, a:visited {
	color: #000000;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ffcb05;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: #fcb05; /* annoying underline under logo */
}
#content a:hover, #content a:focus {
	color: #ffcb05;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: #fcb05; /* annoying underline under logo */
}
.phonenumber {
	font: normal 30px Arial, Helvetica, Sans-Serif;
	letter-spacing: -3px;
	margin-top: 10px;
}
.emailhover {
	font: bold 18px Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	margin-top: 10px;
}

/*****************************
PRIMARY NAVIGATION
*****************************/
#navtop {
	width: 960px;
	height: 50px;
	bbackground: transparent url('../img/nrt.jpg') no-repeat top right;
}
#primarynav{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: -20px;
	position: relative;
	color: #231f20;
	font-size: 18px;
	text-decoration: none;
}
#primarynav a:link, a:visited{
	color: #231f20;
	font-size: 14px;
	text-decoration: none;
}
#primarynav a:hover, a:focus{
	color: #ffcb05;
}```````````````````````````````````````````
/*****************************
FOOTER NAVIGATION
*****************************/
#navfooter {
	width: 960px;
	height: 50px;
}
#footernav{
	float: center;
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: -5px;
	position: relative;
	color: #99999;
	font-size: 14px;
	text-decoration: none;
}
#footernav a:hover, #footernav a:focus{
	background: none;
}
#footernav a:link, #footernav a:visited{
	color: #99999;
	font-size: 12px;
	text-decoration: none;
	background: none;
}
/*****************************
GENERAL TEMPLATE STYLING
*****************************/
#flexdiv {
	margin-top: 0px;
	width: 960px;
	height: 600px:
	margin-right: 0px;
	float: left;
	margin-bottom: 15px;
	background: transparent url('../img/img8.jpg') no-repeat top right;
}
#flexdivleft {
	margin-top: 0px;
	width: 380px;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
}
#flexdivright {
	margin-top: 20px;
	height: 100%;
 	width: 515px;
	float: right;
	margin-bottom: 20px;
}

/*****************************
FORM STYLING
*****************************/
.clearField {
	font: normal 18px Arial, Helvetica, Sans-Serif; 
	width: 457px;
	padding: 7px 0px 7px 10px;
	margin-top: 25px;
}
.clearFieldBlurred { 
	color: #c4c4c4;
}
.clearFieldActive { 
	color: #1e1a1a; 
}
.textarea { 
	font: normal 18px Arial, Helvetica, Sans-Serif; 
	margin-top: 25px;
}
.button {
	float: right;
    border: none;
    background: url('../img/send-normal.png') no-repeat top left;
	width: 115px;
	height: 25px;
	margin-top: 25px;
	margin-right: 5px;
}
.button:hover {
    border: none;
    background: url('../img/send-hover.png') no-repeat top left;
}