/* LINK STYLING TEMPLATES */
a:link {
	text-decoration: none; 
}

a:visited {  
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

a:active { 
	text-decoration: none; 
}

img {
	border-style: none;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #c0c3be;
  color: #000000;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  margin: 10px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
  color: #5e5f61 !important;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6em;
}

/* Commonly used to style section titles. */
h2 {
  color: #5e5f61;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 10px 0;
}

.title_call_now {
  color: #0f40a9;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.55em;
  font-weight: bold;
  line-height: 1.65em;
  font-style: italic;
}


sub, sup {
	font-size: 1.125em;
	line-height: 0;
}

.textBox {
  width: 415px;
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  margin: 0 0 20px 40px;
}

.videoTextBox {
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
}

.textBoxLink {
  color: #ffc222;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for unvisited links. */
.textBoxLink a:link {
  color: #ffc222;
  font-weight: bold;
}

.textBoxLink a:visited {
  color: #ffc222;
  font-weight: bold;
  text-decoration: none;
}

.textBoxLink a:hover {
  color: #ffc222;
  font-weight: bold;
  text-decoration: underline;
}

.textBoxLink a:active {
  color: #ffc222;
  font-weight: bold;
  text-decoration: none;
}

.textBoxRight {
  width: 450px;
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}

.textBoxRightLink {
  color: #ffc222;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for unvisited links. */
.textBoxRightLink a:link {
  color: #ffc222;
  font-weight: bold;
}

.textBoxRightLink a:visited {
  color: #ffc222;
  font-weight: bold;
  text-decoration: none;
}

.textBoxRightLink a:hover {
  color: #ffc222;
  font-weight: bold;
  text-decoration: underline;
}

.textBoxRightLink a:active {
  color: #ffc222;
  font-weight: bold;
  text-decoration: none;
}

#outerWrapper {
  background-color: #ffffff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1010px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: -99;
}
  
.header {
	width: 1000px;
	height: 189px;
	background-color: #ffffff;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

.contentWrapper {
	background-color: #ffffff;
	width: 1000px;
   height: 600px;
   margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
.content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

table, td {
	border-collapse: collapse;
	border: 0;
}

p,
ul {
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.975em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2em;	
}

/* DROP SHADOW STYLING FOR PAGE SHADOW */
.shadow_rt_top {
	background-image: url(images/shadow_rt_top.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 7px;
}

.shadow_rt_side {
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	width: 10px;
	height: 500px;
}

.shadow_rt_btm {
	background-image: url(images/shadow_rt_btm.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}

.shadow_left_bottom {
	background-image: url(images/shadow_left_bottom.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}

.shadow_bottom {
	background-image: url(images/shadow_bottom.png);
	background-repeat: repeat-x;
	height: 12px;
	width: 990px;
}

#footer {
	clear: both;
	display: block;
	margin: 10px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 980px;
	height: 180px;
	padding: 0 10px 0 10px;	
}

.text_sky {
  color: #fffffe;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.900em;
  letter-spacing: 0.005em;
  line-height: 1.15em;
}

.text_sky_bold {
  color: #fffffe;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 0.975em;
  letter-spacing: 0.005em;
  line-height: 1.15em;
}

.text_sky_attribution {
	margin: 3px 0 0 50px;
}

.text_sky_bold_yellow {
  color: #ffc222;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 0.900em;
  letter-spacing: 0.005em;
  line-height: 0.950em;
}

.text_sky_phone_nbr {
  color: #fffffe !important;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.0em;
  letter-spacing: 0.005em;
  line-height: 1.3em;
}

.text_emphasis {
  color: #ffc222;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 10px 0;
}

.phone_nbr_gray {
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 10px 0;	
}

.phone_nbr_white {
  color: #fffffe;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 10px 0;	
}

.list ul {
  margin: 10px 10px 10px 10px; 
  padding: 0; 
  list-style: none; 
  line-height: 1.1em;
}

.list ul li { 
  font-weight: bold;
  margin: 0 0 0 0; 
  list-style-position: outside; 
  background-image: url(images/bullet_stripe.gif); 
  background-repeat: no-repeat; 
  background-position: 9px 8px; 
  padding: 7px 0 0 25px; 
  margin-bottom: 5px;
}

.list ul li a, a:link { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

.list ul li a:visited { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

.list ul li a:hover { 
  color: #ffc222 !important;
  font-weight: bold;
  text-decoration: underline;
}

.list ul li a:active { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

.list-2 ul {
  margin: 10px 10px 10px 10px; 
  padding: 0; 
  list-style: none; 
  line-height: 1.1em;
}

.list-2 ul li { 
  font-weight: bold;
  margin: 0 0 0 0; 
  list-style-position: outside; 
  background-image: url(images/bullet_stripe_blue.gif) !important; 
  background-repeat: no-repeat; 
  background-position: 9px 8px; 
  padding: 7px 0 0 25px; 
  margin-bottom: 5px;
}

.list-2 ul li a, a:link { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

.list-2 ul li a:visited { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

.list-2 ul li a:hover { 
  color: #ffc222 !important;
  font-weight: bold;
  text-decoration: underline;
}

.list-2 ul li a:active { 
  color: #727073;
  font-weight: bold;
  text-decoration: underline;
}

#bottom-links{
	clear: both;
	display: block;
	margin: 0 auto;
}

.bottom_links {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Tahoma;
	font-weight: normal;
}

.bottom_links a:link { 
  color: #000000; 
  text-decoration: none; 
}

.bottom_links a:visited { 
  color: #000000; 
  text-decoration: none; 
}

.bottom_links a:hover { 
  color: #000000; 
  text-decoration: underline;
}

.bottom_links a:active { 
  color: #000000; 
  text-decoration: none;
}

.footer_spacer {
	margin-top: 5px;
}

.col_1 {
	width: 495px;
	float: left;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.col_2 {
	width: 504px;
	float: right;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.alpp_logo_people {
	width: 504px;
	height: 200px;
	display: block;
}

.alpp_ssp {
	width: 504px;
	height: 403px;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.alpp_people_bkgr {
	width: 435px;
	height: 119px;
	background-image: url(images/alpp_people_images.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;	
}

.alpp_logo_134 {
	width: 134px;
	height: 70px;
	background-image: url(images/alpp_logo_134.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 10px 180px;
	padding: 0 0 0 0;	
}

.alpp_phone_web {
	width: 18.0em;
	height: 1.3em;
	display: block;
	margin: 0 0 10px 121px;
	padding: 0 0 0 0;	
}

.alpp_phone_nbr {
  clear: both;
  color: #5e5f61;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  width: 5.2em;
  margin: 0 10px 0 0;
  float: left;
}

.header_text_box_left {
	clear: both;
	float: left;
	width: 540px;
	height: 80px;
	display: block;
	margin: 5px 0 0 15px;
	padding: 0 0 0 0;	
}

.header_text_box_right {
	float: right;
	width: 420px;
	height: 80px;
	display: block;
	margin: 5px 15px 0 0;
	padding: 0 0 0 0;	
}

.testimonial_quote_box {
	width: 490px;
	height: 40px;
	display: block;
	text-align: right;
	margin: 20px 10px 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 10000 !important;
}

.testimonial_quote {
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: italic;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  margin: 0 0 20px 40px;
}

.author_words {
  width: 490px;
  display: block;
  text-align: left;
  margin: 10px 10px 0 0;
  padding: 0 0 0 0;	
}

.author_words_text {
  color: #727073;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: italic;
  letter-spacing: -0.020em;
  line-height: 1.3em;
  margin: 0 0 0 0;
}

.header_nav {
	width: 400px;
	height: 20px;
	text-align: right;
	margin: 0 0 15px 0;
}

.header_nav_text {
  color: #fffffe !important;
  font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.0em;
  letter-spacing: 0.005em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.header_nav_text a:link {
  color: #fffffe;
  font-weight: bold;
}

.header_nav_text a:visited {
  color: #fffffe;
  font-weight: bold;
  text-decoration: none;
}

.header_nav_text a:hover {
  color: #ffc222;
  font-weight: bold;
  text-decoration: underline;
}

.header_nav_text a:active {
  color: #fffffe;
  font-weight: bold;
  text-decoration: none;
}

.header_nav_phone_box {
  width: 400px;
  height: 30px;
  display: block;
  text-align: left;
}

.home_flash_content_wrapper {
	width: 1000px;
	display: block;	
}

.home_bottom_text_wrapper {
	height: 200px;
	display: block;
}

.services_available {
	margin-left: 22px;
}


