/* Alertnative Business Solutions CSS Document 3b638f */

body {
    padding: 20px;
	background-color: #3b638f;
    font: 100.01% "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1, h2, h3 {
    margin: 0;
}

h1 {
    font-size: 200%;
	color: #3b638f;
	margin-top: 6px;
	margin-left: 118px;
}

h2 {
    font-size: 200%;
	color: #f0f0f0;
    padding-top: 0.3em;
}

h3 {
    font-size: 102%;
	font-style: italic;
	color: #000;
    padding-bottom: 0.7em;
	margin-left: 110px;
}

h4 {
    font-size: 118%;
	color: #000;
	margin-left: 34px;
}

a:hover {
    color: #FF3300;
}

p {
	margin: 0 40px 20px 50px;
}

ul {
	margin-left: 40px;
	padding-left: 40px;   
}

.billingimg {
    float: right;
	position: relative;
	padding: 4px 20px 4px 20px;
}

.contactimg {
    float: right;
	position: relative;
	padding-right: 40px;
	padding-top: 8px;
}

.contact {
    font-size: 90%;
	margin-left: 20px;
}

.csend {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11pt;	
    margin-left: 26px;
	padding-left: 26px;
}

.errors {
    color: #ed1c24;
	font-size: 1.0em;
}

.copy {
    position: relative;
    font-size: 70%;
	font: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: .1em;
	color: #ebebeb;
	text-align: right;
	margin-right: 12%;
	margin-top: 8px;
}

.required {
    margin-left: 40px;
	font-size: 85%;
	color: #333;
}

div#nifty {
    margin: 0 10%;
	background: #FFF;
}

#banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #999999;
	margin-bottom: 26px;
	padding-bottom: 25px;
	padding-left: 34px;
}

#services {
    margin: 10px 20px 40px 12px;
}

#services ul {
    margin-left: 50px;
	margin-right: 100px;
}

.servicesimg {
    float: right;
	position: relative;
	padding: 16px 40px 4px 30px;
}

#gmap {
    margin-left: 40px;
	padding-bottom: 40px;
}


/* ==== Menu ==== */

#menu {
	margin-top: 0;
	margin-bottom: 4px;
}

ul#menu {
    margin: 0 0 0 106px;
	padding: 0;
	list-style: none;
}

ul#menu li {
    float: left;
	padding: 0px;
	margin: 0;
}

#menu a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff799;
	text-decoration: none;
	background-color: #3b638f;
	padding: 3px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

#menu a:hover {
	background: #68a7c4;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #fff799;}

/*highlight "you are here" buttons*/
#new #menu a#homeLink,
#services #menu a#servicesLink,
#about #menu a#aboutLink,
#contact #menu a#contactLink,
#location #menu a#locationLink {
	background: #68a7c4;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #fff799;
}