/* ****************************************** */
/*     Brand Attention Mobile Stylesheet      */
/*               Version: V1.0                */
/* ****************************************** */

/* ****************************************** */
/*               Basic Elements               */
/* ****************************************** */

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}

/* ********************************* */
/*        Block Level Elements       */
/* ********************************* */

#skyscraper {
	width: 100%;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
}

#header {
	width: 100%;
	height: 32px;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
}

.welcome {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/strip-orange.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

.services {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/strip-green.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

.mobile {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/strip-blue.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

.advert-green {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/strip-advert-green.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #68db42;
}

.contact {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/strip-pink.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

.directions {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/banner-directions.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #ffffff;
	border-top: 1px solid white;
}

.phonebook {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/banner-phonebook.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #ffffff;
	border-top: 1px solid white;
}

.nma {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	border-top: 1px solid white;
}

.news {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/banner-news.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border-top: 1px solid white;
	color: #ffffff;
}

.pod {
	width: 94%;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;	
}

#footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #999a9b;
	border-top: 1px solid white;
}

#feet {
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #6e6f71;
	border-bottom: 15px solid #6e6f71;
}

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dad9d9;
}

/* ********************************* */
/*          Text Elements            */
/* ********************************* */

.title {
	width: 70%;
	font-weight: bold;
	position: relative;
	top: 19px;
	left: 5px;
	color: #ffffff;
	font-size: 14px;
}

h1 {
	font-weight: bold;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 11px;
}

h2 {
	font-weight: bold;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 11px;
}

h3 {
	font-weight: bold;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 11px;
}

a {
	color: #5e7e89;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0px;
	line-height: 15px;
	color: #666666;
}

.list {
	line-height: 16px;
}

.orange {
	color: #ff8524;
}

.blue {
	color: #239eff;
}

.pink {
	color: #ff5b8a;
}

.green {
	color: #3ac110;
}

.nolink {
	text-decoration: none;
	color: #ffffff;
}

.white {
	color: #ffffff;
}

.gray {
	color: #999a9b;
}

#skyscraper p {
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
	color: #ffffff;
}

#header img {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

#footer p {
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

ul {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 9px;
}

li {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

.left {
	float:left;
}

/* ********************************* */
/*         Forms and inputs          */
/* ********************************* */

form {
	margin: 0;
	border: 0;
	padding: 0;
}

.submitbutton {
	margin-top: 4px;
}