html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset script */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
  height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background: #FFF;
	}

a {
    display:none;
}
#PageHeader {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background: repeat-x #FFF;
}

#Header {
	width: 750px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 115px;
	background: url(../images/Lara-Theme/headerBG.jpg) -60px -55px #fff;
}

#Logo {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
	height: 65px;
	width: 271px;
}
#ContentContainer {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}

#PageContent {
	margin: 0;
	padding: 10px;
}

#PageContent #Left20 {
  width: 20%;
  float: left;
}
#PageContent #RightContent {
  width: 78%;
  float: right;
}

.right {float: right;}
.left {float: left;}

.div33 {
    padding: 5px;
    width: 32%;
}

.div50 {
    padding: 5px;
    width: 48%;
}

.border-all {
    border: 1px solid black;
}
.border-right {
    border-right: 1px solid black;
}
.border-sides {
    border-right: 1px solid black;
    border-left: 1px solid black;
}
a {
    text-decoration: none;
    color: #0b62ac;
}
a:hover {
    text-decoration: underline;
}


h1 {
  font-size: 22px;
  color: #0b62ac;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #0b62ac;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

p {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 18px;
}

small {
    font-size: 75%;
}

b.requiredfield {
    color: #F00;
    font-weight: bold;
}

#Footer {
	width: 750px;
	height: 42px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
  position: relative;
	margin: 0px auto;
	background: url(../images/Lara-Theme/FooterBG.png) repeat-x #022746;
}
#Footer p {
	Position: absolute;
	top: 15px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #FFF;
}

/* dividers */

hr.divider1 {
    width: 80%;
    border-color: #CCC;
}

/* Modifiers */
.curved {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.snug_fit {
    margin: -10px;
}

/* Phone Page */
#phone_banner {
    position: relative;
    border-bottom: 1px solid black;
    background: url(../images/Banners/PhoneServices_rev2.jpg) 0 0 no-repeat #FFF;
    height: 250px;
    width: 100%;
}
#phone_banner .phone_text {
    position: absolute;
    top: 30px;
    left: 70px;
    width: 450px;
    border: 1px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    padding: 10px;
    background: url(../images/75White.png) 0 0 repeat;
}
#phone_banner .phone_text .corner_text {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/CornerBlue.png) 0 0 no-repeat;
    width: 162px;
    height: 162px;
    color: #FFF;
    text-align: right;
    margin: -10px -20px 0 0px;
    padding: 5px;
    text-indent: -999em;
}
#phone_banner .phone_text .corner_text p b {
    font-size: 38px;
}
#phone_banner .phone_text h1 {
    border: none;
    font-size: 24px;
    padding: 0;

}
#phone_banner .phone_text p {
    font-size: 14px;
}
#phone_banner .phone_text a.phone-button {
    border: 1px solid orange;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    background: #FFF;
    padding: 5px 10px;
    margin: 0 15px;
}

#phone_banner .phone_text a.phone-button:hover {
    background: #ffe0a7;
    text-decoration: none;
}

/* Home Page */

.boxfull {
  border: 1px solid #4e6b83;
  width: 100%;
  margin: 0;
  padding: 0;
}
.threeboxwrap {
  width: 100%;
  margin:0;
  padding: 0;
  border: 1px solid #4e6b83;
  border-top: none;
  background: url(../images/Lara-Theme/ThreeBoxBG.png) repeat-x #FFF;
}
.boxthirdleft {
  height: 250px;
  float: left;
  width: 308px;
  margin: 0;
  padding: 0;
}
.boxthirdcenter{
  height: 250px;
  float: left;
  border-left: 1px solid #4e6b83;
  width: 308px;
  margin: 0;
  padding: 0;
}
.boxthirdright{
  height: 250px;
  float: right;
  border-left: 1px solid #4e6b83;
  width: 308px;
  margin: 0;
  padding: 0;
}
.innerbox {
  padding: 5px;
}
/* End Home Page */          
/* Debug and Error Styles */
#Debug-Area {
    margin-top: 10px;
    padding: 5px;
    border: 2px dashed red;
    background-color: #FDD;
}
.Warning {
    padding: 5px;
    font-size: 12px;
    border: 1px dashed #000;
    background-color: #FFA;
}

.ServicePackages {
    margin-bottom: 15px;
    width: 100%;
}

.ServicePackages caption {
    text-align: center;
    font-size: 22px;
    color: #0b62ac;
    font-weight: normal;
    padding-bottom: 5px;
}
.ServicePackages thead tr th {
    border-left: 1px dotted white;
    background-color: #BBB;
    padding: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.ServicePackages thead tr th a {
    display: block;
    color: orange;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}
.ServicePackages thead tr th a:hover {
    color: #FFF;
    background-color: #058;
}
.ServicePackages tbody tr th {
    width: 150px;
    border-bottom: 1px dotted orange;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
.ServicePackages tbody tr td {
    border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
.ServicePackages tbody tr:hover {
    background-color: #F0F0F0;
}
.ServicePackages tbody tr.standout {
    background-color: #BBB;
    color: #000;
}
.ServicePackages tbody tr td ul {
    list-style-type: circle;
    margin: 0 0 10px 15px;
}
ul.list {
    list-style-type: circle;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
