html {
    background: url(../_images/background.jpg) no-repeat;
    min-height: 100%;
    background-size: cover;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-attachment: fixed;
}

body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Calibri;
    font-size: 12px;
    line-height: 1.7em;
}

#contentBackground {
    width: 900px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #808080;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); 
}

#facebook {
    display: block;
    width: 180px;
    height: 25px;
    float: left;
    background-color: #0000a6;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    padding: 5px 0 0 0;
}

#facebook p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    text-decoration: none;  
    text-align: left;
}

#contactNumber {
    display: block;
    width: 165px;
    height: 25px;
    float: right;
    background-color: #0000a6;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    padding: 5px 0 0 0;
}

#contactNumber p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;  
}

#logo {
    width: 900px;
    height:  154px;
    background: url(../_images/logo.png) bottom left no-repeat;
    padding: 40px 0 0 0;
}

#logo h1 {
    font-size: 80px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#logo h2 {
    font-size: 28px;
    font-weight: bold;
}

#menu {
    width: 900px;
    height: 30px;
    background: #0000a6;
}

#menu ul {
    width: 800px;
    margin: 0 100px;
    padding: 0 0 0 0;
    list-style: none 
}

#menu ul li {
    padding: 0;
    margin: 0;
    display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 140px;
	height: 30px;
	padding: 5px 0 0 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center; 
	outline: none;
}

#menu ul li a:hover, #menu ul li a.current {
	background: url(../_images/menuCurrent.png) no-repeat;
}

#content {
    margin: 10px 20px;
    font-size: 15px;
    overflow: auto;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

h3 {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}	

h4 {
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 0 10px 150px;
}

h5 {
    font-size: 25px;
    font-weight: bold;
    display: inline;
}

h6 {
    font-size: 25px;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
}

#footer {
    width: 900px;
    height: 25px;
    background-color: #0000a6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer a {
    text-decoration: none;
    color: #fff;
    padding: 0 5px 0 5px;
}

#footer a:hover {
    text-decoration: underline;
}

#spacer_h5 {height: 5px;}
#spacer_h10 {height: 10px;}
#spacer_h15 {height: 15px;}
#spacer_h20 {height: 20px;}
#spacer_h30 {height: 30px;}
#spacer_h40 {height: 40px;}
#spacer_h50 {height: 50px;}

img.right {
    width: 150px;
    height: 150px;
    float: right;
}

img.left {
    width: 150px;
    height: 150px;
    float: left;
}

#leftColumn430 {
    width: 390px;
    float: left;
    margin: 0 20px 0 10px;
}

#rightColumn430 {
    width: 390px;
    float: right;
    margin: 0 20px 0 30px;
}

#pricingTable1 {
    margin: 0 0;
}

#tableTop1 {
    width: 600px;
    border-collapse: collapse;
    border-top: 2px solid #0000a6;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6; 
}

#tableTop1 .leftColumnHeader {
    width: 300px;
    border-bottom: 2px solid #0000a6;
}

#tableTop1 .rightColumnHeader {
    width: 150px;
    border-bottom: 2px solid #0000a6;
}

#tableTop1 .leftColumn {
    width: 300px;
    padding-left: 5px;
    border-bottom: 1px solid #0000a6;
}

#tableTop1 .rightColumn {
    width: 150px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#tableMid1 {
    width: 600px;
    border-collapse: collapse;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6;
}

#tableMid1 td {
    border-bottom: 1px solid #0000a6;
    width: 600px;
    text-align: center;
}

#tableBottom1 {
    width: 600px;
    border-collapse: collapse;
    border-bottom: 2px solid #0000a6;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6; 
}

#tableBottom1 .leftColumn {
    width: 300px;
    padding-left: 5px;
    border-bottom: 1px solid #0000a6;
}

#tableBottom1 .rightColumn {
    width: 150px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#pricingTable2 {
    margin: 0 0 0 25px;
}

#tableTop2 {
    width: 450px;
    border-collapse: collapse;
    border-top: 2px solid #0000a6;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6; 
}

#tableTop2 .leftColumnHeader {
    width: 300px;
    border-bottom: 2px solid #0000a6;
}

#tableTop2 .rightColumnHeader {
    width: 150px;
    border-bottom: 2px solid #0000a6;
}

#tableTop2 .leftColumn {
    width: 300px;
    padding-left: 5px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#tableTop2 .rightColumn {
    width: 150px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#tableBottom2 {
    width: 450px;
    border-collapse: collapse;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6;
    border-bottom: 2px solid #0000a6;
}

#tableBottom2 td {
    border-bottom: 1px solid #0000a6;
    width: 450px;
    text-align: center;
}

#tableBottom3 {
    width: 450px;
    border-collapse: collapse;
    border-bottom: 2px solid #0000a6;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6; 
}

#tableBottom3 .leftColumn {
    width: 300px;
    padding-left: 5px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#tableBottom3 .rightColumn {
    width: 150px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

#table3 {
    width: 600px;
    border-collapse: collapse;
    border-top: 2px solid #0000a6;
    border-left: 2px solid #0000a6;
    border-right: 2px solid #0000a6; 
    border-bottom: 2px solid #0000a6;
}

#table3 .leftColumnHeader {
    width: 300px;
    border-bottom: 2px solid #0000a6;
}

#table3 .rightColumnHeader {
    width: 150px;
    border-bottom: 2px solid #0000a6;
}

#table3 .leftColumn {
    width: 300px;
    padding-left: 5px;
    border-bottom: 1px solid #0000a6;
}

#table3 .rightColumn {
    width: 150px;
    border-bottom: 1px solid #0000a6;
    text-align: center;
}

img {
    margin: 0 10px 0 10px;
}

form {
    margin: 0 0 0 35px;
}

form label {
    display: block;
}

.textfield {
    width: 320px;
    height: 26px;
    padding: 0 0 0 3px;
    border: 1px solid #808080;
}

.textfieldError {
    width: 320px;
    height: 26px;
    padding: 0 0 0 3px;
    background: #f8dbdb;
    border: 1px solid #808080;    
}

.textarea {
    width: 320px;
    height: 100px; 
    border: 1px solid #808080;
}

.textareaError {
    width: 320px;
    height: 100px;    
    background: #f8dbdb;
    border: 1px solid #808080;    
}

.errorLabel {
    height: 15px;
    font-size: 12px;
    color: #f00;
    margin: 1px 0 1px 0;
}

#columns {
    width: 860px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

#leftColumn450 {
    width: 450px;
    float: left;
    overflow: auto
}

#rightColumn400 {
    width: 390px;
    float: right;
    overflow: auto;
    padding: 0 0 0 20px;
}

#leftColumn400 {
    width: 390px;
    float: left;
    overflow: auto;
    padding: 0 20px 0 0;
}

#rightColumn450 {
    width: 450px;
    float: right;
    overflow: auto;
}

#leftColumn600 {
    width: 600px;
    float: left;
    overflow: auto
}

#rightColumn600 {
    width: 600px;
    float: right;
    overflow: auto
}

#rightColumn260 {
    width: 240px;
    float: right;
    overflow: auto;
    padding: 0 0 0 20px;
}

#leftColumn260 {
    width: 240px;
    float: left;
    overflow: auto;
    padding: 0 0 0 20px;
}

ul {list-style-image: url('../_images/pawprint-bullet.jpg');}

#container {
	width: 500px; margin: auto;
	position: relative;
}

#slideshow {
	width: 500px; height: 375px; padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}

#slideshow #nav {
    width: 500px;
	list-style: none;
	position: relative; top: 160px; z-index: 15;
    padding: 0;
    margin: 0;
	}

#slideshow #nav #prev {
	float: left; margin: 0 0 0 30px;
	}

#slideshow #nav #next {
	float: right; margin: 0 30px 0 0;
	}

#slideshow #nav li a {
	display: block; width: 40px; height: 40px; text-indent: -9999px;
	}

#slideshow #nav #prev a {
	background: url(../_images/prev3.png);
	}

#slideshow #nav #next a {
	background: url(../_images/next3.png);
	}

#slideshow #slides {
    width: 500px;
    height: 375px;
	list-style: none;
    padding: 0;
    margin: 0;
	}

#slideshow #slides li {
    width: 500px;
    height: 375px;
	margin: 0;
    padding: 0;
	}

#slideshow #slides li img {
    margin: 0;
}

a {outline: none; }